@charset "utf-8";
/*
Theme Name: Wangcai Zuotu
Theme URI: https://example.com/
Author: Codex
Description: Official website theme for 旺财作图, an AI image creation and commercial design tool.
Version: 2.0.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: wangcai-zuotu
*/

:root {
	--ink: #18202a;
	--ink-soft: #344052;
	--muted: #687385;
	--paper: #ffffff;
	--surface: #f6f8f7;
	--surface-warm: #fff8ed;
	--line: #e1e7e4;
	--green: #18b786;
	--green-dark: #0d8f70;
	--coral: #ff6b57;
	--blue: #3868ff;
	--yellow: #ffbf3f;
	--cta-pink: #e10e79;
	--cta-pink-dark: #c70c69;
	--shadow: 0 18px 50px rgba(24, 32, 42, 0.1);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

body.nav-open {
	overflow: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

button {
	border: 0;
	cursor: pointer;
}

:focus-visible {
	outline: 3px solid rgba(56, 104, 255, 0.35);
	outline-offset: 3px;
}

.box {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid rgba(225, 231, 228, 0.68);
	background: rgba(255, 255, 255, 0.86);
	backdrop-filter: blur(16px);
	transition: box-shadow 0.2s ease, background 0.2s ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 35px rgba(24, 32, 42, 0.08);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
	gap: 24px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: max-content;
	color: var(--ink);
	font-weight: 800;
}

.brand-logo {
	display: block;
	width: auto;
	height: 46px;
	max-width: 220px;
	object-fit: contain;
}

.brand-mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--green), var(--coral));
	color: #fff;
	font-size: 22px;
	line-height: 1;
	box-shadow: 0 12px 26px rgba(24, 183, 134, 0.24);
}

.brand-text {
	font-size: 22px;
	line-height: 1.2;
}

.site-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	color: var(--ink-soft);
	font-size: 15px;
	font-weight: 700;
}

.site-nav a {
	position: relative;
	padding: 26px 0;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.site-nav a::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	height: 3px;
	border-radius: 3px;
	background: #d98b16;
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
	color: #d98b16;
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
	transform: scaleX(1);
}

.header-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 800;
	white-space: nowrap;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.header-cta {
	background: var(--cta-pink);
	color: #fff;
	font-size: 14px;
}

.header-cta:hover,
.button:hover {
	transform: translateY(-2px);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: var(--surface);
}

.nav-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 5px auto;
	border-radius: 2px;
	background: var(--ink);
}

.site-main {
	overflow: hidden;
}

