/* PageForge AI — scoped, theme-safe marketing page.
 * Reskinned to the PageForge Redesign: dark "ink" canvas, warm ember accent,
 * Instrument Serif display headings, Hanken Grotesk body, JetBrains Mono labels.
 */

/* Fonts — loaded here so the page looks right dropped into any theme. */
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@300;400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap');

html:has(.pfai-lp),
body:has(.pfai-lp),
body.pfai-landing-screen,
body.pfai-saas-page {
	overflow-x: hidden;
	max-width: 100%;
}

.pfai-lp {
	/* Design tokens */
	--ink: #0b0d11;
	--ink-2: #101319;
	--ink-3: #171b22;
	--hair: rgba(255, 255, 255, .11);
	--hair-2: rgba(255, 255, 255, .06);
	--paper: #f7f5ef;
	--paper-dim: rgba(247, 245, 239, .62);
	--paper-dim2: rgba(247, 245, 239, .40);
	--ember: #ea7644;
	--ember-2: #f2a24a;
	--ember-ink: #c6541f;
	--ember-wash: #fbebe0;
	--gold: #d8ac63;
	--green: #6cc38a;
	--r: 16px;
	--r-lg: 24px;
	--serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;
	--sans: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	--mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

	color: var(--paper);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	background: var(--ink);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.pfai-landing-screen .pfai-lp,
body.pfai-saas-page .pfai-lp {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
}

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

.pfai-lp ::selection { background: rgba(234, 118, 68, .32); }
.pfai-lp :where(h1, h2, h3, p, ul, ol) { padding: 0; }
.pfai-lp :where(a) { text-underline-offset: 3px; }
.pfai-lp__wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.pfai-lp__wrap--narrow { max-width: 760px; }
.pfai-lp__section { padding: 92px 0; scroll-margin-top: 80px; }

/* Header */
.pfai-lp__header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: rgba(11, 13, 17, .72);
	border-bottom: 1px solid var(--hair-2);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.pfai-lp__nav { min-height: 64px; padding: 15px 0; display: flex; align-items: center; gap: 24px; }
.pfai-lp a.pfai-lp__brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--paper);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -.02em;
	text-decoration: none;
	white-space: nowrap;
}
.pfai-lp__brand-mark {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(140deg, var(--ember), #c6431a);
	box-shadow: 0 8px 20px -8px rgba(234, 118, 68, .8);
	position: relative;
}
/* The three <i> bars are replaced by a single gem glyph to match the design. */
.pfai-lp__brand-mark i { display: none; }
.pfai-lp__brand-mark::before { content: "✦"; color: #fff; font-size: 15px; line-height: 1; }
.pfai-lp__nav-links { display: flex; align-items: center; gap: 6px; margin-left: 14px; }
.pfai-lp__nav-links a {
	padding: 8px 12px;
	border-radius: 8px;
	color: var(--paper-dim);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.pfai-lp__nav-links a:hover { color: var(--paper); }
.pfai-lp__nav-action { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.pfai-lp__nav-signin {
	color: var(--paper);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding: 9px 6px;
}
.pfai-lp__nav-signin:hover { color: var(--ember-2); }

/* Type and shared */
.pfai-lp__eyebrow {
	margin: 0 0 20px;
	color: var(--ember);
	font-family: var(--mono);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase;
}
.pfai-lp__eyebrow--light { color: var(--ember-2); text-align: center; }
.pfai-lp__h1 {
	max-width: 15ch;
	margin: 0 0 24px;
	color: var(--paper);
	font-family: var(--serif);
	font-size: clamp(2.75rem, 5.6vw, 4.875rem);
	font-weight: 400;
	letter-spacing: -.02em;
	line-height: .98;
}
.pfai-lp__h2 {
	max-width: 18ch;
	margin: 0 0 44px;
	color: var(--paper);
	font-family: var(--serif);
	font-size: clamp(2rem, 4vw, 3.25rem);
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 1.03;
}
.pfai-lp__h2--light { max-width: 20ch; margin-inline: auto; color: var(--paper); text-align: center; }
.pfai-lp__lede { max-width: 52ch; margin: 0 0 34px; color: var(--paper-dim); font-size: 1.1875rem; line-height: 1.55; }
.pfai-lp__lede--light { margin-inline: auto; color: var(--paper-dim); text-align: center; }
.pfai-lp__section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.pfai-lp__section-head .pfai-lp__h2 { margin-bottom: 0; }
.pfai-lp__section-head > p { max-width: 34ch; margin: 0; color: var(--paper-dim); font-size: 15px; line-height: 1.6; }

/* Buttons and focus */
.pfai-lp__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pfai-lp__actions--center { justify-content: center; }
.pfai-lp a.pfai-lp__btn,
.pfai-lp span.pfai-lp__btn {
	min-height: 52px;
	padding: 0 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-family: var(--sans);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease, filter .16s ease;
}
.pfai-lp a.pfai-lp__btn--primary { color: #fff; background: linear-gradient(135deg, var(--ember), #d8582a); box-shadow: 0 18px 40px -16px rgba(234, 118, 68, .9); }
.pfai-lp a.pfai-lp__btn--primary:hover { filter: brightness(1.04); transform: translateY(-1px); }
.pfai-lp a.pfai-lp__btn--ghost,
.pfai-lp a.pfai-lp__btn--outline { color: var(--paper); background: transparent; border-color: var(--hair); }
.pfai-lp a.pfai-lp__btn--ghost:hover,
.pfai-lp a.pfai-lp__btn--outline:hover { color: var(--ember-2); border-color: var(--ember); }
.pfai-lp a.pfai-lp__btn--invert { color: var(--ink); background: var(--paper); box-shadow: 0 20px 44px -18px rgba(0, 0, 0, .7); }
.pfai-lp a.pfai-lp__btn--invert:hover { transform: translateY(-1px); filter: brightness(1.02); }
.pfai-lp span.pfai-lp__btn--current { width: 100%; color: var(--paper-dim); background: var(--ink-3); border-color: var(--hair); }
.pfai-lp a.pfai-lp__btn--nav { min-height: 40px; padding: 0 18px; border-radius: 10px; font-size: 14px; }
.pfai-lp a.pfai-lp__btn--nav.pfai-lp__btn--primary { box-shadow: 0 10px 26px -12px rgba(234, 118, 68, .9); }
.pfai-lp :where(a, summary):focus-visible { outline: 2px solid var(--ember); outline-offset: 3px; }

/* Hero */
.pfai-lp__hero {
	position: relative;
	padding: 96px 0 80px;
	overflow: hidden;
	background:
		radial-gradient(1100px 520px at 78% -8%, rgba(234, 118, 68, .20), transparent 60%),
		radial-gradient(700px 400px at 8% 12%, rgba(216, 172, 99, .10), transparent 55%);
}
.pfai-lp__grid {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(var(--hair-2) 1px, transparent 1px), linear-gradient(90deg, var(--hair-2) 1px, transparent 1px);
	background-size: 64px 64px;
	-webkit-mask-image: radial-gradient(900px 600px at 50% 0%, #000, transparent 75%);
	mask-image: radial-gradient(900px 600px at 50% 0%, #000, transparent 75%);
	opacity: .5;
}
.pfai-lp__hero-inner { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: center; }
.pfai-lp__status {
	width: fit-content;
	margin-bottom: 26px;
	padding: 6px 13px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--paper-dim);
	background: transparent;
	border: 1px solid var(--hair);
	border-radius: 999px;
	font-family: var(--mono);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.pfai-lp__status span { width: 7px; height: 7px; border-radius: 50%; background: var(--ember); box-shadow: 0 0 12px var(--ember); }
.pfai-lp__hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 0; list-style: none; color: var(--paper-dim); font-family: var(--mono); font-size: 12px; letter-spacing: .04em; }
.pfai-lp__hero-points li { display: flex; align-items: center; gap: 8px; }
.pfai-lp__hero-points li::before { content: "✦"; color: var(--ember); font-weight: 400; }

/* Product mockup */
.pfai-lp__product {
	position: relative;
	border: 1px solid var(--hair);
	border-radius: 18px;
	background: linear-gradient(180deg, var(--ink-3), var(--ink-2));
	box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .85);
	overflow: hidden;
}
.pfai-lp__product::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: -18px;
	border-radius: 24px;
	background: radial-gradient(closest-side, rgba(234, 118, 68, .16), transparent);
	filter: blur(6px);
	pointer-events: none;
}
.pfai-lp__product > div { position: relative; z-index: 1; }
.pfai-lp__product-bar { height: 46px; padding: 0 16px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--hair-2); color: var(--paper-dim); font-family: var(--mono); font-size: 11px; }
.pfai-lp__product-bar b { margin-left: auto; color: var(--green); font-weight: 500; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.pfai-lp__window-dots { display: flex; gap: 6px; }
.pfai-lp__window-dots i { width: 10px; height: 10px; border-radius: 50%; background: #3a3f49; }
.pfai-lp__product-body { min-height: 340px; display: grid; grid-template-columns: 150px 1fr; }
.pfai-lp__product-body aside { padding: 16px 14px; border-right: 1px solid var(--hair-2); background: rgba(0, 0, 0, .18); }
.pfai-lp__product-body aside strong { display: block; margin-bottom: 12px; color: var(--paper-dim2); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; font-weight: 400; }
.pfai-lp__product-body aside span { display: block; margin-bottom: 9px; color: var(--paper-dim); font-size: 12px; }
.pfai-lp__product-body aside span i { height: 5px; margin-top: 5px; display: block; border: 0; border-radius: 3px; background: rgba(255, 255, 255, .22); }
.pfai-lp__product-body aside button { width: 100%; height: auto; margin-top: 7px; padding: 9px; color: #fff; border: 0; border-radius: 9px; background: linear-gradient(135deg, var(--ember), #d8582a); font: 700 12px/1 var(--sans); }
.pfai-lp__canvas { position: relative; margin: 16px; padding: 0; overflow: hidden; border: 1px solid var(--hair-2); border-radius: 10px; background: transparent; box-shadow: none; }
.pfai-lp__canvas-top { display: none; }
.pfai-lp__mock-hero { padding: 0 16px; height: 88px; display: flex; flex-direction: column; justify-content: center; gap: 7px; background: linear-gradient(120deg, #243244, #33241c); text-align: left; }
.pfai-lp__mock-hero span { display: block; color: #fff; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.pfai-lp__mock-hero b { width: 60%; height: 6px; margin: 0; display: block; border-radius: 3px; background: rgba(255, 255, 255, .35); }
.pfai-lp__mock-hero i { width: 76px; height: 16px; margin: 0; display: block; border-radius: 5px; background: var(--ember); }
.pfai-lp__mock-cards { padding: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; background: #0e1116; }
.pfai-lp__mock-cards i { height: 44px; border: 0; border-radius: 7px; background: rgba(255, 255, 255, .06); }
.pfai-lp__selection { position: absolute; right: 24px; bottom: 22px; top: auto; left: auto; width: auto; height: auto; display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid var(--hair); border-radius: 999px; background: rgba(11, 13, 17, .9); box-shadow: 0 14px 30px -12px rgba(0, 0, 0, .8); pointer-events: none; }
.pfai-lp__selection span { position: static; padding: 0; color: var(--paper); border-radius: 0; background: transparent; font-family: var(--mono); font-size: 11px; }
.pfai-lp__selection b { position: static; width: 12px; height: 12px; display: block; color: transparent; border: 2px solid rgba(234, 118, 68, .3); border-top-color: var(--ember); border-radius: 50%; background: transparent; animation: pfai-lp-spin .8s linear infinite; }
@keyframes pfai-lp-spin { to { transform: rotate(360deg); } }

/* Proof */
.pfai-lp__proof { padding: 44px 0; border-block: 1px solid var(--hair-2); background: var(--ink-2); }
.pfai-lp__proof-title { margin: 0 0 26px; color: var(--paper-dim2); font-family: var(--mono); font-size: 11px; font-weight: 400; letter-spacing: .16em; text-align: left; text-transform: uppercase; }
.pfai-lp__proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.pfai-lp__proof-grid > div { padding: 0; display: flex; gap: 12px; align-items: flex-start; border-right: 0; }
.pfai-lp__proof-grid > div:last-child { border-right: 0; }
.pfai-lp__proof-grid span { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; color: var(--ember-ink); border-radius: 8px; background: var(--ember-wash); font-size: 13px; font-weight: 800; }
.pfai-lp__proof-grid p { margin: 0; color: var(--paper-dim); font-size: 14px; line-height: 1.5; }
.pfai-lp__proof-grid strong { display: block; margin-bottom: 2px; color: var(--paper); font-size: 15px; }

/* Use cases */
.pfai-lp__section--usecases { background: var(--ink); }
.pfai-lp__usecases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pfai-lp__usecase { position: relative; min-height: 210px; padding: 24px 22px 26px; display: flex; flex-direction: column; border: 1px solid var(--hair); border-radius: var(--r); background: var(--ink-2); transition: transform .2s ease, border-color .2s ease; }
.pfai-lp__usecase:hover { transform: translateY(-4px); border-color: rgba(234, 118, 68, .4); }
.pfai-lp__usecase > span { color: var(--ember); font: 400 12px/1 var(--mono); letter-spacing: .1em; }
.pfai-lp__usecase h3 { margin: 16px 0 10px; color: var(--paper); font-size: 1.1875rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.2; }
.pfai-lp__usecase p { margin: 0; color: var(--paper-dim); font-size: 14px; line-height: 1.55; }
.pfai-lp__usecase > i { position: static; margin-top: auto; padding-top: 16px; color: var(--ember); font-style: normal; font-size: 18px; }

/* Steps */
.pfai-lp__section--how { background: var(--ink); padding-top: 20px; }
.pfai-lp__section--how .pfai-lp__eyebrow { color: var(--ember); }
.pfai-lp__section--how .pfai-lp__h2 { color: var(--paper); }
.pfai-lp__steps { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; list-style: none; border: 1px solid var(--hair-2); border-radius: var(--r); overflow: hidden; }
.pfai-lp__step { position: relative; padding: 30px 26px 34px; border-top: 0; background: var(--ink-2); }
.pfai-lp__step::before { display: none; }
.pfai-lp__step-n { display: block; margin-bottom: 18px; color: var(--ember); font: 400 52px/1 var(--serif); letter-spacing: 0; opacity: .85; }
.pfai-lp__step h3 { margin: 0 0 10px; color: var(--paper); font-size: 1.0625rem; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; }
.pfai-lp__step p { margin: 0; color: var(--paper-dim); font-size: 14px; line-height: 1.55; }

/* Features */
.pfai-lp__section--features { background: var(--ink); padding-top: 0; }
.pfai-lp__features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; border: 0; }
.pfai-lp__feature { min-height: auto; padding: 22px; border: 1px solid var(--hair); border-radius: var(--r); background: var(--ink-2); }
.pfai-lp__feature > span { width: 38px; height: 38px; margin-bottom: 16px; display: grid; place-items: center; color: var(--ember-ink); border-radius: 10px; background: var(--ember-wash); font: 800 .78rem/1 var(--mono); }
.pfai-lp__feature > span svg { width: 19px; height: 19px; }
.pfai-lp__feature h3 { margin: 0 0 8px; color: var(--paper); font-size: 1rem; font-weight: 650; line-height: 1.25; }
.pfai-lp__feature p { margin: 0; color: var(--paper-dim); font-size: .84375rem; line-height: 1.55; }

/* Pricing */
.pfai-lp__section--pricing { background: var(--ink); padding-top: 0; }
.pfai-lp__section--pricing > .pfai-lp__wrap > .pfai-lp__eyebrow,
.pfai-lp__section--pricing > .pfai-lp__wrap > .pfai-lp__h2 { margin-inline: auto; text-align: center; }
.pfai-lp__section--pricing > .pfai-lp__wrap > .pfai-lp__h2 { max-width: 20ch; }
.pfai-lp__plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: start; max-width: 980px; margin: 0 auto; }
.pfai-lp__plan { position: relative; padding: 30px 26px; display: flex; flex-direction: column; border: 1px solid var(--hair); border-radius: var(--r-lg); background: var(--ink-2); }
.pfai-lp__plan.is-featured { border-color: rgba(234, 118, 68, .5); background: linear-gradient(180deg, rgba(234, 118, 68, .12), var(--ink-3)); box-shadow: 0 40px 80px -40px rgba(234, 118, 68, .5); }
.pfai-lp__plan-flag { position: absolute; top: 16px; right: 16px; left: auto; padding: 5px 10px; color: #fff; border-radius: 999px; background: linear-gradient(135deg, var(--ember), #d8582a); font-family: var(--mono); font-size: 10px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.pfai-lp__plan-name { margin: 0 0 14px; color: var(--paper-dim); font-family: var(--mono); font-size: 15px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.pfai-lp__plan.is-featured .pfai-lp__plan-name { color: var(--ember-2); }
.pfai-lp__plan-price { margin: 0 0 6px; color: var(--paper); font-family: var(--serif); font-size: 3.5rem; font-weight: 400; letter-spacing: 0; line-height: 1; }
.pfai-lp__plan-price span { margin-right: 2px; color: var(--paper-dim); font-family: var(--sans); font-size: 18px; font-weight: 400; vertical-align: baseline; }
.pfai-lp__plan-price small { margin-top: 0; display: inline; color: var(--paper-dim); font-family: var(--sans); font-size: 15px; font-weight: 400; letter-spacing: 0; }
.pfai-lp__plan-tag { min-height: auto; margin: 0 0 20px; color: var(--paper-dim); font-size: 14px; }
.pfai-lp__plan-list { flex: 1; margin: 22px 0 0; list-style: none; display: flex; flex-direction: column; gap: 11px; }
.pfai-lp__plan-list li { position: relative; padding: 0 0 0 24px; color: rgba(247, 245, 239, .9); border-bottom: 0; font-size: 14px; }
.pfai-lp__plan-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ember); font-weight: 700; }
.pfai-lp__plan-list li.is-off { color: var(--paper-dim2); }
.pfai-lp__plan-list li.is-off::before { content: "×"; color: rgba(247, 245, 239, .3); }
.pfai-lp__plan .pfai-lp__btn { width: 100%; order: -1; margin-bottom: 0; }
.pfai-lp__plan-list { order: 0; }
/* Put CTA above the feature list as in the design. */
.pfai-lp__plan { }
.pfai-lp__plan .pfai-lp__btn--outline { color: var(--paper); border-color: rgba(255, 255, 255, .2); background: transparent; }

/* FAQ */
.pfai-lp__section--faq { background: var(--ink); padding-top: 0; }
.pfai-lp__section--faq .pfai-lp__wrap { max-width: 760px; }
.pfai-lp__section--faq .pfai-lp__eyebrow,
.pfai-lp__section--faq .pfai-lp__h2 { margin-inline: auto; text-align: center; }
.pfai-lp__section--faq .pfai-lp__h2 { max-width: 22ch; }
.pfai-lp__faq { border-top: 0; display: flex; flex-direction: column; gap: 10px; }
.pfai-lp__q { border-bottom: 0; border: 1px solid var(--hair); border-radius: var(--r); background: var(--ink-2); overflow: hidden; }
.pfai-lp__q summary { position: relative; padding: 18px 22px; color: var(--paper); cursor: pointer; font-size: 16px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.pfai-lp__q summary::-webkit-details-marker { display: none; }
.pfai-lp__q summary::after { content: "+"; position: static; width: auto; height: auto; display: block; color: var(--ember); border-radius: 0; background: transparent; font-size: 20px; font-weight: 400; flex: none; }
.pfai-lp__q[open] summary::after { content: "−"; }
.pfai-lp__q p { max-width: none; margin: 0; padding: 0 22px 20px; color: var(--paper-dim); font-size: 14.5px; line-height: 1.6; }

/* Closing and footer */
.pfai-lp__close { position: relative; margin: 0 32px; padding: 72px 40px; overflow: hidden; border-radius: var(--r-lg); border: 1px solid rgba(234, 118, 68, .35); background: linear-gradient(135deg, #1a1109, #2a1a10 45%, #0f0b08); }
.pfai-lp__close .pfai-lp__grid { background-image: radial-gradient(600px 300px at 50% 0%, rgba(234, 118, 68, .28), transparent 65%); -webkit-mask-image: none; mask-image: none; background-size: auto; opacity: 1; }
.pfai-lp__close-inner { position: relative; text-align: center; }
.pfai-lp__close .pfai-lp__eyebrow--light { color: var(--ember-2); }
.pfai-lp__footer { padding: 44px 0; color: var(--paper-dim); background: var(--ink); border-top: 1px solid var(--hair-2); }
.pfai-lp__footer-main { padding-bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.pfai-lp a.pfai-lp__brand--footer { color: var(--paper); }
.pfai-lp a.pfai-lp__brand--footer .pfai-lp__brand-mark { width: 30px; height: 30px; border-radius: 9px; }
.pfai-lp__footer-main p { max-width: none; margin: 0; color: var(--paper-dim2); font-family: var(--mono); font-size: 13px; }
.pfai-lp__footer-main nav { display: flex; align-items: center; gap: 24px; }
.pfai-lp__footer-main nav a,
.pfai-lp__footer-bottom a { color: var(--paper-dim); font-size: 13px; font-weight: 500; text-decoration: none; }
.pfai-lp__footer-main nav a:hover,
.pfai-lp__footer-bottom a:hover { color: var(--paper); }
.pfai-lp__footer-bottom { padding-top: 24px; margin-top: 24px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--hair-2); font-size: 12px; }

/* Responsive */
@media (max-width: 1020px) {
	.pfai-lp__nav-links { display: none; }
	.pfai-lp__hero-inner { grid-template-columns: 1fr; gap: 60px; }
	.pfai-lp__h1 { max-width: 16ch; }
	.pfai-lp__proof-grid,
	.pfai-lp__usecases,
	.pfai-lp__steps,
	.pfai-lp__features { grid-template-columns: repeat(2, 1fr); }
	.pfai-lp__plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pfai-lp__section-head { align-items: flex-start; }
}

@media (max-width: 700px) {
	.pfai-lp__wrap { padding-inline: 20px; }
	.pfai-lp__section { padding: 76px 0; }
	.pfai-lp__nav { min-height: 60px; }
	.pfai-lp__nav-signin { display: none; }
	.pfai-lp a.pfai-lp__btn--nav { min-height: 38px; padding-inline: 14px; }
	.pfai-lp__hero { padding: 72px 0 78px; }
	.pfai-lp__h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
	.pfai-lp__h2 { max-width: none; margin-bottom: 34px; }
	.pfai-lp__section-head { display: block; margin-bottom: 34px; }
	.pfai-lp__section-head .pfai-lp__h2 { margin-bottom: 20px; }
	.pfai-lp__actions { display: grid; }
	.pfai-lp__actions .pfai-lp__btn { width: 100%; }
	.pfai-lp__product-body { min-height: 300px; grid-template-columns: 110px 1fr; }
	.pfai-lp__proof-grid,
	.pfai-lp__usecases,
	.pfai-lp__steps,
	.pfai-lp__features,
	.pfai-lp__plans { grid-template-columns: 1fr; }
	.pfai-lp__plan.is-featured { order: -1; }
	.pfai-lp__close { margin-inline: 20px; padding: 56px 24px; }
	.pfai-lp__footer-main,
	.pfai-lp__footer-bottom { flex-direction: column; align-items: flex-start; }
	.pfai-lp__footer-main nav { flex-wrap: wrap; gap: 16px 24px; }
}

@media (max-width: 430px) {
	.pfai-lp a.pfai-lp__brand > span:last-child { max-width: 130px; overflow: hidden; text-overflow: ellipsis; }
	.pfai-lp__hero-points { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
	.pfai-lp *,
	.pfai-lp *::before,
	.pfai-lp *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
