.site-header {
	position: sticky;
	top: 0;
	z-index: 1001;
	background: #fff;
	transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled {
	box-shadow: 0 10px 26px rgba(36, 36, 43, 0.08);
}

.site-header .top {
	transition: height 0.25s ease, opacity 0.25s ease;
}

.site-header.is-scrolled .top {
	height: 40px;
}

.social {
	display: flex;
	align-items: center;
}

.social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-weight: 800;
	transition: background 0.2s ease, color 0.2s ease;
	margin-left: 10px;
}

.social a:hover {
	background: #ffe6ec;
	color: #f66f8d;
}

.menu a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.menu-caret {
	font-size: 12px;
	opacity: 0.75;
	line-height: 1;
}

.menu li:hover > a {
	color: #f66f8d;
}

.search:hover {
	color: #f66f8d;
}

.searchbox form {
	display: flex;
	width: 100%;
}

.side-card .btn {
	margin-top: 8px;
}

.popular .item {
	grid-template-columns: 26px 66px minmax(0, 1fr);
}

.popular .item span {
	line-height: 1.45;
}

.tag {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tag:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(234, 209, 219, 0.6);
}

.cat,
.post,
.contact-info-card,
.contact-quick-card,
.contact-faq-item {
	transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.cat:hover,
.post:hover,
.contact-info-card:hover,
.contact-quick-card:hover,
.contact-faq-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(234, 209, 219, 0.65);
}

.faq-accordion-item .faq-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	text-align: left;
	font: inherit;
	font-size: 21px;
	font-weight: 900;
	color: inherit;
	cursor: pointer;
}

.faq-accordion-item .faq-toggle-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff3f5;
	color: #f66f8d;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 900;
	flex: 0 0 auto;
}

.faq-accordion-item.is-open .faq-toggle-icon::before {
	content: "−";
}

.faq-accordion-item .faq-toggle-icon::before {
	content: "+";
}

.faq-accordion-item .faq-answer {
	margin-top: 10px;
}

.mobile-nav .menu-caret {
	display: none;
}

/* Home: hide duplicate default WP search widget in sidebar, keep themed searchbox */
.home .sidebar .widget_search,
.home .sidebar .widget.widget_search,
.home .sidebar .widget_recent_entries,
.home .sidebar .widget.widget_recent_entries,
.home .sidebar .widget_categories,
.home .sidebar .widget.widget_categories,
.home .sidebar .wp-block-latest-posts,
.home .sidebar .wp-block-categories,
.home .sidebar .widget_block:has(.wp-block-search) {
	display: none !important;
}

/* Home page: keep sizing closer to preview HTML */
.home .hero p {
	max-width: 610px;
}

.home .main {
	grid-template-columns: 1fr 370px;
}

.home .cats {
	gap: 28px;
}

.home .cat .ico {
	font-size: 46px;
}

.home .cards {
	gap: 18px;
}

.home .post {
	border-radius: 13px;
}

.home .post img {
	height: 150px;
}

.home .post > div {
	padding: 14px;
}

.home .post h3 {
	font-size: 18px;
}

.home .tags {
	gap: 18px;
}

.home .tag {
	padding: 12px 22px;
	border: 0;
}

/* Single post: align closer to detailed article demo */
.single .article-hero .hero-img > img,
.single .article-hero .hero-img img {
	min-height: 360px;
	border-radius: 26px;
	object-fit: cover;
}

.single .article .toc h2,
.single .article h2 {
	font-size: 30px;
	margin-bottom: 16px;
	font-weight: 900;
}

.single .article .toc a {
	margin: 10px 0;
}

.single .article .full,
.single .article img.full,
.single .article img.wp-post-image,
.single .article figure img {
	width: 100%;
	height: auto;
	max-height: 390px;
	object-fit: cover;
	border-radius: 22px;
}

.single .related-grid .post img {
	height: 145px;
	object-fit: cover;
}

.single .related-grid .post > div {
	padding: 16px;
}

.single .related-grid .post h3 {
	font-size: 18px;
	line-height: 1.35;
	margin: 8px 0;
}

.single .share b {
	font-size: 20px;
}

/* Checklist page */
.checklist-page .checklist-hero {
	min-height: 440px;
	grid-template-columns: 1fr 0.95fr;
	border-radius: 30px;
}

.checklist-page .hero-text {
	padding: 62px 46px;
}

.checklist-page .hero h1 {
	font-size: 58px;
	line-height: 1.12;
	margin: 24px 0 16px;
}

.checklist-page .hero h1 span {
	display: block;
	color: #f26482;
}

.checklist-page .hero p {
	max-width: 720px;
}