.hero {
	padding: 142px 0 70px;
	background: linear-gradient(180deg, #fff, #f6f8f7);
}

.hero__single {
	max-width: 920px;
	text-align: center;
}

.hero__single .hero__lead {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.hero__single .eyebrow,
.hero__actions,
.hero__tags {
	justify-content: center;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--green-dark);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.eyebrow::before {
	display: inline-block;
	width: 28px;
	height: 3px;
	border-radius: 3px;
	background: var(--coral);
	content: "";
}

.hero h1 {
	margin-top: 18px;
	color: var(--ink);
	font-size: 64px;
	line-height: 1.08;
	font-weight: 900;
}

.hero__lead {
	margin-top: 24px;
	max-width: 620px;
	color: var(--ink-soft);
	font-size: 20px;
	line-height: 1.85;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.hero__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	color: var(--ink-soft);
	font-size: 18px;
	font-weight: 800;
}

.hero__tags i {
	color: #b8c2bd;
	font-style: normal;
	font-weight: 400;
}

.hero__note {
	margin-top: 18px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.7;
}

.button--primary {
	background: var(--cta-pink);
	color: #fff;
	box-shadow: 0 18px 36px rgba(225, 14, 121, 0.26);
}

.button--primary:hover {
	background: var(--cta-pink-dark);
	color: #fff;
}

.button--ghost {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
}

.button--ghost:hover {
	border-color: rgba(56, 104, 255, 0.28);
	box-shadow: 0 14px 30px rgba(24, 32, 42, 0.08);
	color: var(--blue);
}

.button--light {
	background: #fff;
	color: var(--ink);
	box-shadow: 0 18px 36px rgba(24, 32, 42, 0.16);
}

.button--light:hover {
	background: var(--surface-warm);
	color: var(--ink);
}

.hero-preview {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(225, 231, 228, 0.9);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}

.hero-slider__track {
	display: flex;
	width: 100%;
	transition: transform 0.5s ease;
	will-change: transform;
}

.hero-slider__slide {
	display: grid;
	place-items: center;
	min-width: 100%;
	aspect-ratio: 16 / 10;
	margin: 0;
	background: linear-gradient(135deg, #f7faf8, #eef4ff);
}

.hero-slider__slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hero-slider__empty {
	min-height: 420px;
	padding: 40px;
	color: var(--muted);
	font-weight: 800;
	text-align: center;
}

.hero-slider__button {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 28px rgba(24, 32, 42, 0.14);
	transform: translateY(-50%);
	transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__button:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.04);
}

.hero-slider__button::before {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid var(--ink);
	border-left: 3px solid var(--ink);
	content: "";
}

.hero-slider__button--prev {
	left: 16px;
}

.hero-slider__button--prev::before {
	transform: rotate(-45deg) translate(1px, 1px);
}

.hero-slider__button--next {
	right: 16px;
}

.hero-slider__button--next::before {
	transform: rotate(135deg) translate(1px, 1px);
}

.hero-slider__dots {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 24px rgba(24, 32, 42, 0.1);
	transform: translateX(-50%);
}

.hero-slider__dots button {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: #b7c2bd;
	transition: width 0.2s ease, background 0.2s ease;
}

.hero-slider__dots button.is-active {
	width: 24px;
	background: var(--green);
}

.section {
	padding: 92px 0;
	background: #fff;
}

.section--light {
	background: var(--surface);
}

#features.section--light {
	padding: 54px 0 64px;
}

.section--accent {
	background: linear-gradient(135deg, #183025, #20304d);
	color: #fff;
}

.section-heading {
	max-width: 720px;
	margin: 0 auto 42px;
	text-align: center;
}

.section-heading--left {
	margin: 0;
	text-align: left;
}

.section-heading h2 {
	margin-top: 14px;
	color: var(--ink);
	font-size: 42px;
	line-height: 1.22;
	font-weight: 900;
}

.section-heading p:not(.eyebrow) {
	margin-top: 16px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.8;
}

.section--accent .section-heading h2,
.section--accent .section-heading p:not(.eyebrow) {
	color: #fff;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.feature-card,
.news-card,
.article-list__item,
.single-article,
.content-article,
.empty-state {
	border-radius: 8px;
}

.feature-card {
	position: relative;
	min-height: 215px;
	padding: 24px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 42px rgba(24, 32, 42, 0.1);
}

.feature-card__mark {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--green), var(--yellow));
}

.feature-card:nth-child(2) .feature-card__mark {
	background: linear-gradient(135deg, var(--coral), var(--yellow));
}

.feature-card:nth-child(3) .feature-card__mark {
	background: linear-gradient(135deg, var(--blue), var(--green));
}

.feature-card:nth-child(4) .feature-card__mark {
	background: linear-gradient(135deg, var(--yellow), var(--coral));
}

.feature-card p {
	margin-top: 18px;
	color: var(--green-dark);
	font-size: 13px;
	font-weight: 800;
}

.feature-card h3 {
	margin-top: 10px;
	color: var(--ink);
	font-size: 24px;
	line-height: 1.3;
}

.feature-card div {
	margin-top: 14px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.75;
}

.text-link {
	display: inline-flex;
	margin-top: 26px;
	color: var(--blue);
	font-weight: 900;
}

.text-link:hover {
	color: var(--coral);
}

.scenes-content {
	display: grid;
	gap: 18px;
	max-width: 1060px;
	margin: 0 auto;
}

#scenes .hero-slider__slide {
	aspect-ratio: 16 / 9;
}

.workflow-showcase {
	max-width: 980px;
	margin: 0 auto;
}

