body {
	overflow-x: hidden;
}
/* Playbook-style hero (full and simple audit pages) */
.hero-construction,
.simple-hero {
	background: #0a0a0a;
	color: white;
	padding: 100px 0 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.hero-construction::before,
.simple-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="60" height="60" fill="url(%23grid)"/></svg>');
	opacity: 1;
	pointer-events: none;
}
.hero-construction .container,
.simple-hero .container {
	position: relative;
	z-index: 1;
}
.hero-construction .container__800,
.simple-hero .container__800 {
	max-width: 900px !important;
}
.hero-construction .hero-label,
.simple-hero .hero-label {
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a0a0a0;
	margin-bottom: 24px;
	font-weight: 500;
}
.hero-construction h1,
.simple-hero h1 {
	font-size: 58px;
	font-weight: 700;
	margin-bottom: 32px;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing: -0.02em;
	max-width: 100%;
	font-family: Grifter, sans-serif;
}
.hero-construction h1 .title-accent,
.simple-hero h1 .title-accent {
	background: linear-gradient(90deg, #ec4899 0%, #a855f7 50%, #6366f1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.hero-construction .sub-para-24,
.simple-hero .subheadline {
	font-size: 20px;
	margin-bottom: 48px;
	color: #a0a0a0;
	font-weight: 400;
	line-height: 1.65;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.hero-construction .hero-pillars,
.simple-hero .hero-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 880px;
	margin: 0 auto 56px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.hero-construction .hero-pillars::before,
.simple-hero .hero-pillars::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	max-width: 520px;
	height: 140%;
	background: radial-gradient(ellipse at center, rgba(102, 126, 234, 0.18) 0%, rgba(118, 75, 162, 0.1) 40%, transparent 70%);
	pointer-events: none;
	z-index: -1;
	filter: blur(24px);
}
.hero-construction .hero-pillar,
.simple-hero .hero-pillar {
	background: #111111;
	border-radius: 12px;
	padding: 24px;
	transition: box-shadow 0.2s;
	position: relative;
	z-index: 0;
	box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.25), 0 0 24px rgba(236, 72, 153, 0.08), 0 0 40px rgba(99, 102, 241, 0.06);
}
.hero-construction .hero-pillar:hover,
.simple-hero .hero-pillar:hover {
	box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.5), 0 0 32px rgba(236, 72, 153, 0.12), 0 0 48px rgba(99, 102, 241, 0.1);
}
.hero-construction .hero-pillar-icon,
.simple-hero .hero-pillar-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	font-size: 20px;
	color: #ffffff;
}
.hero-construction .hero-pillar h4,
.simple-hero .hero-pillar h4 {
	
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 12px;
	letter-spacing: 0.01em;
}
.hero-construction .hero-pillar p,
.simple-hero .hero-pillar p {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 1.5;
	margin: 0;
}
.hero-construction .hero-cta-block,
.simple-hero .hero-cta-block {
	margin-bottom: 0;
}
.hero-construction .hero-cta-block h2 {
	font-size: 3em;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
	margin-bottom: 24px;
	letter-spacing: 0em;
	font-family: Grifter, sans-serif;
}
.hero-construction .hero-cta-block .cta-buttons,
.simple-hero .hero-cta-block .cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	align-items: center;
}
.hero-construction .hero-cta-block .btn-primary,
.simple-hero .hero-cta-block .btn-primary {
	display: inline-block;
	background: linear-gradient(90deg, #ec4899 0%, #a855f7 100%);
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 28px;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
	border: none;
	cursor: pointer;
}
.hero-construction .hero-cta-block .btn-primary:hover,
.simple-hero .hero-cta-block .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35), 0 8px 24px rgba(168, 85, 247, 0.25);
}
.hero-construction .hero-cta-block .btn-secondary {
	display: inline-block;
	background: transparent;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	padding: 14px 28px;
	border-radius: 10px;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.4), 0 0 20px rgba(236, 72, 153, 0.1);
}
.hero-construction .hero-cta-block .btn-secondary:hover,
.simple-hero .hero-cta-block .btn-secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.6), 0 0 28px rgba(236, 72, 153, 0.15);
}
.hero-construction .hero-cta-block .cta-muted,
.simple-hero .hero-cta-block .cta-muted {
	font-size: 14px;
	color: #6b7280;
	margin-top: 20px;
	margin-bottom: 0;
}
.cta-button {
	background: linear-gradient(90deg, #ec4899 0%, #a855f7 100%);
	color: #ffffff;
	font-weight: 700;
	padding: 18px 40px;
	font-size: 18px;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(236, 72, 153, 0.3), 0 8px 24px rgba(168, 85, 247, 0.2);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	display: inline-block;
	border: none;
	letter-spacing: 0.5px;
}
.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(236, 72, 153, 0.4), 0 12px 32px rgba(168, 85, 247, 0.3);
}
.cta-button-primary {
	background: linear-gradient(90deg, #ec4899 0%, #a855f7 100%);
	color: #ffffff;
	font-weight: 700;
	padding: 20px 50px;
	font-size: 18px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(236, 72, 153, 0.35), 0 6px 20px rgba(168, 85, 247, 0.25);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: none;
	letter-spacing: 0.5px;
	cursor: pointer;
}
.cta-button-primary:hover {
	transform: translateY(-4px) scale(1.02);
	box-shadow: 0 12px 36px rgba(236, 72, 153, 0.4), 0 12px 36px rgba(168, 85, 247, 0.35);
	background: linear-gradient(90deg, #f472b6 0%, #c084fc 100%);
}
.cta-button-primary:active {
	transform: translateY(-2px) scale(1.01);
}
.cta-button-primary:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}
/* Conversational Form Styles */
/* Dark Theme Base */
body {
	background: #0a0a0a;
	color: #ffffff;
}

.section.white {
	background: #0a0a0a !important;
	color: #ffffff;
}

.section.gray {
	background: #111111 !important;
	color: #ffffff;
}

/* Dark theme text colors */
.section.white h2,
.section.white h3,
.section.white p,
.section.gray h2,
.section.gray h3,
.section.gray p {
	color: #ffffff;
}

.section.white .max-600,
.section.gray .max-600 {
	color: #ffffff;
}
.section.white h2,
.section.gray h2,
.section.white .max-600,
.section.gray .max-600 {
	font-family: Grifter, sans-serif;
	letter-spacing: 0.5px;
}
.section.white .hero h2,
.section.gray .hero h2,
.section.white .hero .max-600,
.section.gray .hero .max-600 {
	margin-bottom: 20px;
}
.section.white .hero .sub-para-24,
.section.gray .hero .sub-para-24 {
	margin-bottom: 44px;
	line-height: 1.65;
}

/* Dividing section transitions - dark theme */
.dividing-section__half.white {
	background: #0a0a0a !important;
}
.dividing-section__half.gray {
	background: #111111 !important;
}

.conversational-form-wrapper {
	background: #1a1a1a;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
	padding: 60px 50px;
	min-height: 400px;
	margin-top: 0 !important;
	border: 1px solid #2a2a2a;
}
#apply.section.white {
	padding-top: 64px !important;
}
#apply .assessment-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
}
#apply .assessment-section .section-heading {
	text-align: center;
	margin-bottom: 32px;
}
#apply .assessment-section .section-heading h2 {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 16px;
	letter-spacing: -0.02em;
	font-family: Grifter, sans-serif;
}
#apply .assessment-section .section-heading p {
	font-size: 16px;
	color: #a0a0a0;
	margin: 0;
	line-height: 1.55;
}
#apply .conversational-form-wrapper {
	margin-top: 0 !important;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	background: #111111;
	padding: 40px 36px;
}
.form-progress {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.form-step {
	display: none;
	animation: fadeIn 0.4s ease;
}
.form-step.active {
	display: block;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
.step-question {
	margin-bottom: 40px;
}
.step-question .question-text {
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
	line-height: 1.3;
	font-family: 'Inter', sans-serif;
}
.step-question .question-hint {
	font-size: 16px;
	color: #a0a0a0;
	line-height: 1.5;
}
.step-input {
	width: 100%;
	padding: 18px 20px;
	border: 2px solid #2a2a2a;
	border-radius: 12px;
	font-size: 18px;
	transition: all 0.3s;
	background: #0f0f0f;
	color: #ffffff;
}
.step-input:focus {
	outline: none;
	border-color: #667eea;
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
	background: #111111;
}
.step-input::placeholder {
	color: #666666;
}
/* Ensure typed text is visible in dark theme (override .form-group input later in sheet) */
.conversational-form-wrapper .form-group input,
.conversational-form-wrapper .form-group input.step-input {
	background: #0f0f0f !important;
	color: #ffffff !important;
	border-color: #2a2a2a;
}
.conversational-form-wrapper .form-group input::placeholder {
	color: #666666;
}
.conversational-form-wrapper .form-group input:-webkit-autofill,
.conversational-form-wrapper .form-group input:-webkit-autofill::first-line {
	-webkit-text-fill-color: #ffffff !important;
	box-shadow: 0 0 0 100px #0f0f0f inset !important;
}
.conversational-form-wrapper .form-group textarea {
	background: #0f0f0f !important;
	color: #ffffff !important;
	border-color: #2a2a2a;
}
.conversational-form-wrapper .form-group textarea::placeholder {
	color: #666666;
}
/* Option Cards - Make.com style */
.option-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 16px;
	margin-top: 20px;
}
.option-card {
	background: #0f0f0f;
	border: 2px solid #2a2a2a;
	border-radius: 12px;
	padding: 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.option-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}
.option-card:hover {
	border-color: #667eea;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(102, 126, 234, 0.2);
}
.option-card:hover::before {
	opacity: 1;
}
.option-card.selected {
	border-color: #667eea;
	background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
	box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2), 0 8px 20px rgba(102, 126, 234, 0.3);
}
.option-card.selected::before {
	opacity: 1;
}
.option-card-content {
	position: relative;
	z-index: 1;
}
.option-card-title {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
}
.option-card-subtitle {
	font-size: 14px;
	color: #a0a0a0;
	margin-top: 8px;
	line-height: 1.45;
}
.step-input.error {
	border-color: #ef4444;
	box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}
