.wpdev-page {
	--wpdev-ink: #18120f;
	--wpdev-muted: #6d5b51;
	--wpdev-orange: #ff6900;
	--wpdev-orange-2: #ff8754;
	--wpdev-cream: #fff8f2;
	--wpdev-soft: #fff0e5;
	background: var(--wpdev-cream);
	color: var(--wpdev-ink);
	overflow: hidden;
}

.wpdev-page,
.wpdev-page *,
.wpdev-page *::before,
.wpdev-page *::after {
	box-sizing: border-box;
}

.wpdev-page .container {
	width: min(1160px, calc(100% - 40px));
	margin: 0 auto;
}

.wpdev-hero {
	position: relative;
	padding: 92px 0 76px;
	background:
		radial-gradient(circle at 80% 18%, rgba(255, 105, 0, .38), transparent 30%),
		radial-gradient(circle at 18% 20%, rgba(255, 210, 189, .14), transparent 25%),
		linear-gradient(135deg, #120c09 0%, #261009 48%, #53200f 100%);
	color: #fff;
}

.wpdev-hero__bg {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 48px 48px;
	opacity: .62;
	pointer-events: none;
}

.wpdev-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18,12,9,.08), transparent 55%, rgba(255,105,0,.08));
	pointer-events: none;
}

.wpdev-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .98fr) minmax(360px, .82fr);
	gap: 58px;
	align-items: center;
}

.wpdev-hero__copy,
.wpdev-showcase {
	min-width: 0;
	max-width: 100%;
}

.wpdev-hero h1,
.wpdev-head h2,
.wpdev-offer h2,
.wpdev-cta h2 {
	margin: 0;
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
}

.wpdev-hero h1 {
	max-width: 780px;
	font-size: clamp(46px, 4.8vw, 70px);
	line-height: 1;
	color: #fff !important;
	text-shadow: 0 18px 54px rgba(0,0,0,.36);
	overflow-wrap: break-word;
}

.wpdev-hero h1 span {
	color: var(--wpdev-orange-2) !important;
}

.wpdev-hero p {
	max-width: 690px;
	margin: 24px 0 0;
	color: rgba(255,255,255,.86);
	font-size: 20px;
	line-height: 1.58;
}

.wpdev-hero__actions,
.wpdev-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.wpdev-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.wpdev-btn:hover {
	transform: translateY(-2px);
}

.wpdev-btn--primary {
	background: linear-gradient(135deg, var(--wpdev-orange), var(--wpdev-orange-2));
	color: #fff;
	box-shadow: 0 18px 42px rgba(255, 105, 0, .34);
}

.wpdev-btn--secondary {
	border: 1px solid rgba(255,255,255,.36);
	background: rgba(255,255,255,.1);
	color: #fff;
}

.wpdev-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 640px;
	margin-top: 34px;
}

.wpdev-hero__facts div {
	padding: 16px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 18px;
	background: rgba(255,255,255,.08);
	backdrop-filter: blur(12px);
}

.wpdev-hero__facts strong,
.wpdev-hero__facts span {
	display: block;
}

.wpdev-hero__facts strong {
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.wpdev-hero__facts span {
	margin-top: 8px;
	color: rgba(255,255,255,.68);
	font-size: 13px;
	line-height: 1.35;
}

.wpdev-showcase {
	position: relative;
}

.wpdev-browser {
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(31,18,12,.92), rgba(18,11,8,.88)),
		rgba(22,12,8,.82);
	box-shadow: 0 28px 86px rgba(0,0,0,.36), 0 0 0 1px rgba(255,105,0,.08) inset;
	overflow: hidden;
}

.wpdev-browser__top {
	display: grid;
	grid-template-columns: 8px 8px 8px minmax(0, 1fr);
	gap: 7px;
	align-items: center;
	padding: 14px 16px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.wpdev-browser__top span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,.22);
}

.wpdev-browser__top span:first-child {
	background: var(--wpdev-orange);
}

.wpdev-browser__top div {
	justify-self: end;
	max-width: 210px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	color: rgba(255,255,255,.7);
	font-size: 12px;
}

.wpdev-browser__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 160px;
	gap: 16px;
	padding: 18px;
}

.wpdev-page-preview {
	padding: 16px;
	border-radius: 18px;
	background: #fff8f2;
}

