/* ================================================================
   Web Development Portfolio — Page CSS
   Page: /website-services/web-development/  (ID 121392)
   All colours use lib.css variables (which reference theme.json).
   ================================================================ */

/* ── Shared ── */
.wdp-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.wdp-eyebrow {
	font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
	text-transform: uppercase; margin-bottom: 12px;
}
.wdp-eyebrow-salmon { color: var(--wp--preset--color--salmon); }
.wdp-eyebrow-teal { color: var(--wp--preset--color--teal); }
.wdp-section-title {
	font-family: var(--wp--preset--font-family--display); font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 400; color: var(--wp--preset--color--primary);
	margin-bottom: 12px; letter-spacing: -0.02em; line-height: 1.15;
}
.wdp-section-title em { font-style: italic; color: var(--wp--preset--color--teal); }
.wdp-section-title-white {
	font-family: var(--wp--preset--font-family--display); font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 400; color: #fff; margin-bottom: 12px;
	letter-spacing: -0.02em; line-height: 1.15;
}
.wdp-section-title-white em { font-style: italic; color: var(--wp--preset--color--salmon); }
.wdp-section-lead {
	color: var(--wp--preset--color--mid-grey); font-size: 15px; line-height: 1.7;
	max-width: 640px; margin-bottom: 40px;
}

/* ── Hero ── */
.wdp-hero {
	background: var(--wp--preset--gradient--hero);
	padding: 80px 24px 72px; position: relative; overflow: hidden;
}
.wdp-hero-bg {
	position: absolute; inset: 0;
	background: url('https://www.tourismtribe.com/wp-content/uploads/wed-development.webp') center/cover no-repeat;
	opacity: 0.10; mix-blend-mode: luminosity;
}
.wdp-hero-circle {
	position: absolute; top: -200px; right: -150px;
	width: 500px; height: 500px; border-radius: 50%;
	background: rgba(78,165,156,0.08); z-index: 1;
}
.wdp-hero-inner {
	max-width: 1100px; margin: 0 auto; position: relative; z-index: 2;
	display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start;
}
.wdp-hero h1,
.wdp-hero .wdp-hero-h1 {
	font-family: var(--wp--preset--font-family--display); font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 400; color: #fff; letter-spacing: -0.02em;
	line-height: 1.1; margin-bottom: 20px;
}
.wdp-hero h1 em,
.wdp-hero .wdp-hero-h1 em { font-style: italic; color: var(--wp--preset--color--salmon); }
.wdp-hero-eyebrow {
	font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
	text-transform: uppercase; color: var(--wp--preset--color--salmon); margin-bottom: 16px;
}
.wdp-hero-lead {
	font-size: 17px; color: rgba(255,255,255,0.80); line-height: 1.7;
	max-width: 580px; margin-bottom: 24px;
}
.wdp-hero-meta {
	display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 32px;
}
.wdp-hero-meta-item {
	display: flex; align-items: center; gap: 8px;
	font-size: 13px; color: rgba(255,255,255,0.6);
}
.wdp-hero-meta-item svg { flex-shrink: 0; opacity: 0.6; }
.wdp-hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

/* Hero quote card */
.wdp-hero-quote-card {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 16px; padding: 28px 24px;
	backdrop-filter: blur(8px);
}
.wdp-hero-quote-card img {
	width: 64px; height: 64px; border-radius: 50%;
	object-fit: cover; margin-bottom: 16px;
	border: 2px solid rgba(255,255,255,0.2);
}
.wdp-hero-quote-card blockquote {
	font-size: 14px; color: rgba(255,255,255,0.85);
	line-height: 1.7; font-style: italic; margin-bottom: 16px;
}
.wdp-hero-quote-card cite {
	font-size: 13px; color: var(--wp--preset--color--teal); font-style: normal;
	font-weight: 600; display: block;
}
.wdp-hero-quote-card .wdp-cite-role {
	font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 400;
}

