:root {
	--dodo-primary: #1f4cff;
	--dodo-primary-rgb: 31, 76, 255;
	--dodo-accent: #14c7b3;
	--dodo-accent-rgb: 20, 199, 179;
	--dodo-soft: #fff0b8;
	--dodo-soft-rgb: 255, 240, 184;
	--dodo-text: #172033;
	--dodo-heading: #0f172a;
	--dodo-muted: #5f6f8b;
	--dodo-surface: #ffffff;
	--dodo-surface-alt: #f5f8ff;
	--dodo-border: rgba(18, 31, 58, 0.08);
	--dodo-shadow: 0 24px 64px rgba(38, 72, 160, 0.12);
	--dodo-radius: 28px;
}

.dodo-embed,
.dodo-embed * {
	box-sizing: border-box;
}

.dodo-embed {
	background:
		radial-gradient(circle at top left, rgba(var(--dodo-accent-rgb), 0.08), transparent 24%),
		radial-gradient(circle at top right, rgba(var(--dodo-primary-rgb), 0.08), transparent 26%),
		linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #f6f8fc 100%);
	color: var(--dodo-text);
	font-family: "Inter", sans-serif;
	line-height: 1.7;
	padding: 0 0 84px;
}

.dodo-embed section,
.dodo-embed footer {
	background: transparent !important;
	color: var(--dodo-text);
}

.dodo-embed a {
	color: inherit;
	text-decoration: none;
}

.dodo-embed img {
	display: block;
	height: auto;
	max-width: 100%;
}

.dodo-container {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 24px;
}

.dodo-header {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid rgba(18, 31, 58, 0.06);
	position: sticky;
	top: 0;
	z-index: 40;
}

.dodo-header-bar {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	min-height: 90px;
}

.dodo-brand {
	align-items: center;
	display: inline-flex;
	gap: 16px;
	line-height: 1;
}

.dodo-brand img {
	object-fit: contain;
	width: auto;
}

