/*!
Theme Name: Aipromptid
Theme URI: http://underscores.me/
Author: Nimini OÜ
Author URI: https://nimini.ee
Description: Lighweight theme to sell Ai prompts
Version: 1.0.0
Requires at least: 5.5
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aipromtid
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Aipromptid is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}



ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}



a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* =============================================================
   Promptforge dark visual theme
   Colors are exposed as CSS custom properties and overridden at
   runtime by Theme Options > Colors (see inc/theme-options.php).
   ============================================================= */
:root {
	--pf-accent: #2997ff;
	--pf-accent-hover: #0071e3;
	--pf-bg: #f5f5f7;
	--pf-contrast-bg: #e4e4e7;
	--pf-surface: #ffffff;
	--pf-surface-alt: #ececee;
	--pf-text: #1d1d1f;
	--pf-text-secondary: #6e6e73;
	--pf-text-tertiary: #86868b;
	--pf-border: rgba(0, 0, 0, 0.08);
	--pf-border-strong: rgba(0, 0, 0, 0.12);
	--pf-radius-pill: 980px;
	--pf-radius-card: 20px;
	--pf-font: -apple-system, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, system-ui, sans-serif;
	--pf-font-mono: ui-monospace, "SF Mono", Menlo, monospace;
}

body {
	background: var(--pf-bg);
	color: var(--pf-text);
	font-family: var(--pf-font);
	font-size: 17px;
	line-height: 1.47;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: var(--pf-accent);
	text-decoration: none;
}

body a:hover {
	color: var(--pf-accent-hover);
	text-decoration: underline;
}

.pf-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 22px;
}

/* Buttons */
.pf-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	border: none;
	border-radius: var(--pf-radius-pill);
	font-size: 15px;
	font-weight: 500;
	padding: 12px 24px;
	cursor: pointer;
	transition: background-color 0.15s ease, opacity 0.15s ease;
}

.pf-btn-primary {
	background: var(--pf-accent);
	color: #fff;
	font-weight: 600;
}

.pf-btn-primary:hover {
	background: var(--pf-accent-hover);
	color: #fff;
	text-decoration: none;
}

.pf-btn-secondary {
	background: rgba(0, 0, 0, 0.1);
	color: var(--pf-text);
}

.pf-btn-secondary:hover {
	background: rgba(0, 0, 0, 0.18);
	color: var(--pf-text);
	text-decoration: none;
}

.pf-btn-ghost {
	background: none;
	color: var(--pf-accent);
	padding: 0;
}

.pf-btn-ghost:hover {
	text-decoration: underline;
}

.pf-btn-small {
	padding: 6px 14px;
	font-size: 12.5px;
}

/* Announcement banner */
.pf-announce {
	background: var(--pf-contrast-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 22px;
	font-size: 12px;
	color: var(--pf-text-tertiary);
	letter-spacing: 0.01em;
	text-align: center;
}

/* Header */
.pf-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(245, 245, 247, 0.72);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	border-bottom: 1px solid var(--pf-border);
}

.pf-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	min-height: 52px;
	padding: 0 22px;
	display: flex;
	align-items: center;
	gap: 26px;
}

.pf-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 32px;
	height: 32px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
}

.pf-nav-toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: var(--pf-text);
}

.pf-logo {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: var(--pf-text);
}

.pf-logo:hover {
	color: var(--pf-text);
	text-decoration: none;
}

.pf-logo-mark {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	background: var(--pf-accent);
	display: grid;
	place-items: center;
	color: #fff;
	font-family: var(--pf-font-mono);
	font-size: 10px;
	font-weight: 600;
}

.pf-nav {
	display: flex;
	align-items: center;
	gap: 2px;
}

.pf-nav a {
	color: var(--pf-text);
	font-size: 12.5px;
	padding: 7px 11px;
	border-radius: 6px;
	opacity: 0.85;
}

.pf-nav a:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.07);
	text-decoration: none;
}

.pf-spacer {
	flex: 1;
}

