/* Public pages: home, help and contact. Shares the studio design tokens. */

.amzt-app.amzt-site {
	padding: 0;
	border-radius: 0;
	width: 100%;
	background: var(--amzt-bg);
	color: var(--amzt-text);
	font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.amzt-app-mode .amzt-app.amzt-site { margin: 0 !important; }

.amzt-site .amzt-site-foot { margin-top: auto; }

/* Break out of the theme's content column. */
body.amzt-has-studio .amzt-app.amzt-site {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 100vh;
}

.amzt-site * { box-sizing: border-box; }

.amzt-site h1,
.amzt-site h2,
.amzt-site h3 {
	font-family: "Bricolage Grotesque", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
	color: var(--amzt-text);
	margin: 0;
	line-height: 1.14;
	letter-spacing: -0.02em;
}
.amzt-site h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; }
.amzt-site h2 { font-size: clamp(25px, 3vw, 36px); font-weight: 750; }
.amzt-site h3 { font-size: 18px; font-weight: 700; }
.amzt-site p { margin: 0; color: var(--amzt-muted); }
.amzt-site a { color: inherit; }

.amzt-site .amzt-lead {
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.65;
	color: var(--amzt-muted);
	max-width: 62ch;
}

.amzt-site .amzt-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	border-radius: 99px;
	border: 1px solid rgba(255, 255, 255, .14);
	background: rgba(123, 97, 255, .12);
	color: #D6CCFF;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .02em;
}

.amzt-kicker {
	display: block;
	font-size: 12.5px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--amzt-accent-2);
	margin-bottom: 10px;
}

/* ------------------------------------------------------------- buttons */

.amzt-site-btn,
.amzt-site-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 20px;
	border-radius: 12px;
	border: 1px solid transparent;
	font-size: 14.5px;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
	box-shadow: none;
}
.amzt-site-btn {
	background: var(--amzt-grad);
	color: #fff;
	box-shadow: 0 14px 30px -14px var(--amzt-accent);
}
.amzt-site-btn:hover { transform: translateY(-1px); color: #fff; }
.amzt-site-btn-ghost {
	background: rgba(255, 255, 255, .04);
	border-color: var(--amzt-border-2);
	color: var(--amzt-text);
}
.amzt-site-btn-ghost:hover { background: rgba(255, 255, 255, .08); }
.amzt-site-btn-lg { padding: 14px 26px; font-size: 15.5px; border-radius: 14px; }

/* ------------------------------------------------------------- top nav */

.amzt-site-nav {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(10, 11, 16, .82);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--amzt-border);
}
.amzt-site-nav-inner {
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 14px 26px;
}
.amzt-site-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	flex-shrink: 0;
}
.amzt-site-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 11px;
	background: var(--amzt-grad);
	color: #fff;
	box-shadow: 0 10px 24px -10px var(--amzt-accent);
}
.amzt-site-brand-logo { height: 34px; width: auto; display: block; }

.amzt-site-links {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: 12px;
	flex: 1;
	min-width: 0;
}
.amzt-site-link {
	padding: 8px 13px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 650;
	color: var(--amzt-muted);
	text-decoration: none;
}
.amzt-site-link:hover { color: var(--amzt-text); background: rgba(255, 255, 255, .05); }
.amzt-site-link.is-current { color: var(--amzt-text); background: rgba(255, 255, 255, .07); }

.amzt-site-nav-cta {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-shrink: 0;
}
.amzt-site-nav-cta .amzt-site-btn,
.amzt-site-nav-cta .amzt-site-btn-ghost { padding: 9px 16px; font-size: 13.5px; }

/* ---------------------------------------------------------------- hero */

.amzt-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	gap: 46px;
	align-items: center;
	max-width: 1220px;
	margin: 0 auto;
	padding: 74px 26px 60px;
	background:
		radial-gradient(900px 520px at 8% -10%, rgba(123, 97, 255, .22), transparent 62%),
		radial-gradient(780px 520px at 96% 10%, rgba(193, 92, 255, .16), transparent 60%);
}
.amzt-hero-copy { display: flex; flex-direction: column; gap: 20px; }
.amzt-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.amzt-hero-note { font-size: 13px; color: var(--amzt-faint); }