.dodo-brand span {
	color: var(--dodo-heading);
	font-size: 1.95rem;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.dodo-brand-small img {
	height: 46px;
}

.dodo-brand-small span {
	font-size: 1.35rem;
}

.dodo-brand-medium img {
	height: 68px;
}

.dodo-brand-medium span {
	font-size: 1.75rem;
}

.dodo-brand-large img {
	height: 104px;
}

.dodo-brand-large span {
	font-size: 2.15rem;
}

.dodo-brand-xlarge img {
	height: 136px;
}

.dodo-brand-xlarge span {
	font-size: 2.65rem;
}

.dodo-nav-list,
.dodo-link-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dodo-nav-list a,
.dodo-link-list a {
	color: var(--dodo-muted);
	font-size: 0.98rem;
	font-weight: 700;
	transition: color 0.2s ease;
}

.dodo-nav-list a:hover,
.dodo-nav-list a.dodo-is-active {
	color: var(--dodo-primary);
}

.dodo-menu-toggle {
	background: transparent;
	border: 0;
	cursor: pointer;
	display: none;
	flex-direction: column;
	gap: 5px;
	padding: 0;
}

.dodo-menu-toggle span {
	background: var(--dodo-heading);
	border-radius: 999px;
	display: block;
	height: 3px;
	width: 28px;
}

.dodo-hero,
.dodo-services,
.dodo-expertise,
.dodo-cta,
.dodo-testimonials,
.dodo-products,
.dodo-process,
.dodo-footer {
	padding: 76px 0;
}

.dodo-hero {
	padding-top: 82px;
}

.dodo-hero-inner {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.dodo-section-heading {
	margin: 0 auto 42px;
	max-width: 860px;
	text-align: center;
}

.dodo-hero-inner .dodo-section-heading {
	margin: 0;
	max-width: none;
	text-align: left;
}

.dodo-section-heading h1,
.dodo-section-heading h2,
.dodo-cta-box h2 {
	color: var(--dodo-heading);
	font-size: clamp(2.3rem, 5vw, 4.5rem);
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 1;
	margin: 0 0 18px;
}

.dodo-section-heading h2,
.dodo-cta-box h2 {
	font-size: clamp(1.9rem, 4vw, 3.2rem);
}

.dodo-section-heading p,
.dodo-cta-box p {
	color: var(--dodo-muted);
	font-size: 1.05rem;
	margin: 0 0 14px;
}

.dodo-kicker {
	color: var(--dodo-primary);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 14px !important;
	text-transform: uppercase;
}

.dodo-button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-start;
	margin-top: 26px;
}

.dodo-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	justify-content: center;
	padding: 14px 22px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dodo-button:hover {
	box-shadow: 0 16px 30px rgba(38, 72, 160, 0.16);
	transform: translateY(-2px);
}

.dodo-button-primary {
	background: var(--dodo-primary);
	color: #ffffff;
}

.dodo-button-secondary {
	background: #ffffff;
	border-color: rgba(18, 31, 58, 0.1);
	color: var(--dodo-heading);
}

.dodo-button-light {
	background: #ffffff;
	color: var(--dodo-heading);
}

.dodo-button-gold {
	background: var(--dodo-soft);
	color: var(--dodo-heading);
}

.dodo-hero-panel {
	background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
	border: 1px solid rgba(31, 76, 255, 0.1);
	border-radius: 32px;
	box-shadow: var(--dodo-shadow);
	padding: 30px;
}

.dodo-stat-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dodo-stat-card {
	background: var(--dodo-surface-alt);
	border: 1px solid rgba(18, 31, 58, 0.06);
	border-radius: 22px;
	padding: 18px;
}

.dodo-stat-card strong {
	color: var(--dodo-heading);
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.04em;
	margin-bottom: 6px;
}

.dodo-stat-card span {
	color: var(--dodo-muted);
	font-size: 0.94rem;
}

.dodo-service-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dodo-service-card,
.dodo-expertise-card,
.dodo-testimonial-card,
.dodo-process-card {
	background: var(--dodo-surface);
	border: 1px solid var(--dodo-border);
	border-radius: var(--dodo-radius);
	box-shadow: var(--dodo-shadow);
	padding: 30px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dodo-service-card:hover,
.dodo-expertise-card:hover,
.dodo-testimonial-card:hover,
.dodo-process-card:hover {
	box-shadow: 0 28px 64px rgba(38, 72, 160, 0.18);
	transform: translateY(-4px);
}

.dodo-embed .dodo-service-card,
.dodo-embed .dodo-expertise-card,
.dodo-embed .dodo-testimonial-card,
.dodo-embed .dodo-process-card {
	background-image: none !important;
	color: var(--dodo-text) !important;
}

.dodo-embed .dodo-service-card *,
.dodo-embed .dodo-expertise-card *,
.dodo-embed .dodo-testimonial-card *,
.dodo-embed .dodo-process-card * {
	text-shadow: none !important;
}

.dodo-service-card h3,
.dodo-expertise-card h3,
.dodo-testimonial-card h3,
.dodo-process-card h3 {
	color: var(--dodo-heading);
	font-size: 1.42rem;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 10px;
}

.dodo-service-card p,
.dodo-expertise-card p,
.dodo-testimonial-card p,
.dodo-process-card p {
	color: var(--dodo-muted);
	margin: 0;
}

.dodo-embed .dodo-service-card h3,
.dodo-embed .dodo-expertise-card h3,
.dodo-embed .dodo-testimonial-card h3,
.dodo-embed .dodo-process-card h3 {
	color: var(--dodo-heading) !important;
}

.dodo-embed .dodo-service-card p,
.dodo-embed .dodo-expertise-card p,
.dodo-embed .dodo-testimonial-card p,
.dodo-embed .dodo-process-card p {
	color: var(--dodo-muted) !important;
}

.dodo-embed .dodo-service-card .dodo-role,
.dodo-embed .dodo-testimonial-card .dodo-role {
	color: var(--dodo-accent) !important;
}

.dodo-embed .dodo-service-card a,
.dodo-embed .dodo-expertise-card a,
.dodo-embed .dodo-testimonial-card a,
.dodo-embed .dodo-process-card a {
	color: inherit !important;
}

.dodo-icon-wrap svg {
	fill: var(--dodo-accent) !important;
}

.dodo-testimonials {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(245, 248, 255, 0.9)) !important;
}

.dodo-embed .dodo-testimonial-card {
	background-color: #f7faff !important;
}

.dodo-icon-wrap,
.dodo-process-icon {
	align-items: center;
	background: linear-gradient(135deg, rgba(var(--dodo-primary-rgb), 0.1), rgba(var(--dodo-accent-rgb), 0.1));
	border-radius: 22px;
	display: inline-flex;
	height: 66px;
	justify-content: center;
	margin: 0 0 18px;
	width: 66px;
}

.dodo-icon-wrap svg,
.dodo-process-icon svg {
	fill: var(--dodo-primary);
	height: 28px;
	width: 28px;
}

.dodo-expertise-layout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.dodo-expertise-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dodo-feature-image {
	border-radius: 32px;
	overflow: hidden;
}

.dodo-feature-image img {
	aspect-ratio: 5 / 6;
	object-fit: cover;
	width: 100%;
}

.dodo-cta-box {
	background: linear-gradient(135deg, rgba(var(--dodo-primary-rgb), 0.08), rgba(var(--dodo-accent-rgb), 0.08), rgba(var(--dodo-soft-rgb), 0.38));
	border: 1px solid rgba(18, 31, 58, 0.06);
	border-radius: 34px;
	padding: 44px 34px;
	text-align: center;
}

.dodo-cta-box .dodo-button-row {
	justify-content: center;
}

.dodo-testimonial-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dodo-testimonial-avatar {
	border-radius: 24px;
	height: 82px;
	margin: 0 0 18px;
	object-fit: cover;
	width: 82px;
}

.dodo-role {
	color: var(--dodo-primary) !important;
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 14px !important;
}

.dodo-product-filters {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 0 28px;
}

.dodo-product-filters label {
	display: grid;
	gap: 8px;
}

.dodo-product-filters span {
	color: var(--dodo-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.dodo-product-filters select,
.dodo-newsletter-form input {
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.08);
	border-radius: 16px;
	color: var(--dodo-heading);
	font: inherit;
	padding: 12px 14px;
}

.dodo-product-shortcode .products {
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.dodo-product-shortcode .product {
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.08);
	border-radius: 22px;
	box-shadow: var(--dodo-shadow);
	margin: 0 !important;
	overflow: hidden;
	padding: 14px 14px 18px !important;
	text-align: left;
	width: 100% !important;
}

.dodo-product-shortcode .product img {
	border-radius: 16px;
	margin-bottom: 12px !important;
}

.dodo-product-shortcode .woocommerce-loop-product__title {
	color: var(--dodo-heading) !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin-bottom: 8px !important;
	padding: 0 !important;
}

.dodo-product-shortcode .price {
	color: var(--dodo-primary) !important;
	font-size: 0.98rem !important;
	font-weight: 700 !important;
	margin: 8px 0 !important;
}

.dodo-product-shortcode .button {
	background: var(--dodo-soft) !important;
	border-radius: 999px !important;
	color: var(--dodo-heading) !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	padding: 10px 16px !important;
}

.dodo-product-shortcode .onsale {
	background: var(--dodo-accent) !important;
	color: #ffffff !important;
	font-size: 0.72rem !important;
	min-height: 2rem !important;
	min-width: 2rem !important;
	padding: 0.35rem 0.45rem !important;
}

.dodo-product-shortcode .star-rating {
	font-size: 0.82rem !important;
	margin: 6px 0 !important;
}

.dodo-product-shortcode .woocommerce-pagination {
	margin-top: 28px;
	text-align: center;
}

.dodo-product-shortcode .woocommerce-pagination ul.page-numbers {
	align-items: center;
	border: 0 !important;
	display: inline-flex !important;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 !important;
	padding: 0 !important;
}

.dodo-product-shortcode .woocommerce-pagination ul.page-numbers li {
	border: 0 !important;
	float: none !important;
	overflow: visible !important;
}

.dodo-product-shortcode .woocommerce-pagination .page-numbers a,
.dodo-product-shortcode .woocommerce-pagination .page-numbers span {
	align-items: center;
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.08);
	border-radius: 14px;
	color: var(--dodo-heading);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0 14px;
}

.dodo-product-shortcode .woocommerce-pagination .page-numbers .current {
	background: var(--dodo-primary);
	border-color: var(--dodo-primary);
	color: #ffffff;
}

.dodo-products,
.dodo-process,
.dodo-footer,
.dodo-expertise,
.dodo-services,
.dodo-hero {
	background: transparent !important;
}

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

.dodo-process-card {
	position: relative;
}

.dodo-process-number {
	align-items: center;
	background: rgba(var(--dodo-primary-rgb), 0.08);
	border-radius: 999px;
	color: var(--dodo-primary);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 34px;
}

.dodo-footer-shell {
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.06);
	border-radius: 32px;
	box-shadow: var(--dodo-shadow);
	padding: 34px;
}

