:root {
	--pd-green: #1b4d2b;
	--pd-dark: #0d2818;
	--pd-deep: #051a0f;
	--pd-sage: #6ba547;
	--pd-gold: #d4af37;
	--pd-brown: #8b6f47;
	--pd-clay: #c1653a;
	--pd-cream: #f5f1e8;
	--pd-white: #fefdf9;
	--pd-ink: #1a1a1a;
	--pd-muted: #5a5a5a;
	--pd-soft: #b8a894;
	--pd-line: #e8dcc8;
	--pd-radius: 12px;
	--pd-shadow: 0 12px 32px rgba(13, 40, 24, 0.12);
	--pd-ease: cubic-bezier(0.4, 0, 0.2, 1);
}

.pudi-dabbi-page .site-header,
.pudi-dabbi-page .site-footer,
.pudi-dabbi-page .entry-header {
	display: none;
}

.pudi-dabbi-page .site-content .ast-container,
.pudi-dabbi-page .entry-content,
.pudi-dabbi-page .entry-content > .wp-block-shortcode {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.pudi-dabbi-page #content,
.pudi-dabbi-page #primary,
.pudi-dabbi-page .site-main,
.pudi-dabbi-page .ast-container,
.pudi-dabbi-page .ast-article-single,
.pudi-dabbi-page .entry-content,
.pudi-dabbi-page .wp-block-shortcode {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pudi-dabbi-page .site-content,
.pudi-dabbi-page .ast-article-single,
.pudi-dabbi-page .entry-content {
	padding: 0;
}

.pd-shell,
.pd-shell * {
	box-sizing: border-box;
}

.pd-shell {
	background: var(--pd-white);
	color: var(--pd-ink);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	scroll-behavior: smooth;
}

.pd-shell h1,
.pd-shell h2,
.pd-shell h3 {
	margin: 0 0 14px;
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	line-height: 1.15;
	letter-spacing: 0;
}

.pd-shell h1 {
	max-width: 980px;
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(2.25rem, 5vw, 3.65rem);
	font-weight: 800;
}

.pd-shell h2 {
	font-family: "Playfair Display", Georgia, serif;
	font-size: clamp(1.8rem, 3.2vw, 2.65rem);
}

.pd-shell h3 {
	font-size: 1.12rem;
	font-weight: 700;
}

.pd-shell p {
	margin-top: 0;
}

.pd-wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-right: 12px;
	padding-left: 12px;
}

.pd-section {
	padding: 64px 0;
}

.pd-band {
	background:
		linear-gradient(90deg, rgba(139, 111, 71, 0.05) 1px, transparent 1px),
		var(--pd-cream);
	background-size: 32px 32px;
}

.pd-eyebrow {
	margin: 0 0 12px;
	color: var(--pd-gold);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pd-section-head {
	max-width: 780px;
	margin: 0 auto 40px;
	text-align: center;
}

.pd-section-head p:last-child {
	color: var(--pd-muted);
}

.pd-header {
	position: sticky;
	top: 0;
	z-index: 9998;
	background: var(--pd-dark);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.pd-header-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 42px;
	min-height: 92px;
}

.pd-brand {
	display: inline-flex;
	align-items: center;
	color: var(--pd-cream);
	text-decoration: none;
}

.pd-logo-img {
	display: block;
	width: 72px;
	height: 72px;
	border: 2px solid rgba(212, 175, 55, 0.72);
	border-radius: 50%;
	background: var(--pd-cream);
	object-fit: cover;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.pd-header-actions svg,
.pd-icon svg,
.pd-icon-btn svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.pd-header-actions a,
.pd-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: rgba(254, 253, 249, 0.12);
	color: var(--pd-cream);
	cursor: pointer;
	text-decoration: none;
	transition: color 0.25s var(--pd-ease), transform 0.25s var(--pd-ease), background 0.25s var(--pd-ease);
}

.pd-header-actions a:hover,
.pd-icon-btn:hover {
	background: rgba(212, 175, 55, 0.16);
	color: var(--pd-gold);
	transform: translateY(-1px);
}

.pd-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 0;
	background: transparent;
	color: var(--pd-cream);
	cursor: pointer;
	transition: color 0.25s var(--pd-ease);
}

.pd-menu-toggle:hover {
	color: var(--pd-gold);
}

.pd-menu-toggle svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.pd-header-actions {
	margin-left: auto;
	display: flex;
	gap: 10px;
	align-items: center;
}

.pd-menu-toggle {
	display: none;
}

.pd-nav {
	display: flex;
}

.pd-nav-inner {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pd-nav a {
	position: relative;
	padding: 14px 16px;
	color: var(--pd-cream);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.25s var(--pd-ease), background 0.25s var(--pd-ease);
}

.pd-nav a::after {
	content: "";
	position: absolute;
	right: 16px;
	bottom: 8px;
	left: 16px;
	height: 2px;
	background: var(--pd-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s var(--pd-ease);
}

.pd-nav a:hover {
	color: var(--pd-gold);
	background: rgba(254, 253, 249, 0.06);
}

.pd-nav a:hover::after {
	transform: scaleX(1);
}

.pd-hero {
	position: relative;
	overflow: hidden;
	min-height: 540px;
	display: flex;
	align-items: center;
	color: var(--pd-cream);
	background: var(--pd-dark);
}

.pd-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 82% 30%, rgba(212, 175, 55, 0.09), transparent 24%),
		linear-gradient(90deg, rgba(245, 241, 232, 0.035) 1px, transparent 1px);
	background-size: auto, 42px 42px;
	opacity: 1;
}

.pd-hero-grid,
.pd-two-col,
.pd-contact-grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
	gap: 42px;
	align-items: center;
}

