@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/onest-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Onest";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/onest-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.ppb-ai-landing {
	--ppb-ai-paper: var(--ppb-page-background);
	--ppb-ai-paper-deep: #ece3d4;
	--ppb-ai-ink: var(--ppb-primary-text);
	--ppb-ai-muted: #647068;
	--ppb-ai-coral: var(--ppb-primary-action);
	--ppb-ai-coral-dark: var(--ppb-primary-action-hover);
	--ppb-ai-green: var(--ppb-accent);
	--ppb-ai-green-dark: var(--ppb-dark-surface);
	--ppb-ai-mint: var(--ppb-accent-soft);
	--ppb-ai-yellow: var(--ppb-highlight);
	--ppb-ai-sky: var(--ppb-accent-soft);
	--ppb-ai-white: #fffdf8;
	--ppb-ai-line: rgba(21, 35, 29, 0.17);
	--ppb-ai-shadow: 0 24px 70px rgba(21, 35, 29, 0.15);
	background: var(--ppb-ai-paper);
	font-family: "Onest", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--ppb-ai-ink);
}

.ppb-ai-landing .ppb-header {
	background: rgba(248, 243, 232, 0.94);
	background: color-mix(in srgb, var(--ppb-ai-paper) 94%, transparent);
}

.ppb-ai-landing .ppb-button {
	border: 0;
	background: var(--ppb-ai-coral);
	box-shadow: 0 12px 28px rgba(216, 52, 32, 0.22);
}

.ppb-ai-landing .ppb-button:hover,
.ppb-ai-landing .ppb-button:focus-visible {
	background: var(--ppb-ai-coral-dark);
}

.ppb-ai-landing-main {
	overflow: clip;
}

.ppb-ai-landing-main h1,
.ppb-ai-landing-main h2,
.ppb-ai-landing-main h3,
.ppb-ai-landing-main p {
	margin-top: 0;
}

.ppb-ai-landing-main h1,
.ppb-ai-landing-main h2 {
	hyphens: auto;
	line-height: 0.94;
	letter-spacing: -0.065em;
	overflow-wrap: break-word;
}

.ppb-ai-landing-main h2 {
	font-size: clamp(2.4rem, 5.4vw, 5.3rem);
}

.ppb-ai-kicker {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	color: var(--ppb-ai-green);
	font-size: 0.77rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ppb-ai-kicker span {
	color: var(--ppb-ai-coral);
	font-size: 1.15rem;
}

.ppb-ai-hero {
	position: relative;
	padding: clamp(68px, 9vw, 132px) 0 clamp(76px, 10vw, 136px);
	background:
		radial-gradient(circle at 76% 12%, rgba(241, 211, 95, 0.36), transparent 25rem),
		linear-gradient(180deg, var(--ppb-ai-paper), #f4eddf);
}

.ppb-ai-hero::before {
	position: absolute;
	top: 5%;
	right: -80px;
	width: 270px;
	height: 270px;
	border: 1px solid var(--ppb-ai-line);
	border-radius: 50%;
	content: "";
}

.ppb-ai-hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(36px, 4vw, 60px);
}

.ppb-ai-hero h1 {
	max-width: 750px;
	margin-bottom: 28px;
	font-size: clamp(3.8rem, 5.8vw, 6.4rem);
}

.ppb-ai-hero h1 em {
	position: relative;
	display: inline-block;
	color: var(--ppb-ai-green);
	font-style: normal;
}

.ppb-ai-hero h1 em::after {
	position: absolute;
	right: -4px;
	bottom: -7px;
	left: 2px;
	height: 8px;
	border-radius: 50%;
	background: var(--ppb-ai-yellow);
	content: "";
	transform: rotate(-1.5deg);
}

.ppb-ai-hero__lead {
	max-width: 650px;
	margin-bottom: 32px;
	color: var(--ppb-ai-muted);
	font-size: clamp(1.12rem, 2vw, 1.38rem);
	line-height: 1.6;
}

.ppb-ai-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
}

.ppb-ai-text-link {
	border-bottom: 1px solid var(--ppb-ai-ink);
	font-weight: 800;
}

.ppb-ai-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin: 46px 0 0;
	padding: 0;
	border: 1px solid var(--ppb-ai-line);
	border-radius: 16px;
	background: var(--ppb-ai-line);
	list-style: none;
	overflow: hidden;
}

.ppb-ai-proof li {
	display: grid;
	align-content: center;
	min-height: 96px;
	padding: 18px;
	background: rgba(255, 253, 248, 0.78);
}