.pf-search {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 34px;
	padding: 0 16px;
	border-radius: var(--pf-radius-pill);
	background: rgba(0, 0, 0, 0.08);
}

.pf-search input {
	background: none;
	border: none;
	outline: none;
	color: var(--pf-text);
	font-size: 13px;
	width: 100%;
}

.pf-header-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

.pf-icon-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: var(--pf-text);
	background: rgba(0, 0, 0, 0.05);
	flex-shrink: 0;
}

.pf-icon-btn:hover {
	background: rgba(0, 0, 0, 0.1);
	color: var(--pf-text);
	text-decoration: none;
}

.pf-cart-count {
	position: absolute;
	top: 0;
	right: 0;
	font-family: var(--pf-font-mono);
	font-size: 10px;
	font-weight: 600;
	background: var(--pf-accent);
	color: #fff;
	border: 2px solid var(--pf-bg);
	border-radius: var(--pf-radius-pill);
	min-width: 16px;
	height: 16px;
	display: grid;
	place-items: center;
	padding: 0 3px;
}

/* Hero */
.pf-hero {
	text-align: center;
	padding: 100px 22px 0;
	max-width: 900px;
	margin: 0 auto;
}

.pf-hero-kicker {
	font-size: 19px;
	font-weight: 600;
	color: var(--pf-accent);
	margin-bottom: 10px;
}

.pf-hero-title {
	font-size: 64px;
	line-height: 1.08;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin: 0 0 18px;
	text-wrap: balance;
}

.pf-hero-sub {
	font-size: 21px;
	line-height: 1.4;
	color: var(--pf-text-secondary);
	margin: 0 auto 26px;
	max-width: 660px;
	text-wrap: pretty;
}

.pf-hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 26px;
	justify-content: center;
	align-items: center;
	font-size: 17px;
}

/* Terminal / prompt preview card */
.pf-terminal {
	max-width: 1200px;
	margin: 76px auto 0;
	border-radius: 26px;
	overflow: hidden;
	background: linear-gradient(180deg, var(--pf-surface) 0%, var(--pf-surface-alt) 100%);
	box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.18);
	border: 1px solid var(--pf-border);
}

.pf-terminal-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 22px;
	border-bottom: 1px solid var(--pf-border);
	font-family: var(--pf-font-mono);
	font-size: 12px;
	color: var(--pf-text-tertiary);
}

.pf-terminal-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--pf-accent);
}

.pf-terminal-body {
	padding: 34px 34px 0;
	font-family: var(--pf-font-mono);
	font-size: 14.5px;
	line-height: 1.85;
	color: var(--pf-text);
	position: relative;
	min-height: 220px;
	max-height: 320px;
	overflow: hidden;
}

.pf-terminal-fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	background: linear-gradient(to bottom, transparent, var(--pf-surface-alt));
}

.pf-terminal-footer {
	padding: 18px 22px;
	border-top: 1px solid var(--pf-border);
	display: flex;
	align-items: center;
	gap: 14px;
}

/* Stats row */
.pf-stats {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 22px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.pf-stat {
	background: var(--pf-surface);
	border-radius: 18px;
	padding: 22px;
	text-align: center;
}

.pf-stat-number {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.02em;
}

.pf-stat-label {
	font-size: 13px;
	color: var(--pf-text-secondary);
	margin-top: 2px;
}

/* Feature panels */
.pf-panels {
	max-width: 1200px;
	margin: 0 auto;
	padding: 64px 22px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.pf-panel {
	background: var(--pf-contrast-bg);
	border-radius: 26px;
	padding: 38px 34px;
	border: 1px solid var(--pf-border);
}

.pf-panel-tag {
	font-size: 13px;
	font-weight: 600;
	color: var(--pf-accent);
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}

.pf-panel-title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 10px;
	text-wrap: balance;
}

.pf-panel-body {
	font-size: 15px;
	color: var(--pf-text-secondary);
	margin: 0 0 22px;
	text-wrap: pretty;
}

.pf-panel-table {
	border-radius: 14px;
	background: var(--pf-bg);
	border: 1px solid var(--pf-border);
	overflow: hidden;
	font-family: var(--pf-font-mono);
	font-size: 12.5px;
}

.pf-panel-row {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	padding: 11px 16px;
	border-bottom: 1px solid var(--pf-border);
}

.pf-panel-row:last-child {
	border-bottom: none;
}

.pf-panel-row .score {
	color: var(--pf-accent);
}

/* Section headings */
.pf-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 76px 22px 0;
}