.pd-hero-grid {
	padding-top: 58px;
	padding-bottom: 58px;
}

.pd-hero-copy p:not(.pd-eyebrow):not(.pd-subtitle) {
	max-width: 650px;
	color: rgba(245, 241, 232, 0.9);
	font-size: 1rem;
}

.pd-hero-copy h1 {
	color: var(--pd-cream);
}

.pd-subtitle {
	color: var(--pd-gold);
	font-family: "Poppins", Arial, sans-serif;
	font-size: clamp(1.25rem, 2.4vw, 1.75rem);
	font-weight: 700;
}

.pd-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.pd-btn,
.pd-text-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 8px;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.3s var(--pd-ease), box-shadow 0.3s var(--pd-ease), background 0.3s var(--pd-ease), color 0.3s var(--pd-ease), border-color 0.3s var(--pd-ease);
}

.pd-btn {
	padding: 13px 26px;
}

.pd-btn:hover,
.pd-text-link:hover {
	transform: translateY(-2px) scale(1.01);
}

.pd-btn-primary {
	background: var(--pd-green);
	color: var(--pd-cream);
	box-shadow: 0 10px 24px rgba(27, 77, 43, 0.22);
}

.pd-btn-primary:hover {
	background: var(--pd-gold);
	color: var(--pd-green);
}

.pd-btn-light {
	border: 2px solid var(--pd-gold);
	background: transparent;
	color: var(--pd-gold);
}

.pd-btn-light:hover,
.pd-btn-gold {
	background: var(--pd-gold);
	color: var(--pd-green);
}

.pd-btn-gold:hover {
	box-shadow: 0 12px 28px rgba(212, 175, 55, 0.26);
}

.pd-text-link {
	min-height: auto;
	padding: 0;
	color: var(--pd-green);
}

.pd-hero-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	width: min(520px, 100%);
	aspect-ratio: 1;
	min-height: auto;
	overflow: hidden;
	border: 4px solid rgba(212, 175, 55, 0.72);
	border-radius: 50%;
	background: var(--pd-cream);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.pd-hero-visual img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.pd-art {
	position: relative;
	min-height: 230px;
	overflow: hidden;
	border-radius: 16px;
	background:
		linear-gradient(to top, rgba(5, 26, 15, 0.62), rgba(5, 26, 15, 0.04) 58%),
		linear-gradient(135deg, #fff8ea, #edf6e6);
	background-position: center;
	background-size: cover;
	box-shadow: var(--pd-shadow);
	transition: transform 0.4s var(--pd-ease);
}

.pd-art::before,
.pd-art::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(254, 253, 249, 0.76);
}

.pd-art::before {
	display: none;
}

.pd-art::after {
	inset: 0;
	width: auto;
	height: auto;
	background: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%);
	border-radius: 0;
}