.amzt-hero-art {
	position: relative;
	min-height: 400px;
}
.amzt-hero-card {
	position: absolute;
	border-radius: 16px;
	border: 1px solid var(--amzt-border-2);
	box-shadow: 0 30px 70px -30px rgba(0, 0, 0, .9);
	display: flex;
	align-items: flex-end;
	padding: 16px;
	overflow: hidden;
}
.amzt-hero-card span {
	font-family: "Bricolage Grotesque", sans-serif;
	font-weight: 800;
	font-size: 21px;
	line-height: 1.05;
	color: #fff;
	text-shadow: 0 3px 14px rgba(0, 0, 0, .6);
	max-width: 82%;
}
.amzt-hero-card-a {
	left: 0;
	top: 8px;
	width: 76%;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #F97316, #EF4444 62%, #7C2D12);
	transform: rotate(-2.2deg);
}
.amzt-hero-card-b {
	right: 0;
	top: 34%;
	width: 62%;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #7B61FF, #C15CFF 70%, #4C1D95);
	transform: rotate(2.6deg);
	z-index: 2;
}
.amzt-hero-card-c {
	left: 6%;
	bottom: 0;
	width: 46%;
	aspect-ratio: 9 / 16;
	max-height: 210px;
	background: linear-gradient(160deg, #0EA5E9, #22C55E 78%);
	transform: rotate(-4deg);
}
.amzt-hero-card-c span { font-size: 17px; }

/* --------------------------------------------------------------- stats */

.amzt-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 26px 62px;
}
.amzt-stat {
	padding: 18px 20px;
	border-radius: 16px;
	border: 1px solid var(--amzt-border);
	background: var(--amzt-surface);
}
.amzt-stat strong {
	display: block;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 32px;
	line-height: 1;
	background: var(--amzt-grad);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	margin-bottom: 6px;
}
.amzt-stat span { font-size: 13.5px; color: var(--amzt-muted); }

/* ------------------------------------------------------------ sections */

.amzt-section {
	max-width: 1220px;
	margin: 0 auto;
	padding: 66px 26px;
}
.amzt-section-alt {
	max-width: none;
	background: linear-gradient(180deg, rgba(255, 255, 255, .022), transparent 70%);
	border-top: 1px solid var(--amzt-border);
	border-bottom: 1px solid var(--amzt-border);
}
.amzt-section-alt > * {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.amzt-section-head { margin-bottom: 34px; max-width: 68ch; }
.amzt-section-head h2 { margin-bottom: 12px; }

.amzt-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
}
.amzt-feature {
	padding: 22px;
	border-radius: 18px;
	border: 1px solid var(--amzt-border);
	background: var(--amzt-surface);
	transition: border-color .15s ease, transform .15s ease;
}
.amzt-feature:hover { border-color: var(--amzt-border-2); transform: translateY(-2px); }
.amzt-feature h3 { margin: 14px 0 8px; }
.amzt-feature p { font-size: 14.5px; }
.amzt-feature ul {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.amzt-feature li,
.amzt-doc-card li {
	position: relative;
	padding-left: 22px;
	font-size: 13.8px;
	color: var(--amzt-muted);
	line-height: 1.5;
}
.amzt-feature li::before,
.amzt-doc-card li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--amzt-grad);
}

.amzt-feature-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: rgba(123, 97, 255, .14);
	border: 1px solid rgba(123, 97, 255, .28);
	color: #C4B5FD;
}
.amzt-feature-ico .amzt-nav-ico {
	display: inline-flex;
	width: 22px;
	height: 22px;
}
.amzt-feature-ico .amzt-nav-ico svg { width: 22px; height: 22px; display: block; }

/* --------------------------------------------------------------- steps */

.amzt-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
	counter-reset: amzt-step;
}
.amzt-step {
	display: flex;
	gap: 14px;
	padding: 20px;
	border-radius: 18px;
	border: 1px solid var(--amzt-border);
	background: var(--amzt-surface);
}
.amzt-step-num {
	flex: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	background: var(--amzt-grad);
	color: #fff;
	font-weight: 800;
	font-size: 15px;
}
.amzt-step h3 { margin-bottom: 6px; }
.amzt-step p { font-size: 14.2px; }

/* ----------------------------------------------------------------- who */

.amzt-who-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}
.amzt-who {
	padding: 22px;
	border-radius: 18px;
	border: 1px solid var(--amzt-border);
	background: linear-gradient(180deg, rgba(123, 97, 255, .09), rgba(20, 22, 31, .5));
}
.amzt-who h3 { margin-bottom: 8px; }
.amzt-who p { font-size: 14.2px; }