/* ── Social proof strip ── */
.wdp-social-proof {
	background: var(--wp--preset--color--white); border-bottom: 1px solid var(--border);
	padding: 20px 24px;
}
.wdp-social-proof-inner {
	max-width: 1100px; margin: 0 auto;
	display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.wdp-social-proof-stat {
	display: flex; align-items: center; gap: 10px;
	font-size: 14px; color: var(--wp--preset--color--mid-grey);
}
.wdp-social-proof-stat strong {
	font-size: 20px; font-weight: 600; color: var(--wp--preset--color--teal-dark);
}

/* ── What we build ── */
.wdp-what-we-build { background: var(--wp--preset--color--white); padding: 80px 24px; }
.wdp-build-grid {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 20px; max-width: 1100px; margin: 0 auto;
}
.wdp-build-card {
	background: var(--wp--preset--color--off-white); border: 1px solid var(--border);
	border-radius: 16px; padding: 32px 24px; text-align: center;
	transition: box-shadow 0.2s, transform 0.2s;
}
.wdp-build-card:hover {
	box-shadow: var(--shadow-card-hover); transform: translateY(-2px);
}
.wdp-build-card-icon {
	width: 52px; height: 52px; border-radius: 14px;
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto 16px; font-size: 24px;
}
.wdp-icon-bg-teal { background: rgba(78,165,156,0.10); }
.wdp-icon-bg-salmon { background: rgba(249,130,119,0.10); }
.wdp-icon-bg-navy { background: rgba(10,30,63,0.08); }
.wdp-icon-bg-orange { background: rgba(255,139,89,0.12); }
.wdp-build-card h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1.1rem;
	font-weight: 400; color: var(--wp--preset--color--primary);
	margin-bottom: 8px;
}
.wdp-build-card p { font-size: 13px; color: var(--wp--preset--color--mid-grey); line-height: 1.6; }

/* ── Services list ── */
.wdp-services-section { background: var(--wp--preset--color--off-white); padding: 72px 24px; }
.wdp-services-inner {
	max-width: 1100px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 48px; align-items: start;
}
.wdp-services-list {
	list-style: none; display: flex; flex-direction: column;
	gap: 14px; padding: 0; margin: 0;
}
.wdp-services-list li {
	display: flex; align-items: flex-start; gap: 12px;
	font-size: 15px; color: var(--wp--preset--color--mid-grey); line-height: 1.6;
}
.wdp-services-list li::before {
	content: '';
	flex-shrink: 0; width: 18px; height: 18px; margin-top: 3px;
	background: var(--wp--preset--color--teal);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
	mask-size: contain; -webkit-mask-size: contain;
}
.wdp-services-highlight {
	background: var(--wp--preset--color--deep-navy); border-radius: 16px;
	padding: 32px 28px; color: #fff;
}
.wdp-services-highlight h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1.2rem;
	font-weight: 400; color: #fff; margin-bottom: 12px;
}
.wdp-services-highlight p {
	font-size: 14px; color: rgba(255,255,255,0.75);
	line-height: 1.7; margin-bottom: 16px;
}
.wdp-highlight-tag {
	display: inline-block; font-size: 10px; font-weight: 700;
	letter-spacing: 0.1em; text-transform: uppercase;
	padding: 4px 12px; border-radius: 100px;
	background: rgba(78,165,156,0.2); color: var(--wp--preset--color--teal);
	margin-bottom: 16px;
}