.pd-art span {
	position: absolute;
	right: 18px;
	bottom: 16px;
	left: 18px;
	z-index: 2;
	color: var(--pd-cream);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1.04rem;
	font-weight: 800;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.pd-art-hero {
	min-height: 455px;
	border: 1px solid rgba(245, 241, 232, 0.2);
	background:
		linear-gradient(to top, rgba(5, 26, 15, 0.42), transparent 54%),
		url("https://images.pexels.com/photos/2632292/pexels-photo-2632292.jpeg?auto=compress&cs=tinysrgb&w=900"),
		radial-gradient(circle at 18% 22%, #e47a2b 0 11%, transparent 12%),
		radial-gradient(circle at 73% 21%, #ba3d31 0 13%, transparent 14%),
		radial-gradient(circle at 30% 72%, #315f24 0 15%, transparent 16%),
		radial-gradient(circle at 76% 76%, #8b2144 0 12%, transparent 13%),
		linear-gradient(135deg, #fffaf0, #e9f4df);
}

.pd-art-carrot { background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/6808985/pexels-photo-6808985.jpeg?auto=compress&cs=tinysrgb&w=800"); }
.pd-art-tomato { background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/33440710/pexels-photo-33440710.jpeg?auto=compress&cs=tinysrgb&w=800"); }
.pd-art-spinach { background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/7208238/pexels-photo-7208238.jpeg?auto=compress&cs=tinysrgb&w=800"); }
.pd-art-beetroot { background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/3537741/pexels-photo-3537741.jpeg?auto=compress&cs=tinysrgb&w=800"); }
.pd-art-mixed { background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/2632292/pexels-photo-2632292.jpeg?auto=compress&cs=tinysrgb&w=800"); }
.pd-art-garlic { background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/10966836/pexels-photo-10966836.jpeg?auto=compress&cs=tinysrgb&w=800"); }
.pd-art-gallery-0,
.pd-art-gallery-1,
.pd-art-gallery-2,
.pd-art-gallery-3,
.pd-art-gallery-4,
.pd-art-gallery-5 {
	background-image: linear-gradient(to top, rgba(5, 26, 15, 0.58), transparent 58%), url("https://images.pexels.com/photos/2632292/pexels-photo-2632292.jpeg?auto=compress&cs=tinysrgb&w=800");
}

.pd-feature-grid,
.pd-product-grid,
.pd-service-grid,
.pd-testimonial-grid,
.pd-gallery-grid,
.pd-stat-grid {
	display: grid;
	gap: 24px;
}

.pd-feature-grid,
.pd-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-product-grid-wide {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pd-feature,
.pd-product-card,
.pd-service,
.pd-testimonial,
.pd-panel,
.pd-contact-card,
.pd-faq-list details {
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-radius);
	background: var(--pd-white);
	box-shadow: 0 2px 10px rgba(13, 40, 24, 0.08);
	transition: transform 0.35s var(--pd-ease), box-shadow 0.35s var(--pd-ease), border-color 0.35s var(--pd-ease);
}

.pd-feature:hover,
.pd-product-card:hover,
.pd-service:hover,
.pd-testimonial:hover,
.pd-contact-card:hover {
	border-color: rgba(212, 175, 55, 0.8);
	box-shadow: 0 12px 26px rgba(13, 40, 24, 0.13);
	transform: translateY(-4px);
}

.pd-feature {
	padding: 24px;
	border-top: 3px solid var(--pd-gold);
}

.pd-service,
.pd-testimonial,
.pd-panel,
.pd-contact-card {
	padding: 24px;
}

.pd-icon {
	display: inline-flex;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(107, 165, 71, 0.14), rgba(212, 175, 55, 0.14));
	color: var(--pd-green);
}

.pd-icon svg {
	width: 30px;
	height: 30px;
}

.pd-feature:nth-child(3n) .pd-icon { color: var(--pd-clay); }
.pd-feature:nth-child(4n) .pd-icon { color: var(--pd-brown); }
.pd-feature:nth-child(5n) .pd-icon { color: var(--pd-gold); }

.pd-feature p,
.pd-product-card p,
.pd-service p,
.pd-panel p,
.pd-contact-card p,
.pd-meta {
	color: var(--pd-muted);
}

.pd-product-card {
	position: relative;
	overflow: hidden;
}

.pd-product-card:hover .pd-art {
	transform: scale(1.035);
}

.pd-product-card .pd-art {
	min-height: 245px;
	border-radius: 12px 12px 0 0;
	box-shadow: none;
}

.pd-card-body {
	position: relative;
	z-index: 2;
	padding: 20px;
	background: var(--pd-white);
}

.pd-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--pd-gold);
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
}

.pd-rating {
	margin-bottom: 9px;
	color: var(--pd-gold);
	font-weight: 800;
	letter-spacing: 0;
}

.pd-rating span {
	color: var(--pd-muted);
	font-size: 0.8rem;
	font-weight: 600;
}

.pd-product-price {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 14px 0;
	padding: 12px 0;
	border-top: 1px solid var(--pd-line);
	border-bottom: 1px solid var(--pd-line);
}

.pd-product-price strong {
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1.1rem;
}

.pd-product-price span {
	color: var(--pd-brown);
	font-size: 0.78rem;
	font-weight: 700;
}

.pd-product-actions {
	display: block;
	margin-top: 16px;
}

.pd-product-actions .pd-btn {
	width: 100%;
	min-height: 44px;
	padding: 10px 14px;
	font-size: 0.88rem;
}

.pd-product-summary {
	display: -webkit-box;
	min-height: 1.65em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.pd-product-more {
	margin-top: 14px;
}

.pd-product-more .pd-btn {
	width: 100%;
	margin-top: 8px;
}

.pd-read-more {
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--pd-green);
	border-radius: 8px;
	background: transparent;
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.25s var(--pd-ease), color 0.25s var(--pd-ease), transform 0.25s var(--pd-ease);
}

.pd-read-more:hover {
	background: var(--pd-green);
	color: var(--pd-cream);
	transform: translateY(-1px);
}

.pd-icon-btn {
	background: var(--pd-cream);
	color: var(--pd-green);
}

.pd-check-list {
	padding: 0;
	margin: 18px 0;
	list-style: none;
}

.pd-check-list li {
	position: relative;
	margin: 8px 0;
	padding-left: 26px;
	color: var(--pd-muted);
}

.pd-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--pd-sage);
	font-weight: 800;
}

.pd-center {
	margin-top: 34px;
	text-align: center;
}

.pd-service-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pd-service-grid-compact {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pd-service-grid:not(.pd-service-grid-compact) .pd-service:last-child {
	grid-column: 1 / -1;
}

.pd-slider {
	position: relative;
	overflow: hidden;
}

.pd-slider::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 8% 20%, rgba(212, 175, 55, 0.08), transparent 18%),
		radial-gradient(circle at 92% 82%, rgba(107, 165, 71, 0.08), transparent 20%);
	pointer-events: none;
}

.pd-slider-track {
	position: relative;
	z-index: 1;
	display: flex;
	transition: transform 0.35s var(--pd-ease);
}

.pd-slider .pd-testimonial {
	flex: 0 0 calc((100% - 48px) / 3);
	margin-right: 24px;
}

.pd-slider-controls {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 24px;
}

.pd-slider-controls button {
	width: 44px;
	height: 44px;
	border: 1px solid var(--pd-line);
	border-radius: 50%;
	background: var(--pd-white);
	color: var(--pd-green);
	font-size: 1.5rem;
	cursor: pointer;
}

.pd-testimonial blockquote {
	position: relative;
	margin: 0 0 18px;
	color: var(--pd-muted);
	font-size: 0.92rem;
}

.pd-testimonial blockquote::before {
	content: "“";
	position: absolute;
	top: -28px;
	left: -6px;
	color: rgba(212, 175, 55, 0.22);
	font-family: Georgia, serif;
	font-size: 4.5rem;
	line-height: 1;
}

.pd-person {
	display: flex;
	gap: 12px;
	align-items: center;
}

.pd-person span {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--pd-green), var(--pd-sage));
	color: var(--pd-white);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 800;
}

.pd-person small {
	display: block;
	color: var(--pd-brown);
	font-size: 0.78rem;
}

.pd-cta,
.pd-inner-hero {
	position: relative;
	overflow: hidden;
	padding: 78px 0;
	text-align: center;
	color: var(--pd-cream);
	background:
		linear-gradient(135deg, rgba(13, 40, 24, 0.95), rgba(27, 77, 43, 0.9)),
		radial-gradient(circle at 18% 22%, rgba(212, 175, 55, 0.18), transparent 24%);
}

.pd-cta h2,
.pd-inner-hero h1 {
	color: var(--pd-cream);
	margin-right: auto;
	margin-left: auto;
}

.pd-cta p,
.pd-inner-hero p {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: rgba(245, 241, 232, 0.86);
}

.pd-stat-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pd-stat-grid div {
	padding: 24px 18px;
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-radius);
	background: var(--pd-white);
	text-align: center;
}

.pd-stat-grid strong {
	display: block;
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1.45rem;
}

.pd-stat-grid span {
	color: var(--pd-muted);
	font-size: 0.86rem;
}

.pd-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pd-process div {
	padding: 22px;
	border: 1px solid var(--pd-line);
	border-left: 4px solid var(--pd-gold);
	border-radius: var(--pd-radius);
	background: var(--pd-cream);
}

.pd-process span {
	color: var(--pd-gold);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 800;
}

.pd-gallery-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pd-gallery-item {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	border-radius: 12px;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pd-gallery-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.pd-gallery-item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	transition: transform 0.4s ease;
}

.pd-gallery-item:hover img {
	transform: scale(1.05);
}

.pd-gallery-item .pd-art {
	min-height: 260px;
	border-radius: 12px;
}

.pd-gallery-item > span {
	display: block;
	padding: 10px 4px 0;
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 600;
	font-size: 0.92rem;
}

.pd-testimonial-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pd-faq-list {
	max-width: 960px;
}

.pd-faq-list details {
	margin-bottom: 14px;
	padding: 18px 22px;
}

.pd-faq-list summary {
	color: var(--pd-green);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 800;
	cursor: pointer;
}

.pd-faq-list p {
	margin: 12px 0 0;
	color: var(--pd-muted);
}

.pd-contact-grid {
	align-items: start;
}

.pd-contact-card input,
.pd-contact-card textarea,
.pd-contact-card select {
	width: 100%;
	margin-top: 5px;
	padding: 12px;
	border: 1px solid var(--pd-line);
	border-radius: 8px;
	background: #fff;
	color: var(--pd-ink);
}

.pd-contact-card label {
	color: var(--pd-green);
	font-weight: 700;
}

.pd-contact-card input[type="submit"] {
	width: auto;
	padding: 13px 22px;
	border: 0;
	background: var(--pd-green);
	color: var(--pd-cream);
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 800;
	cursor: pointer;
}

.pd-socials,
.pd-footer-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
}

.pd-footer-socials a {
	display: inline-block;
	color: var(--pd-gold);
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
}

.pd-footer-socials a:hover {
	color: #fff;
	transform: translateY(-3px);
}

.pd-footer-socials a svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
	display: block;
}

.pd-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 2px solid rgba(212, 175, 55, 0.5);
	border-radius: 50%;
	color: var(--pd-gold);
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.pd-socials a:hover {
	background: var(--pd-gold);
	color: var(--pd-green);
	transform: translateY(-3px);
}

.pd-socials a svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pd-map {
	padding: 0 0 64px;
}

.pd-map-link {
	display: block;
	text-decoration: none;
	color: var(--pd-green);
}

.pd-map-link p {
	margin-top: 12px;
	text-align: center;
	font-size: 0.95rem;
}

.pd-map-box {
	min-height: 320px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 8px;
	border: 1px solid var(--pd-line);
	border-radius: var(--pd-radius);
	background:
		linear-gradient(90deg, rgba(27, 77, 43, 0.08) 1px, transparent 1px),
		linear-gradient(rgba(27, 77, 43, 0.08) 1px, transparent 1px),
		var(--pd-cream);
	background-size: 42px 42px;
	color: var(--pd-green);
	text-align: center;
}

.pd-footer {
	border-top: 3px solid var(--pd-gold);
	background: var(--pd-dark);
	color: var(--pd-cream);
}

.pd-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.8fr 0.95fr 1fr;
	gap: 42px;
	padding-top: 52px;
	padding-bottom: 48px;
}