.pf-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 22px;
	gap: 14px;
}

.pf-section-title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 4px;
}

.pf-section-sub {
	margin: 0;
	color: var(--pf-text-secondary);
	font-size: 16px;
}

/* Prompt/product card grid */
.pf-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.pf-card {
	background: var(--pf-surface);
	border-radius: var(--pf-radius-card);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--pf-border);
	transition: border-color 0.15s ease;
}

.pf-card:hover {
	border-color: rgba(41, 151, 255, 0.55);
}

.pf-card-preview {
	height: 118px;
	background: linear-gradient(160deg, #e2e2e6, var(--pf-surface-alt));
	border-bottom: 1px solid var(--pf-border);
	position: relative;
	padding: 16px;
	font-family: var(--pf-font-mono);
	font-size: 10.5px;
	line-height: 1.7;
	color: var(--pf-text-secondary);
	overflow: hidden;
}

.pf-badge {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 10px;
	letter-spacing: 0.04em;
	background: rgba(41, 151, 255, 0.16);
	color: var(--pf-accent);
	padding: 3px 8px;
	border-radius: var(--pf-radius-pill);
}

.pf-card-body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pf-card-eyebrow {
	font-size: 11px;
	letter-spacing: 0.03em;
	color: var(--pf-text-tertiary);
	margin-bottom: 7px;
}

.pf-card-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.28;
	letter-spacing: -0.01em;
	margin-bottom: 6px;
	text-wrap: pretty;
}

.pf-card-blurb {
	font-size: 13.5px;
	color: var(--pf-text-secondary);
	line-height: 1.42;
	margin-bottom: 14px;
	text-wrap: pretty;
}

.pf-card-footer {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
}

.pf-price {
	font-size: 17px;
	font-weight: 600;
}

.pf-rating {
	font-size: 12px;
	color: var(--pf-text-tertiary);
}

/* Pricing tiers */
.pf-tiers-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 86px 22px 0;
	text-align: center;
}

.pf-tiers {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	text-align: left;
	margin-top: 34px;
}

.pf-tier {
	background: var(--pf-surface);
	border-radius: 22px;
	padding: 32px;
	border: 1px solid var(--pf-border);
}

.pf-tier-popular {
	background: linear-gradient(180deg, #eef4ff 0%, #e3edff 100%);
	border-color: rgba(41, 151, 255, 0.4);
	position: relative;
}

.pf-tier-badge {
	position: absolute;
	top: 18px;
	right: 22px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--pf-accent);
	background: rgba(41, 151, 255, 0.14);
	padding: 4px 10px;
	border-radius: var(--pf-radius-pill);
}

.pf-tier-name {
	font-size: 13px;
	font-weight: 600;
	color: var(--pf-accent);
	margin-bottom: 14px;
}

.pf-tier-price {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin-bottom: 18px;
}

.pf-tier-price .suffix {
	font-size: 15px;
	color: var(--pf-text-secondary);
	font-weight: 400;
}

.pf-tier-features {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	font-size: 14.5px;
	color: var(--pf-text-secondary);
	line-height: 2;
}

.pf-tier .pf-btn {
	width: 100%;
}

/* Library teaser */
.pf-library {
	max-width: 1200px;
	margin: 0 auto;
	padding: 86px 22px 0;
}

.pf-library-inner {
	background: var(--pf-contrast-bg);
	border-radius: 26px;
	border: 1px solid var(--pf-border);
	padding: 52px 44px;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 44px;
	align-items: center;
}