.ppb-ai-proof strong,
.ppb-ai-proof span {
	display: block;
}

.ppb-ai-proof strong {
	font-size: 1rem;
	font-weight: 850;
}

.ppb-ai-proof span {
	margin-top: 3px;
	color: var(--ppb-ai-muted);
	font-size: 0.7rem;
	line-height: 1.35;
}

.ppb-ai-app-window {
	position: relative;
	border: 1px solid var(--ppb-ai-line);
	border-radius: 24px;
	background: #f6f3eb;
	box-shadow: var(--ppb-ai-shadow);
	overflow: hidden;
}

.ppb-ai-app-window--hero {
	transform: rotate(1.2deg);
}

.ppb-ai-window-bar {
	display: flex;
	min-height: 52px;
	align-items: center;
	gap: 12px;
	padding: 12px 17px;
	background: var(--ppb-ai-green-dark);
	color: white;
	font-size: 0.72rem;
}

.ppb-ai-window-bar strong {
	font-size: 0.78rem;
}

.ppb-ai-window-bar small {
	margin-left: auto;
	color: #d4e5de;
}

.ppb-ai-window-dots {
	display: flex;
	gap: 5px;
}

.ppb-ai-window-dots i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d6e3dd;
}

.ppb-ai-window-dots i:nth-child(1) {
	background: var(--ppb-ai-coral);
}

.ppb-ai-window-dots i:nth-child(2) {
	background: var(--ppb-ai-yellow);
}

.ppb-ai-window-dots i:nth-child(3) {
	background: #81c2a6;
}

.ppb-ai-editor-demo {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(220px, 0.75fr);
	align-items: start;
	gap: 12px;
	padding: 12px;
}

.ppb-ai-editor-photo {
	position: relative;
	aspect-ratio: 3 / 2;
	min-height: 0;
	border-radius: 15px;
	background: #d6d9d0;
	overflow: hidden;
}

.ppb-ai-editor-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ppb-ai-box {
	position: absolute;
	border: 3px solid var(--ppb-ai-coral);
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.ppb-ai-box b {
	position: absolute;
	top: -13px;
	left: -12px;
	display: grid;
	width: 27px;
	height: 27px;
	border: 2px solid white;
	border-radius: 50%;
	background: var(--ppb-ai-coral);
	color: white;
	font-size: 0.72rem;
	place-items: center;
}

.ppb-ai-box--one { top: 15%; left: 7%; width: 11.5%; height: 30%; }
.ppb-ai-box--two { top: 29%; left: 21%; width: 9.5%; height: 16%; }
.ppb-ai-box--three { top: 33%; left: 31%; width: 12%; height: 13%; }
.ppb-ai-box--four { top: 30%; left: 64%; width: 13.5%; height: 16%; }

.ppb-ai-draft-panel {
	display: grid;
	align-content: start;
	gap: 7px;
	padding: 10px;
	border: 1px solid rgba(22, 77, 168, 0.2);
	border-radius: 15px;
	background: linear-gradient(145deg, #e9f3ee, white);
}

.ppb-ai-draft-panel > header {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 3px 2px 10px;
}

.ppb-ai-draft-panel > header > span {
	display: grid;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: var(--ppb-ai-green);
	color: white;
	font-size: 0.72rem;
	font-weight: 900;
	place-items: center;
}

.ppb-ai-draft-panel header div,
.ppb-ai-draft-panel header strong,
.ppb-ai-draft-panel header small {
	display: block;
}

.ppb-ai-draft-panel header strong {
	font-size: 0.79rem;
}

.ppb-ai-draft-panel header small {
	color: var(--ppb-ai-muted);
	font-size: 0.63rem;
}

.ppb-ai-draft-panel article {
	display: grid;
	grid-template-columns: 25px minmax(0, 1fr) auto;
	align-items: center;
	gap: 7px;
	padding: 9px;
	border: 1px solid rgba(21, 35, 29, 0.1);
	border-radius: 10px;
	background: white;
}

.ppb-ai-draft-panel article.is-active {
	border-color: var(--ppb-ai-coral);
	box-shadow: 0 5px 14px rgba(21, 35, 29, 0.08);
}

.ppb-ai-draft-panel article > span {
	display: grid;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--ppb-ai-paper-deep);
	font-size: 0.66rem;
	font-weight: 850;
	place-items: center;
}

.ppb-ai-draft-panel article strong,
.ppb-ai-draft-panel article small {
	display: block;
}

.ppb-ai-draft-panel article strong {
	font-size: 0.68rem;
}

.ppb-ai-draft-panel article small {
	display: -webkit-box;
	margin-top: 2px;
	overflow: hidden;
	color: var(--ppb-ai-muted);
	font-size: 0.55rem;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ppb-ai-draft-panel article > b {
	color: var(--ppb-ai-green);
	font-size: 0.58rem;
}

.ppb-ai-draft-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 3px 2px;
	font-size: 0.61rem;
	font-weight: 800;
}

.ppb-ai-draft-actions span {
	color: #a84238;
}

.ppb-ai-draft-actions strong {
	padding: 7px 9px;
	border-radius: 999px;
	background: var(--ppb-ai-coral);
	color: white;
}

.ppb-ai-window-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0 17px 15px;
	color: var(--ppb-ai-muted);
	font-size: 0.7rem;
	font-weight: 700;
}

