/* ==========================================================================
   NOSCASAMOS.MX — Invitaciones Landing Section Styles
   Used by: homeInvitacionesLanding() in homeUi.php
   ========================================================================== */

/* Hero floral decoratives */
.hero-floral {
	position: absolute;
	opacity: 0.06;
	z-index: 0;
}
.hero-floral-left {
	top: 15%;
	left: -2%;
	width: 280px;
	transform: rotate(-15deg);
}
.hero-floral-right {
	bottom: 10%;
	right: -2%;
	width: 250px;
	transform: rotate(15deg) scaleX(-1);
}

/* Features */
.nc-features {
	padding: 110px 0;
	background: var(--white);
}
.feature-card {
	padding: 45px 28px;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.04);
	background: var(--white);
	transition: all 0.4s ease;
	height: 100%;
	text-align: center;
}
.feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(166, 128, 124, 0.12);
	border-color: var(--rose-light);
}
.feature-icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--rose-light), var(--champagne-light));
	border-radius: 18px;
	transition: all 0.4s ease;
}
.feature-card:hover .feature-icon {
	transform: scale(1.1) rotate(3deg);
	box-shadow: 0 8px 25px rgba(166, 128, 124, 0.2);
}
.feature-icon svg {
	width: 30px;
	height: 30px;
	stroke: var(--rose-dark);
	fill: none;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.feature-card h4 {
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 10px;
	color: var(--text);
}
.feature-card p {
	font-weight: 300;
	color: var(--text-light);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0;
}

/* Templates */
.nc-templates {
	padding: 110px 0;
	background: var(--champagne-light);
}
.tmpl-card {
	border-radius: 16px;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 10px 40px rgba(0,0,0,0.04);
	transition: all 0.4s ease;
	margin-bottom: 30px;
}
.tmpl-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.tmpl-preview {
	width: 100%;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.tmpl-preview .tmpl-label {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 2rem;
	color: rgba(0,0,0,0.12);
	z-index: 1;
	transition: all 0.4s ease;
}
.tmpl-card:hover .tmpl-label {
	opacity: 0;
	transform: translateY(-10px);
}
.tmpl-preview .tmpl-overlay {
	position: absolute;
	inset: 0;
	background: rgba(166, 128, 124, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
}
.tmpl-card:hover .tmpl-overlay { opacity: 1; }
.tmpl-overlay span {
	background: var(--white);
	color: var(--rose-dark);
	padding: 10px 24px;
	border-radius: 50px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.tmpl-preview-1 { background: linear-gradient(135deg, #fafafa 0%, #ececec 100%); }
.tmpl-preview-2 { background: linear-gradient(135deg, #fdf8f0 0%, #e8d5c4 100%); }
.tmpl-preview-3 { background: linear-gradient(135deg, #f0e6f6 0%, #d3e0f7 100%); }
.tmpl-preview::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.06);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tmpl-preview .tmpl-deco {
	position: absolute;
	opacity: 0.08;
}
.tmpl-preview .tmpl-deco-tl {
	top: 20px;
	left: 20px;
	width: 50px;
}
.tmpl-preview .tmpl-deco-br {
	bottom: 20px;
	right: 20px;
	width: 50px;
	transform: rotate(180deg);
}
.tmpl-info {
	padding: 28px 22px;
	text-align: center;
}
.tmpl-info h4 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 6px;
	color: var(--text);
}
.tmpl-info p {
	font-size: 0.88rem;
	font-weight: 300;
	color: var(--text-light);
	margin: 0;
	line-height: 1.5;
}

/* Testimonials */
.nc-testimonials {
	padding: 110px 0;
	background: var(--cream);
}
.testimonial-card {
	background: var(--white);
	border-radius: 20px;
	padding: 40px 30px;
	border: 1px solid rgba(0,0,0,0.04);
	transition: all 0.4s ease;
	height: 100%;
	position: relative;
}
.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(166, 128, 124, 0.1);
}
.testimonial-quote {
	position: absolute;
	top: 20px;
	left: 25px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 4rem;
	color: var(--rose-light);
	line-height: 1;
	font-style: italic;
}
.testimonial-stars {
	color: var(--gold);
	font-size: 0.85rem;
	margin-bottom: 15px;
	letter-spacing: 3px;
}
.testimonial-text {
	font-size: 0.95rem;
	font-weight: 300;
	color: var(--text-light);
	line-height: 1.7;
	margin-bottom: 20px;
	font-style: italic;
}
.testimonial-author {
	font-weight: 500;
	color: var(--text);
	font-size: 0.9rem;
}
.testimonial-date {
	font-size: 0.78rem;
	color: var(--text-light);
	font-weight: 300;
}

/* Pricing */
.nc-pricing {
	padding: 110px 0;
	background: var(--white);
}
.price-card {
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 24px;
	padding: 50px 32px 40px;
	text-align: center;
	transition: all 0.4s ease;
	height: 100%;
	background: var(--white);
	position: relative;
	overflow: hidden;
}
.price-card:hover {
	box-shadow: 0 20px 60px rgba(0,0,0,0.06);
	transform: translateY(-6px);
}
.price-card.featured { border: 2px solid var(--rose); }
.price-card.featured::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 5px;
	background: linear-gradient(90deg, var(--rose-dark), var(--gold), var(--rose-dark));
	background-size: 200% 100%;
	animation: shimmer 3s linear infinite;
}
.featured-badge {
	background: linear-gradient(135deg, var(--champagne), var(--gold-light));
	color: var(--text);
	padding: 6px 20px;
	border-radius: 20px;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 18px;
	animation: sparkle 3s ease-in-out infinite;
}
.price-card h3 {
	font-family: 'Outfit', sans-serif;
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--text);
	margin-bottom: 18px;
}
.price-amount {
	font-family: 'Cormorant Garamond', serif;
	font-size: 3.8rem;
	font-weight: 300;
	color: var(--rose-dark);
	line-height: 1;
	margin-bottom: 8px;
}
.price-amount span {
	font-family: 'Outfit', sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--text-light);
}
.price-desc {
	font-size: 0.88rem;
	color: var(--text-light);
	font-weight: 300;
	margin-bottom: 28px;
}
.price-list {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
	text-align: left;
}
.price-list li {
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	color: var(--text-light);
	font-weight: 300;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 10px;
}
.price-list li:last-child { border-bottom: none; }
.price-list li svg {
	width: 18px; height: 18px;
	stroke: var(--rose-dark);
	fill: none;
	stroke-width: 1.8;
	flex-shrink: 0;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.price-list li.highlight {
	font-weight: 500;
	color: var(--text);
}
.price-guarantee {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 40px;
	padding: 10px 24px;
	background: var(--champagne-light);
	border-radius: 50px;
	font-size: 0.82rem;
	font-weight: 400;
	color: var(--text);
}
.price-guarantee svg {
	width: 18px; height: 18px;
	stroke: var(--gold);
	fill: none;
	stroke-width: 2;
}
.btn-price {
	display: block;
	padding: 14px;
	border-radius: 50px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s;
	text-align: center;
}
.btn-price-outline {
	border: 1px solid var(--text-light);
	color: var(--text);
	background: transparent;
}
.btn-price-outline:hover {
	background: var(--text);
	color: var(--white);
	border-color: var(--text);
}
.btn-price-filled {
	border: 2px solid var(--rose-dark);
	color: var(--white);
	background: var(--rose-dark);
}
.btn-price-filled:hover {
	background: transparent;
	color: var(--rose-dark);
}

/* FAQ */
.nc-faq {
	padding: 110px 0;
	background: var(--champagne-light);
}
.faq-item {
	background: var(--white);
	border-radius: 16px;
	margin-bottom: 12px;
	border: 1px solid rgba(0,0,0,0.04);
	overflow: hidden;
	transition: all 0.3s ease;
}
.faq-item:hover { border-color: var(--rose-light); }
.faq-question {
	padding: 22px 28px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-weight: 500;
	font-size: 1rem;
	color: var(--text);
	background: none;
	border: none;
	width: 100%;
	text-align: left;
	font-family: 'Outfit', sans-serif;
}
.faq-question:hover { color: var(--rose-dark); }
.faq-question .faq-icon {
	width: 28px; height: 28px;
	border-radius: 50%;
	border: 1px solid var(--rose-light);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
}
.faq-question .faq-icon svg {
	width: 14px; height: 14px;
	stroke: var(--rose-dark);
	fill: none;
	stroke-width: 2;
	transition: transform 0.3s ease;
}
.faq-item.active .faq-icon {
	background: var(--rose-dark);
	border-color: var(--rose-dark);
}
.faq-item.active .faq-icon svg {
	stroke: var(--white);
	transform: rotate(45deg);
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 28px;
}
.faq-item.active .faq-answer {
	max-height: 300px;
	padding: 0 28px 22px;
}
.faq-answer p {
	font-weight: 300;
	color: var(--text-light);
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0;
}

/* Steps */
.nc-steps {
	padding: 110px 0;
	background: var(--white);
}
.step-circle {
	width: 64px; height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	border: 2px solid var(--rose);
	background: var(--white);
	transition: all 0.3s;
}
.step-circle span {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.6rem;
	font-weight: 500;
	font-style: italic;
	color: var(--rose-dark);
}
.step-col:hover .step-circle {
	background: var(--rose-dark);
	border-color: var(--rose-dark);
}
.step-col:hover .step-circle span { color: var(--white); }
.nc-steps h4 {
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.nc-steps p {
	color: var(--text-light);
	font-weight: 300;
	font-size: 0.92rem;
	line-height: 1.6;
}
.step-connector { display: none; }
@media(min-width: 768px) {
	.step-connector {
		display: block;
		position: absolute;
		top: 32px;
		left: calc(50% + 40px);
		width: calc(100% - 80px);
		height: 1px;
		background: var(--rose-light);
	}
	.step-col { position: relative; }
	.step-col:last-child .step-connector { display: none; }
}

/* === Pricing Toggle === */
.pricing-toggle {
	display: flex;
	justify-content: center;
	gap: 0;
	margin-bottom: 50px;
}
.pricing-toggle-btn {
	padding: 12px 32px;
	border: 1.5px solid var(--rose);
	background: transparent;
	color: var(--text);
	font-family: 'Outfit', sans-serif;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.35s ease;
}
.pricing-toggle-btn:first-child {
	border-radius: 50px 0 0 50px;
	border-right: none;
}
.pricing-toggle-btn:last-child {
	border-radius: 0 50px 50px 0;
	border-left: none;
}
.pricing-toggle-btn.active {
	background: var(--rose-dark);
	color: var(--white);
	border-color: var(--rose-dark);
}
.pricing-toggle-btn:not(.active):hover {
	background: var(--rose-light);
	color: var(--text);
}

/* === Pricing Views === */
.pricing-view { display: none; }
.pricing-view.active { display: block; animation: fadeInUp 0.5s ease-out; }

/* === Configurator === */
.configurator {
	max-width: 760px;
	margin: 0 auto;
}

/* Configurator base info */
.cfg-base {
	background: linear-gradient(135deg, var(--champagne-light) 0%, var(--cream) 100%);
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 20px;
	padding: 36px 32px;
	margin-bottom: 32px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.cfg-base::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 4px;
	background: linear-gradient(90deg, var(--rose), var(--champagne), var(--rose));
	background-size: 200% 100%;
	animation: shimmer 3s linear infinite;
}
.cfg-base h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.8rem;
	font-weight: 400;
	margin: 0 0 8px;
	color: var(--text);
}
.cfg-base .cfg-base-price {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.8rem;
	font-weight: 300;
	color: var(--rose-dark);
	line-height: 1;
	margin-bottom: 6px;
}
.cfg-base .cfg-base-price span {
	font-family: 'Outfit', sans-serif;
	font-size: 0.85rem;
	font-weight: 400;
	color: var(--text-light);
}
.cfg-base p {
	font-size: 0.88rem;
	font-weight: 300;
	color: var(--text-light);
	margin: 0;
	line-height: 1.6;
}
.cfg-base-includes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}
.cfg-base-tag {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: var(--white);
	padding: 5px 14px;
	border-radius: 50px;
	font-size: 0.76rem;
	font-weight: 400;
	color: var(--text-light);
	border: 1px solid rgba(0,0,0,0.05);
}
.cfg-base-tag svg {
	width: 12px; height: 12px;
	stroke: var(--rose-dark);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* Feature group */
.cfg-group {
	margin-bottom: 28px;
}
.cfg-group-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}
.cfg-group-label {
	font-family: 'Outfit', sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--rose-dark);
}
.cfg-group-badge {
	font-size: 0.68rem;
	font-weight: 500;
	background: linear-gradient(135deg, var(--champagne), var(--gold-light));
	color: var(--text);
	padding: 3px 12px;
	border-radius: 20px;
	letter-spacing: 0.5px;
}

/* Feature card (selectable) */
.cfg-feature {
	display: flex;
	align-items: center;
	gap: 16px;
	background: var(--white);
	border: 1.5px solid rgba(0,0,0,0.06);
	border-radius: 16px;
	padding: 18px 20px;
	margin-bottom: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}
.cfg-feature:hover {
	border-color: var(--rose-light);
	box-shadow: 0 4px 20px rgba(166,128,124,0.08);
}
.cfg-feature.selected {
	border-color: var(--rose-dark);
	background: linear-gradient(135deg, rgba(232,213,211,0.15) 0%, rgba(245,237,224,0.15) 100%);
	box-shadow: 0 4px 20px rgba(166,128,124,0.1);
}

/* Custom checkbox */
.cfg-check {
	width: 24px; height: 24px;
	border-radius: 8px;
	border: 1.5px solid var(--rose);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
	background: var(--white);
}
.cfg-feature.selected .cfg-check,
.cfg-addon.selected .cfg-check {
	background: var(--rose-dark);
	border-color: var(--rose-dark);
}
.cfg-check svg {
	width: 14px; height: 14px;
	stroke: var(--white);
	fill: none;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.25s ease;
}
.cfg-feature.selected .cfg-check svg,
.cfg-addon.selected .cfg-check svg {
	opacity: 1;
	transform: scale(1);
}

/* Feature info */
.cfg-feature-info {
	flex: 1;
	min-width: 0;
}
.cfg-feature-name {
	font-weight: 500;
	font-size: 0.92rem;
	color: var(--text);
	margin-bottom: 2px;
}
.cfg-feature-desc {
	font-size: 0.78rem;
	font-weight: 300;
	color: var(--text-light);
	line-height: 1.4;
}

/* Feature price */
.cfg-feature-price {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: var(--rose-dark);
	flex-shrink: 0;
	white-space: nowrap;
}

/* Bundle discount badge */
.cfg-bundle-banner {
	background: linear-gradient(135deg, var(--champagne-light) 0%, var(--gold-light) 100%);
	border: 1px solid rgba(199,169,94,0.2);
	border-radius: 12px;
	padding: 12px 20px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.84rem;
	font-weight: 400;
	color: var(--text);
	transition: all 0.3s ease;
}
.cfg-bundle-banner.active {
	background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
	border-color: rgba(76,175,80,0.2);
}
.cfg-bundle-banner svg {
	width: 20px; height: 20px;
	stroke: var(--gold);
	fill: none;
	stroke-width: 2;
	flex-shrink: 0;
}
.cfg-bundle-banner.active svg {
	stroke: #4caf50;
}
.cfg-bundle-banner strong {
	font-weight: 600;
}

/* Sticky summary */
.cfg-summary {
	position: sticky;
	bottom: 20px;
	background: rgba(251,249,247,0.92);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 20px;
	padding: 24px 28px;
	margin-top: 32px;
	box-shadow: 0 -8px 40px rgba(0,0,0,0.08);
	z-index: 10;
}
.cfg-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.cfg-summary-row:last-of-type {
	margin-bottom: 0;
}
.cfg-summary-label {
	font-size: 0.84rem;
	font-weight: 300;
	color: var(--text-light);
}
.cfg-summary-value {
	font-size: 0.84rem;
	font-weight: 400;
	color: var(--text);
}
.cfg-summary-divider {
	border: none;
	border-top: 1px solid rgba(0,0,0,0.06);
	margin: 12px 0;
}
.cfg-summary-total {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.cfg-summary-total-label {
	font-family: 'Outfit', sans-serif;
	font-size: 1rem;
	font-weight: 500;
	color: var(--text);
}
.cfg-summary-total-price {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.6rem;
	font-weight: 300;
	color: var(--rose-dark);
	line-height: 1;
}
.cfg-summary-total-price span {
	font-family: 'Outfit', sans-serif;
	font-size: 0.78rem;
	font-weight: 400;
	color: var(--text-light);
}
.cfg-summary-discount {
	font-size: 0.78rem;
	font-weight: 500;
	color: #4caf50;
	text-align: right;
	margin-top: 2px;
}

/* Breakdown collapsible */
.cfg-summary-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}
.cfg-summary-toggle span {
	font-size: 0.78rem;
	font-weight: 500;
	color: var(--rose-dark);
	letter-spacing: 0.5px;
}
.cfg-summary-toggle svg {
	width: 16px; height: 16px;
	stroke: var(--rose-dark);
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 0.3s ease;
}
.cfg-summary-toggle:hover span { opacity: 0.7; }
.cfg-breakdown {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}
.cfg-breakdown.open {
	max-height: 200px;
}
.cfg-summary-toggle.open svg {
	transform: rotate(180deg);
}

/* Upsell banner */
.cfg-upsell {
	background: linear-gradient(135deg, rgba(232,213,211,0.3) 0%, rgba(245,237,224,0.3) 100%);
	border: 1px dashed var(--rose);
	border-radius: 14px;
	padding: 14px 20px;
	margin-top: 16px;
	display: none;
	align-items: center;
	gap: 10px;
	font-size: 0.84rem;
	font-weight: 400;
	color: var(--text);
	animation: pulse 3s ease-in-out infinite;
}
.cfg-upsell.visible {
	display: flex;
}
.cfg-upsell svg {
	width: 20px; height: 20px;
	stroke: var(--rose-dark);
	fill: none;
	stroke-width: 2;
	flex-shrink: 0;
}
.cfg-upsell strong {
	font-weight: 600;
	color: var(--rose-dark);
}

/* CTA button inside summary */
.cfg-summary .btn-price {
	margin-top: 16px;
}

/* === Extension add-on === */
.cfg-addon {
	background: var(--cream);
	border: 1px solid rgba(0,0,0,0.06);
	border-radius: 14px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
}
.cfg-addon:hover {
	border-color: var(--rose-light);
}
.cfg-addon.selected {
	border-color: var(--rose-dark);
	background: linear-gradient(135deg, rgba(232,213,211,0.15) 0%, rgba(245,237,224,0.15) 100%);
}
.cfg-addon-info {
	flex: 1;
}
.cfg-addon-name {
	font-weight: 500;
	font-size: 0.88rem;
	color: var(--text);
}
.cfg-addon-desc {
	font-size: 0.76rem;
	font-weight: 300;
	color: var(--text-light);
}

/* Responsive */
@media (max-width: 767px) {
	.price-amount { font-size: 3rem; }
	.nc-features, .nc-templates, .nc-pricing, .nc-steps, .nc-testimonials, .nc-faq { padding: 70px 0; }
	.hero-floral { display: none; }
	.pricing-toggle-btn { padding: 10px 20px; font-size: 0.72rem; letter-spacing: 1px; }
	.cfg-base { padding: 28px 20px; }
	.cfg-base .cfg-base-price { font-size: 2.2rem; }
	.cfg-feature { padding: 14px 16px; gap: 12px; }
	.cfg-feature-price { font-size: 1.1rem; }
	.cfg-summary { padding: 20px 20px; margin-left: -12px; margin-right: -12px; border-radius: 16px; }
	.cfg-summary-total-price { font-size: 2.2rem; }
	.cfg-upsell { font-size: 0.78rem; padding: 12px 16px; }
}