.pf-library-tag {
	font-size: 13px;
	font-weight: 600;
	color: var(--pf-accent);
	margin-bottom: 8px;
}

.pf-library-title {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
	text-wrap: balance;
}

.pf-library-body {
	font-size: 16px;
	color: var(--pf-text-secondary);
	margin: 0 0 24px;
	text-wrap: pretty;
}

.pf-library-list {
	border-radius: 18px;
	background: var(--pf-bg);
	border: 1px solid var(--pf-border);
	overflow: hidden;
}

.pf-library-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 18px;
	border-bottom: 1px solid var(--pf-border);
}

.pf-library-row:last-child {
	border-bottom: none;
}

.pf-library-row:hover {
	background: rgba(0, 0, 0, 0.04);
}

/* Reviews */
.pf-reviews-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 86px 22px 0;
	text-align: center;
}

.pf-reviews {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	text-align: left;
	margin-top: 34px;
}

.pf-review {
	background: var(--pf-surface);
	border-radius: 20px;
	padding: 28px;
	border: 1px solid var(--pf-border);
}

.pf-review-stars {
	font-size: 13px;
	color: var(--pf-accent);
	margin-bottom: 12px;
}

.pf-review-text {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
	text-wrap: pretty;
}

.pf-review-author {
	display: flex;
	align-items: center;
	gap: 11px;
}

.pf-review-avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(160deg, #d8d8dc, var(--pf-surface));
}

.pf-review-name {
	font-size: 13.5px;
	font-weight: 600;
}

.pf-review-role {
	font-size: 12.5px;
	color: var(--pf-text-tertiary);
}

/* Newsletter */
.pf-newsletter {
	max-width: 1200px;
	margin: 0 auto;
	padding: 86px 22px 100px;
	text-align: center;
}

.pf-newsletter-title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin: 0 0 10px;
	text-wrap: balance;
}

.pf-newsletter-sub {
	font-size: 17px;
	color: var(--pf-text-secondary);
	margin: 0 0 26px;
}

.pf-newsletter-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.pf-newsletter-email {
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--pf-radius-pill);
	padding: 13px 20px;
	color: var(--pf-text);
	font-size: 15px;
	outline: none;
	width: 320px;
	max-width: 100%;
}

/* Footer */
.pf-footer {
	border-top: 1px solid var(--pf-border);
	background: var(--pf-contrast-bg);
}

.pf-footer-grid {
	max-width: 1200px;
	margin: 0 auto;
	padding: 44px 22px;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 36px;
}

.pf-footer-brand {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
}

.pf-footer-blurb {
	font-size: 13px;
	color: var(--pf-text-tertiary);
	line-height: 1.6;
	margin: 0;
	max-width: 290px;
	text-wrap: pretty;
}

.pf-footer-col {
	display: flex;
	flex-direction: column;
	gap: 9px;
	font-size: 13px;
}

/*
 * footer.php's wp_nav_menu() call uses items_wrap => '%3$s', which drops
 * the wrapping <ul> entirely and leaves bare <li> items — browsers still
 * show list bullets on an <li> even with no <ul>/<ol> parent, since
 * list-style-type's initial value is "disc" regardless of ancestor.
 */
.pf-footer-col li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pf-footer-col a {
	color: var(--pf-text-tertiary);
}

.pf-footer-heading {
	font-size: 12px;
	font-weight: 600;
	color: var(--pf-text);
	margin-bottom: 2px;
}

.pf-footer-bottom {
	border-top: 1px solid var(--pf-border);
}

.pf-footer-bottom-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 16px 22px;
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #6e6e73;
	gap: 14px;
}