/* ── Portfolio ── */
.wdp-portfolio { background: var(--wp--preset--color--white); padding: 80px 24px; }
.wdp-portfolio-grid {
	display: grid; grid-template-columns: 1fr;
	gap: 48px; max-width: 1100px; margin: 0 auto;
}
.wdp-portfolio-item {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 32px; align-items: start;
	background: var(--wp--preset--color--off-white); border: 1px solid var(--border);
	border-radius: 24px; overflow: hidden; padding: 0;
}
.wdp-portfolio-item:nth-child(even) { direction: rtl; }
.wdp-portfolio-item:nth-child(even) > * { direction: ltr; }
.wdp-portfolio-images {
	position: relative; height: 350px; overflow: hidden;
	cursor: pointer; border-radius: 16px 16px 0 0;
}
.wdp-portfolio-images .wdp-img-after {
	width: 100%; object-fit: cover; object-position: top;
	display: block; transition: transform 3s ease;
}
.wdp-portfolio-images:hover .wdp-img-after {
	transform: translateY(calc(-100% + 350px));
}
.wdp-portfolio-images .wdp-img-before {
	position: absolute; inset: 0; width: 100%; height: 100%;
	object-fit: cover; object-position: top;
	opacity: 0; pointer-events: none;
}
.wdp-portfolio-img-label {
	position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
	font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
	text-transform: uppercase; padding: 4px 14px; border-radius: 100px;
	z-index: 2; transition: opacity 0.3s ease;
}
.wdp-label-after { background: rgba(78,165,156,0.9); color: #fff; }
.wdp-label-before { background: rgba(249,130,119,0.9); color: #fff; opacity: 0; }
.wdp-portfolio-images::after {
	content: 'Hover to scroll';
	position: absolute; bottom: 12px; right: 12px;
	font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.7);
	background: rgba(0,0,0,0.4); padding: 3px 10px; border-radius: 100px;
	opacity: 1; transition: opacity 0.3s; pointer-events: none;
}
.wdp-portfolio-images:hover::after { opacity: 0; }
.wdp-portfolio-content { padding: 32px 28px; }
.wdp-portfolio-content h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1.4rem;
	font-weight: 400; color: var(--wp--preset--color--primary);
	margin-bottom: 6px; letter-spacing: -0.02em;
}
.wdp-portfolio-type {
	font-size: 12px; font-weight: 600; color: var(--wp--preset--color--teal);
	text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px;
}
.wdp-portfolio-content p {
	font-size: 14px; color: var(--wp--preset--color--mid-grey); line-height: 1.7; margin-bottom: 14px;
}
.wdp-portfolio-tags {
	display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px;
}
.wdp-portfolio-tag {
	font-size: 11px; font-weight: 600; padding: 4px 10px;
	border-radius: 100px; background: rgba(78,165,156,0.10);
	color: var(--wp--preset--color--teal-dark);
}
.wdp-portfolio-tag-salmon {
	background: rgba(249,130,119,0.10); color: var(--wp--preset--color--salmon-dark);
}
.wdp-portfolio-tag-navy {
	background: rgba(10,30,63,0.08); color: var(--wp--preset--color--deep-navy);
}
.wdp-portfolio-outcome {
	background: var(--wp--preset--color--teal-light); border-left: 3px solid var(--wp--preset--color--teal);
	padding: 12px 16px; border-radius: 0 8px 8px 0; margin-top: 8px;
}
.wdp-portfolio-outcome p {
	font-size: 13px; color: var(--wp--preset--color--teal-dark); font-weight: 500; margin-bottom: 0;
}

/* ── Process ── */
.wdp-process { background: var(--wp--preset--color--off-white); padding: 80px 24px; }
.wdp-process-grid {
	display: grid; grid-template-columns: repeat(5, 1fr);
	gap: 20px; max-width: 1100px; margin: 0 auto; position: relative;
}
.wdp-process-step { text-align: center; position: relative; }
.wdp-process-num {
	width: 48px; height: 48px; border-radius: 50%;
	background: var(--wp--preset--color--teal); color: #fff;
	font-family: var(--wp--preset--font-family--display); font-size: 1.2rem;
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto 16px; position: relative; z-index: 2;
}
.wdp-process-step h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1rem;
	font-weight: 400; color: var(--wp--preset--color--primary);
	margin-bottom: 8px;
}
.wdp-process-step p { font-size: 13px; color: var(--wp--preset--color--mid-grey); line-height: 1.6; }
.wdp-process-line {
	position: absolute; top: 24px;
	left: calc(10% + 24px); right: calc(10% + 24px);
	height: 2px; background: var(--border); z-index: 1;
}

