/*
Theme Name: Deshi Solution
Theme URI: https://deshisolution.com/
Author: Deshi Solution
Author URI: https://deshisolution.com/
Description: Gutenberg block theme for Deshi Solution digital products, blog and WooCommerce store.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
Version: 1.3.11
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deshi-solution
Tags: block-patterns, full-site-editing, e-commerce, blog, custom-colors, wide-blocks
*/

:root {
	--ds-orange: #f78723;
	--ds-orange-dark: #b84b08;
	--ds-ink: #17130f;
	--ds-paper: #fffdf8;
	--ds-cream: #fff5df;
	--ds-line: #eadfce;
	--ds-muted: #665a50;
	--ds-whatsapp: #25d366;
}

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
a { text-underline-offset: 0.18em; }

.ds-announcement {
	min-height: 38px;
	padding: 0.45rem max(1.125rem, calc((100vw - 1220px) / 2));
	font-size: 0.75rem;
	letter-spacing: 0.01em;
}
.ds-announcement a { color: #ffd59d; }

.ds-header {
	min-height: 86px;
	padding: 0 max(1.125rem, calc((100vw - 1220px) / 2));
	border-bottom: 1px solid rgba(23, 19, 15, 0.08);
	background: rgba(255, 253, 248, 0.97);
}
.ds-header .wp-block-site-logo img { width: 118px; height: auto; }
.ds-header .wp-block-site-title { margin: 0; font-size: 1rem; font-weight: 800; }
.ds-header .wp-block-navigation-item__content { color: #574f46; }
.ds-header .wp-block-navigation-item__content:hover { color: var(--ds-orange-dark); }
.ds-header > .wp-block-navigation { margin-left: auto; }
.ds-header-actions {
	margin-left: auto;
	gap: clamp(1rem, 2vw, 1.75rem);
}
.ds-header-actions .wp-block-navigation { margin-left: auto; }
.ds-header > .ds-header-whatsapp { margin-left: clamp(0.8rem, 1.5vw, 1.25rem); }
.ds-header-whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #fff;
	background: var(--ds-whatsapp);
	border-radius: 999px;
	box-shadow: 0 10px 25px rgba(37, 211, 102, 0.24);
	transition: transform 160ms ease, box-shadow 160ms ease;
}
.ds-header-whatsapp:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(37, 211, 102, 0.32);
}
.ds-header-whatsapp svg { width: 25px; height: 25px; }
.ds-header > .wp-block-woocommerce-mini-cart,
.ds-header > .wp-block-woocommerce-customer-account { display: none !important; }

/*
 * WooCommerce can teleport the mini-cart drawer directly under <body> before
 * the server-rendered trigger is removed. Keep that orphaned drawer from
 * appearing as ordinary content below the footer in catalogue mode.
 */