@media (max-width: 900px) {
	.pf-grid,
	.pf-stats,
	.pf-panels,
	.pf-tiers,
	.pf-reviews {
		grid-template-columns: repeat(2, 1fr);
	}

	.pf-library-inner {
		grid-template-columns: 1fr;
	}

	.pf-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.pf-nav-toggle {
		display: flex;
	}

	.pf-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: var(--pf-surface);
		border-bottom: 1px solid var(--pf-border);
		padding: 8px 22px 16px;
	}

	.pf-nav.is-open {
		display: flex;
	}

	.pf-nav a {
		padding: 11px 4px;
		border-radius: 0;
		opacity: 1;
	}

	.pf-nav a:hover {
		background: none;
		color: var(--pf-accent);
	}
}

@media (max-width: 600px) {
	.pf-grid,
	.pf-stats,
	.pf-panels,
	.pf-tiers,
	.pf-reviews,
	.pf-footer-grid {
		grid-template-columns: 1fr;
	}

	.pf-hero-title {
		font-size: 40px;
	}

	.pf-header-inner {
		flex-wrap: wrap;
		row-gap: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.pf-spacer {
		display: none;
	}

	.pf-header-actions {
		margin-left: auto;
	}

	.pf-search-wrap {
		order: 10;
		flex: 1 1 100%;
	}

	.pf-search input {
		width: 100%;
	}
}

/* =============================================================
   Blog post / comments dark styling
   ============================================================= */
.pf-post-wrap {
	padding-top: 44px;
	padding-bottom: 100px;
	max-width: 760px;
}

.pf-post-wrap .entry-header {
	margin-bottom: 26px;
}

.pf-post-wrap .entry-title {
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin: 0 0 10px;
}

.pf-post-wrap .entry-meta {
	font-size: 13.5px;
	color: var(--pf-text-tertiary);
}

.pf-post-wrap .entry-meta a {
	color: var(--pf-text-tertiary);
}

.pf-post-wrap .post-thumbnail img {
	border-radius: var(--pf-radius-card);
	margin-bottom: 26px;
}

.pf-post-wrap .entry-content {
	font-size: 17px;
	line-height: 1.65;
	color: var(--pf-text);
}

.pf-post-wrap .entry-content p {
	margin: 0 0 1.4em;
}

.pf-post-wrap .entry-content h2,
.pf-post-wrap .entry-content h3,
.pf-post-wrap .entry-content h4 {
	letter-spacing: -0.015em;
	margin: 1.6em 0 0.6em;
}

.pf-post-wrap .entry-content blockquote {
	border-left: 3px solid var(--pf-accent);
	margin: 1.4em 0;
	padding: 4px 0 4px 20px;
	color: var(--pf-text-secondary);
}

.pf-post-wrap .entry-content pre,
.pf-post-wrap .entry-content code {
	background: var(--pf-surface);
	border-radius: 8px;
	font-family: var(--pf-font-mono);
}

.pf-post-wrap .entry-content pre {
	padding: 16px;
	overflow-x: auto;
}

.pf-post-wrap .entry-content code {
	padding: 2px 6px;
}

.pf-post-wrap .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.pf-post-wrap .entry-footer {
	margin-top: 26px;
	font-size: 13px;
	color: var(--pf-text-tertiary);
}

.pf-post-wrap .entry-footer a {
	color: var(--pf-text-tertiary);
}

.post-navigation,
.pagination.comment-navigation {
	border-top: 1px solid var(--pf-border);
	margin-top: 40px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.post-navigation a {
	color: var(--pf-text);
}

.post-navigation .nav-subtitle {
	display: block;
	font-size: 12px;
	color: var(--pf-text-tertiary);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.post-navigation .nav-title {
	font-size: 15px;
	font-weight: 500;
}

.comments-area {
	margin-top: 46px;
	padding-top: 30px;
	border-top: 1px solid var(--pf-border);
}

.comments-area .comments-title {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.015em;
	margin: 0 0 20px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment-body {
	background: var(--pf-surface);
	border-radius: 16px;
	padding: 18px 20px;
	margin-bottom: 12px;
	border: 1px solid var(--pf-border);
}

.comment-list .comment-metadata,
.comment-list .comment-metadata a {
	color: var(--pf-text-tertiary);
	font-size: 12.5px;
}

.comment-list .comment-content p {
	margin: 8px 0 0;
}

.comment-list .reply a {
	font-size: 12.5px;
	color: var(--pf-accent);
}

.comment-respond {
	margin-top: 26px;
}

.comment-respond .comment-reply-title {
	font-size: 18px;
	font-weight: 600;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background: rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 12px;
	color: var(--pf-text);
	padding: 12px 14px;
	width: 100%;
	font-size: 14.5px;
}

.comment-form .form-submit input {
	background: var(--pf-accent);
	color: #fff;
	border: none;
	border-radius: var(--pf-radius-pill);
	padding: 11px 22px;
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
}

.comment-form .form-submit input:hover {
	background: var(--pf-accent-hover);
}

/* =============================================================
   Mini-cart slide-out panel
   ============================================================= */
.site-header-cart {
	display: contents;
}

.pf-cart-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
	z-index: 90;
}

.pf-cart-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}

.pf-cart-panel {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 380px;
	max-width: 90vw;
	background: var(--pf-surface);
	border-left: 1px solid var(--pf-border);
	transform: translateX(100%);
	transition: transform 0.25s ease;
	z-index: 91;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

.pf-cart-panel.is-open {
	transform: translateX(0);
}

.pf-cart-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px;
	border-bottom: 1px solid var(--pf-border);
	font-size: 15px;
	font-weight: 600;
	position: sticky;
	top: 0;
	background: var(--pf-surface);
}

.pf-cart-close {
	background: none;
	border: none;
	color: var(--pf-text);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 4px;
}

.pf-cart-panel-body {
	padding: 18px 22px 26px;
}

/* =============================================================
   Shop archive layout
   ============================================================= */
.pf-shop {
	padding-top: 34px;
	padding-bottom: 100px;
}

.pf-shop-categories {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 18px;
	margin-bottom: 36px;
}

.pf-shop-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	text-align: center;
	color: var(--pf-text);
}

.pf-shop-category-card:hover {
	color: var(--pf-text);
	text-decoration: none;
}

.pf-shop-category-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(160deg, #e2e2e6, var(--pf-surface-alt));
	border: 1px solid var(--pf-border);
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.pf-shop-category-card:hover .pf-shop-category-thumb {
	border-color: rgba(41, 151, 255, 0.55);
	transform: translateY(-2px);
}

.pf-shop-category-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pf-shop-category-name {
	font-size: 13.5px;
	font-weight: 600;
}

@media (max-width: 500px) {
	.pf-shop-categories {
		grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
		gap: 14px;
	}
}

.pf-shop-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.pf-shop-result-count {
	font-size: 14px;
	color: var(--pf-text-tertiary);
}

.pf-shop-sort select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: var(--pf-surface);
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%236e6e73' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	border: 1px solid var(--pf-border);
	color: var(--pf-text);
	border-radius: var(--pf-radius-pill);
	padding: 10px 36px 10px 18px;
	font-size: 13.5px;
	font-weight: 500;
	cursor: pointer;
	outline: none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.pf-shop-sort select:hover {
	border-color: var(--pf-text-tertiary);
}

/* =============================================================
   Blog archive (home.php / archive.php / index.php / search.php)
   ============================================================= */
.pf-blog {
	padding-top: 44px;
	padding-bottom: 100px;
}

.pf-blog-head {
	margin-bottom: 30px;
}

.pf-blog-head .pf-section-title {
	margin: 0 0 6px;
}

.pf-blog-archive-description,
.archive-description {
	color: var(--pf-text-secondary);
	font-size: 16px;
	max-width: 640px;
}

.pf-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

@media (min-width: 1100px) {
	.pf-blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.pf-blog-card {
	background: var(--pf-surface);
	border-radius: var(--pf-radius-card);
	overflow: hidden;
	border: 1px solid var(--pf-border);
	display: flex;
	flex-direction: column;
	transition: border-color 0.15s ease;
}

.pf-blog-card:hover {
	border-color: rgba(41, 151, 255, 0.55);
}

.pf-blog-card-thumb {
	display: block;
	height: 200px;
	background: linear-gradient(160deg, #e2e2e6, var(--pf-surface-alt));
}

.pf-blog-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pf-blog-card-body {
	padding: 22px 24px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pf-blog-card .entry-meta {
	font-size: 12.5px;
	color: var(--pf-text-tertiary);
	margin-bottom: 8px;
}

.pf-blog-card .entry-meta a {
	color: var(--pf-text-tertiary);
}

.pf-blog-card .entry-title {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 1.25;
	margin: 0 0 10px;
}

.pf-blog-card .entry-title a {
	color: var(--pf-text);
}

.pf-blog-card .entry-title a:hover {
	color: var(--pf-accent);
	text-decoration: none;
}

.pf-blog-card .entry-summary {
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--pf-text-secondary);
	flex: 1;
}

.pf-blog-card .entry-summary p {
	margin: 0;
}

.pf-blog-card-more {
	display: inline-block;
	margin-top: 16px;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--pf-accent);
}

.pf-blog-card-more:hover {
	color: var(--pf-accent-hover);
}

/* "Nothing found" state (template-parts/content-none.php) shares the
   .pf-blog wrapper, so give its heading/description the same treatment
   as the archive header above. */
.no-results .page-title {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 14px;
}

.no-results .page-content p {
	color: var(--pf-text-secondary);
	font-size: 16px;
	margin: 0 0 20px;
}

.search-form {
	display: flex;
	gap: 8px;
	max-width: 420px;
}

.search-form .search-field {
	flex: 1;
	background: rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: var(--pf-radius-pill);
	padding: 11px 18px;
	color: var(--pf-text);
	font-size: 14.5px;
	outline: none;
}

.search-form .search-submit {
	background: var(--pf-accent);
	color: #fff;
	border: none;
	border-radius: var(--pf-radius-pill);
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.search-form .search-submit:hover {
	background: var(--pf-accent-hover);
}

/* Posts navigation (the_posts_navigation() on blog listings) */
.posts-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--pf-border);
}

.posts-navigation .nav-links a {
	color: var(--pf-text);
	font-size: 14.5px;
	font-weight: 500;
}

@media (max-width: 700px) {
	.pf-blog-grid {
		grid-template-columns: 1fr;
	}
}

/* =============================================================
   Single Prompt page layout (single-aipromtid_prompt.php)
   ============================================================= */
.pf-prompt-layout {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 40px;
	align-items: start;
}

.pf-prompt-sidebar {
	position: sticky;
	top: 78px;
}

@media (max-width: 900px) {
	.pf-prompt-layout {
		grid-template-columns: 1fr;
	}

	.pf-prompt-sidebar {
		position: static;
	}
}

/* =============================================================
   Kontakt page (page-templates/template-kontakt.php)
   ============================================================= */
.pf-kontakt-wrap {
	padding-top: 44px;
	padding-bottom: 100px;
}

.pf-kontakt-content {
	max-width: 760px;
	margin: 0 0 40px;
	color: var(--pf-text);
	font-size: 16px;
	line-height: 1.6;
}

.pf-kontakt-layout {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 34px;
	align-items: start;
}

.pf-kontakt-form,
.pf-kontakt-info {
	padding: 32px;
}

.pf-kontakt-info {
	position: sticky;
	top: 78px;
}

.pf-kontakt-info-title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.015em;
	margin: 0 0 20px;
}

.pf-kontakt-row {
	padding: 14px 0;
	border-top: 1px solid var(--pf-border);
}

.pf-kontakt-row:first-of-type {
	border-top: none;
	padding-top: 0;
}

.pf-kontakt-row-label {
	font-size: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--pf-text-tertiary);
	margin-bottom: 4px;
}

