/* =========================================================
   DIPACKING PRICING PAGE
========================================================= */

#dip-pricing-page {
	background: #fff;
	color: #24185f;
}


/* =========================================================
   HERO
========================================================= */

.dip-pricing-hero {
	padding: 165px 0 65px;
	background:
		radial-gradient(
			circle at 50% 0%,
			rgba(122, 90, 248, 0.10),
			transparent 38%
		);
}

.dip-pricing-heading {
	max-width: 850px;
}

.dip-pricing-eyebrow,
.dip-section-title > span {
	display: inline-flex;
	align-items: center;

	padding: 8px 15px;

	border-radius: 50px;

	background: #f0edff;

	color: #7051ed;

	font-size: 13px;
	font-weight: 700;

	margin-bottom: 20px;
}

.dip-pricing-heading h1 {
	color: #24185f;

	font-size: clamp(42px, 5vw, 66px);

	font-weight: 700;

	line-height: 1.05;

	letter-spacing: -2.5px;

	margin-bottom: 22px;
}

.dip-pricing-heading > p {
	max-width: 700px;

	margin: 0 auto 30px;

	font-size: 18px;

	line-height: 1.7;

	color: rgba(36, 24, 95, 0.65);
}


/* =========================================================
   BILLING SWITCH
========================================================= */

.dip-billing-switch {
	display: inline-flex;

	padding: 5px;

	border-radius: 50px;

	background: #f4f2fa;

	border: 1px solid rgba(36, 24, 95, 0.08);
}

.dip-billing-btn {
	border: 0;

	background: transparent;

	color: rgba(36, 24, 95, 0.65);

	border-radius: 50px;

	padding: 10px 18px;

	font-size: 14px;

	font-weight: 600;

	transition: 0.25s ease;
}

.dip-billing-btn.active {
	background: #fff;

	color: #24185f;

	box-shadow: 0 4px 14px rgba(36, 24, 95, 0.08);
}

.dip-billing-btn span {
	display: inline-block;

	margin-left: 5px;

	padding: 3px 6px;

	border-radius: 20px;

	background: #e5f8ed;

	color: #159955;

	font-size: 11px;
}


/* =========================================================
   CARDS
========================================================= */

.dip-pricing-cards-section {
	padding: 30px 0 110px;
}