.pd-footer h3 {
	color: var(--pd-cream);
	font-size: 0.95rem;
}

.pd-footer p,
.pd-footer a {
	color: rgba(245, 241, 232, 0.8);
	font-size: 0.9rem;
}

.pd-footer a {
	display: block;
	margin: 7px 0;
	text-decoration: none;
	transition: color 0.22s var(--pd-ease);
}

.pd-footer a:hover {
	color: var(--pd-gold);
}

.pd-footer-brand .pd-brand {
	margin-bottom: 18px;
}

.pd-footer-bottom {
	background: var(--pd-deep);
	color: var(--pd-soft);
	font-size: 0.82rem;
	text-align: center;
}

.pd-footer-bottom .pd-wrap {
	padding-top: 18px;
	padding-bottom: 18px;
}

.pd-footer-bottom a {
	display: inline;
	color: var(--pd-soft);
}

.pd-whatsapp {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	padding: 0;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	animation: pd-wa-pulse 2s infinite;
}

.pd-whatsapp:hover {
	transform: scale(1.1);
	box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
}

.pd-whatsapp svg {
	width: 28px;
	height: 28px;
	fill: #fff;
}

@keyframes pd-wa-pulse {
	0%, 100% { box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4); }
	50% { box-shadow: 0 6px 28px rgba(37, 211, 102, 0.65); }
}