/* ── Tech stack ── */
.wdp-tech-stack {
	background: var(--wp--preset--color--deep-navy); padding: 80px 24px;
	position: relative; overflow: hidden;
}
.wdp-tech-circle {
	position: absolute; bottom: -120px; left: -100px;
	width: 400px; height: 400px; border-radius: 50%;
	background: rgba(78,165,156,0.06);
}
.wdp-tech-inner {
	max-width: 1100px; margin: 0 auto; position: relative; z-index: 2;
}
.wdp-tech-grid {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 24px; margin-top: 48px;
}
.wdp-tech-card {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 16px; padding: 28px 24px;
	transition: background 0.2s;
}
.wdp-tech-card:hover { background: rgba(255,255,255,0.10); }
.wdp-tech-card-icon {
	width: 44px; height: 44px; border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	margin-bottom: 16px; font-size: 20px;
}
.wdp-tech-icon-teal { background: rgba(78,165,156,0.15); }
.wdp-tech-icon-salmon { background: rgba(249,130,119,0.15); }
.wdp-tech-icon-orange { background: rgba(255,139,89,0.15); }
.wdp-tech-card h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1.1rem;
	font-weight: 400; color: #fff; margin-bottom: 8px;
}
.wdp-tech-card p {
	font-size: 13px; color: rgba(255,255,255,0.6); line-height: 1.6;
}

/* ── Testimonials ── */
.wdp-testimonials { background: var(--wp--preset--color--white); padding: 80px 24px; }
.wdp-testimonials-grid {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 24px; max-width: 1100px; margin: 0 auto;
}
.wdp-testimonial-card {
	background: var(--wp--preset--color--off-white); border: 1px solid var(--border);
	border-radius: 16px; padding: 28px 24px;
}
.wdp-testimonial-stars {
	color: var(--wp--preset--color--orange); font-size: 14px; margin-bottom: 12px;
	letter-spacing: 2px;
}
.wdp-testimonial-card blockquote {
	font-size: 14px; color: var(--wp--preset--color--mid-grey); line-height: 1.7;
	font-style: italic; margin-bottom: 16px;
}
.wdp-testimonial-author {
	display: flex; align-items: center; gap: 12px;
}
.wdp-author-avatar {
	width: 40px; height: 40px; border-radius: 50%;
	background: rgba(78,165,156,0.10);
	display: flex; align-items: center; justify-content: center;
	font-size: 16px; font-weight: 700; color: var(--wp--preset--color--teal-dark);
	flex-shrink: 0;
}
.wdp-author-name { font-size: 14px; font-weight: 600; color: var(--wp--preset--color--primary); }
.wdp-author-role { font-size: 12px; color: var(--wp--preset--color--mid-grey); }

/* ── Pricing ── */
.wdp-pricing { background: var(--wp--preset--color--off-white); padding: 80px 24px; }
.wdp-pricing-grid {
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 24px; max-width: 900px; margin: 0 auto;
}
.wdp-pricing-card {
	background: var(--wp--preset--color--white); border: 1.5px solid var(--border);
	border-radius: 24px; padding: 36px 32px; text-align: center;
	transition: box-shadow 0.2s, transform 0.2s;
}
.wdp-pricing-card:hover {
	box-shadow: var(--shadow-card-hover); transform: translateY(-2px);
}
.wdp-pricing-card.wdp-featured {
	border-color: var(--wp--preset--color--teal); position: relative;
}
.wdp-pricing-card.wdp-featured::before {
	content: 'Most popular'; position: absolute; top: -12px;
	left: 50%; transform: translateX(-50%);
	font-size: 10px; font-weight: 700; letter-spacing: 0.1em;
	text-transform: uppercase; padding: 4px 16px; border-radius: 100px;
	background: var(--wp--preset--color--teal); color: #fff;
}
.wdp-pricing-card h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1.3rem;
	font-weight: 400; color: var(--wp--preset--color--primary);
	margin-bottom: 8px;
}
.wdp-pricing-price {
	font-family: var(--wp--preset--font-family--display); font-size: 2.4rem;
	font-weight: 500; color: var(--wp--preset--color--teal-dark); margin-bottom: 4px;
}
.wdp-pricing-unit {
	font-size: 13px; color: var(--wp--preset--color--mid-grey); margin-bottom: 20px;
}
.wdp-pricing-features {
	list-style: none; text-align: left; margin-bottom: 28px;
	padding: 0;
}
.wdp-pricing-features li {
	font-size: 14px; color: var(--wp--preset--color--mid-grey); padding: 8px 0;
	border-bottom: 1px solid rgba(50,61,76,0.06);
	display: flex; align-items: flex-start; gap: 10px;
}
.wdp-pricing-features li:last-child { border-bottom: none; }
.wdp-pricing-features li::before {
	content: '';
	flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px;
	background: var(--wp--preset--color--teal);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
	mask-size: contain; -webkit-mask-size: contain;
}