.dip-price-card {
	position: relative;

	display: flex;
	flex-direction: column;

	height: 100%;

	padding: 38px;

	background: #fff;

	border: 1px solid rgba(36, 24, 95, 0.10);

	border-radius: 28px;

	box-shadow:
		0 18px 55px rgba(36, 24, 95, 0.07);

	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.dip-price-card:hover {
	transform: translateY(-6px);

	box-shadow:
		0 26px 70px rgba(36, 24, 95, 0.12);
}


/* PRO */

.dip-price-card-pro {
	border: 2px solid #7a5af8;

	box-shadow:
		0 22px 70px rgba(122, 90, 248, 0.16);
}

.dip-most-popular {
	position: absolute;

	top: -17px;
	left: 50%;

	transform: translateX(-50%);

	background: #7a5af8;

	color: #fff;

	padding: 8px 18px;

	border-radius: 30px;

	font-size: 12px;
	font-weight: 700;

	white-space: nowrap;
}


/* CARD HEAD */

.dip-plan-label {
	display: inline-block;

	color: #24185f;

	font-size: 14px;
	font-weight: 700;

	margin-bottom: 12px;
}

.dip-plan-label-pro {
	color: #7051ed;
}

.dip-price-card-head h2 {
	color: #24185f;

	font-size: 27px;

	font-weight: 700;

	margin-bottom: 10px;
}

.dip-price-card-head p {
	min-height: 52px;

	color: rgba(36, 24, 95, 0.58);

	line-height: 1.6;

	margin: 0;
}


/* PRICE */

.dip-card-price {
	display: flex;

	align-items: baseline;

	gap: 7px;

	margin-top: 36px;
}

.dip-price-value {
	color: #24185f;

	font-size: 47px;

	font-weight: 700;

	letter-spacing: -2px;

	line-height: 1;
}

.dip-price-period {
	color: rgba(36, 24, 95, 0.55);

	font-size: 14px;
}

.dip-annual-info {
	height: 20px;

	margin: 8px 0 24px;

	color: rgba(36, 24, 95, 0.45);

	font-size: 12px;
}


/* BUTTON */

.dip-price-button {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 100%;

	min-height: 52px;

	border: 1px solid rgba(36, 24, 95, 0.16);

	border-radius: 13px;

	background: #fff;

	color: #24185f;

	font-size: 15px;

	font-weight: 700;

	text-decoration: none;

	transition: 0.25s ease;
}

.dip-price-button:hover {
	background: #24185f;

	border-color: #24185f;

	color: #fff;
}

.dip-price-button-pro {
	background: #7a5af8;

	border-color: #7a5af8;

	color: #fff;
}

.dip-price-button-pro:hover {
	background: #24185f;

	border-color: #24185f;
}


/* FEATURES */

.dip-card-divider {
	height: 1px;

	background: rgba(36, 24, 95, 0.09);

	margin: 30px 0;
}

.dip-included-title {
	font-size: 14px;

	font-weight: 700;

	margin-bottom: 18px;
}

.dip-plan-features {
	list-style: none;

	padding: 0;

	margin: 0;
}

.dip-plan-features li {
	display: flex;

	align-items: flex-start;

	gap: 11px;

	margin-bottom: 15px;

	color: rgba(36, 24, 95, 0.78);

	font-size: 14px;

	line-height: 1.45;
}

.dip-mini-check {
	display: inline-flex;

	flex: 0 0 22px;

	align-items: center;
	justify-content: center;

	width: 22px;
	height: 22px;

	border-radius: 50%;

	background: #e8f8ef;

	color: #12a15c;

	font-size: 12px;

	font-weight: 700;
}


/* =========================================================
   COMPARISON
========================================================= */

.dip-comparison-section {
	padding: 105px 0;

	background: #f8f7fc;
}

.dip-section-title {
	max-width: 720px;

	margin-bottom: 55px;
}

.dip-section-title h2 {
	color: #24185f;

	font-size: clamp(34px, 4vw, 48px);

	font-weight: 700;

	letter-spacing: -1.5px;

	margin-bottom: 15px;
}

.dip-section-title p {
	color: rgba(36, 24, 95, 0.60);

	font-size: 17px;

	line-height: 1.7;
}


/* BOX */

.dip-comparison-wrapper {
	background: #eeeaff;

	padding: 14px;

	border: 1px solid rgba(36, 24, 95, 0.07);

	border-radius: 26px;

	box-shadow:
		0 20px 60px rgba(36, 24, 95, 0.07);
}


/* TABLE */

.dip-modern-table {
	--bs-table-bg: transparent;

	min-width: 800px;

	border-collapse: separate;

	border-spacing: 0 8px;

	color: #24185f;
}


/* HEADER */

.dip-modern-table thead th {
	--bs-table-bg: #291b70;

	background: #291b70 !important;

	color: #fff !important;

	border: 0 !important;

	padding: 23px 28px;

	font-size: 15px;

	font-weight: 700;
}

.dip-modern-table thead th:first-child {
	border-radius: 0px 0 0 0px;
}

.dip-modern-table thead th:last-child {
	border-radius: 0 0px 0px 0;
}

.dip-modern-table thead .dip-table-pro {
	background: #7a5af8 !important;
}


/* BODY */

.dip-modern-table tbody td {
	--bs-table-bg: #fff;

	background: #fff !important;

	border: 0 !important;

	padding: 20px 28px;

	font-size: 14px;
}

.dip-modern-table tbody td:first-child {
	border-radius: 0px 0 0 0px;

	font-weight: 500;
}

.dip-modern-table tbody td:last-child {
	border-radius: 0 0px 0px 0;
}

.dip-modern-table tbody td.dip-table-pro {
	--bs-table-bg: #f0edff;

	background: #f0edff !important;
}


/* CATEGORY */

.dip-modern-table .dip-table-category td {
	background: transparent !important;

	padding: 25px 10px 7px;

	color: rgba(36, 24, 95, 0.60);

	font-size: 12px;

	font-weight: 700;

	text-transform: uppercase;

	letter-spacing: 0.8px;
}


/* CHECK */

.dip-table-check {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	width: 29px;
	height: 29px;

	border-radius: 50%;

	background: #e5f7ed;

	color: #0ea45b;

	font-size: 15px;

	font-weight: 700;
}

.dip-table-cross {
	color: #ef4444;

	font-size: 22px;
}


/* WIDTH */

.dip-modern-table th:first-child,
.dip-modern-table td:first-child {
	width: 40%;
}

.dip-modern-table th:not(:first-child),
.dip-modern-table td:not(:first-child) {
	width: 20%;
}


/* =========================================================
   FAQ
========================================================= */

.dip-pricing-faq {
	padding: 110px 0;
}

.dip-faq-accordion {
	max-width: 900px;

	margin: 0 auto;
}

.dip-faq-accordion .accordion-item {
	margin-bottom: 12px;

	border: 1px solid rgba(36, 24, 95, 0.09);

	border-radius: 16px;

	overflow: hidden;
}

.dip-faq-accordion .accordion-button {
	padding: 21px 24px;

	color: #24185f;

	font-weight: 600;

	background: #fff;

	box-shadow: none;
}

.dip-faq-accordion .accordion-button:not(.collapsed) {
	color: #7051ed;

	background: #f8f6ff;
}

.dip-faq-accordion .accordion-body {
	color: rgba(36, 24, 95, 0.68);

	line-height: 1.7;

	padding: 5px 24px 23px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.dip-pricing-cta {
	padding: 20px 0 110px;
}

.dip-pricing-cta-box {
	position: relative;

	overflow: hidden;

	padding: 75px 30px;

	border-radius: 32px;

	background:
		linear-gradient(
			135deg,
			#24185f 0%,
			#5337bd 55%,
			#7a5af8 100%
		);

	color: #fff;
}

.dip-pricing-cta-box > span {
	display: inline-block;

	font-size: 13px;

	font-weight: 700;

	margin-bottom: 17px;

	opacity: 0.75;
}

.dip-pricing-cta-box h2 {
	max-width: 700px;

	margin: 0 auto 18px;

	color: #fff;

	font-size: clamp(34px, 4vw, 50px);

	font-weight: 700;

	letter-spacing: -1.5px;
}

.dip-pricing-cta-box p {
	max-width: 650px;

	margin: 0 auto 30px;

	color: rgba(255, 255, 255, 0.75);

	font-size: 16px;
}


/* CTA BUTTONS */

.dip-cta-actions {
	display: flex;

	justify-content: center;

	gap: 12px;

	flex-wrap: wrap;
}

.dip-cta-primary,
.dip-cta-secondary {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	min-height: 50px;

	padding: 0 25px;

	border-radius: 12px;

	font-size: 14px;

	font-weight: 700;

	text-decoration: none;

	transition: 0.25s ease;
}

.dip-cta-primary {
	background: #fff;

	color: #24185f;
}

.dip-cta-primary:hover {
	background: #f1edff;

	color: #24185f;
}

.dip-cta-secondary {
	border: 1px solid rgba(255, 255, 255, 0.35);

	color: #fff;
}

.dip-cta-secondary:hover {
	background: rgba(255, 255, 255, 0.10);

	color: #fff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

	.dip-pricing-hero {
		padding-top: 135px;
	}

	.dip-price-card {
		padding: 30px;
	}

	.dip-price-card-pro {
		margin-top: 15px;
	}

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

	.dip-pricing-hero {
		padding: 115px 0 45px;
	}

	.dip-pricing-heading h1 {
		font-size: 39px;

		letter-spacing: -1.5px;
	}

	.dip-pricing-heading > p {
		font-size: 16px;
	}

	.dip-pricing-cards-section {
		padding-bottom: 75px;
	}

	.dip-price-card {
		padding: 27px;

		border-radius: 22px;
	}

	.dip-price-value {
		font-size: 41px;
	}

	.dip-comparison-section,
	.dip-pricing-faq {
		padding: 75px 0;
	}

	.dip-comparison-wrapper {
		padding: 8px;

		border-radius: 18px;
	}

	.dip-pricing-cta-box {
		padding: 55px 20px;

		border-radius: 24px;
	}

}


/* =========================================================
   DIPACKING FEATURES PAGE
========================================================= */

#dip-features-page {
	color: #24185f;
	background: #ffffff;
}


/* HERO
========================================================= */

.dip-features-hero {
	padding: 165px 0 105px;

	background:
		radial-gradient(
			circle at 15% 10%,
			rgba(122,90,248,.10),
			transparent 30%
		),
		radial-gradient(
			circle at 90% 30%,
			rgba(122,90,248,.06),
			transparent 30%
		);
}

.dip-features-hero-content {
	max-width: 650px;
}

.dip-small-badge {
	display: inline-flex;
	align-items: center;

	padding: 7px 14px;

	background: #f0edff;

	border-radius: 50px;

	color: #7253ed;

	font-size: 12px;
	font-weight: 700;

	margin-bottom: 18px;
}

.dip-features-hero h1 {
	font-size: clamp(43px, 5vw, 67px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -2.5px;

	margin-bottom: 24px;
}

.dip-features-hero h1 span {
	color: #7a5af8;
}

.dip-features-hero-content > p {
	font-size: 18px;
	line-height: 1.75;

	color: rgba(36,24,95,.64);

	max-width: 600px;

	margin-bottom: 30px;
}

.dip-features-hero-image {
		
}

.dip-features-hero-image img {
	border-radius: 24px;
}


/* BUTTONS */

.dip-hero-actions {
	display: flex;
	flex-wrap: wrap;

	gap: 12px;
}

.dip-btn-primary,
.dip-btn-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	min-height: 52px;

	padding: 0 25px;

	border-radius: 12px;

	font-size: 14px;
	font-weight: 700;

	text-decoration: none;

	transition: .25s ease;
}

.dip-btn-primary {
	background: #7a5af8;
	color: #ffffff;
}

.dip-btn-primary:hover {
	background: #24185f;
	color: #ffffff;
}

.dip-btn-secondary {
	border: 1px solid rgba(36,24,95,.15);

	color: #24185f;
	background: #ffffff;
}

.dip-btn-secondary:hover {
	background: #24185f;
	color: #ffffff;
}


/* NAV
========================================================= */

.dip-feature-nav-section {
	padding-bottom: 35px;
}

.dip-feature-nav {
	display: flex;

	align-items: center;
	justify-content: center;

	flex-wrap: wrap;

	gap: 8px;

	padding: 9px;

	background: #f7f5fc;

	border: 1px solid rgba(36,24,95,.07);

	border-radius: 50px;
}

.dip-feature-nav a {
	padding: 9px 17px;

	border-radius: 50px;

	color: rgba(36,24,95,.72);

	font-size: 13px;
	font-weight: 600;

	text-decoration: none;
}

.dip-feature-nav a:hover {
	background: #ffffff;
	color: #7a5af8;

	box-shadow: 0 5px 15px rgba(36,24,95,.06);
}


/* SECTION HEADER
========================================================= */

.dip-section-header {
	max-width: 760px;

	margin-bottom: 55px;
}

.dip-section-header h2 {
	font-size: clamp(34px,4vw,49px);

	font-weight: 700;

	letter-spacing: -1.5px;

	margin-bottom: 16px;
}

.dip-section-header p {
	color: rgba(36,24,95,.60);

	font-size: 17px;

	line-height: 1.7;
}


/* OVERVIEW
========================================================= */

.dip-features-overview {
	padding: 90px 0 115px;
}

.dip-mini-feature-card {
	height: 100%;

	padding: 28px;

	background: #ffffff;

	border: 1px solid rgba(36,24,95,.09);

	border-radius: 22px;

	box-shadow: 0 15px 40px rgba(36,24,95,.05);
}

.dip-feature-icon {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	width: 42px;
	height: 42px;

	margin-bottom: 22px;

	border-radius: 12px;

	background: #eee9ff;

	color: #7a5af8;

	font-size: 18px;
	font-weight: 700;
}

.dip-mini-feature-card h3,
.dip-more-feature-card h3 {
	font-size: 18px;
	font-weight: 700;

	margin-bottom: 10px;
}

.dip-mini-feature-card p,
.dip-more-feature-card p {
	font-size: 14px;

	line-height: 1.65;

	color: rgba(36,24,95,.60);

	margin: 0;
}


/* LARGE FEATURE SECTIONS
========================================================= */

.dip-feature-section {
	padding: 115px 0;
}

.dip-section-alt {
	background: #f8f7fc;
}

.dip-feature-content {
	max-width: 590px;
}

.dip-feature-content h2 {
	font-size: clamp(34px,4vw,50px);

	font-weight: 700;

	line-height: 1.12;

	letter-spacing: -1.5px;

	margin-bottom: 20px;
}

.dip-feature-content > p {
	font-size: 17px;

	line-height: 1.75;

	color: rgba(36,24,95,.60);

	margin-bottom: 30px;
}

.dip-feature-image {
	padding: 20px;

	background: #f0edff;

	border-radius: 30px;
}

.dip-feature-image img {
	display: block;

	width: 100%;

	border-radius: 22px;
}


/* FEATURE LIST
========================================================= */

.dip-feature-list {
	display: flex;

	flex-direction: column;

	gap: 18px;
}

.dip-list-item {
	display: flex;

	gap: 14px;

	align-items: flex-start;
}

.dip-list-item > span {
	display: inline-flex;

	align-items: center;
	justify-content: center;

	flex: 0 0 27px;

	width: 27px;
	height: 27px;

	background: #e6f8ee;

	border-radius: 50%;

	color: #0da45a;

	font-size: 13px;
	font-weight: 700;
}

.dip-list-item strong {
	display: block;

	font-size: 15px;

	margin-bottom: 3px;
}

.dip-list-item p {
	margin: 0;

	color: rgba(36,24,95,.57);

	font-size: 13px;

	line-height: 1.55;
}


/* QR STATS
========================================================= */

.dip-stats-grid {
	display: grid;

	grid-template-columns: repeat(3,1fr);

	gap: 12px;

	margin: 28px 0;
}

.dip-stats-grid > div {
	padding: 20px;

	background: #ffffff;

	border: 1px solid rgba(36,24,95,.08);

	border-radius: 16px;
}

.dip-stats-grid strong {
	display: block;

	color: #7a5af8;

	font-size: 25px;

	margin-bottom: 4px;
}

.dip-stats-grid span {
	color: rgba(36,24,95,.55);

	font-size: 12px;
}

.dip-simple-list {
	list-style: none;

	padding: 0;
	margin: 0;
}

.dip-simple-list li {
	position: relative;

	padding-left: 23px;

	margin-bottom: 12px;

	font-size: 14px;
}

.dip-simple-list li::before {
	content: "✓";

	position: absolute;

	left: 0;

	color: #7a5af8;

	font-weight: 700;
}


/* AI CARDS
========================================================= */

.dip-feature-cards-small {
	display: grid;

	grid-template-columns: 1fr 1fr;

	gap: 13px;
}

.dip-feature-cards-small > div {
	padding: 20px;

	border: 1px solid rgba(36,24,95,.08);

	border-radius: 17px;

	background: #ffffff;
}

.dip-feature-cards-small span {
	display: block;

	font-size: 21px;

	margin-bottom: 13px;
}

.dip-feature-cards-small strong {
	display: block;

	font-size: 14px;

	margin-bottom: 6px;
}

.dip-feature-cards-small p {
	font-size: 12px;

	line-height: 1.55;

	color: rgba(36,24,95,.58);

	margin: 0;
}


/* MARKETING VISUALS
========================================================= */

.dip-visual-card {
	height: 100%;

	overflow: hidden;

	padding: 30px 30px 0;

	background: #ffffff;

	border: 1px solid rgba(36,24,95,.08);

	border-radius: 25px;
}

.dip-visual-card-large {
	background: linear-gradient(
		135deg,
		#ffffff,
		#f0edff
	);
}

.dip-visual-content > span {
	color: #7a5af8;

	font-size: 12px;
	font-weight: 700;
}

.dip-visual-content h3 {
	font-size: 24px;

	font-weight: 700;

	margin: 8px 0 10px;
}

.dip-visual-content p {
	color: rgba(36,24,95,.58);

	font-size: 14px;

	line-height: 1.6;
}

.dip-visual-card img {
	width: 100%;

	margin-top: 0px;
}


/* SMALL INFO CARD */

.dip-small-info-card {
	display: flex;

	gap: 20px;

	height: 100%;

	padding: 25px;

	background: #ffffff;

	border: 1px solid rgba(36,24,95,.08);

	border-radius: 20px;
}

.dip-small-info-card h3 {
	font-size: 17px;

	font-weight: 700;

	margin-bottom: 7px;
}

.dip-small-info-card p {
	font-size: 13px;

	line-height: 1.6;

	color: rgba(36,24,95,.58);

	margin: 0;
}


/* DEEP CARDS
========================================================= */

.dip-deep-card {
	height: 100%;

	overflow: hidden;

	padding: 35px 35px 0;

	background: #f8f7fc;

	border: 1px solid rgba(36,24,95,.07);

	border-radius: 28px;
}

.dip-deep-card h2 {
	font-size: 30px;
}

.dip-deep-card img {
	display: block;

	width: 100%;

	margin-top: 30px;
}


/* ANALYTICS
========================================================= */

.dip-analytics-section {
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			#f7f4ff 100%
		);
}