.pf-kontakt-row-value {
	font-size: 15px;
	color: var(--pf-text);
	line-height: 1.5;
}

.pf-kontakt-empty {
	color: var(--pf-text-secondary);
	font-size: 15px;
	line-height: 1.6;
}

/* Generic styling for whatever form plugin's shortcode renders here
   (labels/inputs/textarea/submit button), scoped to this card so it
   doesn't leak into other forms on the site. */
.pf-kontakt-form label {
	display: block;
	font-size: 13.5px;
	color: var(--pf-text-secondary);
	margin-bottom: 6px;
}

.pf-kontakt-form input[type="text"],
.pf-kontakt-form input[type="email"],
.pf-kontakt-form input[type="tel"],
.pf-kontakt-form input[type="url"],
.pf-kontakt-form textarea,
.pf-kontakt-form select {
	width: 100%;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	padding: 12px 14px;
	color: var(--pf-text);
	font-size: 14.5px;
	margin-bottom: 16px;
}

.pf-kontakt-form input[type="submit"],
.pf-kontakt-form button[type="submit"] {
	background: var(--pf-accent);
	color: #fff;
	border: none;
	border-radius: var(--pf-radius-pill);
	padding: 12px 26px;
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
}

.pf-kontakt-form input[type="submit"]:hover,
.pf-kontakt-form button[type="submit"]:hover {
	background: var(--pf-accent-hover);
}