.dodo-footer-top {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.2fr) auto;
	margin-bottom: 30px;
}

.dodo-footer-eyebrow {
	color: var(--dodo-primary);
	font-size: 0.86rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.dodo-footer-brandblock h3,
.dodo-footer-column h3 {
	color: var(--dodo-heading);
	font-size: 1.28rem;
	font-weight: 800;
	margin: 0 0 12px;
}

.dodo-footer-brandblock p,
.dodo-footer-column p,
.dodo-footer-meta span {
	color: var(--dodo-muted);
}

.dodo-footer-logo-wrap {
	background: var(--dodo-surface-alt);
	border-radius: 24px;
	padding: 20px;
}

.dodo-footer-logo {
	height: 70px;
	object-fit: contain;
	width: auto;
}

.dodo-footer-grid {
	border-top: 1px solid rgba(18, 31, 58, 0.06);
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding-top: 26px;
}

.dodo-footer-column .dodo-link-list {
	display: grid;
	gap: 12px;
}

.dodo-footer-column .dodo-link-list a {
	color: var(--dodo-muted);
}

.dodo-footer-column .dodo-link-list a:hover {
	color: var(--dodo-primary);
}

.dodo-newsletter-form {
	display: grid;
	gap: 14px;
	max-width: 320px;
}

.dodo-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(18, 31, 58, 0.06);
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 22px;
}