.ppb-ai-window-note span {
	display: grid;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: var(--ppb-ai-mint);
	color: var(--ppb-ai-green);
	place-items: center;
}

.ppb-ai-strip {
	border-block: 1px solid rgba(255, 255, 255, 0.18);
	background: var(--ppb-ai-green-dark);
	color: white;
}

.ppb-ai-strip .ppb-container {
	display: flex;
	min-height: 84px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	font-size: 0.83rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.ppb-ai-strip i {
	color: var(--ppb-ai-yellow);
	font-style: normal;
}

.ppb-ai-section {
	padding: clamp(82px, 11vw, 155px) 0;
}

.ppb-ai-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.55fr);
	align-items: end;
	gap: 30px 70px;
	margin-bottom: clamp(48px, 7vw, 82px);
}

.ppb-ai-section-heading .ppb-ai-kicker,
.ppb-ai-section-heading h2 {
	grid-column: 1;
}

.ppb-ai-section-heading h2 {
	max-width: 940px;
	margin-bottom: 0;
}

.ppb-ai-section-heading > p:last-child {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0;
	color: var(--ppb-ai-muted);
	font-size: 1.1rem;
	line-height: 1.65;
}

.ppb-ai-workflow {
	background: var(--ppb-ai-white);
}

.ppb-ai-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--ppb-ai-line);
	border-bottom: 1px solid var(--ppb-ai-line);
}

.ppb-ai-steps article {
	position: relative;
	min-width: 0;
	padding: 30px clamp(18px, 2.4vw, 34px) 36px;
	border-right: 1px solid var(--ppb-ai-line);
}

.ppb-ai-steps article:first-child {
	border-left: 1px solid var(--ppb-ai-line);
}

.ppb-ai-steps article > span {
	color: var(--ppb-ai-muted);
	font-size: 0.67rem;
	font-weight: 850;
	letter-spacing: 0.12em;
}

.ppb-ai-step-icon {
	display: grid;
	width: 55px;
	height: 55px;
	margin: 45px 0 24px;
	border-radius: 16px;
	background: var(--ppb-ai-mint);
	color: var(--ppb-ai-green);
	font-size: 1.4rem;
	font-weight: 900;
	place-items: center;
	transform: rotate(-3deg);
}

.ppb-ai-steps article:nth-child(2) .ppb-ai-step-icon { background: var(--ppb-ai-sky); transform: rotate(2deg); }
.ppb-ai-steps article:nth-child(3) .ppb-ai-step-icon { background: var(--ppb-ai-yellow); transform: rotate(-2deg); }
.ppb-ai-steps article:nth-child(4) .ppb-ai-step-icon { background: #f5c7a9; transform: rotate(3deg); }

.ppb-ai-steps h3 {
	margin-bottom: 12px;
	font-size: 1.28rem;
}

.ppb-ai-steps p {
	margin-bottom: 0;
	color: var(--ppb-ai-muted);
	font-size: 0.9rem;
	line-height: 1.7;
}

.ppb-ai-real-flow {
	background: var(--ppb-ai-paper);
}

.ppb-ai-real-flow__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.45fr);
	align-items: end;
	gap: 50px;
	margin-bottom: 58px;
}

.ppb-ai-real-flow__intro h2 {
	max-width: 880px;
	margin-bottom: 0;
}

.ppb-ai-real-flow__intro > p {
	margin-bottom: 0;
	color: var(--ppb-ai-muted);
	line-height: 1.7;
}