/* ── Hosting ── */
.wdp-hosting { background: var(--wp--preset--color--white); padding: 72px 24px; }
.wdp-hosting-inner {
	max-width: 1100px; margin: 0 auto;
	display: grid; grid-template-columns: 1fr 1fr;
	gap: 48px; align-items: center;
}
.wdp-hosting-features {
	list-style: none; display: flex; flex-direction: column;
	gap: 12px; padding: 0; margin: 0;
}
.wdp-hosting-features li {
	display: flex; align-items: flex-start; gap: 10px;
	font-size: 14px; color: var(--wp--preset--color--mid-grey); line-height: 1.6;
}
.wdp-hosting-features li::before {
	content: '';
	flex-shrink: 0; width: 16px; height: 16px; margin-top: 3px;
	background: var(--wp--preset--color--teal);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='currentColor' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
	mask-size: contain; -webkit-mask-size: contain;
}
.wdp-hosting-img-wrap {
	background: var(--wp--preset--color--off-white); border: 1px solid var(--border);
	border-radius: 24px; padding: 24px; text-align: center;
}
.wdp-hosting-img-wrap img { border-radius: 10px; }

/* ── Expertise ── */
.wdp-expertise { background: var(--wp--preset--color--white); padding: 72px 24px; }
.wdp-expertise-highlight {
	background: var(--wp--preset--color--teal-dark); border-radius: 16px;
	padding: 32px 28px; color: #fff;
}
.wdp-expertise-highlight h3 {
	font-family: var(--wp--preset--font-family--display); font-size: 1.2rem;
	font-weight: 400; color: #fff; margin-bottom: 12px;
}
.wdp-expertise-highlight p {
	font-size: 14px; color: rgba(255,255,255,0.75);
	line-height: 1.7; margin-bottom: 16px;
}
.wdp-expertise-tag {
	display: inline-block; font-size: 10px; font-weight: 700;
	letter-spacing: 0.1em; text-transform: uppercase;
	padding: 4px 12px; border-radius: 100px;
	background: rgba(255,255,255,0.15); color: #fff;
	margin-bottom: 16px;
}