.workflow-video {
	overflow: hidden;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.workflow-video video {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	aspect-ratio: 16 / 10;
	border-radius: 6px;
	background: #0f1620;
	object-fit: contain;
}

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

.news-card {
	min-height: 260px;
	padding: 28px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.06);
}

.news-card time {
	color: var(--green-dark);
	font-size: 13px;
	font-weight: 800;
}

.news-card h3 {
	margin-top: 14px;
	font-size: 23px;
	line-height: 1.42;
}

.news-card h3 a:hover,
.article-list__content h2 a:hover,
.single-article__meta a:hover,
.single-nav a:hover {
	color: var(--blue);
}

.news-card p {
	margin-top: 14px;
	color: var(--muted);
	font-size: 15px;
	line-height: 1.78;
}

.news-readmore {
	display: inline-flex;
	margin-top: 22px;
	color: var(--green-dark);
	font-weight: 900;
}

.news-readmore:hover {
	color: var(--coral);
}

.section-actions {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.cta-section {
	padding: 30px 0 43px;
	background:  #72C2C8;
	color: #fff;
}

.cta-section__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.cta-section h2 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 500;
}

.cta-section p {
	margin-top: 20px;
	max-width: 980px;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
}

.cta-section__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 280px;
	height: 70px;
	margin-top: 32px;
	border-radius: 999px;
	background: #d51577;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-section__download:hover {
	box-shadow: 0 14px 30px rgba(213, 21, 119, 0.24);
	color: #fff;
	transform: translateY(-2px);
}

.cta-section__download-icon {
	position: relative;
	width: 23px;
	height: 24px;
	border-bottom: 3px solid currentColor;
	flex: 0 0 auto;
}

.cta-section__download-icon::before,
.cta-section__download-icon::after {
	position: absolute;
	content: "";
}

.cta-section__download-icon::before {
	top: 1px;
	left: 10px;
	width: 3px;
	height: 15px;
	border-radius: 3px;
	background: currentColor;
}

.cta-section__download-icon::after {
	top: 8px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	transform: rotate(45deg);
}

.site-footer {
	padding: 48px 0 28px;
	background: #111820;
	color: #dce4e1;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	color: #8b98a3;
	font-size: 14px;
}

.site-footer__bottom a:hover {
	color: #fff;
}

.archive-page,
.single-page,
.content-page {
	padding: 134px 0 86px;
	background: var(--surface);
}

.page-hero {
	max-width: 760px;
	margin-bottom: 42px;
}

.page-hero h1,
.content-article h1,
.single-article h1 {
	margin-top: 14px;
	color: var(--ink);
	font-size: 46px;
	line-height: 1.2;
}

.page-hero p:not(.eyebrow) {
	margin-top: 16px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.8;
}

.article-list {
	display: grid;
	gap: 18px;
}

.article-list__item {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 26px;
	padding: 28px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.06);
}

.article-list__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	border-radius: 8px;
	background: #cb17c6;
	color: #fff;
}

.article-list__date strong {
	font-size: 34px;
	line-height: 1;
}

.article-list__date span {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.article-list__content h2 {
	font-size: 28px;
	line-height: 1.36;
}

.article-list__content p {
	margin-top: 12px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.8;
}

.news-pagination {
	margin-top: 38px;
	text-align: center;
}

.news-pagination .nav-links,
.news-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.news-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	color: var(--ink);
	font-weight: 700;
}

.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover {
	border-color: var(--green);
	background: var(--green);
	color: #fff;
}

.single-page__box,
.content-page__box {
	max-width: 980px;
}

.single-article,
.content-article,
.empty-state {
	padding: 46px;
	border: 1px solid var(--line);
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.06);
}

.single-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: var(--muted);
	font-size: 14px;
	font-weight: 700;
}

.single-article__meta a {
	color: var(--green-dark);
}

.single-article__content,
.entry-content {
	margin-top: 30px;
	color: var(--ink-soft);
	font-size: 18px;
	line-height: 1.9;
}

.single-article__content > *,
.entry-content > * {
	margin-bottom: 22px;
}