.ppb-ai-screen-grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	align-items: center;
	gap: clamp(24px, 4vw, 54px);
}

.ppb-ai-upload-mockup {
	transform: rotate(-1.2deg);
}

.ppb-ai-language-mockup {
	transform: rotate(1deg);
}

.ppb-ai-upload-content,
.ppb-ai-language-content {
	padding: clamp(22px, 3vw, 36px);
}

.ppb-ai-upload-preview {
	position: relative;
	margin-bottom: 22px;
	border: 2px dashed rgba(22, 77, 168, 0.35);
	border-radius: 17px;
	background: white;
	overflow: hidden;
}

.ppb-ai-upload-preview img {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
	opacity: 0.78;
}

.ppb-ai-upload-preview span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--ppb-ai-green);
	color: white;
	font-size: 0.65rem;
	font-weight: 850;
}

.ppb-ai-upload-content label,
.ppb-ai-language-content label,
.ppb-ai-product-form label {
	display: grid;
	gap: 6px;
	margin-bottom: 13px;
	font-size: 0.72rem;
	font-weight: 850;
}

.ppb-ai-upload-content label span,
.ppb-ai-language-content label span,
.ppb-ai-product-form label > span {
	min-height: 43px;
	padding: 11px 12px;
	border: 1px solid rgba(21, 35, 29, 0.18);
	border-radius: 9px;
	background: white;
	color: var(--ppb-ai-ink);
	font-size: 0.78rem;
	font-weight: 600;
}

.ppb-ai-mock-button {
	margin-top: 9px;
	padding: 13px 16px;
	border-radius: 999px;
	background: var(--ppb-ai-coral);
	color: white;
	font-size: 0.75rem;
	font-weight: 850;
	line-height: 1.3;
	overflow-wrap: break-word;
	text-align: center;
}

.ppb-ai-mock-button.is-quiet {
	background: #dcecf7;
	color: var(--ppb-ai-ink);
}

.ppb-ai-upload-content > small {
	display: block;
	margin-top: 10px;
	color: var(--ppb-ai-muted);
	font-size: 0.66rem;
	text-align: center;
}

.ppb-ai-language-content h3 {
	margin-bottom: 7px;
	font-size: 1.55rem;
}

.ppb-ai-language-content > p {
	margin-bottom: 18px;
	color: var(--ppb-ai-muted);
	font-size: 0.8rem;
}

.ppb-ai-language-content label span {
	color: #7d8982;
	font-weight: 500;
}

.ppb-ai-language-results {
	display: grid;
	gap: 4px;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid var(--ppb-ai-line);
	border-radius: 12px;
	background: white;
}

.ppb-ai-language-results > span {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 9px 10px;
	border-radius: 8px;
	font-size: 0.7rem;
}

.ppb-ai-language-results > span.is-selected {
	background: #e7f2ed;
	color: var(--ppb-ai-green);
}

.ppb-ai-language-results small {
	color: var(--ppb-ai-muted);
}

.ppb-ai-language-results i {
	font-style: normal;
	font-weight: 900;
}

.ppb-ai-control-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(370px, 0.68fr);
	align-items: center;
	gap: clamp(48px, 8vw, 112px);
	margin-top: clamp(78px, 11vw, 148px);
	padding: clamp(34px, 6vw, 76px);
	border-radius: 34px;
	background: var(--ppb-ai-green-dark);
	color: white;
}

.ppb-ai-control-copy h2 {
	margin-bottom: 28px;
	font-size: clamp(2.8rem, 5.2vw, 5.5rem);
}

.ppb-ai-control-copy > p:not(.ppb-ai-kicker) {
	max-width: 650px;
	color: #ccdbd5;
	font-size: 1.08rem;
	line-height: 1.75;
}

.ppb-ai-control-copy .ppb-ai-kicker {
	color: var(--ppb-ai-yellow);
}

.ppb-ai-control-copy ul,
.ppb-ai-included__copy ul,
.ppb-ai-included-card ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.ppb-ai-control-copy li,
.ppb-ai-included__copy li {
	position: relative;
	margin-top: 11px;
	padding-left: 26px;
}

.ppb-ai-control-copy li::before,
.ppb-ai-included__copy li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--ppb-ai-yellow);
	font-weight: 900;
	content: "✓";
}

.ppb-ai-product-form {
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	background: var(--ppb-ai-white);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
	color: var(--ppb-ai-ink);
	transform: rotate(1.5deg);
}

