/* ============================================================
   Pricing Plans Widget  (.ppw-*)
   Design mirrors Pricing.tsx
   ============================================================ */

.ppw-section,
.ppw-section * {
	font-family: 'Inter', sans-serif;
	box-sizing: border-box;
}


@media (min-width: 768px) {
	.ppw-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.ppw-container {
	margin-left: auto;
	margin-right: auto;
}

/* ── Header ──────────────────────────────────────────────── */
.ppw-header {
	text-align: center;
	margin-bottom: 4rem;
}

.ppw-title {
	margin: 0 0 16px !important;
	font-size: 36px !important;
	font-weight: 600 !important;
	letter-spacing: -0.025em !important;
	color: #000 !important;
	line-height: 1.15 !important;
	word-spacing: normal !important;
}

@media (min-width: 640px) {
	.ppw-title {
		font-size: 40px !important;
	}
}

.ppw-subtitle {
	max-width: 580px;
	margin: 0 auto;
	font-size: 18px;
	color: #6b7280;
	line-height: 1.6;
  font-family: inherit !important; 
}

/* ── Grid ────────────────────────────────────────────────── */
.ppw-grid {
	display: grid;
	gap: 60px;
	justify-content: center;
}

@media (min-width: 768px) {
	.ppw-grid {
		grid-template-columns: repeat(3, 362px);
	}
}

/* ── Card ────────────────────────────────────────────────── */
.ppw-card {
	position: relative;
	border-radius: 20px;
	padding: 2rem;
	width: 362px;
	max-width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.02);
	transition: box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.ppw-card:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.ppw-card--popular {
	background-color: #fff;
	color: inherit;
	border: 1px solid #11B946;
}

/* ── Popular badge ───────────────────────────────────────── */
.ppw-badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #11B946 !important;
	color: #fff !important;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 16px;
	border-radius: 9999px;
	white-space: nowrap;
	line-height: 1.5;
	letter-spacing: 0;
}

/* ── Plan name ───────────────────────────────────────────── */
.ppw-plan-name {
	margin: 0 0 8px !important;
	font-size: 36px !important;
	font-weight: 600 !important;
	color: #000 !important;
	line-height: 1.3 !important;
	font-family: 'Inter', sans-serif !important;
	letter-spacing: normal !important;
	word-spacing: normal !important;
}

.ppw-card--popular .ppw-plan-name {
	color: #000 !important;
}

/* ── Price row ───────────────────────────────────────────── */
.ppw-price-row {
	display: flex;
	align-items: baseline;
	gap: 4px;
	margin-bottom: 16px;
}

.ppw-price {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #000;
	line-height: 1.1;
}

.ppw-card--popular .ppw-price {
	color: #000;
}

/* keep unit same as regular */
.ppw-card--popular .ppw-unit {
	color: #9ca3af;
}

.ppw-unit {
	font-size: 14px;
	color: #9ca3af;
}

/* ── Description ─────────────────────────────────────────── */
.ppw-description {
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.625;
	color: #6b7280;
}

.ppw-card--popular .ppw-description {
	color: #6b7280;
}

/* ── Features list ───────────────────────────────────────── */
.ppw-features {
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-grow: 1;
}

.ppw-feature {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.ppw-check {
	flex-shrink: 0;
	color: #11B946 !important;
	margin-top: 2px;
	display: flex;
	align-items: center;
}

.ppw-check svg {
	stroke: #11B946 !important;
}

.ppw-card--popular .ppw-check {
	color: #11B946 !important;
}

.ppw-card--popular .ppw-check svg {
	stroke: #11B946 !important;
}

.ppw-feature-text {
	font-size: 14px;
	color: #4b5563;
	line-height: 1.5;
}

.ppw-card--popular .ppw-feature-text {
	color: #4b5563;
}

/* ── CTA Button ──────────────────────────────────────────── */
.ppw-btn {
	display: block !important;
	width: 100%;
	text-align: center;
	border-radius: 9999px !important;
	padding: 12px 24px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	font-family: 'Inter', sans-serif !important;
	line-height: 1.5 !important;
	background-color: #f5f5f7 !important;
	color: #000 !important;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid transparent !important;
	margin-top: auto;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}

.ppw-btn:hover,
.ppw-btn:focus {
	background-color: #d2d2d2 !important;
	color: #000 !important;
	text-decoration: none;
}

.ppw-card--popular .ppw-btn {
	background-color: #e4e4e4 !important;
	color: #000 !important;
	border: 1px solid transparent;
}

.ppw-card--popular .ppw-btn:hover,
.ppw-card--popular .ppw-btn:focus {
	background-color: #d1d1d1 !important;
	color: #000 !important;
	text-decoration: none;
}

/* ============================================================
   Additional Services  (.ppw-addons-*)
   ============================================================ */
.ppw-addons {
	margin-top: 100px;
}

.ppw-addons-title {
	text-align: center;
	margin: 0 0 2.5rem !important;
	font-size: 32px !important;
	font-weight: 600 !important;
	letter-spacing: -0.025em !important;
	color: #000 !important;
	line-height: 1.2 !important;
}

@media (min-width: 640px) {
	.ppw-addons-title {
		font-size: 36px !important;
	}
}

/* ── Grid ────────────────────────────────────────────────── */
.ppw-addons-grid {
	display: grid;
	gap: 1px;
	background-color: #e5e7eb;
	border-radius: 20px;
	overflow: hidden;
	max-width: 1118px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.ppw-addons-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* ── Single addon card ───────────────────────────────────── */
.ppw-addon {
	background-color: #fff;
	padding: 1.75rem 1.5rem;
	display: grid;
	grid-template-columns: 48px 1fr;
	grid-template-rows: auto auto;
	column-gap: 14px;
	align-items: start;
	transition: background-color 0.25s ease;
}

.ppw-addon:hover {
	background-color: #fafafa;
}

/* ── Icon ────────────────────────────────────────────────── */
.ppw-addon-icon {
	grid-column: 1;
	grid-row: 1;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background-color: #f5f5f7;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.ppw-addon-icon svg {
	width: 24px;
	height: 24px;
	fill: #000;
	display: block;
}

/* ── Body ────────────────────────────────────────────────── */
.ppw-addon-body {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
}

.ppw-addon-name {
	margin: 0 0 2px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #000 !important;
	line-height: 1.35 !important;
	font-family: 'Inter', sans-serif !important;
	letter-spacing: 0 !important;
}

.ppw-addon-desc {
	margin: 0 !important;
	font-size: 12px;
	color: #6b7280;
	line-height: 1.5;
}

/* ── Price ────────────────────────────────────────────────── */
.ppw-addon-price {
	grid-column: 1 / -1;
	grid-row: 2;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	letter-spacing: -0.01em;
	line-height: 1;
	margin-top: 1rem;
	padding-top: 1rem;
}

@media (max-width: 768px) {
	.ppw-section {
		padding: 0 30px;
	}
	.ppw-subtitle {
		font-size: 16px !important;
	}

	.ppw-card {
		width: 100%;
	}
}