/* ----------------------------------------------------------------- faq */

.amzt-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 900px;
}
.amzt-faq-item {
	border: 1px solid var(--amzt-border);
	border-radius: 14px;
	background: var(--amzt-surface);
	padding: 15px 18px;
}
.amzt-faq-item summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 15.5px;
	color: var(--amzt-text);
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}
.amzt-faq-item summary::-webkit-details-marker { display: none; }
.amzt-faq-item summary::after {
	content: '+';
	font-size: 20px;
	line-height: 1;
	color: var(--amzt-accent-2);
	flex: none;
}
.amzt-faq-item[open] summary::after { content: '–'; }
.amzt-faq-item p { margin-top: 11px; font-size: 14.5px; }

/* ---------------------------------------------------------------- band */

.amzt-band {
	text-align: center;
	padding: 76px 26px 84px;
	background:
		radial-gradient(700px 300px at 50% 0%, rgba(123, 97, 255, .22), transparent 65%),
		var(--amzt-bg-2, #0C0E15);
	border-top: 1px solid var(--amzt-border);
}
.amzt-band h2 { margin-bottom: 12px; }
.amzt-band p { max-width: 60ch; margin: 0 auto 24px; }
.amzt-band-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

/* -------------------------------------------------------------- footer */

.amzt-site-foot {
	border-top: 1px solid var(--amzt-border);
	background: #08090D;
}
.amzt-site-foot-inner {
	max-width: 1220px;
	margin: 0 auto;
	padding: 26px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 24px;
}
.amzt-site-foot-brand { font-weight: 800; }
.amzt-site-foot-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	flex: 1;
}
.amzt-site-foot-links a {
	font-size: 13.5px;
	color: var(--amzt-muted);
	text-decoration: none;
}
.amzt-site-foot-links a:hover { color: var(--amzt-text); }
.amzt-site-foot-note { font-size: 12.5px; color: var(--amzt-faint); }

/* ------------------------------------------------------------ help page */

.amzt-doc-hero {
	max-width: 1220px;
	margin: 0 auto;
	padding: 62px 26px 34px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
	background: radial-gradient(760px 340px at 10% -20%, rgba(123, 97, 255, .2), transparent 62%);
}

.amzt-doc {
	display: grid;
	grid-template-columns: 258px minmax(0, 1fr);
	gap: 40px;
	max-width: 1220px;
	margin: 0 auto;
	padding: 10px 26px 70px;
}

.amzt-doc-toc {
	position: sticky;
	top: 84px;
	align-self: start;
	padding: 18px;
	border-radius: 18px;
	border: 1px solid var(--amzt-border);
	background: var(--amzt-surface);
	max-height: calc(100vh - 120px);
	overflow-y: auto;
}
.amzt-doc-toc-title {
	display: block;
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--amzt-faint);
	margin-bottom: 10px;
}
.amzt-doc-toc nav { display: flex; flex-direction: column; gap: 2px; }
.amzt-doc-toc a {
	padding: 7px 10px;
	border-radius: 9px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--amzt-muted);
	text-decoration: none;
}
.amzt-doc-toc a:hover { background: var(--amzt-surface-2); color: var(--amzt-text); }
.amzt-doc-toc-cta { width: 100%; margin-top: 14px; }

.amzt-doc-body { display: flex; flex-direction: column; gap: 44px; min-width: 0; }
.amzt-doc-section { scroll-margin-top: 90px; }
.amzt-doc-section h2 { margin-bottom: 14px; }
.amzt-doc-section > p { margin-bottom: 12px; font-size: 15.5px; max-width: 78ch; }

.amzt-doc-note {
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(123, 97, 255, .3);
	background: rgba(123, 97, 255, .09);
	font-size: 14.2px;
	color: #CFC6F5;
}

.amzt-doc-list {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 82ch;
}
.amzt-doc-list li {
	position: relative;
	padding-left: 24px;
	font-size: 15px;
	color: var(--amzt-muted);
}
.amzt-doc-list li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--amzt-grad);
}