.dodo-footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.dodo-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dodo-socials a {
	align-items: center;
	background: var(--dodo-surface-alt);
	border-radius: 999px;
	color: var(--dodo-primary);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.dodo-socials a:hover {
	background: var(--dodo-primary);
	color: #ffffff;
}

.dodo-socials a svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.dodo-empty-state {
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.08);
	border-radius: 18px;
	color: var(--dodo-muted);
	font-weight: 600;
	padding: 22px;
	text-align: center;
}

.dodo-legal-page {
	padding-bottom: 80px;
}

.dodo-legal-hero {
	padding: 88px 0 24px;
	text-align: center;
}

.dodo-legal-kicker {
	color: var(--dodo-primary);
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.dodo-legal-hero h1 {
	color: var(--dodo-heading);
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 0 0 14px;
}

.dodo-legal-meta {
	color: var(--dodo-muted);
	margin: 0;
}

.dodo-legal-content {
	padding-top: 20px;
}

.dodo-legal-card {
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.08);
	border-radius: 30px;
	box-shadow: var(--dodo-shadow);
	margin: 0 auto;
	max-width: 900px;
	padding: 34px;
}

.dodo-legal-section + .dodo-legal-section {
	border-top: 1px solid rgba(18, 31, 58, 0.08);
	margin-top: 22px;
	padding-top: 22px;
}

.dodo-legal-section h2 {
	color: var(--dodo-heading);
	font-size: 1.4rem;
	margin: 0 0 12px;
}

.dodo-legal-section p {
	color: var(--dodo-muted);
	margin: 0 0 12px;
}

.dodo-floating-widget {
	bottom: 24px;
	position: fixed;
	z-index: 9999;
}

.dodo-floating-widget-right {
	right: 24px;
}

.dodo-floating-widget-left {
	left: 24px;
}

.dodo-floating-trigger {
	align-items: center;
	background: var(--dodo-primary);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 20px 40px rgba(38, 72, 160, 0.22);
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	gap: 10px;
	padding: 14px 18px;
}

.dodo-floating-trigger-icon,
.dodo-floating-link-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.dodo-floating-trigger svg,
.dodo-floating-link svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.dodo-floating-trigger-label {
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1;
}

.dodo-floating-panel {
	background: #ffffff;
	border: 1px solid rgba(18, 31, 58, 0.08);
	border-radius: 20px;
	box-shadow: var(--dodo-shadow);
	display: grid;
	gap: 10px;
	margin-bottom: 12px;
	min-width: 220px;
	padding: 14px;
}

.dodo-floating-link {
	align-items: center;
	border-radius: 14px;
	color: var(--dodo-heading);
	display: flex;
	gap: 10px;
	padding: 11px 12px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.dodo-floating-link:hover {
	background: var(--dodo-surface-alt);
	transform: translateY(-1px);
}

.dodo-chat-whatsapp {
	color: #16a34a;
}

.dodo-chat-telegram {
	color: #229ed9;
}

.dodo-chat-email {
	color: var(--dodo-primary);
}

.dodo-chat-facebook {
	color: #1877f2;
}