.single-article__content h2,
.entry-content h2 {
	margin-top: 36px;
	color: var(--ink);
	font-size: 30px;
	line-height: 1.35;
}

.single-article__content h3,
.entry-content h3 {
	margin-top: 30px;
	color: var(--ink);
	font-size: 24px;
	line-height: 1.35;
}

.single-article__content a,
.entry-content a {
	color: var(--blue);
	font-weight: 700;
}

.single-article__content img,
.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.single-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.single-nav div {
	min-height: 72px;
	padding: 18px 20px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--ink-soft);
	font-weight: 700;
}

.empty-state {
	text-align: center;
}

.empty-state h1,
.empty-state h2 {
	color: var(--ink);
	font-size: 32px;
	line-height: 1.3;
}

.empty-state p {
	margin-top: 12px;
	color: var(--muted);
}

.download-page {
	overflow: hidden;
	background: #fff;
}

.download-hero {
	padding: 138px 0 76px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.56) 48%, rgba(255, 255, 255, 0.24) 100%),
		url("assets/images/wc5678-download-hero-bg.jpeg") center top / cover no-repeat;
}

.download-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 410px;
	align-items: center;
	gap: 44px;
}

.download-hero__content h1 {
	margin-top: 18px;
	color: var(--ink);
	font-size: 58px;
	line-height: 1.12;
	font-weight: 900;
}

.download-hero__lead {
	max-width: 680px;
	margin-top: 22px;
	color: var(--ink-soft);
	font-size: 20px;
	line-height: 1.85;
}

.download-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.download-panel {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--shadow);
}

.download-panel__top {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--green-dark);
	font-size: 15px;
	font-weight: 900;
}

.download-panel__top img {
	width: auto;
	height: 52px;
	object-fit: contain;
}

.download-panel h2 {
	margin-top: 22px;
	color: var(--ink);
	font-size: 30px;
	line-height: 1.25;
	font-weight: 900;
}

.download-panel p {
	margin-top: 14px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.78;
}

.download-panel__meta {
	display: grid;
	gap: 0;
	margin-top: 24px;
}

.download-panel__meta div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 0;
	border-top: 1px solid var(--line);
}

.download-panel__meta dt {
	color: var(--muted);
	font-size: 14px;
	font-weight: 800;
}

.download-panel__meta dd {
	margin: 0;
	color: var(--ink);
	font-size: 15px;
	font-weight: 900;
	text-align: right;
}

.download-panel__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	min-height: 64px;
	margin-top: 24px;
	border-radius: 999px;
	background: var(--cta-pink);
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.download-panel__button:hover {
	background: var(--cta-pink-dark);
	box-shadow: 0 16px 34px rgba(225, 14, 121, 0.24);
	transform: translateY(-2px);
}

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

.download-step {
	min-height: 230px;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.06);
}

.download-step span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: var(--blue);
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.download-step:nth-child(2) span {
	background: var(--green);
}

.download-step:nth-child(3) span {
	background: var(--coral);
}

.download-step h3 {
	margin-top: 22px;
	color: var(--ink);
	font-size: 24px;
	line-height: 1.3;
}

.download-step p {
	margin-top: 12px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.78;
}

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

.download-preview__item {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(24, 32, 42, 0.06);
}