.step-input.error.shake {
	animation: shake 0.5s;
}
@keyframes shake {
	0%, 100% { transform: translateX(0); }
	10%, 30%, 50%, 70%, 90% { transform: translateX(-8px); }
	20%, 40%, 60%, 80% { transform: translateX(8px); }
}
.form-error {
	color: #ef4444;
	font-size: 14px;
	margin-top: 8px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.form-error.show {
	display: block;
	opacity: 1;
}
.step-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	gap: 16px;
}
.step-button {
	padding: 16px 32px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	transition: all 0.3s;
	flex: 1;
	max-width: 200px;
}
.step-button.step-next,
.step-button.step-submit {
	background: linear-gradient(90deg, #ec4899 0%, #a855f7 100%);
	color: white;
	margin-left: auto;
}
.step-button.step-next:hover:not(:disabled),
.step-button.step-submit:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(236, 72, 153, 0.35), 0 8px 24px rgba(168, 85, 247, 0.25);
}
.step-button.step-next:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: #e5e7eb;
	color: #9ca3af;
}
.step-button.step-back {
	background: #2a2a2a;
	color: #a0a0a0;
}
.step-button.step-back:hover {
	background: #333333;
	color: #ffffff;
}
.step-button.step-next:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: #2a2a2a;
	color: #666666;
}
.form-progress {
	margin-bottom: 40px;
}
.progress-text {
	text-align: center;
	margin-top: 12px;
	color: #a0a0a0;
	font-size: 14px;
}
.progress-bar {
	background: #2a2a2a !important;
}
@media (max-width: 768px) {
	.conversational-form-wrapper {
		padding: 36px 24px;
	}
	.step-question {
		margin-bottom: 32px;
	}
	.step-question .question-text {
		font-size: 22px;
		line-height: 1.35;
		margin-bottom: 10px;
	}
	.step-input {
		font-size: 16px;
		padding: 14px 16px;
	}
	.step-actions {
		flex-direction: column;
		margin-top: 32px;
		gap: 12px;
	}
	.step-button {
		width: 100%;
		max-width: 100%;
		padding: 14px 24px;
	}
}
.problem-solution-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	margin-top: 48px;
}
#problems .problem-box,
#problems .solution-box {
	text-align: left;
}
.problem-box {
	background: #1a1a1a;
	padding: 40px;
	border-radius: 16px;
	border-top: 5px solid #ec4899;
	box-shadow: 0 4px 20px rgba(236, 72, 153, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #2a2a2a;
}
.problem-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(236, 72, 153, 0.3);
	border-color: #ec4899;
}
.solution-box {
	background: #1a1a1a;
	padding: 40px;
	border-radius: 16px;
	border-top: 5px solid #06b6d4;
	box-shadow: 0 4px 20px rgba(6, 182, 212, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #2a2a2a;
}
.solution-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 30px rgba(6, 182, 212, 0.3);
	border-color: #06b6d4;
}
.problem-box h3, .solution-box h3 {
	font-size: 32px;
	margin-bottom: 24px;
	font-weight: 200;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: Grifter, sans-serif;
	letter-spacing: 0.5px;
	line-height: 1.35;
}
.problem-box h3 i,
.solution-box h3 i {
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-style: normal;
	font-size: 28px;
}
.problem-box h3 i {
	color: #ec4899;
}
.solution-box h3 i {
	color: #06b6d4;
}
.problem-box .problem-quote {
	background: rgba(236, 72, 153, 0.1);
	border-left: 4px solid #ec4899;
	padding: 20px 24px;
	margin: 24px 0;
	border-radius: 8px;
	font-style: italic;
	color: #fca5a5;
	font-size: 16px;
	line-height: 1.65;
}
.problem-box ul, .solution-box ul {
	margin-top: 24px;
	padding-left: 0;
	list-style: none;
}
.problem-box ul li, .solution-box ul li {
	padding: 14px 0 14px 32px;
	position: relative;
	color: #d1d5db;
	font-size: 16px;
	line-height: 1.6;
	border-bottom: 1px solid #2a2a2a;
}
.problem-box ul li:last-child, .solution-box ul li:last-child {
	border-bottom: none;
}
.problem-box ul li:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-style: normal;
	position: absolute;
	left: 0;
	color: #ec4899;
	font-size: 18px;
}
.solution-box ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
	font-weight: 900;
	font-style: normal;
	position: absolute;
	left: 0;
	color: #06b6d4;
	font-size: 18px;
}
.value-stack {
	background: #0a0a0a !important;
	padding: 60px 0;
}
.value-item {
	background: #1a1a1a;
	border: 1px solid #2a2a2a;
	padding: 40px;
	border-radius: 16px;
	margin-bottom: 28px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
}
.value-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(0,0,0,0.4);
	border-color: #333333;
}
.value-item h3 {
	font-family: Grifter, sans-serif;
	font-weight: 200;
	letter-spacing: 0.5px;
	line-height: 1.4;
	color: #ffffff !important;
}
.value-item h4,
.value-item p,
.value-item li,
.value-item strong {
	color: #d1d5db !important;
}
#value ul {
	text-align: left;
}
.value-item strong {
	color: #ffffff !important;
}
.value-total-box {
	background: #1a1a1a !important;
	border: 1px solid #2a2a2a;
	border-radius: 12px;
}
.value-total-box p {
	color: #d1d5db !important;
}
.value-total-box .value-total-number {
	color: #667eea !important;
}
.value-total-box .value-investment {
	color: #667eea !important;
}
.guarantee-box {
	background: #1a1a1a;
	border: 1px solid rgba(16, 185, 129, 0.4);
	color: #e5e5e5;
	padding: 60px 50px;
	border-radius: 20px;
	text-align: center;
	margin: 60px 0;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.guarantee-box h2 {
	font-size: 36px;
	margin-bottom: 28px;
	color: #ffffff !important;
	font-family: Grifter, sans-serif;
}
.guarantee-box p {
	color: #d1d5db !important;
	line-height: 1.65;
}
/* FAQ dark */
#faq .faq__title {
	color: #ffffff !important;
	font-family: Grifter, sans-serif;
}
#faq .faq__answer {
	color: #a0a0a0 !important;
}
#faq .faq__row {
	border-bottom: 1px solid #2a2a2a;
}
#faq .faq__arrow {
	filter: invert(1);
	opacity: 0.7;
}
/* Footer CTA block (section.footer) */
.section.footer {
	background: #0a0a0a !important;
	border-top: 1px solid #2a2a2a;
}
.section.footer h2,
.section.footer .sub-para-24 {
	color: #ffffff !important;
}
.section.footer {
	padding-top: 56px !important;
	padding-bottom: 48px !important;
}
.section.footer .bottom {
	border-top: 1px solid #2a2a2a;
	padding-top: 32px;
	margin-top: 56px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.section.footer .footer__left-col {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
}
.section.footer .footer__tagline {
	font-size: 14px;
	color: #6b7280;
	max-width: 280px;
	line-height: 1.5;
	margin: 0;
}
.section.footer .footer__head {
	color: #a0a0a0 !important;
	margin: 0;
	max-width: 220px;
}
.section.footer .footer__right-col {
	margin-left: auto;
}
.application-form {
	background: white;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.1);
	max-width: 600px;
	margin: 0 auto;
}
.form-group {
	margin-bottom: 24px;
}
.form-group label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #374151;
	font-size: 15px;
}
.form-group input,
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #e5e7eb;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s;
	background: #ffffff;
	color: #1f2937;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #667eea;
	box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.form-group input.error,