.dip-dashboard-image {
	box-shadow: 0 25px 70px rgba(36,24,95,.09);
}


/* MORE FEATURES
========================================================= */

.dip-more-features {
	padding: 115px 0;
}

.dip-more-feature-card {
	height: 100%;

	padding: 28px;

	background: #ffffff;

	border: 1px solid rgba(36,24,95,.09);

	border-radius: 22px;

	transition: .25s ease;
}

.dip-more-feature-card:hover {
	transform: translateY(-4px);

	box-shadow: 0 18px 50px rgba(36,24,95,.08);
}


/* CTA
========================================================= */

.dip-features-cta {
	padding: 20px 0 110px;
}

.dip-features-cta-box {
	display: flex;

	align-items: center;
	justify-content: space-between;

	gap: 40px;

	padding: 65px;

	border-radius: 32px;

	background:
		linear-gradient(
			135deg,
			#24185f 0%,
			#4d34b1 50%,
			#7a5af8 100%
		);

	color: #ffffff;
}

.dip-features-cta-box > div:first-child {
	max-width: 700px;
}

.dip-features-cta-box > div:first-child > span {
	font-size: 13px;

	font-weight: 700;

	opacity: .7;
}

.dip-features-cta-box h2 {
	color: #ffffff;

	font-size: clamp(32px,4vw,48px);

	font-weight: 700;

	letter-spacing: -1.5px;

	margin: 10px 0 15px;
}