.download-preview__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.download-support {
	padding: 54px 0;
	background: linear-gradient(135deg, #18b786, #3868ff);
	color: #fff;
}

.download-support__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.download-support .eyebrow {
	color: #fff;
}

.download-support .eyebrow::before {
	background: var(--yellow);
}

.download-support h2 {
	margin-top: 14px;
	color: #fff;
	font-size: 36px;
	line-height: 1.24;
	font-weight: 900;
}

.download-support p:not(.eyebrow) {
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.7;
}

.download-support .button--light {
	flex: 0 0 auto;
}

@media (max-width: 1120px) {
	.site-nav {
		gap: 18px;
		font-size: 14px;
	}

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

	.download-hero__inner {
		grid-template-columns: 1fr;
	}

	.download-panel {
		max-width: 560px;
	}

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

@media (max-width: 960px) {
	.site-header__inner {
		min-height: 68px;
	}

	.nav-toggle {
		display: block;
		margin-left: auto;
	}

	.site-nav {
		position: fixed;
		top: 82px;
		left: 20px;
		right: 20px;
		display: none;
		grid-template-columns: 1fr;
		gap: 0;
		padding: 12px;
		border: 1px solid var(--line);
		border-radius: 8px;
		background: #fff;
		box-shadow: var(--shadow);
	}

	.admin-bar .site-nav {
		top: 114px;
	}

	body.nav-open .site-nav {
		display: grid;
	}

	.site-nav a {
		padding: 14px 12px;
		border-radius: 6px;
	}

	.site-nav a::after {
		display: none;
	}

	.site-nav a:hover,
	.site-nav a.is-active {
		background: var(--surface);
	}

	.header-cta {
		display: none;
	}

	.hero {
		padding-top: 112px;
	}

	.hero h1 {
		font-size: 48px;
	}

	.hero__lead {
		font-size: 18px;
	}

	.section-heading h2 {
		font-size: 34px;
	}

	.news-grid {
		grid-template-columns: 1fr;
	}

	.workflow-video video {
		min-height: 360px;
	}

	.site-footer__bottom {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 782px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.admin-bar .site-nav {
		top: 128px;
	}
}

@media (max-width: 720px) {
	.box {
		width: min(100% - 28px, 1180px);
	}

	.hero {
		padding: 98px 0 48px;
	}

	.hero h1 {
		font-size: 38px;
	}

	.hero__lead {
		font-size: 16px;
		line-height: 1.75;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 64px 0;
	}

	.section-heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.section-heading h2 {
		font-size: 30px;
	}

	.section-heading p:not(.eyebrow) {
		font-size: 16px;
	}

	.cta-section {
		padding: 30px 0 38px;
	}

	.cta-section h2 {
		font-size: 22px;
	}

	.cta-section p {
		margin-top: 18px;
		font-size: 16px;
	}

	.cta-section__download {
		width: min(280px, 100%);
		height: 64px;
		margin-top: 30px;
		font-size: 26px;
	}

	.feature-card,
	.news-card,
	.single-article,
	.content-article,
	.empty-state {
		padding: 24px;
	}

	.workflow-video {
		padding: 8px;
	}

	.workflow-video video {
		min-height: 240px;
		aspect-ratio: 4 / 3;
	}

	.archive-page,
	.single-page,
	.content-page {
		padding: 108px 0 62px;
	}

	.page-hero h1,
	.content-article h1,
	.single-article h1 {
		font-size: 34px;
	}

	.article-list__item {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 22px;
	}

	.article-list__date {
		width: 78px;
		height: 78px;
	}

	.article-list__content h2 {
		font-size: 24px;
	}

	.download-hero {
		padding: 108px 0 56px;
	}

	.download-hero__content h1 {
		font-size: 38px;
	}

	.download-hero__lead {
		font-size: 16px;
		line-height: 1.75;
	}

	.download-flow__grid,
	.download-preview__grid {
		grid-template-columns: 1fr;
	}

	.download-panel,
	.download-step {
		padding: 24px;
	}

	.download-panel h2,
	.download-support h2 {
		font-size: 30px;
	}

	.download-panel__meta div {
		display: grid;
		gap: 6px;
	}

	.download-panel__meta dd {
		text-align: left;
	}

	.download-support__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.download-support .button--light {
		width: 100%;
	}

	.single-nav {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		align-items: flex-start;
	}
}

@media (max-width: 460px) {
	.brand-logo {
		height: 40px;
		max-width: 178px;
	}

	.brand-text {
		font-size: 19px;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
		font-size: 20px;
	}

	.hero__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.button {
		width: 100%;
	}

	.hero-slider__slide {
		aspect-ratio: 4 / 3;
	}

	.hero-slider__button {
		width: 38px;
		height: 38px;
	}

	.hero-slider__button--prev {
		left: 10px;
	}

	.hero-slider__button--next {
		right: 10px;
	}
}