/* ── CTA ── */
.wdp-cta {
	background: var(--wp--preset--gradient--hero); padding: 80px 24px;
	position: relative; overflow: hidden; text-align: center;
}
.wdp-cta-circle {
	position: absolute; bottom: -100px; right: -100px;
	width: 400px; height: 400px; border-radius: 50%;
	background: rgba(78,165,156,0.08);
}
.wdp-cta-inner {
	max-width: 640px; margin: 0 auto; position: relative; z-index: 2;
}
.wdp-cta h2 {
	font-family: var(--wp--preset--font-family--display); font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 400; color: #fff; margin-bottom: 16px;
	letter-spacing: -0.02em; line-height: 1.15;
}
.wdp-cta h2 em { font-style: italic; color: var(--wp--preset--color--salmon); }
.wdp-cta p {
	font-size: 16px; color: rgba(255,255,255,0.75);
	line-height: 1.7; margin-bottom: 32px;
}
.wdp-cta-buttons {
	display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.wdp-cta-note {
	font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 20px;
}

/* ── Buttons ── */
.wdp-btn-primary {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--wp--preset--color--teal); color: #fff;
	font-family: var(--wp--preset--font-family--body); font-size: 16px; font-weight: 600;
	padding: 14px 36px; border-radius: 100px; border: none; cursor: pointer;
	text-decoration: none;
	transition: all 0.2s cubic-bezier(0.34,1.56,0.64,1);
	box-shadow: var(--shadow-teal);
}
.wdp-btn-primary:hover {
	background: var(--wp--preset--color--teal-dark); color: #fff; transform: translateY(-2px);
}
.wdp-btn-navy {
	display: inline-flex; align-items: center; gap: 8px;
	background: var(--wp--preset--color--deep-navy); color: #fff;
	font-family: var(--wp--preset--font-family--body); font-size: 16px; font-weight: 600;
	padding: 14px 36px; border-radius: 100px; border: none; cursor: pointer;
	text-decoration: none; transition: all 0.2s;
	box-shadow: 0 6px 20px rgba(10,30,63,0.28);
}
.wdp-btn-navy:hover {
	background: #0d2a52; color: #fff; transform: translateY(-2px);
}
.wdp-btn-ghost-white {
	display: inline-flex; align-items: center; gap: 8px;
	background: transparent; color: #fff;
	font-family: var(--wp--preset--font-family--body); font-size: 14px; font-weight: 600;
	padding: 10px 24px; border-radius: 100px;
	border: 1.5px solid rgba(255,255,255,0.4);
	text-decoration: none; transition: all 0.2s;
}
.wdp-btn-ghost-white:hover {
	background: rgba(255,255,255,0.1); color: #fff;
	border-color: rgba(255,255,255,0.7);
}
.wdp-btn-white {
	display: inline-flex; align-items: center; gap: 8px;
	background: #fff; color: var(--wp--preset--color--teal-dark);
	font-family: var(--wp--preset--font-family--body); font-size: 14px; font-weight: 600;
	padding: 12px 28px; border-radius: 100px; border: none; cursor: pointer;
	text-decoration: none; transition: all 0.2s;
}
.wdp-btn-white:hover { transform: translateY(-2px); }
.wdp-btn-full { width: 100%; justify-content: center; }

/* ── Responsive ── */
@media (max-width: 900px) {
	.wdp-hero-inner { grid-template-columns: 1fr; }
	.wdp-hero-quote-card { max-width: 400px; }
	.wdp-build-grid { grid-template-columns: 1fr 1fr; }
	.wdp-services-inner { grid-template-columns: 1fr; }
	.wdp-portfolio-item,
	.wdp-portfolio-item:nth-child(even) {
		grid-template-columns: 1fr; direction: ltr;
	}
	.wdp-portfolio-item:nth-child(even) > * { direction: ltr; }
	.wdp-portfolio-images { min-height: 220px; }
	.wdp-process-grid { grid-template-columns: repeat(3, 1fr); }
	.wdp-process-line { display: none; }
	.wdp-tech-grid { grid-template-columns: 1fr 1fr; }
	.wdp-testimonials-grid { grid-template-columns: 1fr; }
	.wdp-pricing-grid { grid-template-columns: 1fr; max-width: 440px; }
	.wdp-hosting-inner { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
	.wdp-hero { padding: 56px 20px 48px; }
	.wdp-hero h1,
	.wdp-hero .wdp-hero-h1 { font-size: 1.8rem; }
	.wdp-hero-meta { gap: 16px; }
	.wdp-social-proof-inner { gap: 24px; }
	.wdp-build-grid { grid-template-columns: 1fr; }
	.wdp-process-grid { grid-template-columns: 1fr 1fr; }
	.wdp-tech-grid { grid-template-columns: 1fr; }
	.wdp-portfolio-images { min-height: 180px; }
}