.dip-features-cta-box p {
	color: rgba(255,255,255,.70);

	margin: 0;
}

.dip-cta-buttons {
	display: flex;

	flex-direction: column;

	gap: 10px;

	min-width: 220px;
}

.dip-cta-white,
.dip-cta-outline {
	display: flex;

	align-items: center;
	justify-content: center;

	min-height: 50px;

	padding: 0 22px;

	border-radius: 12px;

	font-size: 13px;
	font-weight: 700;

	text-decoration: none;
}

.dip-cta-white {
	background: #ffffff;

	color: #24185f;
}

.dip-cta-outline {
	border: 1px solid rgba(255,255,255,.35);

	color: #ffffff;
}


/* TABLET
========================================================= */

@media (max-width: 991.98px) {

	.dip-features-hero {
		padding: 135px 0 80px;
	}

	.dip-feature-section {
		padding: 85px 0;
	}

	.dip-features-cta-box {
		padding: 45px;

		flex-direction: column;

		align-items: flex-start;
	}

	.dip-cta-buttons {
		width: 100%;

		flex-direction: row;
	}

}


/* MOBILE
========================================================= */

@media (max-width: 767.98px) {

	.dip-features-hero {
		padding: 115px 0 60px;
	}

	.dip-features-hero h1 {
		font-size: 39px;

		letter-spacing: -1.5px;
	}

	.dip-feature-nav {
		justify-content: flex-start;

		flex-wrap: nowrap;

		overflow-x: auto;

		border-radius: 15px;
	}

	.dip-feature-nav a {
		white-space: nowrap;
	}

	.dip-features-overview,
	.dip-more-features {
		padding: 70px 0;
	}

	.dip-feature-section {
		padding: 70px 0;
	}

	.dip-feature-cards-small {
		grid-template-columns: 1fr;
	}

	.dip-stats-grid {
		grid-template-columns: 1fr;
	}

	.dip-features-cta-box {
		padding: 35px 25px;

		border-radius: 24px;
	}

	.dip-cta-buttons {
		flex-direction: column;
	}

}