.wpdev-preview__nav,
.wpdev-preview__hero,
.wpdev-preview__cards span,
.wpdev-admin-card {
	box-shadow: 0 12px 34px rgba(39,18,8,.13);
}

.wpdev-preview__nav {
	width: 100%;
	height: 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff6900 0 24%, #f0ded2 24% 100%);
}

.wpdev-preview__hero {
	display: grid;
	gap: 10px;
	margin-top: 14px;
	padding: 24px;
	border-radius: 18px;
	background: linear-gradient(135deg, #24110a, #6b2a12);
}

.wpdev-preview__hero span {
	width: 92px;
	height: 10px;
	border-radius: 999px;
	background: rgba(255,105,0,.95);
}

.wpdev-preview__hero strong {
	color: #fff;
	font-size: 24px;
	line-height: 1.05;
}

.wpdev-preview__hero p {
	width: 76%;
	height: 12px;
	margin: 0;
	border-radius: 999px;
	background: rgba(255,255,255,.22);
}

.wpdev-preview__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 12px;
}

.wpdev-preview__cards span {
	height: 58px;
	border-radius: 14px;
	background: #fff;
}

.wpdev-admin-card {
	align-self: stretch;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	background: rgba(255,255,255,.08);
}

.wpdev-admin-card__head {
	color: #ffd5c3;
	font-weight: 800;
}

.wpdev-admin-card ul {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.wpdev-admin-card li {
	position: relative;
	padding-left: 18px;
	color: rgba(255,255,255,.74);
	font-size: 13px;
}

.wpdev-admin-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .45em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--wpdev-orange);
}

.wpdev-showcase__note {
	display: grid;
	gap: 6px;
	margin: 14px 18px 0;
	padding: 16px 18px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 18px;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(12px);
}

.wpdev-showcase__note strong {
	color: #fff;
}

.wpdev-showcase__note span {
	color: rgba(255,255,255,.7);
}

.wpdev-section {
	padding: 78px 0;
}

.wpdev-section--soft {
	background: var(--wpdev-soft);
}

.wpdev-section--dark {
	background:
		radial-gradient(circle at 82% 22%, rgba(255,105,0,.22), transparent 34%),
		linear-gradient(135deg, #130c09, #1d0f0a 56%, #2b1209);
	color: #fff;
}

.wpdev-head {
	max-width: 780px;
	margin-bottom: 32px;
}

.wpdev-head--wide {
	max-width: 900px;
}

.wpdev-head h2,
.wpdev-offer h2,
.wpdev-cta h2 {
	color: var(--wpdev-ink);
	font-size: clamp(32px, 3.4vw, 50px);
	line-height: 1.08;
}

.wpdev-head p,
.wpdev-offer p,
.wpdev-cta p {
	margin: 16px 0 0;
	color: var(--wpdev-muted);
	font-size: 18px;
	line-height: 1.62;
}

.wpdev-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.wpdev-card,
.wpdev-empty,
.wpdev-example,
.wpdev-example-card,
.wpdev-faq details {
	border: 1px solid rgba(42,24,12,.09);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 52px rgba(45,24,10,.07);
}

.wpdev-card,
.wpdev-example-card {
	padding: 26px;
}

.wpdev-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: #fff0e5;
	color: var(--wpdev-orange);
	font-weight: 800;
}

.wpdev-card h3,
.wpdev-faq summary,
.wpdev-prices strong,
.wpdev-example-card strong {
	margin: 0;
	color: var(--wpdev-ink);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.wpdev-card p,
.wpdev-example-card p,
.wpdev-faq p {
	margin: 12px 0 0;
	color: var(--wpdev-muted);
	line-height: 1.58;
}

.wpdev-split,
.wpdev-offer {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(340px, .75fr);
	gap: 56px;
	align-items: center;
}

.wpdev-stack {
	display: grid;
	gap: 14px;
}

.wpdev-stack div {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	padding: 19px 22px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(45,24,10,.07);
}

.wpdev-stack strong {
	color: var(--wpdev-orange);
	font-size: 18px;
}

.wpdev-stack span {
	font-weight: 800;
}

.wpdev-flow {
	background: #fff8f2;
}

.wpdev-flow__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	counter-reset: flow;
}