.pd-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.72);
}

.pd-lightbox-card {
	width: min(760px, 100%);
	padding: 24px;
	border-radius: var(--pd-radius);
	background: var(--pd-white);
}

.pd-lightbox-card .pd-art {
	min-height: 420px;
}

.pd-lightbox-card button {
	float: right;
	border: 0;
	background: var(--pd-green);
	color: var(--pd-white);
	border-radius: 8px;
	padding: 8px 12px;
	cursor: pointer;
}

.pd-lightbox-img-wrap {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	text-align: center;
}

.pd-lightbox-img-wrap img {
	max-width: 100%;
	max-height: 80vh;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.pd-lightbox-img-wrap p {
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin-top: 12px;
}

.pd-lightbox-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--pd-dark);
	font-size: 1.5rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	z-index: 1;
}

.pd-legal-content {
	max-width: 860px;
	margin: 0 auto;
}

.pd-legal-content h2 {
	margin-top: 36px;
	margin-bottom: 12px;
	font-size: 1.25rem;
	color: var(--pd-green);
}

.pd-legal-content p {
	margin-bottom: 14px;
	line-height: 1.75;
}

.pd-legal-content ul {
	padding-left: 24px;
	margin-bottom: 16px;
}

.pd-legal-content li {
	margin-bottom: 8px;
	line-height: 1.65;
}