/* ===================================
   SECTIONS FONCTIONNALITÉS DIPACKING
=================================== */

.dipacking-feature-section {
  width: 100%;
  padding: 85px 0;
  overflow: hidden;
  background-color: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
}

/* Utilise le même alignement que le reste de la page */

.dipacking-feature-section > .container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.dipacking-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 65px;
  width: 100%;
}

/* ===================================
   IMAGES
=================================== */

.dipacking-feature-media {
  width: 100%;
  padding: 8px;
  overflow: hidden;
 }

.dipacking-feature-media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 21px;
}

/* ===================================
   CONTENU
=================================== */

.dipacking-feature-content {
  width: 100%;
}

.dipacking-feature-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 10px 19px;
  background-color: #f0ebff;
  border-radius: 50px;
  color: #6f4cff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.dipacking-feature-title {
  margin: 0 0 24px;
  color: #24185f;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -1px;
}

.dipacking-feature-description {
  margin: 0 0 40px;
  color: #756e91;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.dipacking-feature-subtitle {
  margin: 0 0 24px;
  color: #24185f;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}

/* ===================================
   LISTES
=================================== */

.dipacking-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dipacking-feature-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 45px;
  color: #655e7c;
  font-size: 16px;
  line-height: 1.55;
}

.dipacking-feature-list li:last-child {
  margin-bottom: 0;
}