.amzt-doc-steps {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
	counter-reset: amzt-doc-step;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 84ch;
}
.amzt-doc-steps li {
	counter-increment: amzt-doc-step;
	position: relative;
	padding: 14px 16px 14px 54px;
	border-radius: 14px;
	border: 1px solid var(--amzt-border);
	background: var(--amzt-surface);
}
.amzt-doc-steps li::before {
	content: counter(amzt-doc-step);
	position: absolute;
	left: 15px;
	top: 14px;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	background: var(--amzt-grad);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.amzt-doc-steps strong { display: block; margin-bottom: 4px; font-size: 15px; }
.amzt-doc-steps span { font-size: 14.4px; color: var(--amzt-muted); }

.amzt-doc-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 16px;
}
.amzt-doc-card {
	padding: 20px;
	border-radius: 18px;
	border: 1px solid var(--amzt-border);
	background: var(--amzt-surface);
}
.amzt-doc-card h3 { margin: 13px 0 7px; }
.amzt-doc-card p { font-size: 14.2px; }
.amzt-doc-card ul {
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.amzt-doc-fields {
	margin: 0;
	display: grid;
	gap: 0;
	border: 1px solid var(--amzt-border);
	border-radius: 16px;
	overflow: hidden;
	background: var(--amzt-surface);
	max-width: 90ch;
}
.amzt-doc-fields dt {
	padding: 14px 18px 4px;
	font-weight: 750;
	font-size: 14.8px;
	color: var(--amzt-text);
}
.amzt-doc-fields dd {
	margin: 0;
	padding: 0 18px 14px;
	font-size: 14.3px;
	color: var(--amzt-muted);
	border-bottom: 1px solid var(--amzt-border);
}
.amzt-doc-fields dd:last-child { border-bottom: 0; }

/* --------------------------------------------------------- contact page */

.amzt-contact {
	display: flex;
	justify-content: center;
	padding: 76px 26px 90px;
	background: radial-gradient(760px 420px at 50% -10%, rgba(123, 97, 255, .2), transparent 64%);
}
.amzt-contact-card {
	width: 100%;
	max-width: 720px;
	text-align: center;
	padding: 44px 38px;
	border-radius: 24px;
	border: 1px solid var(--amzt-border-2);
	background: var(--amzt-surface);
	box-shadow: 0 40px 90px -50px rgba(0, 0, 0, .95);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}
.amzt-contact-card .amzt-lead { margin: 0 auto; }
.amzt-contact-btn { margin-top: 4px; }
.amzt-contact-note { font-size: 12.5px; color: var(--amzt-faint); }

.amzt-contact-tips {
	width: 100%;
	margin-top: 10px;
	padding-top: 24px;
	border-top: 1px solid var(--amzt-border);
	text-align: left;
}
.amzt-contact-tips h2 { font-size: 19px; margin-bottom: 12px; }
.amzt-contact-tips ul {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 9px;
}
.amzt-contact-tips li {
	position: relative;
	padding-left: 24px;
	font-size: 14.5px;
	color: var(--amzt-muted);
}
.amzt-contact-tips li::before {
	content: '';
	position: absolute;
	left: 4px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--amzt-grad);
}

/* ---------------------------------------------------------- responsive */

@media (max-width: 1040px) {
	.amzt-hero { grid-template-columns: 1fr; gap: 34px; padding-top: 56px; }
	.amzt-hero-art { min-height: 320px; order: 2; }
	.amzt-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.amzt-doc { grid-template-columns: 1fr; gap: 26px; }
	.amzt-doc-toc { position: static; max-height: none; }
	.amzt-doc-toc nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
}

@media (max-width: 720px) {
	.amzt-site-nav-inner { flex-wrap: wrap; padding: 12px 18px; gap: 10px; }
	.amzt-site-links { order: 3; width: 100%; margin-left: 0; overflow-x: auto; }
	.amzt-site-nav-cta { margin-left: auto; }
	.amzt-hero { padding: 40px 18px 46px; }
	.amzt-stats { padding: 0 18px 46px; }
	.amzt-section { padding: 48px 18px; }
	.amzt-band { padding: 56px 18px 62px; }
	.amzt-doc-hero { padding: 40px 18px 24px; }
	.amzt-doc { padding: 8px 18px 54px; }
	.amzt-contact { padding: 48px 16px 60px; }
	.amzt-contact-card { padding: 30px 22px; border-radius: 20px; }
	.amzt-site-foot-inner { padding: 22px 18px; }
	.amzt-hero-card span { font-size: 17px; }
}