.ppb-ai-product-form > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--ppb-ai-line);
}

.ppb-ai-product-form > header span {
	padding: 6px 9px;
	border-radius: 999px;
	background: var(--ppb-ai-mint);
	color: var(--ppb-ai-green);
	font-size: 0.65rem;
	font-weight: 900;
	text-transform: uppercase;
}

.ppb-ai-product-form .is-price {
	position: relative;
}

.ppb-ai-product-form .is-price > b {
	position: absolute;
	top: 0;
	right: 0;
	color: var(--ppb-ai-coral);
	font-size: 0.64rem;
	text-transform: uppercase;
}

.ppb-ai-product-form .is-price > span {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 2px solid var(--ppb-ai-coral);
}

.ppb-ai-product-form .is-price i {
	font-style: normal;
	font-weight: 900;
}

.ppb-ai-product-form .is-price em {
	color: var(--ppb-ai-muted);
	font-size: 0.72rem;
	font-style: normal;
	font-weight: 500;
}

.ppb-ai-form-note {
	display: grid;
	margin: 17px 0;
	padding: 13px 14px;
	border-radius: 11px;
	background: var(--ppb-ai-yellow);
}

.ppb-ai-form-note strong {
	font-size: 0.78rem;
}

.ppb-ai-form-note small {
	margin-top: 3px;
	font-size: 0.64rem;
	line-height: 1.45;
}

.ppb-ai-included {
	background: var(--ppb-ai-white);
}

.ppb-ai-included__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(370px, 0.58fr);
	align-items: center;
	gap: clamp(50px, 10vw, 150px);
}

.ppb-ai-included__copy h2 {
	max-width: 880px;
	margin-bottom: 30px;
}

.ppb-ai-included__copy > p:not(.ppb-ai-kicker) {
	max-width: 650px;
	color: var(--ppb-ai-muted);
	font-size: 1.15rem;
	line-height: 1.7;
}

.ppb-ai-included__copy li::before {
	color: var(--ppb-ai-green);
}

.ppb-ai-included-card {
	position: relative;
	padding: clamp(32px, 5vw, 52px);
	border: 2px solid var(--ppb-ai-ink);
	border-radius: 28px;
	background: var(--ppb-ai-paper);
	box-shadow: 14px 14px 0 var(--ppb-ai-yellow);
}

.ppb-ai-included-card > span {
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ppb-ai-included-card > strong {
	display: block;
	margin-top: 22px;
	font-size: clamp(3rem, 7vw, 5.4rem);
	line-height: 0.95;
	letter-spacing: -0.06em;
}

.ppb-ai-included-card > p {
	margin: 9px 0 0;
	color: var(--ppb-ai-green);
	font-size: 1.25rem;
	font-weight: 850;
}

.ppb-ai-included-card ul {
	padding: 22px 0;
	border-block: 1px solid var(--ppb-ai-line);
}

.ppb-ai-included-card li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 9px;
	color: var(--ppb-ai-muted);
	font-size: 0.84rem;
}

.ppb-ai-included-card .ppb-button {
	width: 100%;
	margin-top: 6px;
}

.ppb-ai-included-card > small {
	display: block;
	margin-top: 14px;
	color: var(--ppb-ai-muted);
	font-size: 0.68rem;
	text-align: center;
}

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

.ppb-ai-faq__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
	align-items: start;
	gap: clamp(50px, 10vw, 150px);
}

.ppb-ai-faq header {
	position: sticky;
	top: 105px;
}

.ppb-ai-faq h2 {
	font-size: clamp(3rem, 6vw, 5.4rem);
}

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

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

.ppb-ai-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 25px 0;
	cursor: pointer;
	font-size: 1.08rem;
	font-weight: 850;
	list-style: none;
}

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

.ppb-ai-faq summary span {
	display: grid;
	width: 32px;
	height: 32px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: var(--ppb-ai-mint);
	color: var(--ppb-ai-green);
	font-size: 1.2rem;
	place-items: center;
	transition: transform 180ms ease;
}

.ppb-ai-faq details[open] summary span {
	transform: rotate(45deg);
}

.ppb-ai-faq details p {
	max-width: 720px;
	margin-bottom: 25px;
	color: var(--ppb-ai-muted);
	line-height: 1.75;
}

.ppb-ai-final {
	padding: clamp(86px, 12vw, 160px) 0;
	background: var(--ppb-ai-green-dark);
	color: white;
	text-align: center;
}