.dipacking-feature-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #f0ebff;
  border-radius: 50%;
  color: #7557ff;
  font-size: 14px;
  font-weight: 700;
}

/* ===================================
   TABLETTE
=================================== */

@media screen and (max-width: 991px) {
  .dipacking-feature-section {
    padding: 70px 0;
  }

  .dipacking-feature-row {
    gap: 40px;
  }

  .dipacking-feature-title {
    font-size: 34px;
  }

  .dipacking-feature-description {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .dipacking-feature-subtitle {
    font-size: 21px;
  }

  .dipacking-feature-list li {
    font-size: 15px;
  }
}

/* ===================================
   MOBILE
=================================== */

@media screen and (max-width: 767px) {
  .dipacking-feature-section {
    padding: 55px 0;
  }

  .dipacking-feature-section > .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dipacking-feature-row {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .dipacking-feature-media {
    padding: 6px;
    border-radius: 22px;
  }

  .dipacking-feature-media img {
    border-radius: 16px;
  }

  .dipacking-feature-title {
    font-size: 32px;
  }

  .dipacking-feature-description {
    font-size: 16px;
  }

  .dipacking-feature-subtitle {
    font-size: 22px;
  }
}

/* ======================================
   MARKETING & STORYTELLING — DIPACKING
====================================== */

.dipa-marketing-section,
.dipa-marketing-section * {
  box-sizing: border-box;
}

.dipa-marketing-section {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
  background-color: #f8f7ff;
  font-family: "Open Sans", Arial, sans-serif;
}

.dipa-marketing-container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* ======================================
   EN-TÊTE
====================================== */

.dipa-marketing-header {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.dipa-marketing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 10px 19px;
  background-color: #eee9ff;
  border-radius: 50px;
  color: #7255ff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.dipa-marketing-title {
  margin: 0 0 20px;
  color: #24185f;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.dipa-marketing-description {
  margin: 0;
  color: #7b7198;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

/* ======================================
   STORYTELLING + GALERIE
====================================== */

.dipa-marketing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  width: 100%;
}

.dipa-marketing-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 30px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #e3def1;
  border-radius: 24px;
}

.dipa-storytelling-card {
  background-color: #f7f4ff;
}

.dipa-gallery-card {
  background-color: #f7f4ff;
}

.dipa-marketing-label {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 12px;
  color: #7357ff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.dipa-marketing-card-title {
  margin: 0 0 10px;
  color: #24185f;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

.dipa-marketing-card-description {
  margin: 0;
  color: #817799;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
}

/* Images Storytelling et Galerie */

.dipa-marketing-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 310px;
  margin-top: 0px;
  overflow: hidden;
  border-radius: 17px;
}

.dipa-marketing-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 17px;
}