@media (max-width: 900px) {
	.pf-kontakt-layout {
		grid-template-columns: 1fr;
	}

	.pf-kontakt-info {
		position: static;
	}
}

/* =============================================================
   404 page (404.php)
   ============================================================= */
.pf-404 {
	max-width: 640px;
	margin: 0 auto;
	padding: 120px 22px 140px;
	text-align: center;
}

.pf-404-code {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--pf-font-mono);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--pf-accent);
	background: var(--pf-surface);
	border: 1px solid var(--pf-border);
	border-radius: var(--pf-radius-pill);
	padding: 8px 20px;
	margin-bottom: 26px;
}

.pf-404-title {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.025em;
	margin: 0 0 12px;
	text-wrap: balance;
}

.pf-404-text {
	font-size: 17px;
	color: var(--pf-text-secondary);
	margin: 0 0 34px;
	text-wrap: pretty;
}

.pf-404-search {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 44px;
	padding: 0 18px;
	border-radius: var(--pf-radius-pill);
	background: var(--pf-surface);
	border: 1px solid var(--pf-border);
	max-width: 420px;
	margin: 0 auto 30px;
}

.pf-404-search input {
	background: none;
	border: none;
	outline: none;
	color: var(--pf-text);
	font-size: 15px;
	width: 100%;
}