.form-group select.error,
.form-group textarea.error {
	border-color: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.form-group input.error:focus,
.form-group select.error:focus,
.form-group textarea.error:focus {
	border-color: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}
.form-error {
	color: #ef4444;
	font-size: 14px;
	margin-top: 6px;
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.form-error.show {
	display: block;
	opacity: 1;
}
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
	border-color: #ef4444;
}
.price-highlight {
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin: 20px 0;
}
.price-highlight small {
	font-size: 32px;
	color: rgba(255,255,255,0.9);
}
.menu-button {
	display: none !important;
}
.nav-menu {
	display: none !important;
}
/* Full-page dark mode - Make.com playbook style */
.navbar {
	background: #0a0a0a !important;
	border-bottom: 1px solid #2a2a2a;
	padding: 20px 0;
}
.navbar .nav__link {
	color: #a0a0a0 !important;
}
.navbar .nav__link:hover {
	color: #ffffff !important;
}
.navbar .logo-text {
	color: #ffffff !important;
}
.dividing-section {
	background: #0a0a0a !important;
}
.dividing-section .divider {
	opacity: 0.15;
	filter: invert(1);
}
/* Offer section - process blocks */
#offer .how-it-works__grid,
#offer .div-block-19,
#offer .div-block-19 ._1,
#offer .div-block-19 div {
	color: #d1d5db !important;
}
#offer .div-block-19 strong {
	color: #ffffff !important;
}
#offer .process__icon-block {
	background: transparent !important;
}
@media (max-width: 991px) {
	.navbar {
		padding: 15px 0;
	}
	.navbar .container {
		padding: 0 20px;
	}
	.nav__logo,
	.logo-text {
		display: none !important;
	}
	.navbar .container.nav {
		justify-content: center;
	}
}
@media (max-width: 991px) {
	.hero-construction,
	.simple-hero {
		padding: 52px 20px 40px;
	}
	.hero-construction .container,
	.simple-hero .container {
		padding: 0 16px;
	}
	.hero-construction h1,
	.simple-hero h1 {
		font-size: 34px;
		line-height: 1.25;
		margin-bottom: 18px;
	}
	.hero-construction .sub-para-24,
	.simple-hero .subheadline {
		font-size: 17px;
		margin-bottom: 32px;
		line-height: 1.6;
	}
	.hero-construction .hero-pillars,
	.simple-hero .hero-pillars {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 32px;
	}
	.hero-construction .hero-pillar,
	.simple-hero .hero-pillar {
		padding: 18px;
	}
	.hero-construction .hero-pillar h4,
	.simple-hero .hero-pillar h4 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.hero-construction .hero-pillar p,
	.simple-hero .hero-pillar p {
		font-size: 14px;
	}
	.hero-construction .hero-cta-block h2,
	.simple-hero .hero-cta-block h2 {
		font-size: 18px;
		line-height: 1.35;
		margin-bottom: 20px;
	}
	.section.white .hero h2,
	.section.gray .hero h2,
	.section.white .hero .max-600,
	.section.gray .hero .max-600 {
		margin-bottom: 16px;
		font-size: 26px;
	}
	.section.white .hero .sub-para-24,
	.section.gray .hero .sub-para-24 {
		margin-bottom: 32px;
		font-size: 16px;
	}
	.problem-solution-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 36px;
	}
	.problem-box, .solution-box {
		padding: 24px;
	}
	.problem-box h3, .solution-box h3 {
		font-size: 26px;
		margin-bottom: 18px;
		line-height: 1.35;
	}
	.problem-box h3 i, .solution-box h3 i {
		font-size: 22px;
	}
	.problem-box .problem-quote,
	.solution-box .problem-quote {
		padding: 16px 18px;
		margin: 18px 0;
		font-size: 15px;
	}
	.problem-box ul, .solution-box ul {
		margin-top: 18px;
	}
	.problem-box ul li, .solution-box ul li {
		padding: 12px 0 12px 28px;
		font-size: 15px;
	}
	.value-stack {
		padding: 48px 0;
	}
	.value-item {
		padding: 28px;
		margin-bottom: 20px;
	}
	.value-item h3 {
		font-size: 24px;
		margin-bottom: 14px;
		line-height: 1.35;
	}
	.value-item h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.value-item p, .value-item li {
		font-size: 15px;
	}
	.value-total-box {
		padding: 24px 20px;
		margin-top: 32px;
	}
	.value-total-box p {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.value-total-number {
		font-size: 2.25rem;
		margin-bottom: 12px;
	}
	.value-total-box .value-investment {
		font-size: 20px;
	}
	.guarantee-box {
		padding: 36px 24px;
		margin: 48px 0;
	}
	.guarantee-box h2 {
		font-size: 26px;
		margin-bottom: 22px;
	}
	.guarantee-box p {
		font-size: 18px;
	}
	.guarantee-box p + p {
		font-size: 16px;
		margin-top: 24px;
	}
	.guarantee-box p + p + p {
		font-size: 15px;
		margin-top: 16px;
	}
	#apply .assessment-section .section-heading {
		margin-bottom: 28px;
	}
	#apply .assessment-section .section-heading h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	#apply .conversational-form-wrapper {
		padding: 24px 18px;
	}
	.section.footer {
		padding-top: 44px !important;
		padding-bottom: 40px !important;
	}
	.section.footer .bottom {
		padding-top: 24px;
		margin-top: 44px;
	}
}
@media (max-width: 479px) {
	.hero-construction,
	.simple-hero {
		padding: 40px 16px 36px;
	}
	.hero-construction .container,
	.simple-hero .container {
		padding: 0 12px;
	}
	.hero-construction h1,
	.simple-hero h1 {
		font-size: 28px;
		line-height: 1.28;
		margin-bottom: 16px;
	}
	.hero-construction .sub-para-24,
	.simple-hero .subheadline {
		font-size: 16px;
		margin-bottom: 28px;
		line-height: 1.6;
	}
	.hero-construction .hero-pillars,
	.simple-hero .hero-pillars {
		gap: 12px;
		margin-bottom: 28px;
	}
	.hero-construction .hero-pillar,
	.simple-hero .hero-pillar {
		padding: 16px;
	}
	.hero-construction .hero-pillar h4,
	.simple-hero .hero-pillar h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.hero-construction .hero-cta-block h2,
	.simple-hero .hero-cta-block h2 {
		font-size: 16px;
		margin-bottom: 18px;
		line-height: 1.4;
	}
	.hero-construction .hero-cta-block .btn-primary,
	.hero-construction .hero-cta-block .btn-secondary,
	.simple-hero .hero-cta-block .btn-primary,
	.simple-hero .hero-cta-block .btn-secondary {
		width: 100%;
		text-align: center;
		padding: 12px 20px;
		font-size: 15px;
	}
	.section.white .hero h2,
	.section.gray .hero h2,
	.section.white .hero .max-600,
	.section.gray .hero .max-600 {
		margin-bottom: 14px;
		font-size: 22px;
	}
	.section.white .hero .sub-para-24,
	.section.gray .hero .sub-para-24 {
		margin-bottom: 28px;
		font-size: 15px;
	}
	.problem-solution-grid {
		gap: 14px;
		margin-top: 28px;
	}
	.problem-box, .solution-box {
		padding: 20px;
	}
	.problem-box h3, .solution-box h3 {
		font-size: 22px;
		margin-bottom: 14px;
	}
	.problem-box h3 i, .solution-box h3 i {
		font-size: 20px;
	}
	.problem-box .problem-quote,
	.solution-box .problem-quote {
		padding: 14px 16px;
		margin: 14px 0;
		font-size: 14px;
	}
	.problem-box ul, .solution-box ul {
		margin-top: 14px;
	}
	.problem-box ul li, .solution-box ul li {
		padding: 10px 0 10px 26px;
		font-size: 14px;
	}
	.value-stack {
		padding: 40px 0;
	}
	.value-item {
		padding: 24px;
		margin-bottom: 18px;
	}
	.value-item h3 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.value-item h4 {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.value-item p, .value-item li {
		font-size: 14px;
	}
	.value-total-box {
		padding: 20px 16px;
		margin-top: 28px;
	}
	.value-total-box p {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.value-total-number {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.value-total-box .value-investment {
		font-size: 18px;
	}
	.guarantee-box {
		padding: 32px 20px;
		margin: 40px 0;
	}
	.guarantee-box h2 {
		font-size: 22px;
		margin-bottom: 18px;
	}
	.guarantee-box p {
		font-size: 17px;
	}
	.guarantee-box p + p {
		font-size: 15px;
		margin-top: 20px;
	}
	.guarantee-box p + p + p {
		font-size: 14px;
		margin-top: 14px;
	}
	#apply .assessment-section .section-heading h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#apply .conversational-form-wrapper {
		padding: 20px 16px;
	}
	.section.footer {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}
	.section.footer h2 {
		font-size: 22px;
	}
	.section.footer .sub-para-24 {
		font-size: 15px;
	}
	.section.footer .footer-cta-note {
		font-size: 14px;
		margin-top: 10px;
	}
	.section.footer .cta-button-pm {
		padding: 14px 28px;
		font-size: 16px;
	}
	.section.footer .bottom {
		padding-top: 20px;
		margin-top: 36px;
	}
}

/* Property Management Audit page – typography and layout */
#offer .process__icon-block i { font-size: 48px !important; }
#offer .process__icon-block.icon-purple i { color: #6366f1 !important; }
#offer .process__icon-block.receive i { color: #ec4899 !important; }
#offer .process__icon-block.revise i { color: #06b6d4 !important; }
.pm-audit-result-box { max-width: 800px; margin: 0 auto; padding: 48px 40px; border-radius: 16px; background: rgba(102, 126, 234, 0.05); border: 1px solid rgba(102, 126, 234, 0.15); text-align: center; }
.pm-audit-result-label { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; opacity: 0.6; margin-bottom: 20px; }
.pm-audit-result-title { margin-bottom: 24px; font-weight: 700; font-family: Grifter, sans-serif; line-height: 1.3; }
.pm-audit-result-body { font-size: 18px; line-height: 1.75; opacity: 0.9; margin-bottom: 0; }
.pm-audit-result-body + .pm-audit-result-body { margin-top: 20px; }
.pm-audit-result-stats { margin-top: 40px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.pm-audit-result-stat { font-size: 3.5em; font-weight: 700; margin-bottom: 4px; }
.pm-audit-result-stat-label { font-size: 14px; opacity: 0.7; margin-top:1em;}
.problem-box .problem-quote { font-style: italic; margin-bottom: 12px; opacity: 0.8; }
.value-item h3 { font-size: 28px; margin-bottom: 16px; }
.value-item h3 i { margin-right: 10px; }
.value-item h3 .fa-clipboard-list { color: #667eea; }
.value-item h3 .fa-gift { color: #ec4899; }
.value-item h3 .fa-unlock-alt { color: #f59e0b; }
.value-item h3 .fa-headset { color: #06b6d4; }
.value-item h3 .fa-calculator { color: #10b981; }
.value-item h3 .fa-handshake { color: #8b5cf6; }
.value-item h4 { font-size: 18px; margin-bottom: 12px; }
.value-item ul { padding-left: 20px; margin-bottom: 20px; }
.value-item .value-item ul:last-child { margin-bottom: 0; }
.value-item p { font-size: 16px; }
.value-total-box { text-align: center; margin-top: 40px; padding: 30px; border-radius: 12px; }
.value-total-box p { font-size: 20px; margin-bottom: 10px; }
.value-total-number { font-weight: 700; margin-bottom: 20px; }
.value-total-box .value-investment { color: #667eea; font-size: 24px; font-weight: 600; }
.guarantee-box p { font-size: 20px; line-height: 1.6; max-width: 800px; margin: 0 auto; }
.guarantee-box p + p { font-size: 18px; margin-top: 30px; opacity: 0.95; }
.guarantee-box p + p + p { font-size: 16px; margin-top: 20px; opacity: 0.85; }
.pm-fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 900px; margin: 0 auto; text-align: left; }
.pm-fit-card { padding: 30px; border-radius: 12px; }
.pm-fit-card--yes { background: rgba(16, 185, 129, 0.05); border: 1px solid rgba(16, 185, 129, 0.2); }
.pm-fit-card--no { background: rgba(239, 68, 68, 0.05); border: 1px solid rgba(239, 68, 68, 0.15); }
.pm-fit-title { font-size: 22px; margin-bottom: 20px; font-family: Grifter, sans-serif; }
.pm-fit-card--yes .pm-fit-title { color: #10b981; }
.pm-fit-card--no .pm-fit-title { color: #ef4444; }
.pm-fit-list { list-style: none; padding: 0; }
.pm-fit-list li { padding: 10px 0; font-size: 16px; line-height: 1.5; }
.pm-fit-list li i { margin-right: 10px; font-size: 14px; }
.pm-fit-card--yes .pm-fit-list li i { color: #10b981; }
.pm-fit-card--no .pm-fit-list li i { color: #ef4444; }
.section-heading .apply-note { margin-top: 16px; font-weight: 600; color: #ec4899 !important; }
.footer-cta-note { margin-top: 12px; font-weight: 600; color: #ec4899; font-size: 16px; }
.cta-button-pm { display: inline-block; background: linear-gradient(90deg, #ec4899 0%, #a855f7 100%); color: #fff; font-weight: 700; padding: 18px 40px; font-size: 18px; border-radius: 12px; text-decoration: none; }
@media (max-width: 767px) {
	.pm-fit-grid { grid-template-columns: 1fr; gap: 20px; }
	.pm-fit-card { padding: 24px; }
	.pm-fit-title { font-size: 19px; margin-bottom: 16px; }
	.pm-fit-list li { padding: 8px 0; font-size: 15px; }
	.pm-audit-result-box { padding: 32px 24px; }
	.pm-audit-result-label { font-size: 12px; margin-bottom: 14px; }
	.pm-audit-result-title { font-size: 24px; margin-bottom: 18px; line-height: 1.3; }
	.pm-audit-result-body { font-size: 16px; line-height: 1.65; }
	.pm-audit-result-body + .pm-audit-result-body { margin-top: 16px; }
	.pm-audit-result-stats { margin-top: 28px; gap: 28px; }
	.pm-audit-result-stat { font-size: 2.25rem; margin-bottom: 2px; }
	.pm-audit-result-stat-label { font-size: 12px; margin-top: 0.5em; }
}
@media (max-width: 479px) {
	.pm-fit-card { padding: 20px; }
	.pm-fit-title { font-size: 17px; margin-bottom: 14px; }
	.pm-fit-list li { padding: 6px 0; font-size: 14px; }
	.pm-audit-result-box { padding: 28px 20px; }
	.pm-audit-result-title { font-size: 20px; margin-bottom: 14px; }
	.pm-audit-result-body { font-size: 15px; }
	.pm-audit-result-stats { margin-top: 24px; gap: 24px; }
	.pm-audit-result-stat { font-size: 2rem; }
	.pm-audit-result-stat-label { font-size: 11px; }
}
.is-this-for-you .container__800 { text-align: center; }
.is-this-for-you .pm-fit-grid { text-align: left; }