.ppb-ai-final .ppb-container {
	display: grid;
	justify-items: center;
}

.ppb-ai-final .ppb-ai-kicker {
	color: var(--ppb-ai-yellow);
}

.ppb-ai-final h2 {
	max-width: 1050px;
	margin-bottom: 26px;
	font-size: clamp(3.3rem, 7vw, 7rem);
}

.ppb-ai-final > .ppb-container > p:not(.ppb-ai-kicker) {
	margin-bottom: 30px;
	color: #ccdbd5;
	font-size: 1.2rem;
}

.ppb-ai-final .ppb-button {
	min-width: 280px;
}

.ppb-ai-landing .ppb-footer {
	border-top: 0;
	background: #102e26;
}

@media (max-width: 1100px) {
	.ppb-ai-hero__grid {
		grid-template-columns: 1fr;
	}

	.ppb-ai-hero__copy {
		max-width: 850px;
	}

	.ppb-ai-app-window--hero {
		width: min(100%, 900px);
		justify-self: center;
	}

	.ppb-ai-steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.ppb-ai-steps article:nth-child(2) {
		border-right: 1px solid var(--ppb-ai-line);
	}

	.ppb-ai-steps article:nth-child(-n + 2) {
		border-bottom: 1px solid var(--ppb-ai-line);
	}

	.ppb-ai-control-card {
		grid-template-columns: 1fr;
	}

	.ppb-ai-product-form {
		width: min(100%, 560px);
		justify-self: center;
	}
}

@media (max-width: 860px) {
	.ppb-ai-section-heading,
	.ppb-ai-real-flow__intro,
	.ppb-ai-included__grid,
	.ppb-ai-faq__grid {
		grid-template-columns: 1fr;
	}

	.ppb-ai-section-heading > p:last-child {
		grid-column: 1;
		grid-row: auto;
	}

	.ppb-ai-screen-grid {
		grid-template-columns: 1fr;
	}

	.ppb-ai-upload-mockup,
	.ppb-ai-language-mockup {
		width: min(100%, 620px);
		justify-self: center;
	}

	.ppb-ai-included-card {
		width: min(100%, 540px);
		justify-self: center;
	}

	.ppb-ai-faq header {
		position: static;
	}
}

@media (max-width: 680px) {
	.ppb-ai-hero {
		padding-top: 54px;
	}

	.ppb-ai-hero h1 {
		font-size: clamp(3.35rem, 17vw, 5.1rem);
	}

	.ppb-ai-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ppb-ai-hero__actions .ppb-button {
		width: 100%;
	}

	.ppb-ai-text-link {
		align-self: center;
	}

	.ppb-ai-proof {
		grid-template-columns: 1fr;
	}

	.ppb-ai-proof li {
		min-height: 76px;
	}

	.ppb-ai-editor-demo {
		grid-template-columns: 1fr;
	}

	.ppb-ai-editor-photo {
		min-height: 0;
	}

	.ppb-ai-draft-panel article:nth-of-type(n + 3) {
		display: none;
	}

	.ppb-ai-strip .ppb-container {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding-block: 16px;
	}

	.ppb-ai-strip span {
		padding: 8px 0;
	}

	.ppb-ai-strip i {
		display: none;
	}

	.ppb-ai-steps {
		grid-template-columns: 1fr;
	}

	.ppb-ai-steps article,
	.ppb-ai-steps article:first-child {
		border: 1px solid var(--ppb-ai-line);
		border-bottom: 0;
	}

	.ppb-ai-steps article:last-child {
		border-bottom: 1px solid var(--ppb-ai-line);
	}

	.ppb-ai-step-icon {
		margin-top: 28px;
	}

	.ppb-ai-control-card {
		margin-inline: -8px;
		padding: 32px 22px;
		border-radius: 24px;
	}

	.ppb-ai-product-form {
		padding: 22px;
		transform: none;
	}

	.ppb-ai-included-card {
		margin-right: 8px;
		padding: 30px 23px;
		box-shadow: 8px 8px 0 var(--ppb-ai-yellow);
	}

	.ppb-ai-included-card li {
		align-items: flex-start;
		flex-direction: column;
		gap: 1px;
	}

	.ppb-ai-final h2 {
		font-size: clamp(3rem, 15vw, 5rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	.ppb-ai-app-window--hero,
	.ppb-ai-upload-mockup,
	.ppb-ai-language-mockup,
	.ppb-ai-product-form {
		transform: none;
	}
}
