/* New HERO (scoped, collision-free) */
.hero-wrap {
	padding: 80px 145px;
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 16px;
	align-items: center;
}
.hero-content {
	max-width: 720px;
}
.hero-badge {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(134, 96, 248, 0.2);
	color: #d7c9ff;
	font-weight: 700;
	font-size: 0.85rem;
	margin-bottom: 10px;
}
.hero-title {
	color: #fff;
	font-size: 3.5rem;
	line-height: 1.1;
	font-weight: 800;
	margin: 0 0 14px 0;
}
.hero-title .accent {
	color: #a58bff;
}
.hero-sub {
	color: #e0e0e0;
	font-size: 1.25rem;
	line-height: 1.6;
	margin: 0 0 24px 0;
}
.hero-cta {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 16px;
}
.hero-btn {
	background: linear-gradient(90deg, #7612f9, #9747ff, #db4ae0);
	color: #fff;
	border: none;
	padding: 16px 30px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	box-shadow: 0 14px 28px rgba(118, 18, 249, 0.35);
}
.hero-media {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-media img {
	width: 557px;
	height: 363px;
}
.hero-card {
	width: 100%;
	max-width: 640px;
	aspect-ratio: 16/10;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4b4b4b;
	font-weight: 600;
	margin-left: -12px;
}
@media (max-width: 900px) {
	.hero-wrap {
		grid-template-columns: 1fr;
		padding: 60px 20px;
		gap: 28px;
		text-align: center;
	}
	.hero-media .hero-card {
		margin-left: 0;
	}
	.hero-title {
		font-size: 2.6rem;
	}
}

/* Implementation Section (match services.html look) */
.impl-section {
	background-color: #18014f;
	padding: 100px 0 80px 0;
	color: #eae5ff;
}
.impl-container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 28px;
}
.impl-title {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 800;
	color: #ffffff;
	margin-bottom: 8px;
}
.impl-subtitle {
	text-align: center;
	color: #cbb9ff;
	margin-bottom: 48px;
}
.impl-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px 36px;
}
.impl-card {
	position: relative;
	border-radius: 14px;
	padding: 22px 22px 22px 22px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	min-height: 168px;
}
.impl-card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.impl-icon img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
}
.impl-card h4 {
	margin: 0 0 6px 0;
	color: #ffffff;
	font-size: 1rem;
}
.impl-card p {
	margin: 0;
	color: #d9d2ff;
	line-height: 1.5;
	font-size: 0.98rem;
}
.impl-pink-card {
	position: relative;
	border-radius: 14px;
	padding: 22px 22px 22px 22px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	min-height: 100%;
}