@media (max-width: 1199px) {
	.pd-wrap {
		width: 100%;
		max-width: 1280px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.pd-feature-grid,
	.pd-product-grid,
	.pd-product-grid-wide,
	.pd-service-grid-compact,
	.pd-gallery-grid,
	.pd-testimonial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pd-stat-grid,
	.pd-process {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pd-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pd-slider .pd-testimonial {
		flex-basis: calc((100% - 24px) / 2);
	}
}

@media (max-width: 920px) {
	.pd-header-inner {
		flex-wrap: wrap;
		gap: 16px;
	}

	.pd-header-actions {
		margin-left: auto;
	}

	.pd-menu-toggle {
		display: inline-flex;
	}

	.pd-nav {
		display: none;
		width: 100%;
		order: 3;
	}

	.pd-nav.is-open {
		display: block;
	}

	.pd-nav .pd-nav-inner {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 0 24px;
	}

	.pd-nav a {
		padding: 14px 24px;
		border-bottom: 1px solid rgba(245, 241, 232, 0.08);
		text-align: center;
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.pd-wrap {
		width: 100%;
		padding-right: 12px;
		padding-left: 12px;
	}

	.pd-section,
	.pd-cta,
	.pd-inner-hero {
		padding: 48px 0;
	}

	.pd-hero {
		min-height: 440px;
		padding: 54px 0;
		text-align: center;
	}

	.pd-hero-grid,
	.pd-two-col,
	.pd-contact-grid,
	.pd-feature-grid,
	.pd-product-grid,
	.pd-product-grid-wide,
	.pd-service-grid,
	.pd-service-grid-compact,
	.pd-gallery-grid,
	.pd-testimonial-grid,
	.pd-stat-grid,
	.pd-process,
	.pd-footer-grid {
		grid-template-columns: 1fr;
	}

	.pd-hero-visual {
		min-height: 260px;
	}

	.pd-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.pd-btn {
		width: 100%;
	}

	.pd-logo-img {
		width: 58px;
		height: 58px;
	}

	.pd-slider .pd-testimonial {
		flex-basis: 100%;
	}
}