.dipa-enriched-card {
  width: 100%;
  max-width: 1200px;
  margin: 28px auto 0;
  padding: 48px 60px;
  background: #fff;
  border: 1px solid #e4e0f0;
  border-radius: 28px;
  box-sizing: border-box;
}

/* Deux colonnes : texte à gauche, liste à droite */
.dipa-enriched-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 75px;
}

.dipa-enriched-intro {
  min-width: 0;
}

.dipa-marketing-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 9px 17px;
  color: #6f50ff;
  background: #f0ecff;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
}

.dipa-enriched-title {
  margin: 0 0 20px;
  color: #24185f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.18;
}

.dipa-enriched-description {
  margin: 0;
  color: #81749a;
  font-size: 15px;
  line-height: 1.7;
}

.dipa-enriched-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dipa-enriched-list li {
  position: relative;
  min-height: 34px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  color: #554a75;
  font-size: 15px;
  line-height: 1.5;
}

.dipa-enriched-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7357ff;
  background: #f0ecff;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
}

/* Tablette et mobile */
@media (max-width: 900px) {
  .dipa-enriched-card {
    padding: 40px 30px;
  }

  .dipa-enriched-content {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .dipa-enriched-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .dipa-enriched-card {
    padding: 32px 22px;
    border-radius: 22px;
  }

  .dipa-enriched-title {
    font-size: 28px;
  }

  .dipa-enriched-description,
  .dipa-enriched-list li {
    font-size: 16px;
  }
}

/* ======================================
   TABLETTE
====================================== */

@media screen and (max-width: 991px) {
  .dipa-marketing-section {
    padding: 70px 0;
  }

  .dipa-marketing-title {
    font-size: 39px;
  }

  .dipa-marketing-grid {
    grid-template-columns: 1fr;
  }

  

/* ======================================
   MOBILE
====================================== */

@media screen and (max-width: 767px) {
  .dipa-marketing-section {
    padding: 55px 0;
  }

  .dipa-marketing-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .dipa-marketing-header {
    margin-bottom: 38px;
  }

  .dipa-marketing-title {
    font-size: 32px;
    letter-spacing: -0.7px;
  }

  .dipa-marketing-title br {
    display: none;
  }

  .dipa-marketing-description {
    font-size: 16px;
  }

  .dipa-marketing-card {
    padding: 23px 18px;
    border-radius: 20px;
  }

  .dipa-marketing-card-title {
    font-size: 22px;
  }

  .dipa-marketing-card-image {
    height: auto;
    min-height: 220px;
  }

  .dipa-marketing-card-image img {
    height: auto;
    max-height: 300px;
  }

  
  