.checklist-page .hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.checklist-page .hero-card {
	padding: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.checklist-page .download-box {
	background: #fff;
	border-radius: 30px;
	padding: 34px;
	box-shadow: 0 18px 48px #ead9de;
	width: 100%;
	max-width: 450px;
}

.checklist-page .download-box h2 {
	font-size: 30px;
	margin: 0 0 10px;
}

.checklist-page .download-box p {
	color: #666;
	line-height: 1.65;
	margin: 0 0 10px;
}

.checklist-page .download-box input {
	width: 100%;
	border: 1px solid #f0e1e5;
	border-radius: 16px;
	padding: 16px 18px;
	margin: 8px 0;
	font-family: inherit;
	font-weight: 800;
}

.checklist-page .download-box .btn {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.checklist-page .mini {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.checklist-page .mini div {
	background: #fff3f5;
	border-radius: 16px;
	padding: 12px;
	text-align: center;
	font-weight: 900;
	color: #f26482;
}

.checklist-page .mini small {
	display: block;
	color: #666;
	margin-top: 4px;
}

.checklist-page .checklist-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 34px;
}

.checklist-page .checklist-stats .stat {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 22px;
	padding: 24px;
	text-align: center;
}

.checklist-page .checklist-stats .stat b {
	font-size: 34px;
	color: #f26482;
	display: block;
}

.checklist-page .checklist-stats .stat span {
	display: block;
	font-weight: 900;
	margin-top: 6px;
}

.checklist-page .checklist-stats .stat small {
	color: #666;
	font-weight: 700;
}

.checklist-page .checklist-layout {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 34px;
}

.checklist-page .checklist-sidebar {
	position: sticky;
	top: 18px;
	align-self: start;
}

.checklist-page .panel {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 24px;
	padding: 24px;
	margin-bottom: 24px;
}

.checklist-page .panel h3 {
	font-size: 23px;
	margin: 0 0 16px;
	font-weight: 900;
}

.checklist-page .toc a {
	display: block;
	background: #fff;
	border: 1px solid #f0e7e9;
	border-radius: 14px;
	padding: 14px 16px;
	margin-bottom: 10px;
	font-weight: 900;
	color: #555;
}

.checklist-page .toc a.active {
	background: #f66f8d;
	color: #fff;
	border-color: #f66f8d;
}

.checklist-page .progress {
	background: #fff;
	border-radius: 18px;
	padding: 18px;
	border: 1px solid #f1e8eb;
}

.checklist-page .bar {
	height: 13px;
	background: #ffe1e8;
	border-radius: 999px;
	overflow: hidden;
	margin: 12px 0;
}

.checklist-page .bar span {
	display: block;
	width: 35%;
	height: 100%;
	background: #f66f8d;
	border-radius: 999px;
}

.checklist-page .progress p {
	margin: 0;
	color: #666;
	font-weight: 800;
}

.checklist-page .content {
	display: grid;
	gap: 24px;
}

.checklist-page .phase {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 28px;
	padding: 30px;
	box-shadow: 0 10px 30px #f7f0f2;
}

.checklist-page .phase-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.checklist-page .phase h2 {
	font-size: 32px;
	margin: 0;
	font-weight: 900;
}

.checklist-page .phase .tag {
	background: #fff3f5;
	color: #f26482;
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 900;
	border: 0;
}

.checklist-page .checklist-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.checklist-page .item {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 18px;
	padding: 18px;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.checklist-page .item:hover {
	border-color: #f6a8bb;
	box-shadow: 0 10px 20px rgba(246, 111, 141, 0.12);
	transform: translateY(-1px);
}

.checklist-page .item:focus-visible {
	outline: 3px solid #ffd3dc;
	outline-offset: 2px;
}

.checklist-page .box {
	width: 28px;
	height: 28px;
	border-radius: 10px;
	border: 2px solid #f66f8d;
	background: #fff;
	flex: 0 0 auto;
	position: relative;
	pointer-events: none;
}

.checklist-page .item.done .box {
	background: #f66f8d;
}

.checklist-page .item.done .box::after {
	content: "✓";
	color: #fff;
	font-weight: 900;
	position: absolute;
	left: 6px;
	top: 1px;
}

.checklist-page .item b {
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}

.checklist-page .item span {
	color: #666;
	line-height: 1.55;
}

.checklist-page .note {
	background: linear-gradient(135deg, #fff0f4, #fff8e9);
	border-radius: 22px;
	padding: 22px;
	margin-top: 22px;
	border: 1px solid #f1e8eb;
}

.checklist-page .note b {
	font-size: 20px;
}

.checklist-page .note p {
	margin: 8px 0 0;
	color: #666;
	line-height: 1.65;
}

.checklist-page .tools {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 34px 0;
}

.checklist-page .tool {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 24px;
	padding: 26px;
	box-shadow: 0 8px 22px #f7f0f2;
}

.checklist-page .tool i {
	font-style: normal;
	font-size: 38px;
}

.checklist-page .tool h3 {
	font-size: 22px;
	margin: 14px 0 8px;
}

.checklist-page .tool p {
	color: #666;
	line-height: 1.65;
	margin: 0;
}

.checklist-page .tool a {
	display: inline-block;
	margin-top: 14px;
	color: #f26482;
	font-weight: 900;
}

.checklist-page .cta {
	margin-top: 34px;
	background: linear-gradient(135deg, #fff0f4, #fff8e9);
	border-radius: 28px;
	padding: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.checklist-page .cta h2 {
	font-size: 32px;
	margin: 0 0 8px;
}

.checklist-page .cta p {
	font-size: 18px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 960px) {
	.site-header .top {
		height: 40px;
	}

	.top .wrap > div:first-child {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.social a {
		width: 26px;
		height: 26px;
		margin-left: 6px;
	}

	.checklist-page .checklist-hero,
	.checklist-page .checklist-layout,
	.checklist-page .tools {
		grid-template-columns: 1fr;
	}

	.checklist-page .hero h1 {
		font-size: 40px;
	}

	.checklist-page .hero-text {
		padding: 38px 24px;
	}

	.checklist-page .checklist-sidebar {
		position: static;
	}

	.checklist-page .checklist-stats,
	.checklist-page .checklist-grid {
		grid-template-columns: 1fr;
	}

	.checklist-page .phase-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.checklist-page .cta {
		flex-direction: column;
		align-items: flex-start;
	}

	/* Home: avoid 2-column squeeze on tablet/mobile */
	.home .main {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}

@media (max-width: 620px) {
	.site-header.is-scrolled .top {
		opacity: 0;
		height: 0;
		border-bottom: 0;
		overflow: hidden;
	}

	.faq-accordion-item .faq-toggle {
		font-size: 18px;
	}

	.checklist-page .mini {
		grid-template-columns: 1fr;
	}

	/* Home mobile fine-tuning */
	.home .main {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.home .headrow {
		align-items: flex-start;
		gap: 12px;
	}

	.home .headrow .see {
		font-size: 15px;
		line-height: 1.2;
	}

	.home .sidebar .sticky {
		position: static;
	}
}

/* Budget estimate page */
.estimate-page .estimate-hero {
	grid-template-columns: 1fr 0.95fr;
	min-height: 460px;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
}

.estimate-page .estimate-hero::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 240px;
	height: 240px;
	background: #ffdce6;
	border-radius: 50%;
	opacity: 0.8;
	pointer-events: none;
}

.estimate-page .estimate-hero .hero-text {
	position: relative;
	z-index: 2;
	padding: 64px 46px;
}

.estimate-page .estimate-hero h1 {
	font-size: 58px;
	line-height: 1.12;
	margin: 24px 0 16px;
}

.estimate-page .estimate-hero h1 span {
	display: block;
	color: #f26482;
}

.estimate-page .estimate-hero p {
	max-width: 760px;
}

.estimate-page .estimate-hero-widget {
	padding: 34px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.estimate-page .estimate-hero-card {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	box-shadow: 0 18px 48px #ead9de;
}

.estimate-page .estimate-hero-card h2 {
	font-size: 28px;
	margin: 0 0 12px;
}

.estimate-page .estimate-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.estimate-page .estimate-mini {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 18px;
	padding: 16px;
}

.estimate-page .estimate-mini b {
	display: block;
	color: #f26482;
	font-size: 24px;
}

.estimate-page .estimate-mini span {
	color: #666;
	font-weight: 800;
}

.estimate-page .estimate-total-box {
	margin-top: 14px;
	background: linear-gradient(135deg, #f66f8d, #ff9aae);
	color: #fff;
	border-radius: 22px;
	padding: 22px;
}

.estimate-page .estimate-total-box small {
	display: block;
	font-weight: 800;
	opacity: 0.9;
}

.estimate-page .estimate-total-box b {
	font-size: 36px;
}

.estimate-page .estimate-tool-layout {
	display: grid;
	grid-template-columns: 390px minmax(0, 1fr);
	gap: 34px;
	margin-bottom: 34px;
}

.estimate-page .estimate-panel {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 28px;
	padding: 26px;
}

.estimate-page .estimate-panel h2 {
	font-size: 28px;
	margin: 0 0 16px;
	font-weight: 900;
}

.estimate-page .estimate-subtitle {
	font-size: 24px;
	margin-top: 28px;
}

.estimate-page .option-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.estimate-page .field {
	margin-bottom: 15px;
}

.estimate-page .field label {
	display: block;
	font-weight: 900;
	margin-bottom: 8px;
}

.estimate-page .field input,
.estimate-page .field select {
	width: 100%;
	border: 1px solid #f0e1e5;
	border-radius: 16px;
	background: #fff;
	padding: 15px 16px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	outline: none;
}

.estimate-page .field input:focus,
.estimate-page .field select:focus {
	border-color: #f66f8d;
	box-shadow: 0 0 0 4px #ffe1e8;
}

.estimate-page .estimate-toggle-row {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 16px;
	padding: 14px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.estimate-page .estimate-toggle-row b {
	font-size: 15px;
}

.estimate-page .estimate-switch {
	width: 52px;
	height: 30px;
	background: #ffd3dc;
	border-radius: 999px;
	position: relative;
	flex: 0 0 auto;
	border: 0;
	cursor: pointer;
	transition: background 0.2s ease;
}

.estimate-page .estimate-switch::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 50%;
	left: 4px;
	top: 4px;
	box-shadow: 0 4px 10px #e0b8c2;
	transition: left 0.2s ease;
}

.estimate-page .estimate-switch.is-on {
	background: #f66f8d;
}

.estimate-page .estimate-switch.is-on::after {
	left: 26px;
}

.estimate-page .estimate-switch:focus-visible {
	outline: 3px solid #ffd3dc;
	outline-offset: 2px;
}

.estimate-page .estimate-recalc {
	width: 100%;
	margin-top: 12px;
}

.estimate-page .estimate-result {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 28px;
	box-shadow: 0 10px 30px #f7f0f2;
	overflow: hidden;
}

.estimate-page .estimate-result .result-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 26px 30px;
	background: #fff8fa;
	border-bottom: 1px solid #f1e8eb;
}

.estimate-page .estimate-result .result-head h2 {
	font-size: 30px;
	margin: 0;
}

.estimate-page .estimate-result .result-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.estimate-page .estimate-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	padding: 24px 30px 12px;
}

.estimate-page .estimate-summary .sum-card {
	border-radius: 20px;
	padding: 20px;
	background: #fff8fa;
	border: 1px solid #f1e8eb;
}

.estimate-page .estimate-summary .sum-card b {
	font-size: 26px;
	color: #f26482;
}

.estimate-page .estimate-summary .sum-card span {
	display: block;
	color: #666;
	font-weight: 800;
	margin-top: 4px;
}

.estimate-page .estimate-addon-note {
	padding: 0 30px 18px;
	margin: 0;
	color: #666;
	font-weight: 800;
}

.estimate-page table {
	width: 100%;
	border-collapse: collapse;
}

.estimate-page th,
.estimate-page td {
	padding: 18px 20px;
	border-top: 1px solid #f1e8eb;
	text-align: left;
}

.estimate-page th {
	background: #fff8fa;
	font-weight: 900;
	color: #444;
}

.estimate-page td {
	font-weight: 800;
	color: #555;
}

.estimate-page td.money {
	color: #f26482;
	font-weight: 900;
}

.estimate-page td.note {
	font-size: 14px;
	color: #777;
	font-weight: 700;
}

.estimate-page .bar-list {
	padding: 26px 30px;
	border-top: 1px solid #f1e8eb;
}

.estimate-page .bar-item {
	display: grid;
	grid-template-columns: 160px 1fr 90px;
	gap: 14px;
	align-items: center;
	margin-bottom: 14px;
	font-weight: 900;
}

.estimate-page .bar-bg {
	height: 14px;
	background: #ffe1e8;
	border-radius: 999px;
	overflow: hidden;
}

.estimate-page .bar-bg span {
	display: block;
	height: 100%;
	background: #f66f8d;
	border-radius: 999px;
}

.estimate-page .estimate-sections {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 34px;
}

.estimate-page .estimate-sections .section-card {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 24px;
	padding: 26px;
	box-shadow: 0 8px 22px #f7f0f2;
}

.estimate-page .estimate-sections .section-card i {
	font-style: normal;
	font-size: 38px;
}

.estimate-page .estimate-sections .section-card h3 {
	font-size: 23px;
	margin: 14px 0 8px;
}

.estimate-page .estimate-sections .section-card p {
	color: #666;
	line-height: 1.65;
	margin: 0;
}

.estimate-page .estimate-sections .section-card ul {
	padding-left: 20px;
	color: #666;
	line-height: 1.7;
}

.estimate-page .estimate-packages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-bottom: 34px;
}

.estimate-page .estimate-packages .pkg {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 26px;
	padding: 28px;
	box-shadow: 0 8px 22px #f7f0f2;
	position: relative;
}

.estimate-page .estimate-packages .pkg.featured {
	border: 2px solid #f66f8d;
	transform: translateY(-6px);
}

.estimate-page .estimate-packages .pkg .badge {
	position: absolute;
	top: 18px;
	right: 18px;
	background: #f66f8d;
	color: #fff;
	border-radius: 999px;
	padding: 8px 12px;
	font-weight: 900;
	font-size: 13px;
}

.estimate-page .estimate-packages .pkg h3 {
	font-size: 26px;
	margin: 0 0 8px;
}

.estimate-page .estimate-packages .pkg .price {
	font-size: 32px;
	font-weight: 900;
	color: #f26482;
	margin: 12px 0;
}

.estimate-page .estimate-packages .pkg p,
.estimate-page .estimate-packages .pkg li {
	color: #666;
	line-height: 1.65;
}

.estimate-page .estimate-packages .pkg ul {
	padding-left: 20px;
	margin: 0;
}

.estimate-page .estimate-faq {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 28px;
	padding: 32px;
	margin-bottom: 34px;
}

.estimate-page .estimate-contractors {
	margin: 34px 0;
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 30px;
	padding: 34px;
	position: relative;
	overflow: hidden;
}

.estimate-page .estimate-contractors::before {
	content: "";
	position: absolute;
	right: -70px;
	top: -70px;
	width: 210px;
	height: 210px;
	background: #ffdce6;
	border-radius: 50%;
	opacity: 0.75;
}

.estimate-page .estimate-contractors-head {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.estimate-page .estimate-contractors-head h2 {
	font-size: 34px;
	margin: 0 0 8px;
	font-weight: 900;
}

.estimate-page .estimate-contractors-head p {
	font-size: 18px;
	color: #666;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.estimate-page .estimate-contractor-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.estimate-page .estimate-contractor-card {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 8px 22px #f7f0f2;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
	min-height: 380px;
}

.estimate-page .estimate-contractor-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 34px #efdde3;
}

.estimate-page .estimate-contractor-card.featured {
	border: 2px solid #f66f8d;
	box-shadow: 0 16px 38px #efdde3;
	position: relative;
}

.estimate-page .estimate-contractor-card.featured::after {
	content: "Đề xuất";
	position: absolute;
	top: 18px;
	right: 18px;
	background: #f66f8d;
	color: #fff;
	border-radius: 999px;
	padding: 7px 11px;
	font-size: 12px;
	font-weight: 900;
}

.estimate-page .estimate-contractor-card.featured .estimate-rank {
	margin-right: 78px;
}

.estimate-page .estimate-contractor-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.estimate-page .estimate-contractor-logo {
	width: 68px;
	height: 68px;
	border-radius: 22px;
	background: linear-gradient(135deg, #f66f8d, #ffb1c0);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 14px;
}

.estimate-page .estimate-rank {
	background: #fff3f5;
	color: #f26482;
	border-radius: 999px;
	padding: 7px 11px;
	font-size: 13px;
	font-weight: 900;
}

.estimate-page .estimate-contractor-card h3 {
	font-size: 21px;
	line-height: 1.25;
	margin: 10px 0 8px;
}

.estimate-page .estimate-rating {
	color: #f59e0b;
	font-weight: 900;
	margin-bottom: 10px;
}

.estimate-page .estimate-contractor-card p {
	color: #666;
	line-height: 1.6;
	margin: 0 0 12px;
}

.estimate-page .estimate-contractor-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 14px;
}

.estimate-page .estimate-contractor-tags span {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 999px;
	padding: 7px 10px;
	color: #555;
	font-size: 13px;
	font-weight: 900;
}

.estimate-page .estimate-contractor-meta {
	margin-top: auto;
	border-top: 1px solid #f1e8eb;
	padding-top: 14px;
}

.estimate-page .estimate-contractor-meta b {
	display: block;
	color: #f26482;
	font-size: 18px;
	margin-bottom: 4px;
}

.estimate-page .estimate-contractor-meta span {
	color: #666;
	font-weight: 800;
	line-height: 1.55;
}

.estimate-page .estimate-contractor-actions {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.estimate-page .estimate-contractor-actions a {
	flex: 1;
	text-align: center;
	padding: 11px 12px;
	border-radius: 999px;
	font-weight: 900;
	font-size: 13px;
}

.estimate-page .estimate-contractor-actions .primary {
	background: #f66f8d;
	color: #fff;
}

.estimate-page .estimate-contractor-actions .secondary {
	background: #fff3f5;
	color: #f26482;
}

.estimate-page .estimate-contractor-note {
	position: relative;
	z-index: 2;
	margin-top: 22px;
	background: #fff;
	border-left: 6px solid #f66f8d;
	border-radius: 18px;
	padding: 18px 22px;
	color: #666;
	line-height: 1.65;
	font-weight: 700;
}

.estimate-page .estimate-faq h2 {
	font-size: 32px;
	margin: 0 0 18px;
}

.estimate-page .estimate-faq .faq-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.estimate-page .estimate-faq .faq-item {
	background: #fff;
	border-radius: 20px;
	padding: 22px;
	border: 1px solid #f1e8eb;
}

.estimate-page .estimate-faq .faq-item h3 {
	font-size: 21px;
	margin: 0 0 8px;
}

.estimate-page .estimate-faq .faq-item p {
	color: #666;
	line-height: 1.65;
	margin: 0;
}

.estimate-page .estimate-cta {
	background: linear-gradient(135deg, #fff0f4, #fff8e9);
	border-radius: 28px;
	padding: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.estimate-page .estimate-cta h2 {
	font-size: 32px;
	margin: 0 0 8px;
}

.estimate-page .estimate-cta p {
	font-size: 18px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 1100px) {
	.estimate-page .estimate-hero,
	.estimate-page .estimate-tool-layout {
		grid-template-columns: 1fr;
	}

	.estimate-page .estimate-summary,
	.estimate-page .estimate-sections,
	.estimate-page .estimate-packages {
		grid-template-columns: 1fr 1fr;
	}

	.estimate-page .estimate-faq .faq-grid {
		grid-template-columns: 1fr;
	}

	.estimate-page .estimate-hero h1 {
		font-size: 40px;
	}

	.estimate-page .estimate-hero .hero-text {
		padding: 38px 24px;
	}

	.estimate-page .estimate-cta {
		flex-direction: column;
		align-items: flex-start;
	}

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

@media (max-width: 680px) {
	.estimate-page .estimate-summary,
	.estimate-page .estimate-sections,
	.estimate-page .estimate-packages,
	.estimate-page .estimate-mini-grid,
	.estimate-page .option-row {
		grid-template-columns: 1fr;
	}

	.estimate-page .estimate-result .result-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.estimate-page th,
	.estimate-page td {
		padding: 13px 10px;
		font-size: 14px;
	}

	.estimate-page .estimate-tool-layout {
		gap: 20px;
	}

	.estimate-page .bar-item {
		grid-template-columns: 1fr;
	}

	.estimate-page .estimate-contractors {
		padding: 24px;
	}

	.estimate-page .estimate-contractors-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.estimate-page .estimate-contractors-head h2 {
		font-size: 30px;
	}

	.estimate-page .estimate-contractor-grid {
		grid-template-columns: 1fr;
	}
}

/* Structural checklist page */
.structural-checklist-page .structural-hero {
	margin: 10px auto 34px;
	border-radius: 32px;
	background: #fff3f5;
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	overflow: hidden;
	min-height: 460px;
	position: relative;
}

.structural-checklist-page .structural-hero::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 240px;
	height: 240px;
	background: #ffdce6;
	border-radius: 50%;
	opacity: 0.8;
}

.structural-checklist-page .hero-text {
	padding: 64px 46px;
	position: relative;
	z-index: 2;
}

.structural-checklist-page .hero h1 {
	font-size: 58px;
	line-height: 1.12;
	margin: 24px 0 16px;
	font-weight: 900;
	letter-spacing: -1px;
}

.structural-checklist-page .hero h1 span {
	display: block;
	color: #f26482;
}

.structural-checklist-page .hero p {
	font-size: 20px;
	line-height: 1.75;
	color: #5d5d65;
	max-width: 760px;
}

.structural-checklist-page .hero-card {
	padding: 34px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.structural-checklist-page .structural-audit-card {
	background: #fff;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	box-shadow: 0 18px 48px #ead9de;
}

.structural-checklist-page .structural-audit-card h2 {
	font-size: 28px;
	margin: 0 0 12px;
}

.structural-checklist-page .structural-audit-card p {
	color: #666;
	line-height: 1.65;
}

.structural-checklist-page .structural-mini-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.structural-checklist-page .structural-mini {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 18px;
	padding: 16px;
}

.structural-checklist-page .structural-mini b {
	display: block;
	color: #f26482;
	font-size: 24px;
}

.structural-checklist-page .structural-mini span {
	color: #666;
	font-weight: 800;
}

.structural-checklist-page .structural-progress-box {
	margin-top: 16px;
	background: linear-gradient(135deg, #f66f8d, #ff9aae);
	color: #fff;
	border-radius: 22px;
	padding: 22px;
}

.structural-checklist-page .structural-progress-box small {
	display: block;
	font-weight: 800;
	opacity: 0.9;
}

.structural-checklist-page .structural-progress-line {
	height: 12px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 999px;
	margin-top: 12px;
	overflow: hidden;
}

.structural-checklist-page .structural-progress-line span {
	display: block;
	height: 100%;
	width: 0;
	background: #fff;
	border-radius: 999px;
	transition: width 0.2s ease;
}

.structural-checklist-page .structural-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 34px;
}

.structural-checklist-page .structural-stats .stat {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 22px;
	padding: 24px;
	text-align: center;
}

.structural-checklist-page .structural-stats .stat b {
	font-size: 34px;
	color: #f26482;
}

.structural-checklist-page .structural-stats .stat span {
	display: block;
	font-weight: 900;
	margin-top: 6px;
}

.structural-checklist-page .structural-stats .stat small {
	color: #666;
	font-weight: 700;
}

.structural-checklist-page .structural-tool-layout {
	display: grid;
	grid-template-columns: 310px minmax(0, 1fr);
	gap: 34px;
	margin-bottom: 34px;
}

.structural-checklist-page .structural-sidebar {
	position: sticky;
	top: 18px;
	align-self: start;
}

.structural-checklist-page .panel {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 26px;
	padding: 24px;
	margin-bottom: 22px;
}

.structural-checklist-page .panel h3 {
	font-size: 23px;
	margin: 0 0 16px;
	font-weight: 900;
}

.structural-checklist-page .structural-toc a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 1px solid #f0e7e9;
	border-radius: 14px;
	padding: 14px 16px;
	margin-bottom: 10px;
	font-weight: 900;
	color: #555;
	gap: 12px;
}

.structural-checklist-page .structural-toc a.active {
	background: #f66f8d;
	color: #fff;
	border-color: #f66f8d;
}

.structural-checklist-page .structural-toc .count {
	background: #fff3f5;
	color: #f26482;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 900;
}

.structural-checklist-page .structural-toc a.active .count {
	background: rgba(255, 255, 255, 0.24);
	color: #fff;
}

.structural-checklist-page .structural-overview {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 18px;
	padding: 18px;
}

.structural-checklist-page .structural-overview b {
	font-size: 28px;
	color: #f26482;
}

.structural-checklist-page .structural-overview p {
	margin: 6px 0 0;
	color: #666;
	font-weight: 800;
}

.structural-checklist-page .structural-action-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}

.structural-checklist-page .structural-action-row .btn,
.structural-checklist-page .structural-action-row .btn-outline {
	text-align: center;
	padding: 12px 16px;
}

.structural-checklist-page .structural-note-field textarea {
	width: 100%;
	min-height: 120px;
	border: 1px solid #f0e1e5;
	border-radius: 16px;
	padding: 14px;
	font-family: inherit;
	font-weight: 700;
	resize: vertical;
	outline: none;
}

.structural-checklist-page .structural-note-field .btn {
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

.structural-checklist-page .structural-note-status {
	margin: 10px 0 0;
	font-weight: 800;
	font-size: 14px;
	color: #666;
}

.structural-checklist-page .structural-content {
	display: grid;
	gap: 24px;
}

.structural-checklist-page .structural-phase {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 28px;
	padding: 30px;
	box-shadow: 0 10px 30px #f7f0f2;
	scroll-margin-top: 110px;
}

.structural-checklist-page .phase-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.structural-checklist-page .phase h2 {
	font-size: 32px;
	margin: 0;
	font-weight: 900;
}

.structural-checklist-page .phase .tag {
	background: #fff3f5;
	color: #f26482;
	border-radius: 999px;
	padding: 10px 14px;
	font-weight: 900;
}

.structural-checklist-page .structural-checklist-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
}

.structural-checklist-page .item {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 18px;
	padding: 18px;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.structural-checklist-page .item:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px #f7e9ed;
}

.structural-checklist-page .item:focus-visible {
	outline: 3px solid #ffd3dc;
	outline-offset: 2px;
}

.structural-checklist-page .box {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	border: 2px solid #f66f8d;
	background: #fff;
	flex: 0 0 auto;
	position: relative;
	pointer-events: none;
}

.structural-checklist-page .item.done .box {
	background: #f66f8d;
}

.structural-checklist-page .item.done .box::after {
	content: "✓";
	color: #fff;
	font-weight: 900;
	position: absolute;
	left: 7px;
	top: 2px;
}

.structural-checklist-page .item b {
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}

.structural-checklist-page .item span {
	color: #666;
	line-height: 1.55;
}

.structural-checklist-page .structural-warning {
	background: #fff4e8;
	border-left: 6px solid #f59e0b;
	border-radius: 18px;
	padding: 22px 24px;
	margin-top: 22px;
}

.structural-checklist-page .structural-warning.good {
	background: #f2fff6;
	border-left-color: #22c55e;
}

.structural-checklist-page .structural-warning b {
	font-size: 20px;
}

.structural-checklist-page .structural-warning p {
	margin: 8px 0 0;
	color: #666;
	line-height: 1.65;
}

.structural-checklist-page .structural-photo-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 34px 0;
}

.structural-checklist-page .structural-photo-card {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 8px 22px #f7f0f2;
}

.structural-checklist-page .structural-photo-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.structural-checklist-page .structural-photo-card div {
	padding: 20px;
}

.structural-checklist-page .structural-photo-card h3 {
	font-size: 22px;
	margin: 0 0 8px;
}

.structural-checklist-page .structural-photo-card p {
	color: #666;
	line-height: 1.65;
	margin: 0;
}

.structural-checklist-page .structural-report {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 28px;
	padding: 32px;
	margin-bottom: 34px;
}

.structural-checklist-page .structural-report h2 {
	font-size: 32px;
	margin: 0 0 18px;
}

.structural-checklist-page .structural-report-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.structural-checklist-page .structural-report-card {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 22px;
	padding: 24px;
}

.structural-checklist-page .structural-report-card i {
	font-style: normal;
	font-size: 36px;
}

.structural-checklist-page .structural-report-card h3 {
	font-size: 22px;
	margin: 12px 0 8px;
}

.structural-checklist-page .structural-report-card p {
	color: #666;
	line-height: 1.65;
	margin: 0;
}

.structural-checklist-page .structural-contractors {
	margin: 34px 0;
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 30px;
	padding: 34px;
	position: relative;
	overflow: hidden;
}

.structural-checklist-page .structural-contractors::before {
	content: "";
	position: absolute;
	right: -70px;
	top: -70px;
	width: 210px;
	height: 210px;
	background: #ffdce6;
	border-radius: 50%;
	opacity: 0.75;
}

.structural-checklist-page .structural-contractors-head {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.structural-checklist-page .structural-contractors-head h2 {
	font-size: 34px;
	margin: 0 0 8px;
	font-weight: 900;
}

.structural-checklist-page .structural-contractors-head p {
	font-size: 18px;
	color: #666;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.structural-checklist-page .structural-contractor-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.structural-checklist-page .structural-contractor-card {
	background: #fff;
	border: 1px solid #f1e8eb;
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0 8px 22px #f7f0f2;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
	min-height: 360px;
}

.structural-checklist-page .structural-contractor-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 34px #efdde3;
}

.structural-checklist-page .structural-contractor-card.featured {
	border: 2px solid #f66f8d;
	box-shadow: 0 16px 38px #efdde3;
	position: relative;
}

.structural-checklist-page .structural-contractor-card.featured::after {
	content: "Đề xuất";
	position: absolute;
	top: 18px;
	right: 18px;
	background: #f66f8d;
	color: #fff;
	border-radius: 999px;
	padding: 7px 11px;
	font-size: 12px;
	font-weight: 900;
}

.structural-checklist-page .structural-contractor-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.structural-checklist-page .structural-contractor-logo {
	width: 68px;
	height: 68px;
	border-radius: 22px;
	background: linear-gradient(135deg, #f66f8d, #ffb1c0);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 14px;
}

.structural-checklist-page .rank {
	background: #fff3f5;
	color: #f26482;
	border-radius: 999px;
	padding: 7px 11px;
	font-size: 13px;
	font-weight: 900;
}

.structural-checklist-page .structural-contractor-card h3 {
	font-size: 21px;
	line-height: 1.25;
	margin: 10px 0 8px;
}

.structural-checklist-page .rating {
	color: #f59e0b;
	font-weight: 900;
	margin-bottom: 10px;
}

.structural-checklist-page .structural-contractor-card p {
	color: #666;
	line-height: 1.6;
	margin: 0 0 12px;
}

.structural-checklist-page .structural-contractor-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 8px 0 14px;
}

.structural-checklist-page .structural-contractor-tags span {
	background: #fff8fa;
	border: 1px solid #f1e8eb;
	border-radius: 999px;
	padding: 7px 10px;
	color: #555;
	font-size: 13px;
	font-weight: 900;
}

.structural-checklist-page .structural-contractor-meta {
	margin-top: auto;
	border-top: 1px solid #f1e8eb;
	padding-top: 14px;
}

.structural-checklist-page .structural-contractor-meta b {
	display: block;
	color: #f26482;
	font-size: 18px;
	margin-bottom: 4px;
}

.structural-checklist-page .structural-contractor-actions {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.structural-checklist-page .structural-contractor-actions a {
	flex: 1;
	text-align: center;
	padding: 11px 12px;
	border-radius: 999px;
	font-weight: 900;
	font-size: 13px;
}

.structural-checklist-page .structural-contractor-actions .primary {
	background: #f66f8d;
	color: #fff;
}

.structural-checklist-page .structural-contractor-actions .secondary {
	background: #fff3f5;
	color: #f26482;
}

.structural-checklist-page .structural-contractor-note {
	position: relative;
	z-index: 2;
	margin-top: 22px;
	background: #fff;
	border-left: 6px solid #f66f8d;
	border-radius: 18px;
	padding: 18px 22px;
	color: #666;
	line-height: 1.65;
	font-weight: 700;
}

.structural-checklist-page .structural-cta {
	background: linear-gradient(135deg, #fff0f4, #fff8e9);
	border-radius: 28px;
	padding: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.structural-checklist-page .structural-cta h2 {
	font-size: 32px;
	margin: 0 0 8px;
}

.structural-checklist-page .structural-cta p {
	font-size: 18px;
	color: #666;
	line-height: 1.65;
	margin: 0;
}

@media (max-width: 1200px) {
	.structural-checklist-page .structural-contractor-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1100px) {
	.structural-checklist-page .structural-hero,
	.structural-checklist-page .structural-tool-layout {
		grid-template-columns: 1fr;
	}

	.structural-checklist-page .structural-sidebar {
		position: static;
	}

	.structural-checklist-page .structural-stats,
	.structural-checklist-page .structural-photo-grid,
	.structural-checklist-page .structural-report-grid {
		grid-template-columns: 1fr 1fr;
	}

	.structural-checklist-page .hero h1 {
		font-size: 40px;
	}

	.structural-checklist-page .hero-text {
		padding: 38px 24px;
	}

	.structural-checklist-page .structural-cta {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 680px) {
	.structural-checklist-page .structural-stats,
	.structural-checklist-page .structural-mini-grid,
	.structural-checklist-page .structural-checklist-grid,
	.structural-checklist-page .structural-photo-grid,
	.structural-checklist-page .structural-report-grid,
	.structural-checklist-page .structural-contractor-grid,
	.structural-checklist-page .structural-action-row {
		grid-template-columns: 1fr;
	}

	.structural-checklist-page .phase-head,
	.structural-checklist-page .structural-contractors-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.structural-checklist-page .hero-card {
		padding: 22px;
	}

	.structural-checklist-page .structural-contractors {
		padding: 24px;
	}
}