.wpdev-flow__grid article {
	position: relative;
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(180deg, #fff, #fff6ef);
	border: 1px solid rgba(42,24,12,.09);
	box-shadow: 0 18px 52px rgba(45,24,10,.06);
}

.wpdev-flow__grid article::before {
	counter-increment: flow;
	content: counter(flow, decimal-leading-zero);
	display: block;
	margin-bottom: 28px;
	color: var(--wpdev-orange);
	font-weight: 800;
}

.wpdev-flow__grid strong {
	display: block;
	font-size: 20px;
}

.wpdev-flow__grid p {
	margin: 10px 0 0;
	color: var(--wpdev-muted);
	line-height: 1.55;
}

.wpdev-examples,
.wpdev-example-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.wpdev-example {
	display: grid;
	gap: 10px;
	padding: 22px;
	color: inherit;
	text-decoration: none;
}

.wpdev-example-card span,
.wpdev-example span {
	display: inline-flex;
	width: fit-content;
	padding: 7px 10px;
	border-radius: 999px;
	background: #fff0e5;
	color: var(--wpdev-orange);
	font-size: 12px;
	font-weight: 800;
}

.wpdev-section--dark .wpdev-offer h2,
.wpdev-section--dark .wpdev-offer p,
.wpdev-section--dark .wpdev-prices strong {
	color: #fff !important;
}

.wpdev-section--dark .wpdev-offer p,
.wpdev-section--dark .wpdev-prices span {
	color: rgba(255,255,255,.72);
}

.wpdev-prices {
	display: grid;
	gap: 14px;
}

.wpdev-prices div {
	display: grid;
	gap: 8px;
	padding: 22px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 20px;
	background: rgba(255,255,255,.08);
}

.wpdev-faq {
	max-width: 920px;
}

.wpdev-faq details {
	padding: 20px 24px;
}

.wpdev-faq details + details {
	margin-top: 12px;
}

.wpdev-faq summary {
	cursor: pointer;
}

.wpdev-cta {
	padding: 36px 0 84px;
	background: var(--wpdev-cream);
}

.wpdev-cta__box {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	align-items: center;
	padding: 36px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 86% 12%, rgba(255,105,0,.34), transparent 32%),
		linear-gradient(135deg, #17100c, #3d180d);
	color: #fff;
	box-shadow: 0 24px 60px rgba(48,22,10,.18);
}

.wpdev-cta__box h2,
.wpdev-cta__box p {
	color: #fff !important;
}

.wpdev-cta__box p {
	color: rgba(255,255,255,.78) !important;
}

.wpdev-cta__box .wpdev-btn--secondary {
	background: rgba(255,255,255,.12);
}

@media (max-width: 980px) {
	.wpdev-hero__grid,
	.wpdev-split,
	.wpdev-offer {
		grid-template-columns: 1fr;
	}

	.wpdev-card-grid,
	.wpdev-examples,
	.wpdev-example-grid {
		grid-template-columns: 1fr;
	}

	.wpdev-flow__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wpdev-cta__box {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 620px) {
	.wpdev-page .container {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.wpdev-hero {
		padding: 52px 0 44px;
	}

	.wpdev-hero h1 {
		font-size: clamp(30px, 8vw, 34px) !important;
		line-height: 1.08 !important;
	}

	.wpdev-hero p,
	.wpdev-head p,
	.wpdev-offer p {
		font-size: 16px;
	}

	.wpdev-hero__actions,
	.wpdev-cta__actions,
	.wpdev-hero__facts,
	.wpdev-flow__grid {
		grid-template-columns: 1fr;
		display: grid;
	}

	.wpdev-btn {
		width: 100% !important;
		min-height: 48px;
	}

	.wpdev-browser__body {
		grid-template-columns: 1fr;
	}

	.wpdev-admin-card {
		display: none;
	}

	.wpdev-section {
		padding: 54px 0;
	}

	.wpdev-head h2,
	.wpdev-offer h2,
	.wpdev-cta h2 {
		font-size: clamp(28px, 7.6vw, 34px);
	}

	.wpdev-card,
	.wpdev-example-card,
	.wpdev-faq details,
	.wpdev-cta__box {
		border-radius: 18px;
	}
}
