:root {
	--paper: #f7f8f4;
	--white: #fff;
	--ink: #202521;
	--muted: #656b66;
	--line: #dce0d8;
	--accent: #5241d8;
	--accent-dark: #4031b5;
	--lavender: #edeaf9;
	--green: #d6edb8;
	--radius: 20px;
	--font: Arial, "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	color-scheme: light;
	font-family: var(--font);
	font-synthesis: none;
	color: var(--ink);
	background: var(--paper);
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 105px;
}
body {
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
button,
input {
	font: inherit;
}
img,
svg {
	max-width: 100%;
	vertical-align: middle;
}
button,
a,
summary {
	-webkit-tap-highlight-color: transparent;
}
a,
summary {
	touch-action: manipulation;
}
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 5px;
}
p,
h1,
h2,
h3,
figure {
	margin: 0;
}
h1,
h2,
h3 {
	text-wrap: balance;
}
p {
	overflow-wrap: anywhere;
}
::selection {
	background: #d8d1ff;
	color: #231b5c;
}
[hidden] {
	display: none !important;
}
.wrap {
	width: min(1200px, calc(100% - 80px));
	margin-inline: auto;
}
.section {
	padding-block: 110px;
}
.eyebrow {
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: .14em;
	font-weight: 700;
}
.accent {
	color: var(--accent);
}
.skip-link {
	position: fixed;
	top: -80px;
	left: 20px;
	z-index: 99;
	padding: 14px 24px;
	background: var(--ink);
	color: white;
}
.skip-link:focus {
	top: 12px;
}
.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	min-height: 54px;
	padding: 15px 23px;
	background: var(--accent);
	color: white;
	border: 1px solid var(--accent);
	border-radius: 9px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	transition: background .18s, transform .18s;
}
.button:hover {
	background: var(--accent-dark);
	transform: translateY(-2px);
}
.button > span {
	font-size: 21px;
	font-weight: 400;
}
.button-small {
	min-height: 43px;
	padding: 9px 17px;
	gap: 18px;
	font-size: 13px;
}
.text-link {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-height: 44px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.6;
}
.text-link:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
}
.text-link > span {
	font-size: 21px;
	font-weight: 400;
}
.site-header {
	background: rgba(247, 248, 244, 0.96);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(14px);
}
.header-inner {
	height: 83px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.wordmark {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	font-size: 24px;
	letter-spacing: -.055em;
	font-weight: 700;
	flex-shrink: 0;
}
.wordmark b {
	font-weight: 500;
}
.desktop-nav {
	display: flex;
	gap: 31px;
	margin-left: auto;
	font-size: 13px;
	align-items: center;
}
.desktop-nav a {
	display: flex;
	align-items: center;
	min-height: 44px;
}
.desktop-nav a:hover,
.login-link:hover {
	color: var(--accent);
}
.header-actions {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-left: 35px;
}
.login-link {
	font-size: 13px;
	display: flex;
	align-items: center;
	min-height: 44px;
}
.hero {
	padding-block: 83px 81px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
	align-items: center;
}
.hero .eyebrow {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 10px;
	letter-spacing: .09em;
}
.status-dot,
.small-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	flex-shrink: 0;
	border-radius: 50%;
	background: var(--accent);
}
.status-dot {
	box-shadow: 0 0 0 4px #e5e1f6;
}
.hero h1 {
	font-size: clamp(40px, 4.55vw, 64px);
	line-height: 1.36;
	letter-spacing: -.055em;
	font-weight: 700;
	margin-top: 25px;
}
.hero-description {
	font-size: 14px;
	line-height: 2.05;
	color: var(--muted);
	margin-top: 25px;
}
.hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 31px;
}
.hero-price {
	margin-top: 23px;
	font-size: 11px;
	color: var(--muted);
	line-height: 1.8;
}
.hero-price strong {
	color: var(--ink);
	font-size: 13px;
}
.hero-price > span {
	margin-inline: 10px;
	color: #a1a69f;
}
.hero-product {
	position: relative;
	height: 510px;
	isolation: isolate;
	min-width: 0;
	background: #edeaf8;
	border: 1px solid #e4e0f3;
	border-radius: 25px;
	margin-left: 3px;
}
.product-grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	border-radius: 25px;
	background-image: linear-gradient(#ded9ec80 1px, transparent 1px),
		linear-gradient(90deg, #ded9ec80 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(transparent, #000 35%, #000 80%, transparent);
}
.product-caption {
	position: absolute;
	top: 20px;
	left: 22px;
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 10px;
	color: #666174;
}
.small-dot {
	width: 5px;
	height: 5px;
}
.store-mini {
	position: absolute;
	top: 74px;
	left: 22px;
	width: 240px;
	border-radius: 12px;
	background: white;
	padding: 15px;
	box-shadow: 0 12px 35px #2622370c;
	border: 1px solid #e8e5ee;
	transform: rotate(-5deg);
}
.store-mini-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 13px;
}
.sample-logo {
	font-size: 10px;
	letter-spacing: .09em;
	font-weight: 700;
}
.sample-product-art {
	height: 148px;
	background: #e5e9df;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.cup-body {
	position: absolute;
	width: 71px;
	height: 68px;
	background: #cdc6b8;
	border-radius: 5px 5px 25px 25px;
	left: 59px;
	top: 36px;
	z-index: 1;
	border-top: 6px solid #bbb09e;
	box-shadow: inset -13px 0 0 #bab09f55, inset 7px 0 0 #e0dbd188;
}
.cup-body::before {
	content: "";
	position: absolute;
	width: 27px;
	height: 35px;
	right: -25px;
	top: 6px;
	border: 8px solid #c7beae;
	border-left: 0;
	border-radius: 0 18px 18px 0;
}
.cup-body span {
	position: absolute;
	top: 23px;
	left: 19px;
	width: 20px;
	height: 2px;
	background: #9d9585;
}
.cup-shadow {
	width: 101px;
	height: 13px;
	border-radius: 50%;
	background: #6c74622c;
	position: absolute;
	left: 49px;
	top: 99px;
	filter: blur(3px);
}
.product-art-caption {
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 7px;
	letter-spacing: .19em;
	color: #555d4f;
}
.store-mini-bottom {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 14px 0;
}
.store-mini-bottom > span {
	font-size: 11px;
}
.store-mini-bottom strong {
	font-size: 15px;
	letter-spacing: -.02em;
}
.store-mini-bottom small {
	font-size: 8px;
}
.sample-buy {
	display: flex;
	justify-content: space-between;
	padding: 9px 11px;
	background: #28352e;
	border-radius: 5px;
	font-size: 10px;
	color: white;
}
.checkout-mini {
	position: absolute;
	z-index: 2;
	width: 264px;
	right: 22px;
	top: 120px;
	background: white;
	border: 1px solid #e4dff1;
	border-radius: 13px;
	padding: 22px 19px 17px;
	box-shadow: 0 16px 40px #2f235619;
}
.checkout-brand {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.04em;
	display: flex;
	align-items: center;
	gap: 3px;
}
.checkout-brand b {
	font-weight: 500;
	color: var(--accent);
}
.checkout-brand svg {
	margin-left: auto;
	color: #838394;
}
.checkout-merchant {
	margin-top: 23px;
	font-size: 9px;
	color: #6b6d7c;
}
.checkout-price {
	margin-top: 9px;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: -.04em;
}
.checkout-price small {
	font-size: 12px;
	letter-spacing: -.02em;
	color: #77798d;
}
.checkout-field-label {
	font-size: 9px;
	margin-top: 24px;
}
.checkout-chain {
	display: flex;
	gap: 9px;
	align-items: center;
	padding: 11px 10px;
	border: 1px solid #bdb4ee;
	border-radius: 6px;
	margin-top: 9px;
	font-size: 11px;
}
.sample-radio {
	border: 4px solid var(--accent);
	border-radius: 50%;
	width: 13px;
	height: 13px;
	margin-left: auto;
}
.sample-pay {
	display: flex;
	justify-content: space-between;
	color: white;
	background: var(--accent);
	padding: 13px 12px;
	font-size: 11px;
	font-weight: 700;
	border-radius: 6px;
	margin-top: 16px;
}
.checkout-note {
	font-size: 7px;
	line-height: 1.7;
	text-align: center;
	color: #77798d;
	margin-top: 12px;
}
.received-mini {
	position: absolute;
	z-index: 3;
	bottom: 38px;
	left: 27px;
	background: #fbfff5;
	box-shadow: 0 10px 25px #2c3b1510;
	border: 1px solid #d5e4c6;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	border-radius: 11px;
	width: 264px;
}
.received-icon {
	width: 31px;
	height: 31px;
	background: #e0efca;
	color: #3f6521;
	font-size: 19px;
	border-radius: 50%;
	display: grid;
	place-items: center;
}
.received-mini > div {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.received-mini > div > span {
	font-size: 9px;
	color: #58634e;
}
.received-mini strong {
	font-size: 19px;
	letter-spacing: -.03em;
}
.received-mini small {
	font-size: 9px;
	font-weight: 400;
}
.received-mini > svg {
	margin-left: auto;
	color: #4d6542;
}
.hero-product figcaption {
	position: absolute;
	bottom: 13px;
	left: 12px;
	right: 12px;
	text-align: center;
	font-size: 8px;
	color: #6b6478;
	line-height: 1.5;
}
.trust-strip {
	border-block: 1px solid var(--line);
	background: #f0f2eb;
}
.trust-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	min-height: 91px;
}
.trust-inner > p {
	font-size: 13px;
	line-height: 1.8;
	color: var(--muted);
}
.trust-inner strong {
	color: var(--ink);
	font-weight: 500;
}
.ec-brand {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.05em;
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 44px;
}
.ec-brand b {
	font-weight: 500;
	color: var(--accent);
}
.ec-brand span {
	font-size: 11px;
	font-weight: 400;
	color: var(--muted);
	letter-spacing: 0;
	margin-left: 14px;
}
.ec-brand span:last-child {
	font-size: 19px;
	margin-left: 9px;
}
.ec-brand:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
}
h2 {
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.6;
	letter-spacing: -.04em;
}
.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 44px;
}
.section-heading .eyebrow {
	margin-bottom: 18px;
	color: var(--accent);
}
.section-intro {
	font-size: 13px;
	line-height: 2.05;
	color: var(--muted);
	padding-bottom: 6px;
}
.benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	margin-top: 51px;
}
.feature-visual {
	height: 181px;
	background: #eef0e8;
	border: 1px solid #e3e6dc;
	border-radius: 13px;
	margin-bottom: 28px;
	overflow: hidden;
}
.mini-label {
	font-size: 8px;
	letter-spacing: .09em;
	color: #66705e;
}
.reconciliation {
	padding: 23px 21px;
}
.reconciliation > div {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 17px;
}
.visual-icon {
	font-size: 16px;
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	background: white;
	border: 1px solid #dde3d4;
	border-radius: 7px;
}
.reconciliation p {
	font-size: 10px;
	line-height: 1.5;
}
.reconciliation p small {
	font-size: 8px;
	color: #65705c;
	display: block;
	margin-top: 3px;
}
.status-pill {
	margin-left: auto;
	background: #dae7c8;
	color: #385022;
	font-size: 8px;
	padding: 4px 9px;
	border-radius: 4px;
	white-space: nowrap;
}
.status-pill.pending {
	background: #f2e5c9;
	color: #735611;
}
.feature-number {
	font-size: 10px;
	color: var(--muted);
	letter-spacing: .03em;
}
.benefit h3 {
	font-size: 23px;
	font-weight: 600;
	line-height: 1.65;
	letter-spacing: -.03em;
	margin-top: 10px;
}
.benefit > p {
	font-size: 13px;
	line-height: 2.05;
	color: var(--muted);
	margin-top: 16px;
}
.refund-visual {
	display: flex;
	align-items: center;
	gap: 18px;
	background: #ece9f7;
	border-color: #e3dfee;
	padding: 21px;
}
.refund-arrow {
	font-size: 51px;
	color: #7d6bd7;
	font-weight: 400;
}
.refund-visual > div {
	display: flex;
	flex-direction: column;
	gap: 13px;
}
.refund-visual .mini-label {
	color: #686077;
}
.refund-visual strong {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: -.03em;
}
.refund-visual small {
	font-size: 11px;
}
.refund-remainder {
	font-size: 8px;
	color: #655e74;
}
.refund-remainder > span {
	margin-inline: 6px;
	color: #a098b2;
}
.notification-visual {
	padding: 32px 19px;
	background: #f2ede3;
	border-color: #e8e2d6;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.notification-card {
	display: flex;
	align-items: center;
	gap: 9px;
	border: 1px solid #e4e0d6;
	border-radius: 8px;
	padding: 14px 12px;
	background: white;
	box-shadow: 0 8px 20px #51422106;
}
.notification-symbol {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #e9ecd5;
	display: grid;
	place-items: center;
	font-size: 14px;
	color: #506432;
}
.notification-card strong {
	font-size: 9px;
	font-weight: 600;
}
.notification-card p {
	font-size: 8px;
	margin-top: 5px;
	color: #6d6b61;
}
.notification-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--accent);
	margin-left: auto;
}
.notification-tags {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}
.notification-tags span {
	font-size: 8px;
	color: #686254;
	padding: 4px 7px;
	border: 1px solid #ddd5c8;
	border-radius: 4px;
}
.section-note {
	color: var(--muted);
	font-size: 11px;
	line-height: 1.9;
	margin-top: 32px;
	padding-top: 21px;
	border-top: 1px solid var(--line);
}
.integration-section {
	background: #fff;
	border-block: 1px solid var(--line);
}
.method-tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 44px;
}
.method-tab {
	padding: 23px 20px;
	border: 1px solid var(--line);
	border-radius: 10px;
	display: grid;
	grid-template-columns: 22px 1fr;
	column-gap: 9px;
	row-gap: 7px;
	align-items: center;
	transition: background .15s, border-color .15s;
	min-width: 0;
}
.method-tab > span {
	font-size: 10px;
	color: var(--muted);
}
.method-tab > b {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -.02em;
}
.method-tab > small {
	grid-column: 2;
	font-size: 10px;
	color: var(--muted);
}
.method-tab:hover {
	border-color: #8e80df;
	background: #f8f6ff;
}
.method-tab.active {
	background: var(--lavender);
	border-color: #aa9ee9;
}
.method-tab.active > b,
.method-tab.active > span {
	color: #4032a8;
}
.method-panel {
	display: grid;
	grid-template-columns: 1.02fr 1fr;
	gap: 60px;
	margin-top: 40px;
	padding: 16px 0 0;
	scroll-margin-top: 120px;
	min-width: 0;
}
.method-copy {
	padding: 7px 0 0;
}
.label-chip {
	display: inline-block;
	background: #f2f2ec;
	border: 1px solid #e8e8df;
	border-radius: 5px;
	padding: 6px 9px;
	font-size: 10px;
	color: #5b6259;
}
.method-copy h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: -.03em;
	margin-top: 20px;
}
.method-copy > p {
	font-size: 13px;
	line-height: 2.1;
	color: var(--muted);
	max-width: 450px;
	margin-top: 17px;
}
.simple-steps {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	counter-reset: steps;
	padding: 0;
	margin: 22px 0 27px;
	font-size: 12px;
}
.simple-steps li {
	counter-increment: steps;
	display: flex;
	align-items: center;
	gap: 11px;
}
.simple-steps li::before {
	content: counter(steps);
	font-size: 9px;
	font-weight: 700;
	width: 20px;
	height: 20px;
	border: 1px solid #d1d7c9;
	border-radius: 50%;
	display: grid;
	place-items: center;
	color: #626c58;
}
.method-guide {
	display: flex;
	max-width: 260px;
	font-size: 12px;
	margin-top: 12px;
}
.method-copy .method-caution {
	font-size: 11px;
	margin-top: 5px;
}
.method-display {
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	min-width: 0;
	min-height: 418px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px;
}
.display-label {
	font-size: 9px;
	letter-spacing: .15em;
	position: absolute;
	top: 28px;
	left: 30px;
	color: #686077;
}
.link-display {
	background: #edeaf7;
	align-items: center;
}
.link-example {
	position: relative;
	width: 100%;
	max-width: 312px;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	background: white;
	border: 1px solid #e0dbef;
	border-radius: 12px;
	padding: 27px;
	box-shadow: 0 15px 25px #4b3a6d0c;
	margin-top: 25px;
}
.link-example-icon {
	width: 37px;
	height: 37px;
	display: grid;
	place-items: center;
	background: #eee9fd;
	border-radius: 11px;
	color: var(--accent);
	font-size: 25px;
	margin-bottom: 17px;
}
.link-example > span:not(.link-example-icon) {
	font-size: 13px;
}
.link-example > b {
	font-size: 12px;
	border-radius: 6px;
	padding: 13px 19px;
	background: var(--accent);
	color: white;
	margin-top: 21px;
	display: flex;
	justify-content: space-between;
	gap: 25px;
	font-weight: 500;
	width: 100%;
}
.link-destinations {
	display: flex;
	gap: 8px;
	margin-top: 27px;
	flex-wrap: wrap;
	justify-content: center;
}
.link-destinations span {
	background: #fff8;
	border: 1px solid #d5cee7;
	padding: 7px 13px;
	font-size: 10px;
	border-radius: 20px;
}
.method-display > p {
	font-size: 10px;
	text-align: center;
	color: #6b617a;
	margin-top: 18px;
	line-height: 1.8;
}
.integration-help {
	text-align: center;
	font-size: 12px;
	line-height: 1.9;
	margin-top: 42px;
	color: var(--muted);
}
.integration-help a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 4px;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}
.woo-display {
	background: #f0eaf6;
	align-items: center;
}
.connection-logos {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	justify-content: center;
}
.connection-logos span {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -.05em;
}
.connection-logos > span:first-child {
	color: #804aa2;
}
.connection-logos i {
	font-size: 24px;
	font-style: normal;
	color: #9483a1;
}
.woo-order {
	background: white;
	border: 1px solid #e6ddec;
	border-radius: 10px;
	padding: 23px 25px;
	margin-top: 28px;
	width: 100%;
	max-width: 315px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.woo-order > span {
	font-size: 10px;
	color: #6b617a;
}
.woo-order > b {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-weight: 500;
}
.woo-order > b > span {
	color: #719649;
}
.woo-order hr {
	border: 0;
	border-top: 1px solid #eeebf1;
	width: 100%;
	margin: 6px 0;
}
.api-display {
	background: #25252e;
	color: #f0edf9;
	padding: 0;
	justify-content: flex-start;
}
.code-bar {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #45434e;
	font-size: 10px;
	color: #bab4ca;
}
.code-dots {
	font-size: 8px;
	letter-spacing: 4px;
	color: #9590a4;
}
.api-display pre {
	font-size: 12px;
	line-height: 2;
	overflow-x: auto;
	padding: 28px 24px 20px;
	margin: 0;
	flex: 1;
	tab-size: 2;
}
.api-display code {
	font-family: "SFMono-Regular", Consolas, monospace;
	font-size: inherit;
}
.code-purple {
	color: #c9b4ff;
}
.code-green {
	color: #c6e6a3;
}
.api-display > p {
	padding: 15px;
	margin: 0 20px 20px;
	background: #33333c;
	color: #c8c2d4;
	border-radius: 6px;
	font-size: 10px;
	line-height: 1.7;
}
.story-section {
	background: #252b27;
	color: #f4f6ef;
}
.story-grid {
	display: grid;
	grid-template-columns: 1.14fr 1fr;
	gap: 85px;
	align-items: center;
}
.story-section .eyebrow {
	color: #c9dea9;
	margin-bottom: 22px;
}
.story-section h2 {
	font-size: 31px;
	line-height: 1.75;
	letter-spacing: -.045em;
}
.story-description {
	color: #bbc4b9;
	font-size: 13px;
	line-height: 2.05;
	margin-top: 23px;
}
.story-link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	gap: 22px;
	font-size: 12px;
	color: #deebcb;
	border-bottom: 1px solid #6d7d63;
	margin-top: 26px;
}
.story-link:hover {
	border-color: #c9dea9;
}
.proof-panel {
	background: #303831;
	border: 1px solid #4c574a;
	border-radius: 16px;
	padding: 28px;
}
.proof-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	font-size: 10px;
	color: #bdcbb5;
	flex-wrap: wrap;
}
.proof-pill {
	border: 1px solid #728268;
	border-radius: 20px;
	padding: 6px 9px;
	font-size: 9px;
}
.proof-panel h3 {
	font-size: 20px;
	line-height: 1.75;
	font-weight: 500;
	margin-top: 22px;
	letter-spacing: -.02em;
}
.proof-scope {
	margin-top: 12px;
	font-size: 11px;
	line-height: 1.9;
	color: #bfcbb9;
}
.proof-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 23px 15px;
	margin-top: 26px;
}
.stat-label {
	font-size: 10px;
	color: #bbc7b4;
}
.proof-stats p {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 7px;
}
.proof-stats strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 55px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -.035em;
	color: #d8ecb9;
	font-variant-numeric: lining-nums;
}
.proof-stats p > span {
	font-size: 11px;
	color: #bec9b8;
}
.stat-wide {
	grid-column: 1 / -1;
	padding-top: 20px;
	border-top: 1px solid #52604c;
}
.stat-wide strong {
	font-size: 56px;
}
.proof-details {
	margin-top: 26px;
	border-top: 1px solid #52604c;
	font-size: 10px;
	line-height: 1.9;
	color: #bfcbb9;
}
.proof-details summary {
	cursor: pointer;
	min-height: 44px;
	padding: 13px 0 0;
	list-style-position: inside;
}
.proof-details p {
	margin-top: 10px;
}
.proof-details a:focus-visible,
.proof-details summary:focus-visible {
	outline-color: var(--green);
}
.control-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 110px;
	align-items: center;
}
.control-grid .eyebrow {
	color: var(--accent);
	margin-bottom: 20px;
}
.control-description {
	font-size: 13px;
	line-height: 2.1;
	color: var(--muted);
	margin-top: 23px;
	max-width: 470px;
}
.chains-panel {
	border: 1px solid var(--line);
	background: white;
	border-radius: 15px;
	padding: 30px;
}
.chains-panel > p:first-child {
	font-size: 12px;
	font-weight: 500;
}
.chain-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
}
.chain-list > div {
	display: flex;
	align-items: center;
	gap: 9px;
	background: #f6f7f2;
	padding: 18px 12px;
	border-radius: 8px;
	border: 1px solid #e1e5d9;
	min-width: 0;
}
.chain-list img {
	width: 25px;
	height: 25px;
	flex-shrink: 0;
}
.chain-list div > span {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -.02em;
}
.chain-list .chain-check {
	margin-left: auto;
	color: #698054;
	font-size: 11px;
}
.chains-panel .chain-note {
	font-size: 11px;
	line-height: 1.9;
	color: var(--muted);
	margin-top: 20px;
}
.pricing-section {
	background: #f0f2e9;
	border-block: 1px solid var(--line);
}
.pricing-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 110px;
	align-items: center;
}
.pricing-grid .eyebrow {
	color: #52683b;
	margin-bottom: 20px;
}
.pricing-grid .text-link {
	font-size: 12px;
	margin-top: 26px;
}
.price-panel {
	border: 1px solid #d4ddc6;
	border-radius: 15px;
	padding: 32px;
	background: #e4eccf;
}
.price-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-size: 12px;
}
.price-title > span {
	padding: 5px 9px;
	border: 1px solid #afbf94;
	border-radius: 15px;
	font-size: 10px;
}
.price-number {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 118px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -.06em;
	margin-top: 23px;
}
.price-number > span {
	font-size: 55px;
	margin-left: 5px;
}
.fixed-fees {
	display: flex;
	gap: 28px;
	padding-block: 23px;
	border-bottom: 1px solid #b9c5a7;
	font-size: 12px;
}
.fixed-fees b {
	margin-left: 5px;
	font-size: 17px;
}
.price-panel > p:not(.price-number) {
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
	color: #4a553d;
}
.price-panel .price-small {
	font-size: 10px !important;
	margin-top: 12px !important;
}
.getting-started .section-heading {
	align-items: center;
}
.onboarding-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding: 0;
	list-style: none;
	margin: 45px 0 0;
}
.onboarding-steps li {
	border-top: 1px solid var(--line);
	padding-top: 24px;
}
.step-index {
	font-size: 12px;
	color: var(--accent);
	font-family: Georgia, serif;
}
.onboarding-steps h3 {
	font-size: 20px;
	letter-spacing: -.03em;
	font-weight: 500;
	margin-top: 20px;
}
.onboarding-steps p {
	font-size: 13px;
	line-height: 2;
	margin-top: 15px;
	color: var(--muted);
}
.faq-section {
	display: grid;
	grid-template-columns: .75fr 1.3fr;
	gap: 100px;
	border-top: 1px solid var(--line);
}
.faq-section .eyebrow {
	color: var(--accent);
	margin-bottom: 20px;
}
.faq-section .text-link {
	margin-top: 20px;
	font-size: 12px;
}
.faq-list details {
	border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
	border-top: 1px solid var(--line);
}
.faq-list summary {
	min-height: 75px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	padding: 20px 0;
	font-size: 13px;
	line-height: 1.8;
	cursor: pointer;
	list-style: none;
}
.faq-list summary::-webkit-details-marker {
	display: none;
}
.faq-list summary > span {
	font-size: 23px;
	line-height: 1;
	transition: transform .2s;
	color: var(--muted);
	font-weight: 400;
}
.faq-list details[open] summary > span {
	transform: rotate(45deg);
}
.faq-list details > p {
	color: var(--muted);
	font-size: 12px;
	line-height: 2.05;
	padding: 0 28px 24px 0;
}
.faq-list details a {
	color: var(--accent);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.final-section {
	background: #eae6fa;
	border-block: 1px solid #d9d2ef;
	padding: 92px 0 94px;
	text-align: center;
}
.final-section .eyebrow {
	color: #69598e;
	margin-bottom: 22px;
}
.final-section h2 {
	font-size: 43px;
	line-height: 1.6;
	letter-spacing: -.045em;
}
.final-section p:not(.eyebrow) {
	font-size: 13px;
	color: #6c637d;
	margin-top: 21px;
}
.final-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 29px;
	margin-top: 30px;
}
.site-footer {
	padding-top: 48px;
	padding-bottom: 25px;
}
.footer-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.footer-top .wordmark {
	font-size: 22px;
}
.footer-top > p {
	font-size: 11px;
	line-height: 1.8;
	color: var(--muted);
	grid-column: 1;
	grid-row: 2;
}
.footer-top nav {
	display: flex;
	gap: 24px;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	grid-column: 2;
	grid-row: 1 / 3;
	font-size: 11px;
}
.footer-top nav a,
.footer-bottom a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}
.footer-top nav a:hover,
.footer-bottom a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid var(--line);
	margin-top: 34px;
	padding-top: 15px;
	font-size: 10px;
	color: var(--muted);
}
.footer-bottom a {
	gap: 8px;
}
@media (min-width: 1500px) {
	.hero {
		gap: 55px;
	}
}
@media (max-width: 1150px) {
	.desktop-nav {
		gap: 20px;
	}
	.header-actions {
		margin-left: 8px;
		gap: 16px;
	}
	.hero {
		gap: 28px;
	}
	.hero h1 {
		font-size: 50px;
	}
	.hero-product {
		height: 470px;
	}
	.store-mini {
		left: 15px;
		top: 67px;
		width: 212px;
	}
	.checkout-mini {
		width: 237px;
		right: 14px;
		top: 119px;
		padding: 19px 16px 15px;
	}
	.received-mini {
		left: 16px;
		width: 231px;
		bottom: 35px;
	}
	.sample-product-art {
		height: 130px;
	}
	.cup-body {
		left: 47px;
		top: 29px;
	}
	.cup-shadow {
		left: 37px;
		top: 92px;
	}
	.hero-description {
		font-size: 13px;
	}
	.hero-actions {
		gap: 18px;
	}
	.hero-price {
		font-size: 10px;
	}
	.benefits {
		gap: 22px;
	}
	.refund-visual {
		padding: 16px;
		gap: 13px;
	}
	.refund-remainder {
		font-size: 7px;
	}
	.feature-visual {
		height: 171px;
	}
	.story-grid {
		gap: 50px;
	}
	.story-section h2 {
		font-size: 28px;
	}
	.control-grid,
	.pricing-grid {
		gap: 70px;
	}
	.method-panel {
		gap: 35px;
	}
	.method-display {
		padding: 24px;
	}
	.api-display {
		padding: 0;
	}
	.method-copy h3 {
		font-size: 25px;
	}
	.api-display pre {
		font-size: 10px;
		padding-inline: 20px;
	}
	.faq-section {
		gap: 65px;
	}
	.header-inner {
		height: 76px;
	}
	.section {
		padding-block: 90px;
	}
	.hero {
		padding-block: 70px;
	}
	.section-intro {
		font-size: 12px;
	}
}
@media (max-width: 900px) {
	.wrap {
		width: calc(100% - 48px);
	}
	.desktop-nav {
		display: none;
	}
	.header-actions {
		margin-left: auto;
	}
	.hero {
		grid-template-columns: 1fr;
		gap: 46px;
		padding-block: 56px 48px;
		max-width: 680px;
	}
	.hero h1 {
		font-size: 57px;
	}
	.hero-description {
		font-size: 15px;
	}
	.hero-actions {
		gap: 28px;
	}
	.hero-product {
		width: 100%;
		max-width: 570px;
		height: 485px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-price {
		font-size: 12px;
	}
	.store-mini {
		width: 242px;
		left: 34px;
		top: 70px;
	}
	.checkout-mini {
		width: 280px;
		right: 32px;
		top: 117px;
		padding: 24px 22px;
	}
	.received-mini {
		width: 270px;
		left: 39px;
		bottom: 33px;
	}
	.hero-product figcaption {
		bottom: 10px;
		font-size: 9px;
	}
	.sample-product-art {
		height: 147px;
	}
	.cup-body {
		left: 59px;
		top: 34px;
	}
	.cup-shadow {
		left: 49px;
		top: 97px;
	}
	.checkout-merchant {
		font-size: 10px;
	}
	.checkout-field-label {
		font-size: 10px;
	}
	.checkout-chain,
	.sample-pay {
		font-size: 12px;
	}
	.trust-inner {
		min-height: 105px;
	}
	.trust-inner > p {
		font-size: 12px;
		max-width: 235px;
	}
	.ec-brand span {
		display: none;
	}
	.ec-brand span:last-child {
		display: inline;
	}
	.section-heading {
		gap: 32px;
		align-items: flex-start;
	}
	.section-intro {
		font-size: 12px;
		max-width: 280px;
	}
	.section {
		padding-block: 75px;
	}
	.benefits {
		gap: 21px;
	}
	.feature-visual {
		height: 157px;
	}
	.feature-number {
		font-size: 9px;
	}
	.benefit h3 {
		font-size: 20px;
	}
	.benefit > p {
		font-size: 12px;
	}
	.reconciliation {
		padding: 21px 13px;
	}
	.reconciliation > div {
		gap: 6px;
	}
	.visual-icon {
		display: none;
	}
	.reconciliation p {
		font-size: 8px;
	}
	.status-pill {
		padding: 4px 6px;
		font-size: 7px;
	}
	.refund-visual {
		gap: 6px;
		padding: 13px;
	}
	.refund-arrow {
		font-size: 30px;
	}
	.refund-visual strong {
		font-size: 27px;
	}
	.refund-remainder {
		font-size: 6px;
	}
	.refund-remainder > span {
		margin-inline: 1px;
	}
	.notification-visual {
		padding: 20px 11px;
	}
	.notification-card {
		padding: 12px 8px;
		gap: 6px;
	}
	.notification-symbol {
		display: none;
	}
	.notification-card strong {
		font-size: 8px;
	}
	.notification-card p {
		font-size: 7px;
	}
	.notification-tags {
		gap: 4px;
	}
	.notification-tags span {
		padding: 4px;
		font-size: 7px;
	}
	.method-tab {
		padding: 19px 14px;
		column-gap: 5px;
	}
	.method-tab > b {
		font-size: 16px;
	}
	.method-tab > small {
		font-size: 9px;
	}
	.method-panel {
		gap: 25px;
		grid-template-columns: 1fr 1fr;
	}
	.method-copy h3 {
		font-size: 23px;
	}
	.method-copy > p {
		font-size: 12px;
	}
	.method-display {
		padding: 19px;
		min-height: 408px;
	}
	.api-display {
		padding: 0;
	}
	.display-label {
		font-size: 8px;
		left: 23px;
		top: 23px;
	}
	.link-example {
		padding: 23px 19px;
	}
	.link-example > span:not(.link-example-icon) {
		font-size: 11px;
	}
	.link-example > b {
		font-size: 10px;
		gap: 8px;
		padding: 12px;
	}
	.link-destinations {
		gap: 5px;
	}
	.link-destinations span {
		font-size: 8px;
		padding: 6px 8px;
	}
	.integration-help {
		font-size: 11px;
	}
	.connection-logos {
		gap: 10px;
	}
	.connection-logos span {
		font-size: 14px;
	}
	.woo-order {
		padding: 20px 18px;
	}
	.woo-order > b {
		font-size: 12px;
	}
	.api-display pre {
		font-size: 9px;
		padding-inline: 16px;
	}
	.story-grid {
		grid-template-columns: 1fr 1fr;
		gap: 33px;
	}
	.story-section h2 {
		font-size: 25px;
	}
	.story-description {
		font-size: 12px;
	}
	.proof-panel {
		padding: 22px;
	}
	.proof-panel h3 {
		font-size: 18px;
	}
	.proof-stats strong {
		font-size: 47px;
	}
	.stat-wide strong {
		font-size: 44px;
	}
	.stat-label {
		font-size: 9px;
	}
	.control-grid,
	.pricing-grid {
		gap: 36px;
	}
	.chain-list {
		grid-template-columns: 1fr;
	}
	.chain-list > div {
		padding: 12px;
	}
	.chains-panel {
		padding: 25px;
	}
	.chains-panel .chain-note {
		font-size: 10px;
	}
	.price-panel {
		padding: 25px;
	}
	.fixed-fees {
		gap: 15px;
		font-size: 11px;
	}
	.control-description {
		font-size: 12px;
	}
	.onboarding-steps {
		gap: 26px;
	}
	.onboarding-steps h3 {
		font-size: 18px;
	}
	.onboarding-steps p {
		font-size: 12px;
	}
	.faq-section {
		gap: 38px;
		grid-template-columns: .8fr 1.2fr;
	}
	.faq-list summary {
		font-size: 12px;
	}
	.footer-top nav {
		gap: 8px 22px;
	}
}
@media (max-width: 600px) {
	html {
		scroll-padding-top: 85px;
	}
	.wrap {
		width: calc(100% - 40px);
	}
	.header-inner {
		height: 69px;
		gap: 12px;
	}
	.wordmark {
		font-size: 22px;
		gap: 8px;
	}
	.wordmark img {
		width: 29px;
		height: 29px;
	}
	.header-actions {
		gap: 12px;
	}
	.login-link {
		font-size: 11px;
	}
	.button-small {
		font-size: 11px;
		padding: 10px 12px;
		gap: 10px;
		min-height: 40px;
	}
	.button-small > span {
		font-size: 18px;
	}
	.hero {
		padding-top: 43px;
		padding-bottom: 35px;
		gap: 36px;
	}
	.hero .eyebrow {
		font-size: 8px;
		letter-spacing: .075em;
		gap: 8px;
	}
	.status-dot {
		width: 6px;
		height: 6px;
	}
	.hero h1 {
		font-size: clamp(32px, 10.3vw, 47px);
		line-height: 1.4;
		margin-top: 22px;
		letter-spacing: -.055em;
	}
	.hero-description {
		font-size: 14px;
		line-height: 2;
		margin-top: 21px;
	}
	.desktop-break {
		display: none;
	}
	.hero-actions {
		gap: 13px;
		margin-top: 25px;
		align-items: center;
	}
	.hero-actions .button {
		font-size: 13px;
		gap: 23px;
		padding: 13px 17px;
		min-height: 51px;
	}
	.hero-actions .text-link {
		font-size: 12px;
		gap: 9px;
	}
	.hero-price {
		font-size: 10px;
		line-height: 2;
		margin-top: 17px;
	}
	.hero-price strong {
		font-size: 11px;
	}
	.hero-price > span {
		margin-inline: 6px;
	}
	.hero-product {
		height: 400px;
		border-radius: 16px;
	}
	.product-caption {
		top: 15px;
		left: 16px;
		font-size: 9px;
	}
	.store-mini {
		width: 188px;
		left: 15px;
		top: 62px;
		padding: 12px;
		transform: rotate(-4deg);
	}
	.sample-logo {
		font-size: 8px;
	}
	.store-mini-top {
		padding-bottom: 10px;
	}
	.sample-product-art {
		height: 115px;
	}
	.cup-body {
		width: 58px;
		height: 56px;
		left: 44px;
		top: 26px;
		border-top-width: 5px;
	}
	.cup-body::before {
		width: 22px;
		height: 29px;
		right: -19px;
		top: 5px;
		border-width: 6px;
	}
	.cup-body span {
		top: 19px;
		left: 16px;
		width: 17px;
	}
	.cup-shadow {
		width: 90px;
		left: 34px;
		top: 78px;
	}
	.product-art-caption {
		font-size: 6px;
		bottom: 8px;
	}
	.store-mini-bottom {
		gap: 6px;
		padding: 12px 0;
	}
	.store-mini-bottom > span {
		font-size: 9px;
	}
	.store-mini-bottom strong {
		font-size: 13px;
	}
	.sample-buy {
		font-size: 8px;
		padding: 8px;
	}
	.checkout-mini {
		width: 201px;
		right: 13px;
		top: 103px;
		border-radius: 10px;
		padding: 16px 13px;
	}
	.checkout-brand {
		font-size: 13px;
	}
	.checkout-brand svg {
		width: 13px;
	}
	.checkout-merchant {
		font-size: 8px;
		margin-top: 17px;
	}
	.checkout-price {
		font-size: 29px;
	}
	.checkout-price small {
		font-size: 10px;
	}
	.checkout-field-label {
		font-size: 8px;
		margin-top: 17px;
	}
	.checkout-chain {
		font-size: 9px;
		padding: 9px 8px;
		margin-top: 7px;
		gap: 7px;
	}
	.checkout-chain img {
		width: 18px;
		height: 18px;
	}
	.sample-radio {
		width: 11px;
		height: 11px;
		border-width: 3px;
	}
	.sample-pay {
		font-size: 9px;
		padding: 11px 9px;
		margin-top: 12px;
	}
	.checkout-note {
		font-size: 6px;
		margin-top: 9px;
	}
	.received-mini {
		left: 15px;
		bottom: 30px;
		width: 216px;
		gap: 9px;
		padding: 12px;
		border-radius: 9px;
	}
	.received-icon {
		width: 25px;
		height: 25px;
		font-size: 16px;
	}
	.received-mini > div > span {
		font-size: 8px;
	}
	.received-mini strong {
		font-size: 16px;
	}
	.received-mini small {
		font-size: 8px;
	}
	.received-mini > svg {
		width: 17px;
	}
	.hero-product figcaption {
		bottom: 10px;
		font-size: 6px;
		left: 8px;
		right: 8px;
		line-height: 1.6;
	}
	.trust-inner {
		min-height: 95px;
		gap: 17px;
	}
	.trust-inner > p {
		font-size: 11px;
		max-width: 206px;
	}
	.trust-inner strong {
		display: block;
	}
	.ec-brand {
		font-size: 22px;
		white-space: nowrap;
	}
	.ec-brand span:last-child {
		margin-left: 3px;
		font-size: 15px;
	}
	.section {
		padding-block: 63px;
	}
	h2 {
		font-size: 27px;
		line-height: 1.65;
		letter-spacing: -.04em;
	}
	.eyebrow {
		font-size: 9px;
		letter-spacing: .12em;
	}
	.section-heading {
		display: block;
	}
	.section-heading .eyebrow {
		margin-bottom: 16px;
	}
	.section-intro {
		font-size: 14px;
		line-height: 2;
		max-width: none;
		margin-top: 22px;
		padding: 0;
	}
	.section-intro br {
		display: none;
	}
	.benefits {
		grid-template-columns: 1fr;
		gap: 35px;
		margin-top: 33px;
	}
	.feature-visual {
		height: 183px;
		margin-bottom: 19px;
		max-width: none;
	}
	.reconciliation {
		padding: 23px 28px;
	}
	.reconciliation > div {
		gap: 11px;
		margin-top: 18px;
	}
	.visual-icon {
		display: grid;
		width: 30px;
		height: 30px;
	}
	.mini-label {
		font-size: 9px;
	}
	.reconciliation p {
		font-size: 12px;
	}
	.reconciliation p small {
		font-size: 10px;
	}
	.status-pill {
		font-size: 9px;
		padding: 5px 9px;
	}
	.feature-number {
		font-size: 10px;
	}
	.benefit h3 {
		font-size: 24px;
		margin-top: 9px;
		line-height: 1.6;
	}
	.benefit h3 br {
		display: none;
	}
	.benefit > p {
		font-size: 14px;
		margin-top: 12px;
		line-height: 2;
	}
	.refund-visual {
		justify-content: center;
		gap: 23px;
		padding: 23px;
	}
	.refund-arrow {
		font-size: 56px;
	}
	.refund-visual strong {
		font-size: 36px;
	}
	.refund-visual small {
		font-size: 12px;
	}
	.refund-remainder {
		font-size: 9px;
	}
	.refund-remainder > span {
		margin-inline: 4px;
	}
	.notification-visual {
		padding: 28px;
	}
	.notification-card {
		padding: 16px 12px;
		gap: 10px;
	}
	.notification-symbol {
		display: grid;
		flex-shrink: 0;
	}
	.notification-card strong {
		font-size: 11px;
	}
	.notification-card p {
		font-size: 9px;
	}
	.notification-tags {
		gap: 10px;
		margin-top: 21px;
	}
	.notification-tags span {
		font-size: 9px;
		padding: 5px 8px;
	}
	.section-note {
		font-size: 11px;
		line-height: 1.9;
		margin-top: 27px;
		padding-top: 18px;
	}
	.method-tabs {
		gap: 7px;
		margin-top: 29px;
	}
	.method-tab {
		padding: 13px 8px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 7px;
		border-radius: 7px;
		min-height: 72px;
		justify-content: center;
	}
	.method-tab > span {
		font-size: 9px;
	}
	.method-tab > b {
		font-size: clamp(10px, 3.08vw, 14px);
		letter-spacing: -.035em;
	}
	.method-tab > small {
		display: none;
	}
	.method-panel {
		grid-template-columns: 1fr;
		gap: 29px;
		padding-top: 0;
		margin-top: 25px;
	}
	.method-copy h3 {
		font-size: 26px;
		line-height: 1.65;
		margin-top: 17px;
	}
	.method-copy > p {
		font-size: 14px;
		margin-top: 16px;
		line-height: 2;
	}
	.simple-steps {
		font-size: 13px;
		gap: 13px;
		margin-top: 20px;
		margin-bottom: 26px;
	}
	.simple-steps li::before {
		width: 23px;
		height: 23px;
		font-size: 10px;
	}
	.method-copy .button {
		font-size: 13px;
		padding: 14px 18px;
		gap: 21px;
	}
	.method-guide {
		font-size: 13px;
		margin-top: 13px;
	}
	.method-copy .method-caution {
		font-size: 11px;
	}
	.method-display {
		min-height: 340px;
		padding: 32px 27px;
	}
	.display-label {
		top: 23px;
		left: 25px;
		font-size: 8px;
	}
	.link-example {
		max-width: 290px;
		padding: 25px;
		margin-top: 27px;
	}
	.link-example > span:not(.link-example-icon) {
		font-size: 13px;
	}
	.link-example > b {
		font-size: 12px;
		padding: 13px 15px;
	}
	.link-destinations {
		gap: 8px;
		margin-top: 23px;
	}
	.link-destinations span {
		font-size: 10px;
		padding: 7px 11px;
	}
	.method-display > p {
		font-size: 11px;
		margin-top: 16px;
	}
	.integration-help {
		font-size: 12px;
		text-align: left;
		margin-top: 22px;
		line-height: 1.9;
	}
	.connection-logos {
		margin-top: 23px;
		gap: 13px;
	}
	.connection-logos span {
		font-size: 17px;
	}
	.woo-order {
		padding: 22px;
		max-width: 300px;
	}
	.woo-order > b {
		font-size: 14px;
	}
	.woo-order > span {
		font-size: 11px;
	}
	.api-display {
		padding: 0;
		min-height: 360px;
	}
	.api-display pre {
		font-size: 10px;
		line-height: 2.1;
		padding: 22px 18px;
	}
	.api-display > p {
		font-size: 10px;
		margin-top: 0;
	}
	.story-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	.story-section .eyebrow {
		margin-bottom: 17px;
	}
	.story-section h2 {
		font-size: 27px;
	}
	.story-description {
		font-size: 14px;
		line-height: 2;
		margin-top: 20px;
	}
	.story-description br {
		display: none;
	}
	.story-link {
		font-size: 13px;
		margin-top: 20px;
	}
	.proof-panel {
		padding: 24px;
	}
	.proof-heading {
		font-size: 10px;
	}
	.proof-pill {
		font-size: 9px;
	}
	.proof-panel h3 {
		font-size: 21px;
	}
	.proof-stats {
		gap: 24px 15px;
		margin-top: 25px;
	}
	.stat-label {
		font-size: 10px;
	}
	.proof-stats strong {
		font-size: 54px;
	}
	.stat-wide strong {
		font-size: 53px;
	}
	.proof-stats p > span {
		font-size: 12px;
	}
	.proof-details {
		font-size: 11px;
		line-height: 1.9;
	}
	.control-grid,
	.pricing-grid {
		grid-template-columns: 1fr;
		gap: 33px;
	}
	.control-description {
		font-size: 14px;
		line-height: 2;
		margin-top: 21px;
	}
	.chains-panel {
		padding: 24px;
	}
	.chains-panel > p:first-child {
		font-size: 13px;
	}
	.chain-list {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-top: 20px;
	}
	.chain-list > div {
		padding: 15px 10px;
		gap: 7px;
	}
	.chain-list img {
		width: 22px;
		height: 22px;
	}
	.chain-list div > span {
		font-size: 11px;
	}
	.chain-list .chain-check {
		font-size: 10px;
	}
	.chains-panel .chain-note {
		font-size: 11px;
	}
	.pricing-grid .text-link {
		font-size: 12px;
		margin-top: 19px;
	}
	.price-panel {
		padding: 26px;
	}
	.price-title {
		font-size: 13px;
	}
	.price-title > span {
		font-size: 10px;
	}
	.price-number {
		font-size: 111px;
	}
	.price-number > span {
		font-size: 51px;
	}
	.fixed-fees {
		font-size: 12px;
		gap: 26px;
		padding-block: 21px;
	}
	.fixed-fees b {
		font-size: 16px;
	}
	.price-panel > p:not(.price-number) {
		font-size: 13px;
	}
	.price-panel .price-small {
		font-size: 11px !important;
	}
	.getting-started .section-heading > .text-link {
		margin-top: 18px;
		font-size: 13px;
	}
	.onboarding-steps {
		grid-template-columns: 1fr;
		gap: 27px;
		margin-top: 28px;
	}
	.onboarding-steps li {
		padding-top: 22px;
		display: grid;
		grid-template-columns: 33px 1fr;
		column-gap: 9px;
		row-gap: 12px;
	}
	.step-index {
		font-size: 15px;
		padding-top: 5px;
	}
	.onboarding-steps h3 {
		font-size: 21px;
		margin: 0;
	}
	.onboarding-steps p {
		font-size: 14px;
		line-height: 2;
		grid-column: 2;
		margin: 0;
	}
	.faq-section {
		display: block;
	}
	.faq-section .text-link {
		font-size: 13px;
		margin-top: 15px;
	}
	.faq-list {
		margin-top: 30px;
	}
	.faq-list summary {
		font-size: 14px;
		min-height: 76px;
		padding: 18px 0;
		gap: 14px;
	}
	.faq-list details > p {
		font-size: 13px;
		line-height: 2;
		padding-right: 5px;
		padding-bottom: 21px;
	}
	.final-section {
		padding: 64px 0;
	}
	.final-section h2 {
		font-size: 30px;
		line-height: 1.65;
	}
	.final-section .eyebrow {
		font-size: 9px;
		margin-bottom: 18px;
	}
	.final-section p:not(.eyebrow) {
		font-size: 13px;
		line-height: 1.8;
		margin-top: 18px;
	}
	.final-actions {
		gap: 16px;
		margin-top: 25px;
	}
	.final-actions .button {
		font-size: 13px;
		padding: 13px 17px;
		gap: 21px;
	}
	.final-actions .text-link {
		font-size: 12px;
		gap: 9px;
	}
	.site-footer {
		padding-top: 36px;
		padding-bottom: 19px;
	}
	.footer-top {
		display: block;
	}
	.footer-top > p {
		margin-top: 15px;
		font-size: 12px;
	}
	.footer-top nav {
		justify-content: flex-start;
		margin-top: 20px;
		gap: 2px 21px;
		font-size: 11px;
	}
	.footer-bottom {
		margin-top: 20px;
		padding-top: 10px;
		font-size: 10px;
	}
}
@media (max-width: 355px) {
	.wrap {
		width: calc(100% - 32px);
	}
	.header-actions {
		gap: 8px;
	}
	.login-link {
		font-size: 10px;
	}
	.wordmark {
		font-size: 20px;
		gap: 6px;
	}
	.wordmark img {
		width: 26px;
		height: 26px;
	}
	.button-small {
		padding: 9px 11px;
		font-size: 10px;
		gap: 7px;
	}
	.hero-actions {
		gap: 13px;
	}
	.hero-actions .button {
		font-size: 12px;
		gap: 16px;
		padding-inline: 13px;
	}
	.hero-actions .text-link {
		font-size: 11px;
		gap: 7px;
	}
	.hero-product {
		height: 373px;
	}
	.store-mini {
		width: 168px;
		top: 61px;
		left: 11px;
		padding: 10px;
	}
	.sample-product-art {
		height: 100px;
	}
	.cup-body {
		left: 32px;
		top: 20px;
		transform: scale(0.9);
	}
	.cup-shadow {
		left: 26px;
		top: 67px;
		width: 79px;
	}
	.checkout-mini {
		width: 183px;
		right: 9px;
		top: 90px;
		padding: 15px 11px;
	}
	.received-mini {
		bottom: 30px;
		left: 10px;
		width: 195px;
		padding: 10px;
	}
	.checkout-note {
		font-size: 5.5px;
	}
	.hero-product figcaption {
		font-size: 5.5px;
	}
	.hero-price {
		font-size: 9px;
	}
	.hero-price strong {
		font-size: 10px;
	}
	.hero-price > span {
		margin-inline: 3px;
	}
	.trust-inner > p {
		font-size: 10px;
		max-width: 180px;
	}
	.ec-brand {
		font-size: 20px;
	}
	.feature-visual {
		height: 175px;
	}
	.notification-visual {
		padding: 23px;
	}
	.notification-card strong {
		font-size: 10px;
	}
	.notification-card p {
		font-size: 8px;
	}
	.refund-remainder {
		font-size: 8px;
	}
	.chain-list > div {
		padding: 12px 8px;
		gap: 5px;
	}
	.chain-list div > span {
		font-size: 10px;
	}
	.chain-list img {
		width: 21px;
		height: 21px;
	}
	.chains-panel {
		padding: 21px;
	}
	.price-panel {
		padding: 23px;
	}
	.fixed-fees {
		gap: 18px;
	}
	.proof-panel {
		padding: 21px;
	}
	.proof-stats strong {
		font-size: 49px;
	}
	.stat-wide strong {
		font-size: 49px;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		transition: none !important;
		animation: none !important;
	}
	.button:hover {
		transform: none;
	}
}