body > .wc-block-components-drawer__screen-overlay[data-wp-interactive="woocommerce/mini-cart"],
body > .wc-block-components-drawer__screen-overlay:has(.wc-block-mini-cart__drawer) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.ds-hero {
	min-height: 610px;
	padding-top: clamp(3.25rem, 6vw, 5rem);
	padding-bottom: clamp(3.25rem, 6vw, 5rem);
	background:
		radial-gradient(circle at 82% 36%, rgba(247, 135, 35, 0.2), transparent 30%),
		linear-gradient(115deg, #fffdf8 0%, #fffaf0 54%, #ffe8bd 100%);
}
.ds-eyebrow {
	width: fit-content;
	padding: 0.48rem 0.78rem;
	color: #7b5a36;
	background: #fff3d9;
	border: 1px solid #f2d5a9;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
}
.ds-hero h1 { margin: 1.5rem 0 1.25rem; letter-spacing: -0.045em; }
.ds-hero h1 strong { color: var(--ds-orange-dark); }
.ds-hero-copy > p { max-width: 580px; color: var(--ds-muted); font-size: 1.0625rem; }
.ds-hero .wp-block-image img {
	display: block;
	max-height: 470px;
	object-fit: contain;
	filter: drop-shadow(0 18px 22px rgba(111, 50, 11, 0.15));
}

.ds-trust {
	position: relative;
	z-index: 2;
	margin-top: -1.25rem;
	padding: 1.25rem 1.75rem;
	background: #fff;
	border: 1px solid var(--ds-line);
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(48, 34, 18, 0.09);
}
.ds-trust .wp-block-column { padding: 0.65rem 1rem; border-right: 1px solid var(--ds-line); }
.ds-trust .wp-block-column:last-child { border-right: 0; }
.ds-trust h3 { margin: 0 0 0.25rem; font-size: 0.85rem; text-transform: uppercase; }
.ds-trust p { margin: 0; color: #897969; font-size: 0.8rem; }

.ds-section { padding-top: clamp(4.5rem, 8vw, 7rem); padding-bottom: clamp(4.5rem, 8vw, 7rem); }
.ds-kicker { color: var(--ds-orange-dark); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.ds-section-title { margin-top: 0.55rem; letter-spacing: -0.035em; }

.ds-category-grid .wp-block-column {
	min-height: 125px;
	padding: 1.35rem;
	background: var(--ds-cream);
	border: 1px solid #f1ddbd;
	border-radius: 16px;
}
.ds-category-grid h3 { margin: 0 0 0.35rem; font-size: 1rem; }
.ds-category-grid p { margin: 0; color: #786b60; font-size: 0.85rem; }

.ds-products {
	padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.125rem, 3vw, 2rem);
	background: #fbf7ef;
	border-radius: 30px;
}
.ds-products .wc-block-grid__product,
.ds-products .wc-block-product {
	overflow: hidden;
	padding-bottom: 1.25rem;
	background: #fff;
	border: 1px solid #eee5d9;
	border-radius: 18px;
}
.ds-products .wc-block-grid__product-image img,
.ds-products .wc-block-components-product-image img { border-radius: 16px 16px 0 0; }
.ds-products .wp-block-button__link,
.woocommerce .button,
.wc-block-components-button {
	color: var(--ds-ink) !important;
	background: var(--ds-orange) !important;
	border: 0;
	border-radius: 9px;
	font-weight: 800;
}

.ds-how {
	padding: clamp(3rem, 7vw, 4.5rem);
	color: #fff;
	background: var(--ds-ink);
	border-radius: 30px;
}
.ds-how h2, .ds-how h3 { color: #fff; }
.ds-how p { color: #bdb3a9; }
.ds-step {
	padding: 1.25rem;
	border: 1px solid #423b35;
	border-radius: 14px;
}
.ds-step strong { color: #f9a75e; font-size: 1.35rem; }

.ds-community {
	padding: clamp(2.5rem, 6vw, 4.5rem);
	color: #fff;
	background: var(--ds-ink);
	border-radius: 30px;
}
.ds-community h2 { color: #fff; }
.ds-community p { color: #bdb3a9; }
.ds-community .wp-block-button__link,
.ds-post-cta .wp-block-button__link {
	color: #082a15;
	background: var(--ds-whatsapp);
	font-weight: 900;
}

.ds-content-shell { padding-top: clamp(3rem, 6vw, 4.75rem); padding-bottom: clamp(4.5rem, 8vw, 7.5rem); }
.ds-post-main { min-width: 0; }
.ds-post-main > .wp-block-post-featured-image { margin-bottom: 1.75rem; }
.ds-post-main > .wp-block-post-title { margin: 0 0 0.8rem; font-size: clamp(2rem, 4.2vw, 3rem); letter-spacing: -0.035em; }
.ds-post-meta { margin-bottom: 2rem; color: #8d8278; font-size: 0.8125rem; }
.ds-post-content img { max-width: 100%; height: auto; }
.ds-post-content table { width: 100%; display: block; overflow-x: auto; }

.ds-sidebar { position: sticky; top: 1.5rem; }
.ds-sidebar > h2 { margin: 0 0 0.25rem; font-size: 1.75rem; }
.ds-sidebar-intro { margin: 0 0 1.25rem; color: #8b7e71; font-size: 0.8125rem; }
.ds-sidebar .wp-block-post {
	margin-bottom: 1rem;
	padding: 0.75rem;
	background: #fff;
	border: 1px solid #eae0d4;
	border-radius: 15px;
}
.ds-sidebar .wp-block-post-featured-image {
	position: relative;
	display: grid;
	place-items: center;
	width: 100%;
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f4f7fa;
	border-radius: 10px;
}
.ds-sidebar .wp-block-post-featured-image a {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.ds-sidebar .wp-block-post-featured-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	aspect-ratio: auto !important;
	object-fit: contain !important;
	object-position: center !important;
	border-radius: 0;
}
.ds-sidebar .wp-block-post-title { margin: 0.4rem 0; font-size: 0.9rem; line-height: 1.45; }
.ds-sidebar .wp-block-post-date { color: #9b8978; font-size: 0.75rem; }

.ds-post-cta {
	margin-top: 3.5rem;
	padding: 1.75rem;
	color: #fff;
	background: var(--ds-ink);
	border-radius: 18px;
}
.ds-post-cta h2 { margin: 0.5rem 0; color: #fff; font-size: 1.5rem; }
.ds-post-cta p { color: #b9b0a7; font-size: 0.875rem; }

.ds-archive-hero { padding: clamp(3.5rem, 7vw, 5rem) 1.25rem; color: #fff; background: var(--ds-ink); }
.ds-archive-hero h1 { color: #fff; }
.ds-query-grid .wp-block-post-template {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.5rem !important;
}
.ds-query-grid .wp-block-post {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100% !important;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e8ddd0;
	border-radius: 17px;
	box-shadow: 0 12px 30px rgba(40, 28, 18, 0.05);
}
.ds-query-grid .wp-block-post-featured-image {
	display: grid;
	place-items: center;
	width: 100%;
	margin: 0;
	aspect-ratio: 1200 / 630;
	overflow: hidden;
	background: #f4f7fa;
}
.ds-query-grid .wp-block-post-featured-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.ds-query-grid .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: 100% !important;
	aspect-ratio: auto;
	object-fit: contain !important;
	object-position: center !important;
	border-radius: 0;
}
.ds-query-grid .wp-block-post-title,
.ds-query-grid .wp-block-post-date,
.ds-query-grid .wp-block-post-excerpt { padding-left: 1.25rem; padding-right: 1.25rem; }
.ds-query-grid .wp-block-post-title { margin-top: 1.1rem; font-size: 1.1rem; }
.ds-query-grid .wp-block-post-date { color: #9a8877; font-size: 0.75rem; }
.ds-query-grid .wp-block-post-excerpt { margin-top: auto; padding-bottom: 1.25rem; color: var(--ds-muted); font-size: 0.875rem; }

.ds-product-main { padding-top: clamp(3rem, 6vw, 4.5rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.ds-product-main .wp-block-post-title { font-size: clamp(2.25rem, 4.5vw, 3.6rem); letter-spacing: -0.04em; }
.ds-product-main .wc-block-components-product-price { color: var(--ds-orange-dark); font-size: 1.7rem; font-weight: 800; }
.ds-product-inquiry {
	margin: 1.5rem 0 1rem;
	padding: 1rem 1.1rem;
	color: #4f453d;
	background: var(--ds-cream);
	border-left: 4px solid var(--ds-orange);
	border-radius: 0 12px 12px 0;
}
.ds-whatsapp-product-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 54px;
	padding: 0.85rem 1.35rem;
	color: #fff;
	background: var(--ds-whatsapp);
	border-radius: 12px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(37, 211, 102, 0.24);
	transition: transform 160ms ease, box-shadow 160ms ease;
}
.ds-whatsapp-product-button:hover {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(37, 211, 102, 0.32);
}
.ds-whatsapp-product-button svg { width: 28px; height: 28px; flex: 0 0 auto; }
.ds-catalog-read-more {
	display: block;
	width: fit-content;
	margin: 0 auto 1rem;
	color: var(--ds-orange-dark);
	font-size: 0.875rem;
	font-weight: 800;
}

.ds-footer {
	padding-top: 4.5rem;
	padding-bottom: 3.5rem;
	background: #f9f3e9;
	border-top: 1px solid #e4d7c6;
}
.ds-footer .wp-block-site-logo img { width: 120px; height: auto; }
.ds-footer h3 { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.06em; }
.ds-footer p, .ds-footer a { color: #665a50; font-size: 0.8125rem; }
.ds-footer-bottom { padding: 1rem max(1.125rem, calc((100vw - 1220px) / 2)); color: #e9ddd0; background: var(--ds-ink); font-size: 0.75rem; }

/* Contact page: retain the working Elementor form and map, but give the page
   the same visual language as the Gutenberg theme. */
body.page-id-774 main > .wp-block-post-title { display: none; }
body.page-id-774 .entry-content {
	max-width: none !important;
	padding-inline: 0 !important;
}
body.page-id-774 .elementor-774 { color: var(--ds-ink); }
body.page-id-774 .elementor-element-2a92e697 {
	padding: clamp(3rem, 7vw, 6rem) 1.25rem clamp(3.5rem, 7vw, 5.5rem) !important;
	background:
		radial-gradient(circle at 8% 12%, rgba(247, 135, 35, 0.15), transparent 28%),
		linear-gradient(180deg, #fffdf8 0%, #fff9ef 100%) !important;
}
body.page-id-774 .elementor-element-2a92e697 > .e-con-inner {
	display: grid !important;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
	gap: clamp(1.25rem, 3vw, 2rem) !important;
	max-width: 1220px !important;
	padding: 0 !important;
}
body.page-id-774 .elementor-element-eec8a4f {
	min-height: 540px;
	padding: clamp(2rem, 4vw, 3rem) !important;
	color: #fff;
	background:
		radial-gradient(circle at 90% 8%, rgba(247, 135, 35, 0.3), transparent 35%),
		var(--ds-ink) !important;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(55, 38, 23, 0.14);
}
body.page-id-774 .elementor-774 .elementor-element-eec8a4f { box-shadow: none !important; }
body.page-id-774 .elementor-element-7ed2cb { margin-bottom: 1.5rem; }
body.page-id-774 .elementor-element-7ed2cb .elementor-heading-title {
	color: #fff !important;
	font-size: clamp(2.25rem, 5vw, 4.25rem) !important;
	line-height: 1 !important;
	letter-spacing: -0.04em;
}
body.page-id-774 .elementor-element-7ed2cb::after {
	display: block;
	max-width: 440px;
	margin-top: 1rem;
	color: #cfc5ba;
	font-size: 1rem;
	line-height: 1.75;
	content: "প্রোডাক্ট, সাবস্ক্রিপশন বা সাপোর্ট—যেকোনো প্রয়োজনে আমাদের সঙ্গে যোগাযোগ করুন।";
}
body.page-id-774 .elementor-element-13773aa3 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0.8rem !important;
	padding: 0 !important;
	background: transparent !important;
}
body.page-id-774 .elementor-element-43428ad0,
body.page-id-774 .elementor-element-5b8ea51c,
body.page-id-774 .elementor-element-d2d965 {
	min-height: 0 !important;
	padding: 1.1rem 1.2rem !important;
	background: rgba(255,255,255,0.065) !important;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 15px;
}
body.page-id-774 .elementor-element-13773aa3 h3 {
	margin: 0 0 0.35rem !important;
	color: #ffad62 !important;
	font-size: 0.75rem !important;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
body.page-id-774 .elementor-element-13773aa3 p,
body.page-id-774 .elementor-element-13773aa3 a,
body.page-id-774 .elementor-element-13773aa3 .elementor-icon-list-text {
	margin: 0 !important;
	color: #fff !important;
	font-size: 1rem;
	line-height: 1.55;
	text-decoration: none;
}
body.page-id-774 .elementor-element-d2d965 li + li { display: none; }
body.page-id-774 .elementor-element-3e41dde8 {
	min-width: 0;
	padding: 0 !important;
	overflow: hidden;
	background: #fff !important;
	border: 1px solid var(--ds-line);
	border-radius: 26px;
	box-shadow: 0 24px 70px rgba(55, 38, 23, 0.11);
}
body.page-id-774 .elementor-element-3e41dde8 .elementor-widget-container,
body.page-id-774 .elementor-element-3e41dde8 .elementor-custom-embed { height: 100%; }
body.page-id-774 .elementor-element-3e41dde8 iframe {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 540px;
	border: 0;
}
body.page-id-774 .elementor-element-b1914e3 {
	padding: clamp(3.5rem, 7vw, 6rem) 1.25rem !important;
	background: #f9f3e9 !important;
	border-top: 1px solid var(--ds-line);
}
body.page-id-774 .elementor-element-b1914e3 > .e-con-inner {
	display: block !important;
	max-width: 880px !important;
	padding: 0 !important;
}
body.page-id-774 .elementor-element-585bf37 { display: none !important; }
body.page-id-774 .elementor-element-09cfe1c {
	width: 100% !important;
	padding: clamp(1.5rem, 5vw, 3rem) !important;
	background: #fff !important;
	border: 1px solid var(--ds-line);
	border-radius: 24px;
	box-shadow: 0 20px 55px rgba(55, 38, 23, 0.09);
}
body.page-id-774 .elementor-field-type-html {
	margin-bottom: 1.4rem;
	color: var(--ds-ink) !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.035em;
}
body.page-id-774 .elementor-field-label {
	margin-bottom: 0.45rem;
	color: var(--ds-muted) !important;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.07em;
}
body.page-id-774 .elementor-field-textual {
	min-height: 52px;
	padding: 0.85rem 1rem !important;
	color: var(--ds-ink) !important;
	background: #fffdf8 !important;
	border: 1px solid #ded2c1 !important;
	border-radius: 12px !important;
}
body.page-id-774 textarea.elementor-field-textual { min-height: 145px; }
body.page-id-774 .elementor-form .elementor-button {
	min-height: 54px;
	color: #fff !important;
	background: var(--ds-orange) !important;
	border: 0;
	border-radius: 12px !important;
	font-weight: 800;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
body.page-id-774 .elementor-form .elementor-button:hover {
	background: var(--ds-orange-dark) !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(184, 75, 8, 0.2);
}

@media (max-width: 900px) {
	body.page-id-774 .elementor-element-2a92e697 > .e-con-inner { grid-template-columns: 1fr !important; }
	body.page-id-774 .elementor-element-eec8a4f { min-height: 0; }
	body.page-id-774 .elementor-element-3e41dde8 iframe { min-height: 390px; }
}

@media (max-width: 600px) {
	body.page-id-774 .elementor-element-2a92e697 { padding-inline: 1rem !important; }
	body.page-id-774 .elementor-element-eec8a4f { padding: 1.5rem !important; border-radius: 20px; }
	body.page-id-774 .elementor-element-3e41dde8 { border-radius: 20px; }
	body.page-id-774 .elementor-element-3e41dde8 iframe { min-height: 310px; }
	body.page-id-774 .elementor-element-b1914e3 { padding-inline: 1rem !important; }
	body.page-id-774 .elementor-element-09cfe1c { padding: 1.35rem !important; border-radius: 20px; }
}

/* Simplified contact layout aligned with the rest of the site. */
body.page-id-774 .elementor-element-2a92e697 {
	padding: clamp(3rem, 6vw, 5rem) 1.25rem !important;
	background: var(--ds-paper) !important;
}
body.page-id-774 .elementor-element-2a92e697 > .e-con-inner {
	display: block !important;
	max-width: 1100px !important;
}
body.page-id-774 .elementor-element-eec8a4f {
	min-height: 0;
	padding: 0 !important;
	color: var(--ds-ink);
	background: transparent !important;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
body.page-id-774 .elementor-element-7ed2cb {
	margin-bottom: 2rem !important;
	text-align: center;
}
body.page-id-774 .elementor-element-7ed2cb .elementor-heading-title {
	color: var(--ds-ink) !important;
	font-size: clamp(2rem, 4vw, 3rem) !important;
	font-weight: 800;
	line-height: 1.1 !important;
	letter-spacing: -0.025em;
}
body.page-id-774 .elementor-element-7ed2cb::after {
	max-width: 620px;
	margin: 0.8rem auto 0;
	color: var(--ds-muted);
	font-size: 1rem;
	line-height: 1.7;
}
body.page-id-774 .elementor-element-13773aa3 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	margin: 0 !important;
}
body.page-id-774 .elementor-element-43428ad0,
body.page-id-774 .elementor-element-5b8ea51c,
body.page-id-774 .elementor-element-d2d965 {
	min-height: 0 !important;
	padding: 1.4rem 1.1rem !important;
	text-align: center;
	background: #fff !important;
	border: 1px solid var(--ds-line);
	border-radius: 14px;
	box-shadow: none;
}
body.page-id-774 .elementor-element-13773aa3 h3 {
	color: var(--ds-orange-dark) !important;
}
body.page-id-774 .elementor-element-13773aa3 p,
body.page-id-774 .elementor-element-13773aa3 a,
body.page-id-774 .elementor-element-13773aa3 .elementor-icon-list-text {
	color: var(--ds-ink) !important;
	font-size: 0.95rem;
}
body.page-id-774 .elementor-element-3e41dde8 {
	height: 390px;
	margin-top: 1.5rem;
	border-radius: 16px;
	box-shadow: none;
}
body.page-id-774 .elementor-element-3e41dde8 iframe {
	height: 390px !important;
	min-height: 390px;
}
body.page-id-774 .elementor-element-b1914e3 {
	padding: clamp(3rem, 6vw, 5rem) 1.25rem !important;
	background: var(--ds-cream) !important;
}
body.page-id-774 .elementor-element-09cfe1c {
	max-width: 780px;
	margin-inline: auto;border-radius: 0;
	box-shadow: none !important;
}
body.page-id-774 .elementor-element-7ed2cb
	padding: clamp(1.5rem, 4vw, 2.5rem) !important;
	border-radius: 16px;
	box-shadow: none;
}
body.page-id-774 .elementor-field-type-html {
	font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
	letter-spacing: -0.02em;
}

@media (max-width: 820px) {
	body.page-id-774 .elementor-element-13773aa3 { grid-template-columns: 1fr !important; }
	body.page-id-774 .elementor-element-eec8a4f { padding: 0 !important; }
	body.page-id-774 .elementor-element-3e41dde8,
	body.page-id-774 .elementor-element-3e41dde8 iframe { height: 300px !important; min-height: 300px; }

}

@media (max-width: 900px) {
	.ds-header { padding-top: 0.8rem; padding-bottom: 0.8rem; }
	.ds-header-actions { gap: 0.75rem; }
	.ds-header > .ds-header-whatsapp { margin-left: 0.75rem; }
	.ds-hero .wp-block-columns,
	.ds-content-shell > .wp-block-columns,
	.ds-product-main > .wp-block-columns { flex-wrap: wrap !important; }
	.ds-hero .wp-block-column,
	.ds-content-shell > .wp-block-columns > .wp-block-column,
	.ds-product-main > .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
	.ds-sidebar { position: static; }
	.ds-trust .wp-block-column { flex-basis: 50% !important; border-bottom: 1px solid var(--ds-line); }
	.ds-query-grid .wp-block-post-template { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 600px) {
	.ds-announcement { justify-content: center !important; text-align: center; }
	.ds-announcement .ds-help { display: none; }
	.ds-header { min-height: 72px; }
	.ds-header .wp-block-site-logo img { width: 96px; }
	.ds-hero { min-height: auto; text-align: center; }
	.ds-eyebrow { margin-inline: auto; }
	.ds-hero .wp-block-buttons { justify-content: center; }
	.ds-trust { margin-top: 0; border-radius: 0; }
	.ds-trust .wp-block-column { flex-basis: 100% !important; border-right: 0; }
	.ds-how, .ds-community, .ds-products { border-radius: 0; }
	.ds-post-cta { padding: 1.35rem; }
	.ds-query-grid .wp-block-post-template { grid-template-columns: minmax(0, 1fr) !important; }
}


.ds-legal-content {
	max-width: 860px;
	margin-inline: auto;
	color: #302820;
}
.ds-legal-content .ds-legal-lead {
	margin: 0 0 1rem;
	padding: 1.4rem 1.5rem;
	background: var(--ds-cream);
	border-left: 4px solid var(--ds-orange);
	border-radius: 0 14px 14px 0;
	font-size: 1.05rem;
}
.ds-legal-content .ds-legal-updated { margin-bottom: 2.5rem; color: var(--ds-muted); font-size: 0.85rem; }
.ds-legal-content h2 { margin-top: 2.4rem; margin-bottom: 0.8rem; font-size: clamp(1.35rem, 2.5vw, 1.8rem); }
.ds-legal-content li { margin-bottom: 0.45rem; }
.ds-legal-content details {
	margin: 0 0 0.75rem;
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid var(--ds-line);
	border-radius: 12px;
}
.ds-legal-content summary { color: var(--ds-ink); font-weight: 800; cursor: pointer; }
.ds-legal-content details p { margin: 0.8rem 0 0; color: var(--ds-muted); }
.ds-legal-content .ds-legal-note { padding: 1rem 1.1rem; background: #f4f7fa; border-radius: 12px; }
.ds-legal-contact { margin-top: 2.75rem; padding: 1.5rem; color: #fff; background: var(--ds-ink); border-radius: 16px; }
.ds-legal-contact h2 { margin-top: 0; color: #fff; }
.ds-legal-contact p { margin-bottom: 0; color: #e5ddd5; }
.ds-legal-contact a { color: #8bf0aa; }