/* Local Hero Section (spacing aligned) */
.local-hero {
	padding: 80px 28px;
	padding-left: 160px;
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 56px;
	align-items: center;
}
.local-hero .badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: rgba(134, 96, 248, 0.16);
	color: #d7c9ff;
	border-radius: 999px;
	font-weight: 700;
	margin-bottom: 16px;
}
.local-hero h2 {
	color: #ffffff;
	font-size: 3rem;
	line-height: 1.1;
	margin: 0 0 16px 0;
}
.local-hero p {
	color: #e0e0e0;
	font-size: 1.1rem;
	margin: 0 0 22px 0;
}
.local-points {
	display: grid;
	gap: 10px;
	margin: 20px 0 24px 0;
}
.local-point {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #e8e3ff;
	line-height: 1.45;
}
.local-point i {
	color: #cdbdff;
	font-size: 14px;
}
.local-cta {
	display: inline-block;
	padding: 14px 22px;
	background: linear-gradient(90deg, #7612f9, #9747ff, #db4ae0);
	color: #fff;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
}
.local-visual {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.local-visual-gif {
	width: 552px;
	height: 500px;
	border-radius: 16px;
	display: block;
	margin: 0 auto;
}
.local-sticker {
	position: absolute;
	top: -20px;
	right: -20px;
	background: #fff;
	color: #4a2c7a;
	border-radius: 8px;
	padding: 14px 20px;
	font-weight: 800;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.06);
	line-height: 1.2;
	z-index: 5;
}

.gradient-text {
	font-size: 1.5rem;
	font-weight: 00;
	line-height: 1.4;
	background: linear-gradient(180deg, #ffffff, #f5a2ff, #b47cff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-family: fantasy;
}

/* Pricing Section (spacing aligned) */
.pricing-section {
	padding: 90px 0 80px 0;
	background: #18014f;
	color: #efeaff;
}
.pricing-header {
	text-align: center;
	margin-bottom: 28px;
	padding: 0 28px;
}
.pricing-header h2 {
	color: #ffffff;
	font-size: 2.6rem;
	margin: 0 0 8px 0;
}
.pricing-header p {
	color: #cfbfff;
	margin: 0;
}
.pricing-table {
	max-width: 1100px;
	margin: 36px auto 0;
	padding: 0 28px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
}
.pricing-row {
	display: grid;
	grid-template-columns: 1.2fr 1.2fr 0.6fr;
}
.pricing-row + .pricing-row {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pricing-cell {
	padding: 22px 24px;
}
.pricing-plan {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
}
.pricing-price {
	font-size: 1.6rem;
	font-weight: 800;
	color: #ffffff;
}
.pricing-cta a {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid rgba(151, 71, 255, 0.6);
	color: #fff;
}
.pricing-footnote {
	text-align: center;
	color: #cdbdff;
	margin-top: 18px;
	font-size: 0.95rem;
}

/* FC Pricing Styles */
.fc-pricing-container {
	max-width: 1100px;
	margin: 36px auto 0;
	padding: 0 28px;
}
.fc-pricing-header {
	text-align: center;
	margin-bottom: 28px;
	padding: 0 28px;
}
.fc-pricing-header h2 {
	color: #ffffff;
	font-size: 2.6rem;
	margin: 0 0 8px 0;
}
.fc-pricing-header p {
	color: #cfbfff;
	margin: 0;
}
.fc-pricing-table {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
}
.fc-table-row {
	display: grid;
	grid-template-columns: 1.2fr 1.2fr 0.6fr;
}
.fc-table-row + .fc-table-row {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fc-table-col {
	padding: 22px 24px;
}
.fc-table-header {
	background: rgba(255, 255, 255, 0.1);
	font-weight: 700;
}
.fc-plan {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 700;
}
.fc-plan-icon {
	width: 40px;
	height: 40px;
}
.fc-plan-title {
	font-weight: 700;
}
.fc-plan-desc {
	font-size: 0.9rem;
	color: #cdbdff;
}
.fc-plan-suits {
	font-weight: 600;
}
.fc-plan-suits-desc {
	font-size: 0.9rem;
	color: #cdbdff;
}
.fc-col-price {
	text-align: center;
}
.fc-price-wrapper {
	font-size: 1.6rem;
	font-weight: 800;
	color: #ffffff;
}
.fc-price-val {
	font-size: 1.6rem;
	font-weight: 800;
	color: #ffffff;
}
.fc-price-period {
	font-size: 0.9rem;
	font-weight: 600;
	opacity: 0.9;
}
.fc-btn {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	border: 1px solid rgba(151, 71, 255, 0.6);
	color: #fff;
}
.fc-most-popular {
	background: rgba(157, 227, 255, 0.12);
	color: #9de3ff;
	padding: 2px 8px;
	border-radius: 8px;
	font-size: 0.8rem;
	font-weight: 600;
	margin-top: 4px;
	display: inline-block;
}
.fc-btn-popular {
	background: #9de3ff;
	color: #2d1b69;
}
.fc-btn-premium {
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.fc-pricing-footnote {
	text-align: center;
	color: #cdbdff;
	margin-top: 18px;
	font-size: 0.95rem;
}
.fc-footnote-icon {
	color: #4caf50;
	margin-right: 4px;
}
.fc-pricing-icons-footer {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 10px;
	font-size: 0.9rem;
	color: #cdbdff;
}

@media (max-width: 900px) {
	.impl-grid {
		grid-template-columns: 1fr;
	}
	.local-hero {
		grid-template-columns: 1fr;
		padding: 64px 20px;
	}
	.local-hero h2 {
		font-size: 2.2rem;
	}
	.pricing-row {
		grid-template-columns: 1fr;
	}
	.fc-table-row {
		grid-template-columns: 1fr;
	}
}

/* --- Frappe Cloud Hosting Pricing Section Styles --- */
.fc-pricing-container {
	width: 1156px;
	max-width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 18px;
}
.fc-pricing-header {
	text-align: center;
	margin-bottom: 16px;
}
.fc-pricing-header h2 {
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.19;
	color: #fff;
	margin: 0 0 10px 0;
	letter-spacing: -1.5px;
}
.fc-pricing-header p {
	color: #d6bafc;
	font-size: 1.14rem;
	margin: 0;
}
.fc-pricing-table {
	width: 1150px;
	border-radius: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.02);
	box-shadow: 0 2px 20px 0 #3918a722;
	border: 1px solid rgba(165, 139, 255, 0.13);
	margin-top: 36px;
}

.fc-pricing-table .fc-table-row:last-child {
	border-bottom: none;
}
.fc-table-row {
	display: grid;
	grid-template-columns: 2.1fr 2.1fr 1.5fr;
	align-items: stretch;
	border-bottom: 1.5px solid #3a227a36;
	background: transparent;
	width: 1150px;
}
.fc-table-header {
	width: 1150px;
	height: 76px;
	background: #9333ea;
	color: #fff;
	font-weight: 700;
	font-size: 1.07rem;
}
.fc-table-header .fc-table-col {
	padding: 20px 30px;
	/* display: flex; */
	align-items: center;
	justify-content: flex-start;
}
.fc-table-row .fc-table-col {
	padding: 30px 26px 26px 26px;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	font-size: 1rem;
	height: 153.5px;
}
.fc-plan {
	display: flex;
	align-items: center;
	gap: 12px;
}
.fc-plan-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	box-shadow: 0 2px 11px 0 #cdbdff33;
	background: #fff9;
	flex-shrink: 0;
	display: block;
	object-fit: contain;
}
.fc-plan-title {
	font-weight: 800;
	color: #fff;
	font-size: 1.14rem;
	margin-bottom: 1.5px;
}
.fc-plan-desc {
	font-size: 0.89rem;
	color: #cdbdff;
	margin-bottom: 3px;
}
.fc-most-popular {
	display: inline-block;
	margin-top: 6px;
	background: linear-gradient(90deg, #aaf5ff 0%, #cbb2ff 100%);
	color: #7040c7;
	padding: 3px 12px;
	border-radius: 8px;
	font-size: 0.81rem;
	font-weight: 700;
	letter-spacing: 0.6px;
}
.fc-plan-suits {
	font-weight: 700;
	color: #9de3ff;
	font-size: 1rem;
	margin-bottom: 3px;
	margin-top: 3px;
}
.fc-plan-suits-desc {
	font-size: 0.97rem;
	color: #d6bafc;
	font-weight: 400;
}
.fc-price-val {
	color: #fff;
	font-size: 2.1rem;
	font-weight: 800;
	letter-spacing: -1px;
}
.fc-price-period {
	color: #ccc3f4;
	font-size: 1.07rem;
	margin-left: 3px;
	font-weight: 700;
}
.fc-price-wrapper {
	display: flex;
	align-items: baseline;
	flex-wrap: nowrap;
}
.fc-col-price {
	gap: 13px;
	align-items: flex-start;
	flex-direction: column;
	font-size: 1.1rem;
}
.fc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 9999px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	margin-top: 10px;
	transition: transform 0.3s;
	background: transparent;
	border: 1.7px solid #ca7dff;
	box-shadow: none !important;
}
.fc-btn:hover,
.fc-btn:focus {
	transform: translateY(-2px);
}
.fc-btn-popular {
	background: linear-gradient(135deg, #9de3ff 0%, #cbb2ff 100%) !important;
	color: #1a1a2e !important;
	border: none !important;
	font-size: 16px;
}
.fc-btn-popular::before {
	display: none;
}
.fc-btn-premium {
	background: linear-gradient(90deg, #7612f9 0%, #9747ff 50%, #db4ae0 100%);
	color: #fff;
	border: none;
	padding: 10px 22px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.2px;
	transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
	box-shadow: 0 14px 28px rgba(95, 44, 255, 0.35);
	font-size: 16px;
	cursor: pointer;
	margin-top: 10px;
}
.fc-btn-premium::before {
	display: none;
}
.fc-btn-premium:hover,
.fc-btn-premium:focus {
	transform: translateY(-2px);
	box-shadow: 0 24px 48px rgba(255, 92, 165, 0.35);
	filter: brightness(1.05);
}
.fc-popular {
	background: #ffffff !important;
	box-shadow: 0 2px 32px #9de3ff21;
}

.fc-popular .fc-plan-title,
.fc-popular .fc-plan-suits {
	color: #1a1a2e !important;
}

.fc-popular .fc-plan-desc,
.fc-popular .fc-plan-suits-desc {
	color: #6b7280 !important;
}

.fc-popular .fc-price-val {
	color: #1a1a2e !important;
}

.fc-popular .fc-price-period {
	color: #6b7280 !important;
}

.fc-popular .fc-plan-icon {
	background: #fff9;
}

.fc-pricing-footnote {
	text-align: center;
	color: #cdbdff;
	background: none;
	font-size: 1.11rem;
	font-weight: 500;
	margin-top: 26px;
}
.fc-pricing-icons-footer {
	display: flex;
	justify-content: center;
	gap: 48px;
	margin-top: 16px;
	color: #cdbdff;
	font-size: 1.03rem;
}
.fc-footnote-icon {
	color: #36d38a;
	font-size: 1.13em;
	margin-right: 5px;
}

@media (max-width: 1200px) {
	.fc-pricing-container {
		width: 100%;
	}
	.fc-pricing-table {
		width: 100%;
		height: auto;
		border-radius: 14px;
	}
	.fc-table-row,
	.fc-table-header {
		grid-template-columns: 1.2fr 1.2fr 1fr;
	}
	.fc-plan-title {
		font-size: 1.02rem;
	}
}
@media (max-width: 900px) {
	.fc-pricing-table {
		font-size: 0.95rem;
		margin-top: 24px;
	}
	.fc-table-row .fc-table-col,
	.fc-table-header .fc-table-col {
		padding: 18px 6px;
	}
}
@media (max-width: 600px) {
	.fc-pricing-table {
		border-radius: 7px;
	}
	.fc-table-row,
	.fc-table-header {
		grid-template-columns: 1fr;
		grid-row-gap: 6px;
	}
	.fc-table-row .fc-table-col,
	.fc-table-header .fc-table-col {
		padding: 15px 7px;
	}
	.fc-table-header .fc-table-col {
		text-align: left;
	}
	.fc-plan {
		flex-direction: row;
		align-items: center;
	}
	.fc-pricing-icons-footer {
		gap: 12px;
		font-size: 0.93rem;
	}
}
/* --- End Custom Pricing Table --- */
