.cccf-collector {
	--cccf-blue: #1677ff;
	--cccf-blue-strong: #0f63e7;
	--cccf-blue-soft: #edf5ff;
	--cccf-ink: #061b3a;
	--cccf-text: #111827;
	--cccf-muted: #667085;
	--cccf-border: rgba(204, 219, 241, 0.92);
	--cccf-panel: rgba(255, 255, 255, 0.94);
	--cccf-shadow: 0 24px 70px rgba(31, 74, 128, 0.14);
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 0 78px;
	background:
		radial-gradient(circle at 16% 0, rgba(47, 107, 255, 0.18), transparent 28%),
		radial-gradient(circle at 84% 2%, rgba(14, 165, 233, 0.2), transparent 30%),
		linear-gradient(180deg, #f8fbff 0%, #edf6ff 46%, #f9fbff 100%);
	color: var(--cccf-text);
	font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.cccf-collector-page .page-header.header-small,
.cccf-collector-page .page-header {
	display: none !important;
}

.cccf-collector-page .main,
.cccf-collector-page .main-raised {
	margin: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.cccf-collector-page .blog-post {
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.cccf-collector-page .blog-post > .container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cccf-collector-page .blog-post .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.cccf-collector-page .blog-post .page-content-wrap {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.cccf-collector-page .blog-post .section,
.cccf-collector-page .blog-post .section-text {
	margin: 0 !important;
	padding: 0 !important;
}

.cccf-collector-page .blog-post .section-text > p {
	margin: 0 !important;
}

.cccf-collector * {
	box-sizing: border-box;
}

.cccf-collector__hero {
	position: relative;
	isolation: isolate;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(42px, 6vw, 76px) 24px clamp(76px, 8vw, 112px);
	text-align: center !important;
}

.cccf-collector__hero::before,
.cccf-collector__hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	pointer-events: none;
}

.cccf-collector__hero::before {
	inset: 22px auto auto -4%;
	width: 240px;
	height: 240px;
	background: rgba(22, 119, 255, 0.11);
	filter: blur(10px);
}

.cccf-collector__hero::after {
	right: -4%;
	bottom: 34px;
	width: 300px;
	height: 190px;
	background: rgba(14, 165, 233, 0.13);
	filter: blur(12px);
}

.cccf-collector__hero h1 {
	margin: 0;
	color: var(--cccf-ink);
	font-size: clamp(36px, 4.8vw, 60px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
	text-align: center !important;
	text-shadow: 0 14px 36px rgba(11, 43, 89, 0.12);
}

.cccf-collector__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	padding: 8px 14px;
	border: 1px solid rgba(22, 119, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 32px rgba(22, 119, 255, 0.1);
	color: var(--cccf-blue);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.cccf-collector__hero p,
.cccf-collector__hero-text {
	width: min(680px, 100%);
	margin: 18px auto 0 !important;
	color: #52627a;
	font-size: clamp(14px, 1.15vw, 17px);
	font-weight: 700;
	line-height: 1.85;
	text-align: center !important;
}

.cccf-collector__notice {
	position: relative;
	z-index: 3;
	width: min(1280px, calc(100% - 56px));
	margin: -46px auto 18px;
	padding: 14px 18px;
	border: 1px solid #bbf7d0;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(240, 253, 244, 0.98), rgba(236, 253, 245, 0.92)),
		#f0fdf4;
	box-shadow: 0 18px 42px rgba(22, 163, 74, 0.12);
	color: #15803d;
	font-weight: 800;
}

.cccf-collector__layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(760px, 1fr) minmax(320px, 360px);
	gap: 24px;
	width: min(1280px, calc(100% - 56px));
	margin: -48px auto 0;
	align-items: start;
}

.cccf-collector__notice + .cccf-collector__layout {
	margin-top: 0;
}

.cccf-card,
.cccf-guide-card {
	border: 1px solid var(--cccf-border);
	border-radius: 28px;
	background: var(--cccf-panel);
	box-shadow: var(--cccf-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(14px);
}

.cccf-card--form {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 3vw, 38px);
}

.cccf-card--form::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, #1677ff 0%, #54a7ff 42%, #34d399 100%);
}

.cccf-card--form::after {
	content: "";
	position: absolute;
	inset: 6px 0 auto;
	height: 120px;
	background:
		radial-gradient(circle at 10% 20%, rgba(22, 119, 255, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(248, 251, 255, 0.9), transparent);
	pointer-events: none;
}

.cccf-card--form form {
	position: relative;
	z-index: 1;
}

.cccf-card--guide {
	position: relative;
	overflow: hidden;
	min-height: 560px;
	padding: clamp(28px, 3.2vw, 42px);
}

.cccf-card--guide::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 6px;
	background: linear-gradient(90deg, #1677ff 0%, #54a7ff 42%, #34d399 100%);
}

.cccf-card--guide::after {
	content: "";
	position: absolute;
	inset: 6px 0 auto;
	height: 168px;
	background:
		radial-gradient(circle at 10% 24%, rgba(22, 119, 255, 0.1), transparent 28%),
		radial-gradient(circle at 88% 20%, rgba(52, 211, 153, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(248, 251, 255, 0.94), transparent);
	pointer-events: none;
}

.cccf-guide-progress,
.cccf-guide-steps,
.cccf-guide-actions {
	position: relative;
	z-index: 1;
}

.cccf-guide-progress {
	display: grid;
	gap: 12px;
	margin-bottom: clamp(28px, 4vw, 46px);
}

.cccf-guide-progress span {
	color: #53657d;
	font-size: 14px;
	font-weight: 900;
}

.cccf-guide-progress strong {
	color: var(--cccf-blue);
	font-size: 18px;
}

.cccf-guide-progress div {
	overflow: hidden;
	height: 10px;
	border-radius: 999px;
	background: #e8f0fb;
}

.cccf-guide-progress i {
	display: block;
	width: 16.666%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #1677ff, #22c55e);
	box-shadow: 0 10px 18px rgba(22, 119, 255, 0.22);
	transition: width 0.28s ease;
}

.cccf-guide-flow.is-enhanced .cccf-guide-step {
	display: none;
}

.cccf-guide-step[hidden] {
	display: none !important;
}

.cccf-guide-flow.is-enhanced .cccf-guide-step.is-active {
	display: block;
	animation: cccfStepIn 0.24s ease;
}

@keyframes cccfStepIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.cccf-guide-step + .cccf-guide-step {
	margin-top: 36px;
	padding-top: 36px;
	border-top: 1px solid #e8eef7;
}

.cccf-guide-flow.is-enhanced .cccf-guide-step + .cccf-guide-step {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.cccf-guide-step__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	padding: 8px 13px;
	border-radius: 999px;
	background: var(--cccf-blue-soft);
	color: var(--cccf-blue);
	font-size: 13px;
	font-weight: 900;
}

.cccf-guide-step__label::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(22, 119, 255, 0.12);
}

.cccf-guide-step h2 {
	margin: 0 !important;
	color: #071833 !important;
	font-size: clamp(30px, 4vw, 52px) !important;
	font-weight: 950 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.05em;
}

.cccf-guide-step p,
.cccf-guide-step__summary {
	width: min(760px, 100%);
	margin: 18px 0 0 !important;
	color: #52627a;
	font-size: clamp(15px, 1.35vw, 18px);
	font-weight: 750;
	line-height: 1.86;
}

.cccf-guide-points {
	display: grid;
	gap: 16px;
	margin: 30px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.cccf-guide-points li {
	position: relative;
	margin: 0 !important;
	padding: 18px 18px 18px 54px;
	border: 1px solid #dce8f7;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 30px rgba(18, 49, 113, 0.06);
	color: #1f2f46;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.72;
}

.cccf-guide-points li::before {
	content: "✓";
	position: absolute;
	left: 18px;
	top: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: #e8fff2;
	color: #16a34a;
	font-size: 14px;
	font-weight: 900;
}

.cccf-guide-tip {
	margin-top: 26px;
	padding: 16px 18px;
	border: 1px solid #bfdbfe;
	border-radius: 18px;
	background: linear-gradient(135deg, #eff6ff, #f8fbff);
	color: #315479;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.76;
}

.cccf-rich-text a {
	color: var(--cccf-blue);
	font-weight: 900;
	text-decoration: underline;
	text-underline-offset: 3px;
	word-break: break-all;
}

.cccf-guide-tip.cccf-rich-text a {
	color: inherit;
}

.cccf-guide-actions {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-top: 42px;
}

.cccf-guide-actions .cccf-button {
	min-width: 150px;
}

.cccf-section + .cccf-section {
	margin-top: 28px;
	padding-top: 26px;
	border-top: 1px solid #e8eef7;
}

.cccf-section__title,
.cccf-section__title > div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cccf-section__title {
	justify-content: flex-start;
	margin: 0 0 20px;
}

.cccf-section__title--split {
	justify-content: space-between;
	gap: 16px;
}

.cccf-section__title span {
	display: inline-flex;
	width: 5px;
	height: 26px;
	border-radius: 999px;
	background: var(--cccf-blue);
	box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.08);
}

.cccf-section__title h2 {
	margin: 0;
	color: #101828;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.cccf-section__title small {
	color: #8a98ad;
	font-size: 13px;
	font-weight: 700;
}

.cccf-grid {
	display: grid;
	gap: 20px 28px;
}

.cccf-grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.cccf-step-fields {
	margin-top: 28px;
}

.cccf-field {
	display: grid;
	gap: 9px;
	color: #1f2937;
	font-size: 14px;
	font-weight: 800;
}

.cccf-field.is-full {
	grid-column: 1 / -1;
}

.cccf-field small {
	color: #7b8ba2;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
}

.cccf-field em {
	color: #ef4444;
	font-style: normal;
}

.cccf-step-empty {
	margin-top: 26px;
	padding: 18px 20px;
	border: 1px dashed #bfd4f3;
	border-radius: 16px;
	background: rgba(248, 251, 255, 0.88);
	color: #5e708a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}

.cccf-collector .cccf-field input,
.cccf-collector .cccf-field select,
.cccf-collector .cccf-field textarea,
.cccf-collector .cccf-monitor-row input {
	display: block !important;
	width: 100% !important;
	min-height: 48px !important;
	border: 1px solid #d6e2f1 !important;
	border-radius: 14px !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
	color: #111827 !important;
	font-size: 14px !important;
	font-weight: 650;
	line-height: 1.45 !important;
	outline: none !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.cccf-collector .cccf-field input,
.cccf-collector .cccf-field select,
.cccf-collector .cccf-monitor-row input {
	height: 48px !important;
	padding: 0 15px !important;
}

.cccf-collector .cccf-field select {
	padding-right: 38px !important;
	background-image:
		linear-gradient(45deg, transparent 50%, #70809a 50%),
		linear-gradient(135deg, #70809a 50%, transparent 50%) !important;
	background-position:
		calc(100% - 19px) 50%,
		calc(100% - 14px) 50% !important;
	background-size: 5px 5px, 5px 5px !important;
	background-repeat: no-repeat !important;
	appearance: none;
	-webkit-appearance: none;
}

.cccf-collector .cccf-field textarea {
	min-height: 146px !important;
	padding: 16px !important;
	resize: vertical;
}

.cccf-collector .cccf-field input:focus,
.cccf-collector .cccf-field select:focus,
.cccf-collector .cccf-field textarea:focus,
.cccf-collector .cccf-monitor-row input:focus {
	border-color: rgba(22, 119, 255, 0.58) !important;
	background-color: #fff !important;
	box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.11) !important;
}

.cccf-monitor-list {
	display: grid;
	gap: 12px;
}

.cccf-monitor-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px 96px;
	gap: 18px;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.cccf-mini-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #8bbcff;
	border-radius: 8px;
	background: #fff;
	box-shadow: none;
	color: var(--cccf-blue);
	font-size: 14px;
	font-weight: 800;
	line-height: 1 !important;
	white-space: nowrap !important;
	word-break: keep-all !important;
	writing-mode: horizontal-tb !important;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.cccf-mini-button.is-danger {
	border-color: #ff9e9e;
	box-shadow: none;
	color: #ef4444;
}

.cccf-mini-button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	flex: 0 0 auto;
	border-radius: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

.cccf-mini-button.is-danger span {
	background: transparent;
}

.cccf-mini-button strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.cccf-inline-tip {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 18px 0 0;
	color: #69778b;
	font-size: 13px;
	line-height: 1.7;
}

.cccf-inline-tip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid var(--cccf-blue);
	border-radius: 999px;
	color: var(--cccf-blue);
	font-size: 12px;
	font-weight: 900;
}

.cccf-form-actions {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 34px;
}

.cccf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 186px;
	min-height: 56px;
	padding: 0 28px;
	border: 1px solid #dbe4f2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 26px rgba(18, 49, 113, 0.08);
	color: #1f2937;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cccf-button--primary {
	border-color: transparent;
	background: linear-gradient(135deg, #2082ff, #0f63e7);
	box-shadow: 0 18px 30px rgba(22, 119, 255, 0.28);
	color: #fff;
}

.cccf-button--ghost {
	background: rgba(255, 255, 255, 0.82);
	color: #315479;
}

.cccf-button:disabled {
	cursor: not-allowed;
	opacity: 0.48;
	transform: none;
}

.cccf-button:hover,
.cccf-mini-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(18, 49, 113, 0.08);
}

.cccf-guide-card {
	position: relative;
	overflow: hidden;
	align-self: start;
	padding: 30px 28px 26px;
	background:
		radial-gradient(circle at 82% 2%, rgba(22, 119, 255, 0.12), transparent 32%),
		linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 246, 255, 0.9) 100%),
	#fff;
}

.cccf-guide-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: linear-gradient(90deg, #60a5fa, #1677ff);
}

.cccf-guide-card__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 18px;
}

.cccf-guide-card__head span {
	display: inline-flex;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: linear-gradient(135deg, #55a5ff, #1677ff);
	box-shadow: 0 12px 24px rgba(22, 119, 255, 0.22);
	color: #fff;
	font-size: 26px;
	font-weight: 900;
}

.cccf-collector .cccf-guide-card h2 {
	margin: 0 !important;
	color: #101828 !important;
	font-size: clamp(22px, 2vw, 28px) !important;
	font-weight: 900 !important;
	line-height: 1.28 !important;
	letter-spacing: -0.035em;
}

.cccf-guide-card p,
.cccf-guide-card__text,
.cccf-guide-card__tip {
	color: #475569;
	font-size: 14px;
	line-height: 1.8;
}

.cccf-guide-nav {
	display: grid;
	gap: 10px;
	margin: 22px 0;
}

.cccf-guide-nav button {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	width: 100%;
	padding: 12px;
	border: 1px solid #d7e5f6;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.76);
	color: #31445d;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.cccf-guide-nav button:hover,
.cccf-guide-nav button.is-active {
	border-color: #8dbdff;
	background: #fff;
	transform: translateY(-1px);
}

.cccf-guide-nav button.is-active {
	box-shadow: 0 12px 26px rgba(22, 119, 255, 0.12);
}

.cccf-guide-nav span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #edf5ff;
	color: var(--cccf-blue);
	font-size: 13px;
	font-weight: 900;
}

.cccf-guide-nav button.is-active span {
	background: linear-gradient(135deg, #2082ff, #0f63e7);
	color: #fff;
}

.cccf-guide-nav strong {
	color: inherit;
	font-size: 14px;
	font-weight: 900;
}

.cccf-guide-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 18px 0 22px;
	padding: 16px 18px;
	border: 1px solid #8dbdff;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 26px rgba(22, 119, 255, 0.14);
	color: var(--cccf-blue);
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cccf-guide-card__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 34px rgba(22, 119, 255, 0.18);
}

.cccf-guide-card__link b {
	font-size: 26px;
	line-height: 1;
}

.cccf-guide-card__tip {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
}

.cccf-guide-card__tip::before {
	content: "i";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid var(--cccf-blue);
	border-radius: 999px;
	color: var(--cccf-blue);
	font-size: 11px;
	font-weight: 900;
}

.cccf-guide-card__image {
	display: grid;
	place-items: center;
	min-height: 200px;
	margin-top: 28px;
}

.cccf-guide-card__image.is-real {
	min-height: 0;
}

.cccf-guide-card__image img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.cccf-illustration {
	position: relative;
	width: 230px;
	height: 160px;
	border-radius: 40px;
	background:
		radial-gradient(circle at 86% 6%, rgba(126, 181, 255, 0.5) 0 4px, transparent 5px),
		radial-gradient(circle at 16% 24%, rgba(126, 181, 255, 0.22), transparent 42%),
		linear-gradient(135deg, rgba(22, 119, 255, 0.12), rgba(255, 255, 255, 0));
}

.cccf-illustration__screen {
	position: absolute;
	left: 36px;
	top: 22px;
	width: 160px;
	height: 104px;
	border: 6px solid #9ccaff;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(22, 119, 255, 0.16);
}

.cccf-illustration__screen span,
.cccf-illustration__screen strong,
.cccf-illustration__screen em {
	position: absolute;
	display: block;
	border-radius: 999px;
	background: #d8eaff;
}

.cccf-illustration__screen span {
	left: 20px;
	top: 24px;
	width: 60px;
	height: 7px;
}

.cccf-illustration__screen strong {
	left: 20px;
	top: 48px;
	width: 72px;
	height: 12px;
	background: #8bbdff;
}

.cccf-illustration__screen em {
	right: 24px;
	top: 40px;
	width: 38px;
	height: 38px;
	border: 5px solid #8bbdff;
	background: transparent;
}

.cccf-illustration__stand {
	position: absolute;
	left: 92px;
	bottom: 14px;
	width: 56px;
	height: 14px;
	border-radius: 999px;
	background: #b8d8ff;
}

@media (max-width: 980px) {
	.cccf-collector__layout,
	.cccf-grid--three,
	.cccf-grid--two {
		grid-template-columns: 1fr;
	}

	.cccf-guide-card {
		order: -1;
	}

	.cccf-guide-flow .cccf-guide-card {
		order: 0;
	}

	.cccf-card--guide {
		min-height: auto;
	}

	.cccf-guide-step h2 {
		font-size: clamp(28px, 8vw, 38px) !important;
	}
}

@media (max-width: 640px) {
	.cccf-card--form,
	.cccf-card--guide,
	.cccf-guide-card {
		padding: 18px;
	}

	.cccf-monitor-row,
	.cccf-form-actions {
		grid-template-columns: 1fr;
		flex-direction: column;
	}

	.cccf-button {
		width: 100%;
	}

	.cccf-guide-actions {
		flex-direction: column-reverse;
	}

	.cccf-guide-points li {
		padding: 16px 16px 16px 48px;
	}
}
