.taw-gfc-template {
	background: #f8f6f1;
	color: #25201c;
}

.taw-gfc-template > .container,
.taw-gfc-hero > .container {
	max-width: 1140px;
}

.taw-gfc-hero {
	background: linear-gradient(135deg, #173b35 0%, #376b5d 58%, #d5b983 100%);
	color: #fff;
	padding: 86px 0 72px;
	margin-bottom: 60px;
}

.taw-gfc-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
	gap: 48px;
	align-items: center;
}

.taw-gfc-kicker {
	display: inline-flex;
	margin-bottom: 18px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #f3d797;
}

.taw-gfc-hero h1 {
	max-width: 760px;
	margin: 0 0 20px;
	color: #fff;
	font-size: clamp(38px, 6vw, 68px);
	line-height: 1.04;
	letter-spacing: 0;
}

.taw-gfc-hero p {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, .88);
	font-size: 18px;
	line-height: 1.72;
}

.taw-gfc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.taw-gfc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	padding: 13px 22px;
	border-radius: 6px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

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

.taw-gfc-btn-primary {
	background: #25d366;
	color: #0f2c1d;
}

.taw-gfc-btn-secondary {
	background: rgba(255, 255, 255, .14);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .35);
}

.taw-gfc-hero-media img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
}

.taw-gfc-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 36px;
	align-items: start;
	padding-bottom: 80px;
}

.taw-gfc-main,
.taw-gfc-sidebar {
	min-width: 0;
}

.taw-gfc-section {
	background: #fff;
	border: 1px solid rgba(37, 32, 28, .08);
	border-radius: 8px;
	padding: 34px;
	margin-bottom: 24px;
	box-shadow: 0 12px 36px rgba(37, 32, 28, .05);
}

.taw-gfc-section h2,
.taw-gfc-editor-content h2 {
	margin: 0 0 16px;
	color: #173b35;
	font-size: 32px;
	line-height: 1.22;
	letter-spacing: 0;
}

.taw-gfc-section p,
.taw-gfc-editor-content p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.82;
	color: #5f5a55;
}

.taw-gfc-section p:last-child,
.taw-gfc-editor-content > *:last-child {
	margin-bottom: 0;
}

.taw-gfc-editor-content h3,
.taw-gfc-editor-content h4 {
	margin: 22px 0 12px;
	color: #173b35;
	letter-spacing: 0;
}

.taw-gfc-editor-content ul,
.taw-gfc-editor-content ol {
	margin: 18px 0 18px 22px;
	padding: 0;
	color: #3f3a35;
	line-height: 1.75;
}

.taw-gfc-editor-content li {
	margin-bottom: 8px;
}

.taw-gfc-highlight {
	border-color: rgba(55, 107, 93, .28);
	background: #fbfaf6;
}

.taw-gfc-checklist {
	display: grid;
	gap: 12px;
	margin: 22px 0;
	padding: 0;
	list-style: none;
}

.taw-gfc-checklist li {
	position: relative;
	padding-left: 32px;
	color: #3f3a35;
	font-weight: 600;
}

.taw-gfc-checklist li::before {
	content: "\F26A";
	position: absolute;
	left: 0;
	top: 1px;
	font-family: "bootstrap-icons";
	color: #25a35a;
}

.taw-gfc-table-wrap,
.taw-gfc-editor-content .wp-block-table {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid rgba(37, 32, 28, .1);
}

.taw-gfc-table,
.taw-gfc-editor-content table {
	width: 100%;
	min-width: 650px;
	margin: 0;
	border-collapse: collapse;
	background: #fff;
}

.taw-gfc-table th,
.taw-gfc-table td,
.taw-gfc-editor-content th,
.taw-gfc-editor-content td {
	padding: 16px 18px;
	border-bottom: 1px solid rgba(37, 32, 28, .08);
	text-align: left;
}

.taw-gfc-table th,
.taw-gfc-editor-content th {
	background: #173b35;
	color: #fff;
	font-weight: 700;
}

.taw-gfc-table tr:last-child td,
.taw-gfc-editor-content tr:last-child td {
	border-bottom: 0;
}

.taw-gfc-table td:first-child,
.taw-gfc-editor-content td:first-child {
	font-weight: 700;
	color: #173b35;
}

.taw-gfc-sidebar {
	position: sticky;
	top: 32px;
	display: grid;
	gap: 18px;
}

.taw-gfc-side-card {
	background: #fff;
	border: 1px solid rgba(37, 32, 28, .08);
	border-radius: 8px;
	padding: 24px;
	box-shadow: 0 12px 32px rgba(37, 32, 28, .05);
}

.taw-gfc-side-card h3 {
	margin: 0 0 16px;
	color: #173b35;
	font-size: 22px;
	line-height: 1.25;
}

.taw-gfc-search-card .search-form {
	margin: 0;
}

.taw-gfc-search-card .searchform-wrap {
	display: flex;
	min-height: 52px;
	border: 1px solid rgba(37, 32, 28, .12);
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.taw-gfc-search-card .search-field {
	flex: 1;
	min-width: 0;
	border: 0;
	padding: 0 15px;
}

.taw-gfc-search-card .search-submit {
	width: 54px;
	min-width: 54px;
	border: 0;
	background: #173b35;
	color: #fff;
}

.taw-gfc-doctor-card img {
	width: 100%;
	aspect-ratio: 8 / 10;
	object-fit: cover;
	border-radius: 6px;
	margin-bottom: 18px;
}

.taw-gfc-doctor-card p {
	margin: 0 0 12px;
	color: #625c56;
	line-height: 1.7;
}

.taw-gfc-doctor-card a,
.taw-gfc-treatment-list a {
	color: #173b35;
	font-weight: 700;
	text-decoration: none;
}

.taw-gfc-treatment-list {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.taw-gfc-treatment-list li {
	padding-bottom: 11px;
	border-bottom: 1px solid rgba(37, 32, 28, .08);
}

.taw-gfc-treatment-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.taw-gfc-review-fallback {
	padding: 18px;
	border-radius: 8px;
	background: #f8f6f1;
}

.taw-gfc-stars {
	margin-bottom: 8px;
	color: #f5a623;
	letter-spacing: 0;
}

.taw-gfc-review-fallback p {
	margin: 0;
	color: #625c56;
	line-height: 1.65;
}

.taw-gfc-whatsapp-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 16px 20px;
	border-radius: 8px;
	background: #25d366;
	color: #0f2c1d;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 14px 34px rgba(37, 211, 102, .28);
}

.taw-gfc-whatsapp-card:hover {
	color: #0f2c1d;
}

@media (max-width: 1199px) {
	.taw-gfc-layout {
		grid-template-columns: minmax(0, 1fr) 320px;
	}
}

@media (max-width: 991px) {
	.taw-gfc-hero-grid,
	.taw-gfc-layout {
		grid-template-columns: 1fr;
	}

	.taw-gfc-sidebar {
		position: static;
	}
}

@media (max-width: 575px) {
	.taw-gfc-hero {
		padding: 58px 0 50px;
		margin-bottom: 34px;
	}

	.taw-gfc-section,
	.taw-gfc-side-card {
		padding: 22px;
	}

	.taw-gfc-section h2 {
		font-size: 26px;
	}

	.taw-gfc-btn {
		width: 100%;
	}
}