.pf-404-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

/* =============================================================
   Header live search suggestions (js/search-suggest.js)
   ============================================================= */
.pf-search-wrap {
	position: relative;
	width: 100%;
	max-width: 360px;
}

.pf-search-suggestions {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: var(--pf-surface);
	border: 1px solid var(--pf-border);
	border-radius: 16px;
	box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: 60;
}

.pf-search-suggestion {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 16px;
	border-bottom: 1px solid var(--pf-border);
	color: var(--pf-text);
	font-size: 13.5px;
}

.pf-search-suggestion:last-child {
	border-bottom: none;
}

.pf-search-suggestion:hover {
	background: rgba(0, 0, 0, 0.04);
	text-decoration: none;
	color: var(--pf-text);
}

.pf-search-suggestion-title {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pf-search-suggestion-type {
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--pf-text-tertiary);
	background: rgba(0, 0, 0, 0.05);
	padding: 3px 8px;
	border-radius: var(--pf-radius-pill);
	flex-shrink: 0;
}

.pf-search-suggestion-type--prompt {
	color: var(--pf-accent);
	background: rgba(41, 151, 255, 0.12);
}

.pf-search-suggestion-price {
	font-size: 13px;
	font-weight: 600;
	color: var(--pf-text);
	flex-shrink: 0;
}
