/*
Theme Name: Datas Tema
Theme URI: https://datas.dk
Author: Datas
Author URI: https://datas.dk
Description: A lightweight, Elementor-ready theme built for Datas' app and software studio.
Version: 2.2.0
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: datas-studio
*/

:root {
	--ds-ink: #07111f;
	--ds-ink-2: #0b1729;
	--ds-ink-3: #10213a;
	--ds-blue: #19aaff;
	--ds-blue-2: #0868e8;
	--ds-violet: #7042ef;
	--ds-coral: #ff5576;
	--ds-gold: #ffc23d;
	--ds-mint: #24dfbd;
	--ds-mint-soft: #c7f8f0;
	--ds-paper: #f7f8ff;
	--ds-white: #ffffff;
	--ds-text: #13233a;
	--ds-muted: #5f6f84;
	--ds-line: #dfe7f2;
	--ds-radius-sm: 14px;
	--ds-radius: 24px;
	--ds-radius-lg: 38px;
	--ds-shadow: 0 28px 75px rgba(38, 65, 123, 0.12);
	--ds-shell: min(1180px, calc(100vw - 40px));
	--ds-header: 80px;
	--ds-type-hero: clamp(50px, 5.15vw, 74px);
	--ds-type-section: clamp(38px, 4vw, 58px);
	--ds-type-card: 22px;
	--ds-type-lead: clamp(18px, 1.65vw, 21px);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--ds-header) + 18px);
}

body {
	margin: 0;
	color: var(--ds-text);
	background: var(--ds-white);
	font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

body.admin-bar .site-header {
	top: 32px;
}

body.nav-open {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

::selection {
	color: var(--ds-white);
	background: var(--ds-blue);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	color: var(--ds-ink);
	background: var(--ds-white);
	border-radius: 8px;
}

.site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	height: var(--ds-header);
	color: var(--ds-ink);
	border-bottom: 1px solid rgba(7, 17, 31, 0.09);
	background: rgba(255, 255, 255, 0.92);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 8px 30px rgba(7, 17, 31, 0.09);
}

.site-header__inner {
	width: var(--ds-shell);
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	color: var(--ds-ink);
	font-size: 23px;
	font-weight: 800;
	letter-spacing: -0.045em;
	text-decoration: none;
}

.site-brand__logo-wrap {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border: 1px solid var(--ds-line);
	border-radius: 10px;
	background: var(--ds-white);
	box-shadow: 0 5px 16px rgba(7, 17, 31, 0.07);
}

.site-brand__logo {
	display: block;
	width: 128px;
	height: auto;
}

.primary-nav {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.primary-nav__list {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-nav a {
	position: relative;
	color: #39485c;
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
	transition: color 160ms ease;
}

.primary-nav a::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	height: 2px;
	content: "";
	background: var(--ds-mint);
	border-radius: 2px;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav .current-menu-item > a {
	color: var(--ds-blue);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after,
.primary-nav .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header__cta {
	min-height: 42px;
	padding: 10px 17px;
	font-size: 13px;
}

.site-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
	color: var(--ds-ink);
	font-size: 14px;
	font-weight: 760;
	text-decoration: none;
}

.site-header__phone:hover,
.site-header__phone:focus-visible {
	color: var(--ds-blue);
}

.menu-toggle {
	display: none;
	width: 45px;
	height: 45px;
	padding: 0;
	color: var(--ds-ink);
	border: 1px solid var(--ds-line);
	border-radius: 13px;
	background: transparent;
	cursor: pointer;
}

.menu-toggle > span:not(.screen-reader-text),
.menu-toggle::before,
.menu-toggle::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	content: "";
	background: currentColor;
	border-radius: 2px;
	transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .menu-toggle > span:not(.screen-reader-text) {
	opacity: 0;
}

.nav-open .menu-toggle::before {
	transform: translateY(6px) rotate(45deg);
}

.nav-open .menu-toggle::after {
	transform: translateY(-6px) rotate(-45deg);
}

.site-main {
	min-height: 60vh;
}

.site-main--offset {
	padding-top: var(--ds-header);
}

.entry-content,
.elementor,
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
	width: 100%;
}

.elementor-element:has(> .elementor-widget-container > .ds-section) {
	margin: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none;
}

.ds-shell {
	width: var(--ds-shell);
	margin-inline: auto;
}

.ds-section {
	position: relative;
	padding: 108px 0;
	overflow: clip;
}

.ds-section:not(.ds-section--dark):not(.ds-hero) {
	color: var(--ds-text);
}

.ds-section--soft {
	background: var(--ds-paper);
}

.ds-section--dark {
	color: var(--ds-text);
	background:
		radial-gradient(circle at 82% 12%, rgba(13, 92, 255, 0.1), transparent 34%),
		radial-gradient(circle at 5% 85%, rgba(32, 212, 164, 0.09), transparent 28%),
		#eef4fb;
}

.ds-section--dark .ds-lead,
.ds-section--dark .ds-copy,
.ds-section--dark .ds-section-head p {
	color: var(--ds-muted);
}

.ds-hero {
	min-height: min(880px, 100svh);
	padding-top: calc(var(--ds-header) + 86px);
	padding-bottom: 92px;
	display: grid;
	align-items: center;
	color: var(--ds-ink);
	background:
		radial-gradient(circle at 78% 38%, rgba(13, 92, 255, 0.12), transparent 35%),
		radial-gradient(circle at 14% 88%, rgba(32, 212, 164, 0.11), transparent 30%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 70%);
}

.ds-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background-image:
		linear-gradient(rgba(13, 92, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(13, 92, 255, 0.045) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.ds-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
	align-items: center;
	gap: clamp(36px, 5vw, 78px);
}

.ds-hero__copy {
	position: relative;
	z-index: 2;
}

.ds-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 22px;
	color: var(--ds-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ds-section--dark .ds-kicker,
.ds-hero .ds-kicker {
	color: var(--ds-blue);
}

.ds-kicker::before {
	width: 8px;
	height: 8px;
	content: "";
	background: currentColor;
	border-radius: 50%;
	box-shadow: 0 0 0 5px color-mix(in srgb, currentColor 15%, transparent);
}

.ds-display,
.ds-title,
.ds-card h3,
.ds-price-card h3,
.ds-contact-panel h2 {
	margin-top: 0;
	text-wrap: balance;
}

.ds-display {
	max-width: 760px;
	margin-bottom: 26px;
	font-size: clamp(48px, 6vw, 82px);
	font-weight: 820;
	letter-spacing: -0.065em;
	line-height: 0.99;
}

.ds-display em {
	color: var(--ds-blue);
	font-style: normal;
}

.ds-title {
	margin-bottom: 20px;
	font-size: clamp(36px, 4.1vw, 58px);
	font-weight: 800;
	letter-spacing: -0.052em;
	line-height: 1.05;
}

.ds-title--sm {
	font-size: clamp(31px, 3.2vw, 46px);
}

.ds-lead {
	max-width: 690px;
	margin: 0;
	color: var(--ds-muted);
	font-size: clamp(18px, 1.65vw, 21px);
	line-height: 1.65;
}

.ds-hero .ds-lead {
	max-width: 640px;
	color: #52647b;
}

.ds-copy {
	color: var(--ds-muted);
}

.ds-copy > :first-child {
	margin-top: 0;
}

.ds-copy > :last-child {
	margin-bottom: 0;
}

.ds-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px;
	margin-top: 34px;
}

.ds-button,
.wpcf7-submit {
	display: inline-flex;
	min-height: 52px;
	padding: 14px 22px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: var(--ds-white);
	border: 1px solid var(--ds-blue);
	border-radius: 14px;
	background: var(--ds-blue);
	box-shadow: 0 12px 32px rgba(13, 92, 255, 0.25);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
	transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.ds-button::after {
	content: "↗";
	font-size: 15px;
}

.ds-button:hover,
.ds-button:focus-visible,
.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
	color: var(--ds-white);
	background: #044fe7;
	border-color: #044fe7;
	box-shadow: 0 16px 38px rgba(13, 92, 255, 0.34);
	transform: translateY(-2px);
}

.ds-button--mint {
	color: var(--ds-ink);
	border-color: var(--ds-mint);
	background: var(--ds-mint);
	box-shadow: 0 12px 32px rgba(32, 212, 164, 0.18);
}

.ds-button--mint:hover,
.ds-button--mint:focus-visible {
	color: var(--ds-ink);
	border-color: #32e2b3;
	background: #32e2b3;
}

.ds-button--ghost {
	color: var(--ds-ink);
	border-color: #cbd7e7;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: none;
}

.ds-button--ghost:hover,
.ds-button--ghost:focus-visible {
	color: var(--ds-blue);
	border-color: #9bb8e5;
	background: var(--ds-white);
}

.ds-button--dark {
	color: var(--ds-white);
	border-color: var(--ds-ink);
	background: var(--ds-ink);
	box-shadow: none;
}

.ds-button--dark:hover,
.ds-button--dark:focus-visible {
	color: var(--ds-white);
	border-color: var(--ds-ink-3);
	background: var(--ds-ink-3);
}

.ds-button--small {
	min-height: 44px;
	padding: 11px 17px;
	border-radius: 12px;
}

.ds-hero__visual {
	position: relative;
	min-height: 540px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ds-hero__visual::before {
	position: absolute;
	width: 74%;
	aspect-ratio: 1;
	content: "";
	background: rgba(13, 92, 255, 0.2);
	filter: blur(80px);
	border-radius: 50%;
}

.ds-hero__visual img {
	position: relative;
	z-index: 1;
	width: min(790px, 68vw);
	max-width: none;
	border-radius: 28px;
	border: 1px solid rgba(13, 92, 255, 0.12);
	box-shadow: 0 28px 70px rgba(31, 61, 108, 0.18);
}

.ds-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	margin: 30px 0 0;
	padding: 0;
	color: #4b5e75;
	font-size: 13px;
	font-weight: 650;
	list-style: none;
}

.ds-proof li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ds-proof li::before {
	width: 18px;
	height: 18px;
	content: "✓";
	display: grid;
	place-items: center;
	color: var(--ds-mint);
	border: 1px solid rgba(32, 212, 164, 0.45);
	border-radius: 50%;
	font-size: 10px;
}

.ds-trust-strip {
	position: relative;
	z-index: 4;
	margin-top: -44px;
}

.ds-trust-strip__inner {
	display: grid;
	grid-template-columns: 1.1fr repeat(3, 1fr);
	align-items: stretch;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	background: var(--ds-white);
	box-shadow: var(--ds-shadow);
	overflow: hidden;
}

.ds-trust-strip__item {
	min-height: 116px;
	padding: 27px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-left: 1px solid var(--ds-line);
}

.ds-trust-strip__item:first-child {
	border-left: 0;
}

.ds-trust-strip__item span {
	color: var(--ds-muted);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ds-trust-strip__item strong {
	display: block;
	margin-top: 5px;
	color: var(--ds-ink);
	font-size: 20px;
	font-weight: 790;
	letter-spacing: -0.03em;
	line-height: 1.25;
}

.ds-section-head {
	max-width: 760px;
	margin-bottom: 50px;
}

.ds-section-head--center {
	margin-inline: auto;
	text-align: center;
}

.ds-section-head--center .ds-kicker {
	justify-content: center;
}

.ds-section-head--center .ds-lead {
	margin-inline: auto;
}

.ds-grid-2,
.ds-grid-3,
.ds-grid-4 {
	display: grid;
	gap: 22px;
}

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

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

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

.ds-card {
	position: relative;
	min-height: 100%;
	padding: 30px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	background: var(--ds-white);
	box-shadow: 0 12px 44px rgba(7, 17, 31, 0.045);
	overflow: hidden;
	transition: border-color 190ms ease, box-shadow 190ms ease, transform 190ms ease;
}

.ds-card::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 78px;
	height: 78px;
	content: "";
	background: radial-gradient(circle at top right, rgba(13, 92, 255, 0.1), transparent 68%);
}

.ds-card:hover {
	border-color: #bdcce2;
	box-shadow: 0 22px 55px rgba(7, 17, 31, 0.09);
	transform: translateY(-4px);
}

.ds-card h3 {
	margin-bottom: 11px;
	color: var(--ds-ink);
	font-size: 22px;
	font-weight: 790;
	letter-spacing: -0.035em;
	line-height: 1.25;
}

.ds-card p {
	margin: 0;
	color: var(--ds-muted);
	font-size: 15px;
	line-height: 1.65;
}

.ds-card a.ds-card__link {
	display: inline-flex;
	margin-top: 22px;
	align-items: center;
	gap: 7px;
	color: var(--ds-blue);
	font-size: 13px;
	font-weight: 780;
	text-decoration: none;
}

.ds-card a.ds-card__link::after {
	content: "→";
	transition: transform 160ms ease;
}

.ds-card:hover a.ds-card__link::after {
	transform: translateX(4px);
}

.ds-icon {
	width: 46px;
	height: 46px;
	margin-bottom: 24px;
	display: grid;
	place-items: center;
	color: var(--ds-blue);
	border: 1px solid #d9e4f5;
	border-radius: 15px;
	background: #eef4ff;
	font-size: 18px;
	font-weight: 820;
}

.ds-icon--mint {
	color: #057b5c;
	border-color: #c8efe4;
	background: #e8fbf6;
}

.ds-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: clamp(44px, 7vw, 94px);
}

.ds-split--top {
	align-items: start;
}

.ds-image-frame {
	position: relative;
	padding: 13px;
	border: 1px solid rgba(13, 92, 255, 0.14);
	border-radius: var(--ds-radius-lg);
	background: linear-gradient(145deg, #edf3fc, #fff);
	box-shadow: var(--ds-shadow);
}

.ds-image-frame img {
	display: block;
	width: 100%;
	border-radius: calc(var(--ds-radius-lg) - 10px);
}

.ds-image-frame--dark {
	border-color: rgba(255, 255, 255, 0.13);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.ds-list {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.ds-list li {
	position: relative;
	padding-left: 31px;
	color: var(--ds-text);
	font-size: 15px;
}

.ds-section--dark .ds-list li {
	color: var(--ds-text);
}

.ds-section--dark .ds-price-card--featured .ds-list li {
	color: rgba(255, 255, 255, 0.82);
}

.ds-list li::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	width: 20px;
	height: 20px;
	content: "✓";
	display: grid;
	place-items: center;
	color: #057b5c;
	border-radius: 50%;
	background: #dff8f0;
	font-size: 11px;
	font-weight: 900;
}

.ds-process {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	counter-reset: process;
}

.ds-step {
	position: relative;
	padding: 7px 36px 8px 0;
	counter-increment: process;
}

.ds-step:not(:last-child)::after {
	position: absolute;
	top: 25px;
	right: 20px;
	left: 55px;
	height: 1px;
	content: "";
	background: var(--ds-line);
}

.ds-step__number {
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
	display: grid;
	place-items: center;
	color: var(--ds-blue);
	border: 1px solid #cbdaf0;
	border-radius: 17px;
	background: var(--ds-white);
	box-shadow: 0 7px 20px rgba(7, 17, 31, 0.07);
	font-size: 0;
}

.ds-step__number::before {
	content: "0" counter(process);
	font-size: 13px;
	font-weight: 850;
}

.ds-step h3 {
	margin: 0 0 9px;
	color: var(--ds-ink);
	font-size: 21px;
	letter-spacing: -0.035em;
}

.ds-step p {
	margin: 0;
	color: var(--ds-muted);
	font-size: 15px;
}

.ds-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	background: var(--ds-white);
	box-shadow: var(--ds-shadow);
	overflow: hidden;
}

.ds-stat {
	padding: 30px;
	border-left: 1px solid var(--ds-line);
}

.ds-stat:first-child {
	border-left: 0;
}

.ds-stat strong {
	display: block;
	color: var(--ds-ink);
	font-size: 29px;
	font-weight: 820;
	letter-spacing: -0.045em;
}

.ds-stat span {
	color: var(--ds-muted);
	font-size: 13px;
}

.ds-band {
	position: relative;
	padding: clamp(38px, 6vw, 72px);
	color: var(--ds-white);
	border-radius: var(--ds-radius-lg);
	background:
		radial-gradient(circle at 88% 20%, rgba(32, 212, 164, 0.25), transparent 30%),
		linear-gradient(135deg, #0d5cff, #123d9a 62%, #071d4a);
	box-shadow: 0 30px 90px rgba(13, 92, 255, 0.22);
	overflow: hidden;
}

.ds-band::after {
	position: absolute;
	right: -8%;
	bottom: -45%;
	width: 360px;
	aspect-ratio: 1;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 44px rgba(255, 255, 255, 0.025), 0 0 0 92px rgba(255, 255, 255, 0.02);
}

.ds-band__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) auto;
	align-items: center;
	gap: 30px;
}

.ds-band h2 {
	max-width: 750px;
	margin: 0 0 12px;
	font-size: clamp(32px, 4vw, 52px);
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.ds-band p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, 0.73);
}

.ds-pricing {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 22px;
}

.ds-price-card {
	position: relative;
	padding: 34px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius);
	background: var(--ds-white);
	box-shadow: 0 12px 44px rgba(7, 17, 31, 0.05);
}

.ds-price-card--featured {
	color: var(--ds-white);
	border-color: var(--ds-ink);
	background:
		radial-gradient(circle at 95% 0%, rgba(13, 92, 255, 0.35), transparent 38%),
		var(--ds-ink);
	box-shadow: 0 24px 70px rgba(7, 17, 31, 0.2);
	transform: translateY(-10px);
}

.ds-price-card h3 {
	margin-bottom: 7px;
	color: var(--ds-ink);
	font-size: 23px;
	letter-spacing: -0.035em;
}

.ds-price-card--featured h3 {
	color: var(--ds-white);
}

.ds-price-card > p {
	min-height: 50px;
	margin: 0;
	color: var(--ds-muted);
	font-size: 14px;
}

.ds-price-card--featured > p {
	color: rgba(255, 255, 255, 0.62);
}

.ds-price {
	margin: 22px 0;
	color: var(--ds-ink);
	font-size: 38px;
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 1;
}

.ds-price-card--featured .ds-price {
	color: var(--ds-white);
}

.ds-price small {
	color: var(--ds-muted);
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0;
}

.ds-price-card--featured .ds-price small {
	color: rgba(255, 255, 255, 0.55);
}

.ds-price-card .ds-list {
	min-height: 210px;
}

.ds-price-card .ds-button {
	width: 100%;
	margin-top: 28px;
}

.ds-tag {
	display: inline-flex;
	padding: 6px 10px;
	color: #08664d;
	border: 1px solid #bfeadd;
	border-radius: 999px;
	background: #e4faf4;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ds-price-card--featured .ds-tag {
	color: var(--ds-mint-soft);
	border-color: rgba(32, 212, 164, 0.26);
	background: rgba(32, 212, 164, 0.09);
}

.ds-faq {
	display: grid;
	gap: 13px;
}

.ds-faq details {
	padding: 0 24px;
	border: 1px solid var(--ds-line);
	border-radius: 17px;
	background: var(--ds-white);
}

.ds-faq summary {
	position: relative;
	padding: 21px 38px 21px 0;
	color: var(--ds-ink);
	font-weight: 750;
	cursor: pointer;
	list-style: none;
}

.ds-faq summary::-webkit-details-marker {
	display: none;
}

.ds-faq summary::after {
	position: absolute;
	top: 22px;
	right: 0;
	content: "+";
	color: var(--ds-blue);
	font-size: 20px;
	font-weight: 500;
}

.ds-faq details[open] summary::after {
	content: "–";
}

.ds-faq details p {
	margin: -3px 0 22px;
	padding-right: 40px;
	color: var(--ds-muted);
	font-size: 15px;
}

.ds-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 24px;
	align-items: stretch;
}

.ds-contact-panel,
.ds-form-panel {
	padding: clamp(30px, 5vw, 54px);
	border-radius: var(--ds-radius-lg);
}

.ds-contact-panel {
	position: relative;
	color: var(--ds-white);
	background:
		radial-gradient(circle at 90% 10%, rgba(32, 212, 164, 0.2), transparent 35%),
		var(--ds-ink);
	overflow: hidden;
}

.ds-contact-panel h2 {
	margin-bottom: 18px;
	font-size: clamp(34px, 4vw, 52px);
	letter-spacing: -0.055em;
	line-height: 1.04;
}

.ds-contact-panel > p {
	color: rgba(255, 255, 255, 0.65);
}

.ds-contact-list {
	display: grid;
	gap: 12px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.ds-contact-list a,
.ds-contact-list span {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	text-decoration: none;
}

.ds-contact-list b {
	min-width: 74px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 11px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ds-form-panel {
	border: 1px solid var(--ds-line);
	background: var(--ds-white);
	box-shadow: var(--ds-shadow);
}

.ds-form-panel h2 {
	margin: 0 0 8px;
	color: var(--ds-ink);
	font-size: 27px;
	letter-spacing: -0.035em;
}

.ds-form-panel > p {
	margin-top: 0;
	color: var(--ds-muted);
	font-size: 15px;
}

.wpcf7-form {
	display: grid;
	gap: 18px;
}

.wpcf7-form label {
	display: grid;
	gap: 7px;
	color: var(--ds-text);
	font-size: 13px;
	font-weight: 720;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 input:not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
	padding: 13px 15px;
	color: var(--ds-ink);
	border: 1px solid #ccd8e8;
	border-radius: 12px;
	outline: 0;
	background: #fbfdff;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.wpcf7 textarea {
	min-height: 130px;
	resize: vertical;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	border-color: var(--ds-blue);
	box-shadow: 0 0 0 4px rgba(13, 92, 255, 0.1);
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 12px 14px !important;
	border-width: 1px !important;
	border-radius: 11px;
	font-size: 13px;
}

.ds-legal {
	max-width: 860px;
	margin-inline: auto;
}

.ds-legal h2 {
	margin: 52px 0 14px;
	color: var(--ds-ink);
	font-size: 27px;
	letter-spacing: -0.035em;
}

.ds-legal h3 {
	margin: 36px 0 10px;
	color: var(--ds-ink);
	font-size: 21px;
}

.ds-legal p,
.ds-legal li {
	color: #43546a;
}

.ds-legal ul {
	padding-left: 22px;
}

.ds-archive-note {
	padding: 28px;
	border: 1px dashed #b7c7dc;
	border-radius: 18px;
	background: #f7faff;
}

.ds-archive-note code {
	padding: 2px 6px;
	border-radius: 5px;
	background: #e8eef7;
}

.ds-article {
	width: min(820px, calc(100vw - 40px));
	margin: 0 auto;
	padding: 130px 0 100px;
}

.ds-article__eyebrow {
	color: var(--ds-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ds-article h1 {
	margin: 12px 0 22px;
	color: var(--ds-ink);
	font-size: clamp(40px, 6vw, 70px);
	letter-spacing: -0.06em;
	line-height: 1.02;
}

.ds-article .entry-content > p:first-child {
	color: var(--ds-muted);
	font-size: 20px;
}

.ds-article pre,
.ds-article code {
	font-family: "Cascadia Code", Consolas, monospace;
}

.ds-article pre {
	padding: 20px;
	color: #dce9ff;
	border-radius: 15px;
	background: var(--ds-ink);
	overflow-x: auto;
}

.ds-article table {
	width: 100%;
	border-collapse: collapse;
}

.ds-article th,
.ds-article td {
	padding: 11px 13px;
	border: 1px solid var(--ds-line);
	text-align: left;
}

.site-footer {
	position: relative;
	padding: 76px 0 28px;
	color: var(--ds-muted);
	border-top: 1px solid var(--ds-line);
	background: #eef3f9;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 0.8fr 0.8fr;
	gap: 70px;
}

.site-footer .site-brand {
	margin-bottom: 20px;
}

.site-footer .site-brand__logo {
	width: 150px;
}

.site-footer__intro {
	max-width: 400px;
	font-size: 14px;
	line-height: 1.65;
}

.site-footer h2 {
	margin: 4px 0 20px;
	color: var(--ds-ink);
	font-size: 13px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	color: #43546a;
	font-size: 14px;
	line-height: 1.65;
	list-style: none;
}

.site-footer a {
	color: #43546a;
	font-size: inherit;
	text-decoration: none;
	transition: color 150ms ease;
}

.site-footer__contact-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.site-footer__contact-icon {
	display: inline-grid;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	place-items: center;
	color: #282861;
}

.site-footer__contact-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.site-footer__contact-link:hover .site-footer__contact-icon,
.site-footer__contact-link:focus-visible .site-footer__contact-icon {
	color: #282861;
}

.site-footer a:hover,
.site-footer a:focus-visible {
	color: var(--ds-blue);
}

.site-footer__bottom {
	margin-top: 60px;
	padding-top: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	border-top: 1px solid #d6e0ec;
	color: #43546a;
	font-size: 14px;
	line-height: 1.65;
}

.ds-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 650ms cubic-bezier(.2, .7, .2, 1), transform 650ms cubic-bezier(.2, .7, .2, 1);
}

.ds-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1050px) {
	.primary-nav {
		position: fixed;
		top: var(--ds-header);
		right: 0;
		left: 0;
		padding: 24px max(20px, calc((100vw - 860px) / 2));
		display: block;
		border-bottom: 1px solid var(--ds-line);
		background: rgba(255, 255, 255, 0.99);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
	}

	.nav-open .primary-nav {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.primary-nav__list {
		display: grid;
		gap: 0;
	}

	.primary-nav a {
		padding: 13px 0;
		font-size: 17px;
	}

	.primary-nav a::after {
		display: none;
	}

	.menu-toggle {
		display: block;
		order: 3;
	}

	.site-header__cta {
		margin-left: auto;
	}

	.ds-hero__grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
	}

	.ds-hero__visual {
		min-height: 460px;
	}

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

@media (max-width: 820px) {
	:root {
		--ds-shell: min(100% - 32px, 680px);
		--ds-header: 70px;
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.ds-section {
		padding: 78px 0;
	}

	.ds-hero {
		min-height: auto;
		padding-top: calc(var(--ds-header) + 68px);
		padding-bottom: 86px;
	}

	.ds-hero__grid,
	.ds-split,
	.ds-contact-grid {
		grid-template-columns: 1fr;
	}

	.ds-hero__visual {
		min-height: 0;
		margin-top: 20px;
	}

	.ds-hero__visual img {
		width: 112%;
		margin-left: -5%;
	}

	.ds-grid-3,
	.ds-pricing {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-process {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.ds-step {
		padding-right: 0;
		padding-left: 66px;
	}

	.ds-step__number {
		position: absolute;
		top: 0;
		left: 0;
	}

	.ds-step:not(:last-child)::after {
		top: 50px;
		right: auto;
		bottom: -27px;
		left: 25px;
		width: 1px;
		height: auto;
	}

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

	.ds-stat:nth-child(odd) {
		border-left: 0;
	}

	.ds-stat:nth-child(n + 3) {
		border-top: 1px solid var(--ds-line);
	}

	.ds-trust-strip__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ds-trust-strip__item:nth-child(odd) {
		border-left: 0;
	}

	.ds-trust-strip__item:nth-child(n + 3) {
		border-top: 1px solid var(--ds-line);
	}

	.ds-band__grid {
		grid-template-columns: 1fr;
	}

	.ds-price-card--featured {
		transform: none;
	}

	.site-footer__grid {
		grid-template-columns: 1.2fr 1fr;
		gap: 45px;
	}

	.site-footer__grid > :first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	body {
		font-size: 16px;
	}

	.site-header__cta {
		display: none;
	}

	.site-header__inner {
		gap: 10px;
	}

	.site-brand__logo-wrap {
		padding: 4px 7px;
	}

	.site-brand__logo {
		width: 102px;
	}

	.site-header__phone {
		margin-left: auto;
		font-size: 12px;
	}

	.ds-display {
		font-size: clamp(42px, 12.5vw, 60px);
	}

	.ds-title {
		font-size: 36px;
	}

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

	.ds-actions .ds-button {
		width: 100%;
	}

	.ds-proof {
		display: grid;
		gap: 10px;
	}

	.ds-grid-2,
	.ds-grid-3,
	.ds-grid-4,
	.ds-pricing,
	.ds-stat-grid,
	.ds-trust-strip__inner,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.ds-card,
	.ds-price-card {
		padding: 25px;
	}

	.ds-trust-strip__item,
	.ds-trust-strip__item:nth-child(odd) {
		border-top: 1px solid var(--ds-line);
		border-left: 0;
	}

	.ds-trust-strip__item:first-child {
		border-top: 0;
	}

	.ds-stat,
	.ds-stat:nth-child(odd) {
		border-top: 1px solid var(--ds-line);
		border-left: 0;
	}

	.ds-stat:first-child {
		border-top: 0;
	}

	.ds-band {
		padding: 34px 24px;
		border-radius: var(--ds-radius);
	}

	.ds-contact-panel,
	.ds-form-panel {
		padding: 30px 24px;
		border-radius: var(--ds-radius);
	}

	.site-footer__grid > :first-child {
		grid-column: auto;
	}

	.site-footer__bottom {
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.ds-reveal {
		opacity: 1;
		transform: none;
	}
}

/* Techland-inspired visual system. The content remains editable in Elementor. */
.site-header {
	height: 86px;
	color: var(--ds-ink);
	border-bottom: 0;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 4px 24px rgba(29, 58, 112, 0.055);
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.985);
	box-shadow: 0 12px 34px rgba(29, 58, 112, 0.1);
}

.site-brand__logo-wrap {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.site-brand__logo {
	width: 135px;
}

.primary-nav__list {
	gap: 27px;
}

.primary-nav a {
	color: #2d3850;
	font-size: 14px;
	font-weight: 640;
}

.primary-nav a::after {
	bottom: -12px;
	height: 3px;
	background: linear-gradient(90deg, var(--ds-violet), var(--ds-blue));
}

.site-header__phone {
	color: #263650;
}

.menu-toggle {
	border-color: #dce7f4;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 22px rgba(39, 72, 132, 0.09);
}

.ds-section {
	padding: 112px 0;
}

.ds-section:has(> .ds-shell > .ds-band) {
	padding-top: 0;
}

.ds-section--soft {
	background:
		radial-gradient(circle at 7% 8%, rgba(25, 170, 255, 0.16), transparent 25%),
		radial-gradient(circle at 94% 85%, rgba(112, 66, 239, 0.13), transparent 25%),
		radial-gradient(circle at 84% 8%, rgba(255, 85, 118, 0.07), transparent 18%),
		#f8f9ff;
}

.ds-section--dark {
	color: var(--ds-text);
	background:
		radial-gradient(ellipse at 7% 0%, rgba(25, 170, 255, 0.22), transparent 30%),
		radial-gradient(ellipse at 95% 100%, rgba(112, 66, 239, 0.18), transparent 30%),
		radial-gradient(circle at 88% 12%, rgba(255, 194, 61, 0.11), transparent 17%),
		linear-gradient(180deg, #f3f7ff 0%, #faf8ff 100%);
}

.ds-hero {
	min-height: 800px;
	padding-top: 164px;
	padding-bottom: 116px;
	color: var(--ds-ink);
	background:
		radial-gradient(circle at 79% 38%, rgba(25, 170, 255, 0.16), transparent 29%),
		radial-gradient(circle at 56% 88%, rgba(112, 66, 239, 0.08), transparent 22%),
		linear-gradient(180deg, #fff 0%, #fff 76%, #fbfdff 100%);
}

.ds-hero::before {
	inset: 72px 0 auto auto;
	width: min(860px, 62vw);
	height: min(720px, 75vw);
	background: url("../../uploads/2019/05/bg_1.png") center / contain no-repeat;
	mask-image: none;
	opacity: 0.86;
}

.ds-hero::after {
	position: absolute;
	top: 94px;
	left: -205px;
	width: 340px;
	height: 430px;
	content: "";
	background: linear-gradient(145deg, #7440ef, #168ff3 64%, #20dec0);
	border-radius: 48% 52% 58% 42% / 42% 54% 46% 58%;
	box-shadow: 0 35px 80px rgba(48, 170, 252, 0.18);
}

.ds-hero__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
	gap: clamp(30px, 4.5vw, 76px);
}

.ds-kicker {
	margin-bottom: 20px;
	color: #146ab8;
	font-size: 11px;
	letter-spacing: 0.18em;
}

.ds-kicker::before {
	width: 10px;
	height: 10px;
	background: linear-gradient(135deg, #7042ef, #19aaff 62%, #24dfbd);
	box-shadow: 0 0 0 6px rgba(48, 170, 252, 0.1);
}

.ds-display {
	max-width: 690px;
	margin-bottom: 27px;
	font-size: var(--ds-type-hero);
	font-weight: 750;
	letter-spacing: -0.058em;
	line-height: 1.04;
}

.ds-display em {
	color: var(--ds-blue);
	background: linear-gradient(105deg, #7042ef, #285fe8 48%, #15b8f5);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ds-title {
	font-size: var(--ds-type-section);
	font-weight: 760;
	letter-spacing: -0.048em;
	line-height: 1.08;
}

.ds-title--sm {
	font-size: var(--ds-type-section);
}

.ds-lead {
	font-size: var(--ds-type-lead);
}

.ds-card h3,
.ds-price-card h3 {
	font-size: var(--ds-type-card);
}

.ds-lead {
	color: #63728a;
	line-height: 1.75;
}

.ds-hero .ds-lead {
	max-width: 620px;
	color: #596980;
}

.ds-button,
.wpcf7-submit {
	min-height: 52px;
	padding: 14px 25px;
	color: #fff;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(105deg, #7440ef, #216ce9 55%, #19b8f3);
	box-shadow: 0 15px 32px rgba(64, 112, 201, 0.24);
}

.ds-button:hover,
.ds-button:focus-visible,
.wpcf7-submit:hover,
.wpcf7-submit:focus-visible {
	color: #fff;
	border-color: transparent;
	background: linear-gradient(105deg, #5e2ce1, #087cf0 60%, #11c9df);
	box-shadow: 0 19px 40px rgba(64, 112, 201, 0.31);
}

.ds-button--mint,
.ds-button--dark {
	color: #fff;
	border: 0;
	background: linear-gradient(105deg, #7440ef, #216ce9 55%, #19b8f3);
	box-shadow: 0 15px 32px rgba(64, 112, 201, 0.24);
}

.ds-button--mint:hover,
.ds-button--mint:focus-visible,
.ds-button--dark:hover,
.ds-button--dark:focus-visible {
	color: #fff;
	border-color: transparent;
	background: linear-gradient(105deg, #5e2ce1, #087cf0 60%, #11c9df);
}

.ds-button--ghost {
	color: #263650;
	border: 1px solid #d5e2ef;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: none;
}

.ds-button--ghost:hover,
.ds-button--ghost:focus-visible {
	color: #146ab8;
	border-color: #8ccdf6;
	background: #fff;
}

.ds-button--small {
	min-height: 44px;
	padding: 11px 19px;
}

.ds-hero__visual {
	min-height: 555px;
	isolation: isolate;
}

.ds-hero__visual::before {
	width: 86%;
	background: linear-gradient(145deg, rgba(48, 170, 252, 0.12), rgba(101, 84, 201, 0.08));
	filter: none;
	border-radius: 47% 53% 61% 39% / 40% 46% 54% 60%;
	transform: rotate(-8deg);
}

.ds-hero__visual::after {
	position: absolute;
	z-index: 2;
	top: 10%;
	right: 4%;
	width: 18px;
	height: 18px;
	content: "";
	border: 5px solid var(--ds-coral);
	border-radius: 50%;
	box-shadow: -455px 350px 0 -4px var(--ds-gold);
	animation: ds-techland-drift 6s ease-in-out infinite;
}

.ds-hero__visual img {
	width: min(640px, 51vw);
	max-height: 610px;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	filter: drop-shadow(0 28px 36px rgba(38, 73, 135, 0.13));
	animation: ds-techland-float 7s ease-in-out infinite;
}

.ds-proof {
	color: #55677e;
}

.ds-proof li::before {
	color: #108d79;
	border-color: rgba(48, 227, 202, 0.38);
	background: rgba(48, 227, 202, 0.09);
}

.ds-trust-strip {
	margin-top: -54px;
}

.ds-trust-strip__inner {
	border: 0;
	border-radius: 30px;
	box-shadow: 0 26px 75px rgba(36, 67, 125, 0.13);
}

.ds-trust-strip__item {
	border-left-color: #e8eef7;
	background: linear-gradient(180deg, #fff, #fbfdff);
}

.ds-trust-strip__item:nth-child(2) {
	background: linear-gradient(180deg, #fff, #f4fffc);
}

.ds-trust-strip__item:nth-child(3) {
	background: linear-gradient(180deg, #fff, #faf7ff);
}

.ds-trust-strip__item:nth-child(4) {
	background: linear-gradient(180deg, #fff, #fff9f3);
}

.ds-trust-strip__item span {
	color: #738096;
}

.ds-section-head {
	margin-bottom: 56px;
}

.ds-card {
	padding: 34px;
	border: 1px solid rgba(222, 232, 244, 0.75);
	border-radius: 27px;
	box-shadow: 0 18px 52px rgba(37, 68, 126, 0.075);
}

.ds-card::before {
	position: absolute;
	top: 0;
	left: 34px;
	width: 46px;
	height: 4px;
	content: "";
	background: linear-gradient(90deg, #7042ef, #19aaff);
	border-radius: 0 0 8px 8px;
}

.ds-card::after {
	width: 120px;
	height: 120px;
	background: radial-gradient(circle at top right, rgba(48, 170, 252, 0.13), transparent 68%);
}

.ds-card:hover {
	border-color: rgba(142, 203, 243, 0.75);
	box-shadow: 0 26px 64px rgba(37, 68, 126, 0.13);
	transform: translateY(-7px);
}

.ds-grid-3 > .ds-card:nth-child(2)::before,
.ds-grid-4 > .ds-card:nth-child(2)::before {
	background: linear-gradient(90deg, #00a985, #24dfbd);
}

.ds-grid-3 > .ds-card:nth-child(3)::before,
.ds-grid-4 > .ds-card:nth-child(3)::before {
	background: linear-gradient(90deg, #ff9b32, #ffc23d);
}

.ds-grid-3 > .ds-card:nth-child(4)::before,
.ds-grid-4 > .ds-card:nth-child(4)::before {
	background: linear-gradient(90deg, #ff5576, #ff8a58);
}

.ds-grid-3 > .ds-card:nth-child(5)::before,
.ds-grid-4 > .ds-card:nth-child(5)::before {
	background: linear-gradient(90deg, #7b42ef, #bd62f4);
}

.ds-grid-3 > .ds-card:nth-child(6)::before,
.ds-grid-4 > .ds-card:nth-child(6)::before {
	background: linear-gradient(90deg, #087cf0, #14c4e8);
}

.ds-icon {
	width: 66px;
	height: 66px;
	margin-bottom: 26px;
	color: #176ebc;
	border: 0;
	border-radius: 21px;
	background: linear-gradient(145deg, #eff8ff, #e5f3ff);
	box-shadow: 0 12px 26px rgba(48, 170, 252, 0.12);
}

.ds-icon--mint {
	color: #0a7d6b;
	background: linear-gradient(145deg, #ebfcf8, #ddf8f1);
}

.ds-grid-3 > .ds-card:nth-child(3) .ds-icon,
.ds-grid-4 > .ds-card:nth-child(3) .ds-icon {
	background: linear-gradient(145deg, #fff9e8, #fff0bf);
	box-shadow: 0 12px 26px rgba(255, 169, 44, 0.16);
}

.ds-grid-3 > .ds-card:nth-child(4) .ds-icon,
.ds-grid-4 > .ds-card:nth-child(4) .ds-icon {
	background: linear-gradient(145deg, #fff0f4, #ffe1e9);
	box-shadow: 0 12px 26px rgba(255, 85, 118, 0.14);
}

.ds-grid-3 > .ds-card:nth-child(5) .ds-icon,
.ds-grid-4 > .ds-card:nth-child(5) .ds-icon {
	background: linear-gradient(145deg, #f6efff, #eadfff);
	box-shadow: 0 12px 26px rgba(112, 66, 239, 0.14);
}

.ds-icon img {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.ds-image-frame--illustration {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.ds-image-frame--illustration::before {
	position: absolute;
	z-index: -1;
	inset: 8% 3% 7% 4%;
	content: "";
	background: linear-gradient(145deg, rgba(48, 170, 252, 0.12), rgba(101, 84, 201, 0.09));
	border-radius: 58% 42% 48% 52% / 46% 58% 42% 54%;
	transform: rotate(-5deg);
}

.ds-image-frame--illustration img {
	max-height: 560px;
	object-fit: contain;
	border-radius: 0;
	filter: drop-shadow(0 25px 30px rgba(43, 74, 133, 0.12));
}

.ds-step__number {
	color: #fff;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(145deg, #7042ef, #19aaff);
	box-shadow: 0 12px 28px rgba(48, 132, 218, 0.22);
}

.ds-step:nth-child(2) .ds-step__number {
	background: linear-gradient(145deg, #00a985, #24dfbd);
}

.ds-step:nth-child(3) .ds-step__number {
	background: linear-gradient(145deg, #ff5576, #ff9b50);
}

.ds-step:not(:last-child)::after {
	background: linear-gradient(90deg, rgba(101, 84, 201, 0.3), rgba(48, 170, 252, 0.16));
}

.ds-stat-grid {
	border: 0;
	border-radius: 28px;
}

.ds-band {
	border-radius: 42px;
	background:
		radial-gradient(circle at 86% 18%, rgba(36, 223, 189, 0.38), transparent 27%),
		radial-gradient(circle at 10% 100%, rgba(255, 85, 118, 0.22), transparent 24%),
		linear-gradient(115deg, #7042ef, #176fe9 55%, #19aaff);
	box-shadow: 0 32px 85px rgba(54, 96, 181, 0.25);
}

.ds-band h2,
.ds-contact-panel h2 {
	font-size: var(--ds-type-section);
	line-height: 1.08;
}

.ds-band .ds-button,
.ds-price-card--featured .ds-button {
	color: #29507f;
	background: #fff;
	box-shadow: 0 14px 30px rgba(31, 66, 125, 0.16);
}

.ds-band .ds-button:hover,
.ds-band .ds-button:focus-visible,
.ds-price-card--featured .ds-button:hover,
.ds-price-card--featured .ds-button:focus-visible {
	color: #176ebc;
	background: #f2faff;
	box-shadow: 0 18px 36px rgba(31, 66, 125, 0.22);
}

.ds-price-card {
	border: 1px solid rgba(222, 232, 244, 0.8);
	border-radius: 28px;
	box-shadow: 0 18px 52px rgba(37, 68, 126, 0.075);
}

.ds-price-card--featured {
	border-color: transparent;
	background:
		radial-gradient(circle at 98% 0%, rgba(36, 223, 189, 0.42), transparent 34%),
		radial-gradient(circle at 0% 100%, rgba(255, 85, 118, 0.24), transparent 27%),
		linear-gradient(145deg, #7042ef, #176fe9 69%, #19aaff);
	box-shadow: 0 28px 70px rgba(60, 92, 177, 0.25);
}

.ds-faq details {
	border-color: #e2eaf5;
	border-radius: 20px;
	box-shadow: 0 10px 32px rgba(37, 68, 126, 0.045);
}

.ds-contact-panel {
	background:
		radial-gradient(circle at 90% 8%, rgba(36, 223, 189, 0.4), transparent 32%),
		radial-gradient(circle at 5% 95%, rgba(255, 85, 118, 0.24), transparent 28%),
		linear-gradient(145deg, #7042ef, #176fe9 70%, #19aaff);
	box-shadow: 0 30px 75px rgba(59, 93, 177, 0.22);
}

.ds-form-panel {
	border-color: #e1e9f4;
}

.site-footer {
	padding-top: 84px;
	border-top: 0;
	background:
		radial-gradient(circle at 88% 0%, rgba(25, 170, 255, 0.18), transparent 24%),
		radial-gradient(circle at 10% 100%, rgba(112, 66, 239, 0.1), transparent 22%),
		linear-gradient(180deg, #f8f9ff, #edf6ff);
}

.site-footer::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(1120px, calc(100% - 40px));
	height: 1px;
	content: "";
	background: linear-gradient(90deg, transparent, rgba(48, 170, 252, 0.5), rgba(101, 84, 201, 0.34), transparent);
	transform: translateX(-50%);
}

@keyframes ds-techland-float {
	0%, 100% { transform: translateY(0) rotate(0.001deg); }
	50% { transform: translateY(-12px) rotate(0.001deg); }
}

@keyframes ds-techland-drift {
	0%, 100% { transform: translate(0, 0); }
	50% { transform: translate(-9px, 11px); }
}

@media (max-width: 1050px) {
	.ds-hero__grid {
		grid-template-columns: minmax(0, 0.96fr) minmax(350px, 1.04fr);
		gap: 24px;
	}

	.ds-hero__visual {
		min-height: 480px;
	}

	.ds-hero__visual img {
		width: min(560px, 49vw);
	}

	.primary-nav {
		border-bottom-color: #e2ebf6;
		background: rgba(255, 255, 255, 0.99);
	}
}

@media (max-width: 820px) {
	.site-header {
		height: var(--ds-header);
	}

	.ds-section {
		padding: 82px 0;
	}

	.ds-hero {
		min-height: auto;
		padding-top: calc(var(--ds-header) + 62px);
		padding-bottom: 100px;
	}

	.ds-hero::before {
		top: 38%;
		width: 115vw;
		height: 76vw;
		opacity: 0.6;
	}

	.ds-hero::after {
		top: 80px;
		left: -245px;
		opacity: 0.7;
	}

	.ds-hero__grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.ds-hero__visual {
		min-height: 0;
		margin-top: 12px;
	}

	.ds-hero__visual img {
		width: min(620px, 100%);
		max-height: 570px;
		margin: 0;
	}

	.ds-band {
		border-radius: 30px;
	}
}

@media (max-width: 560px) {
	.site-brand__logo {
		width: 108px;
	}

	.ds-display {
		font-size: clamp(44px, 12.5vw, 50px);
	}

	.ds-title,
	.ds-title--sm,
	.ds-band h2,
	.ds-contact-panel h2 {
		font-size: 38px;
	}

	.ds-hero__visual::after {
		right: 2%;
	}

	.ds-card,
	.ds-price-card {
		padding: 27px;
	}

	.ds-card::before {
		left: 27px;
	}

	.ds-band {
		padding: 36px 25px;
		border-radius: 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ds-hero__visual img,
	.ds-hero__visual::after {
		animation: none !important;
	}
}

/* Homepage brief: focused feature cards and premium device visuals */
.ds-feature-intro {
	position: relative;
	z-index: 5;
	margin-top: -62px;
	padding-bottom: 38px;
}

.ds-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ds-feature-box {
	min-height: 100%;
	padding: 27px;
	color: var(--ds-text);
	border: 1px solid rgba(17, 32, 58, 0.1);
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 55px rgba(24, 42, 77, 0.1);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ds-feature-box:hover {
	transform: translateY(-4px);
	border-color: rgba(82, 78, 238, 0.2);
	box-shadow: 0 24px 64px rgba(24, 42, 77, 0.14);
}

.ds-feature-icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	place-items: center;
	border-radius: 18px;
}

.ds-feature-icon svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ds-feature-icon--blue {
	color: #5149e9;
	background: #eeedff;
}

.ds-feature-icon--mint {
	color: #087f73;
	background: #ddfaf2;
}

.ds-feature-icon--coral {
	color: #c54a36;
	background: #fff0e9;
}

.ds-feature-box h2 {
	margin: 0 0 9px;
	color: #111b31;
	font-size: 21px;
	font-weight: 780;
	line-height: 1.2;
}

.ds-feature-box p {
	margin: 0;
	color: #526079;
	font-size: 14px;
	line-height: 1.65;
}

.ds-hero__visual--device picture {
	position: relative;
	z-index: 1;
	display: block;
}

.ds-hero__visual--device img {
	width: min(480px, 38vw);
	max-height: 640px;
	object-fit: contain;
}

.ds-hero__visual--device::before {
	width: 78%;
	background: radial-gradient(circle, rgba(89, 208, 255, 0.33) 0, rgba(121, 92, 238, 0.18) 46%, transparent 72%);
}

.ds-about-home {
	background:
		radial-gradient(circle at 8% 18%, rgba(69, 214, 198, 0.16), transparent 31%),
		radial-gradient(circle at 92% 72%, rgba(117, 91, 239, 0.16), transparent 34%),
		linear-gradient(135deg, #f5fbff 0%, #f8f6ff 52%, #fff9f4 100%);
}

.ds-about-home .ds-split {
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: clamp(48px, 7vw, 96px);
}

.ds-device-stage {
	position: relative;
	display: grid;
	min-height: 470px;
	place-items: center;
	isolation: isolate;
}

.ds-device-stage::before {
	position: absolute;
	z-index: -1;
	width: 86%;
	aspect-ratio: 1;
	content: "";
	border-radius: 45% 55% 60% 40%;
	background: radial-gradient(circle at 36% 34%, rgba(54, 210, 220, 0.24), rgba(113, 80, 232, 0.14) 54%, transparent 72%);
	filter: blur(2px);
}

.ds-device-stage picture {
	display: block;
	width: 100%;
}

.ds-device-stage img {
	display: block;
	width: 100%;
	max-height: 540px;
	object-fit: contain;
	filter: drop-shadow(0 25px 38px rgba(33, 47, 86, 0.16));
}

.ds-about-home .ds-copy p {
	margin: 0 0 18px;
	color: #46536b;
	font-size: 17px;
	line-height: 1.72;
}

.ds-band__note {
	display: block;
	margin-top: 13px;
	color: rgba(255, 255, 255, 0.91);
	font-size: 14px;
	font-weight: 650;
}

@media (max-width: 1050px) {
	.ds-hero__visual--device img {
		width: min(420px, 43vw);
	}

	.ds-feature-box {
		padding: 23px;
	}
}

@media (max-width: 820px) {
	.ds-hero__visual--device img {
		width: min(380px, 86vw);
		max-height: 570px;
	}

	.ds-feature-intro {
		margin-top: -44px;
		padding-bottom: 14px;
	}

	.ds-feature-grid,
	.ds-about-home .ds-split {
		grid-template-columns: 1fr;
	}

	.ds-feature-box {
		min-height: 0;
	}

	.ds-about-home .ds-split {
		gap: 48px;
	}

	.ds-device-stage {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.ds-feature-box {
		padding: 24px;
	}

	.ds-device-stage img {
		max-height: 390px;
	}
}

/*
 * Native Elementor layout
 *
 * Public pages use Elementor's standard Heading, Text Editor, Button, Image,
 * Icon Box, Icon List, Accordion and Shortcode widgets. These rules give the
 * editable widgets the same bright Datas design as the original site.
 */
.elementor .ds-native-section {
	position: relative;
	padding: 104px 20px;
	overflow: hidden;
}

.elementor .ds-native-section > .elementor-container {
	width: 100%;
	max-width: 1180px !important;
	margin-inline: auto;
	gap: clamp(28px, 4vw, 58px);
}

.elementor .ds-native-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	padding: 0;
}

.elementor .ds-native-section .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

.elementor .ds-native-section .elementor-heading-title,
.elementor .ds-native-section .elementor-widget-text-editor,
.elementor .ds-native-section .elementor-widget-text-editor p,
.elementor .ds-native-section .elementor-icon-box-title,
.elementor .ds-native-section .elementor-icon-box-description,
.elementor .ds-native-section .elementor-icon-list-text {
	font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

.elementor .ds-native-section .elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

.elementor .ds-native-kicker {
	margin-bottom: 18px !important;
}

.elementor .ds-native-kicker .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #5b3de1;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.elementor .ds-native-kicker .elementor-heading-title::before {
	width: 9px;
	height: 9px;
	content: "";
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ds-blue), var(--ds-violet));
	box-shadow: 0 0 0 6px rgba(112, 66, 239, 0.1);
}

.elementor .ds-native-display {
	margin-bottom: 24px !important;
}

.elementor .ds-native-display .elementor-heading-title {
	max-width: 820px;
	margin: 0;
	color: var(--ds-ink);
	font-size: var(--ds-type-hero);
	font-weight: 820;
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.elementor .ds-native-display .elementor-heading-title span,
.elementor .ds-native-title .elementor-heading-title span {
	color: transparent;
	background: linear-gradient(110deg, #0868e8 4%, #7042ef 52%, #e84983 96%);
	-webkit-background-clip: text;
	background-clip: text;
}

.elementor .ds-native-title {
	margin-bottom: 20px !important;
}

.elementor .ds-native-title .elementor-heading-title,
.elementor .ds-native-cta-title .elementor-heading-title {
	margin: 0;
	color: var(--ds-ink);
	font-size: var(--ds-type-section);
	font-weight: 810;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.elementor .ds-native-lead,
.elementor .ds-native-body {
	max-width: 720px;
	margin-bottom: 28px !important;
}

.elementor .ds-native-lead,
.elementor .ds-native-lead p {
	color: #4e5e74;
	font-size: var(--ds-type-lead);
	line-height: 1.65;
}

.elementor .ds-native-body,
.elementor .ds-native-body p {
	color: #4e5e74;
	font-size: 17px;
	line-height: 1.72;
}

.elementor .ds-native-body p {
	margin: 0 0 16px;
}

.elementor .ds-native-button {
	width: auto;
	margin: 0;
}

.elementor .ds-native-button .elementor-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 15px 25px;
	border: 0;
	border-radius: 15px;
	background: linear-gradient(110deg, #0868e8, #7042ef 72%, #9349e6);
	box-shadow: 0 14px 34px rgba(76, 68, 220, 0.24);
	color: #fff;
	font-size: 15px;
	font-weight: 780;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.elementor .ds-native-button .elementor-button:hover,
.elementor .ds-native-button .elementor-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 18px 38px rgba(76, 68, 220, 0.3);
	filter: saturate(1.08);
}

.elementor .ds-native-button--text {
	margin-top: 22px;
}

.elementor .ds-native-button--text .elementor-button {
	min-height: auto;
	justify-content: flex-start;
	padding: 0;
	background: transparent;
	box-shadow: none;
	color: #4d43da;
}

.elementor .ds-native-button--text .elementor-button::after {
	margin-left: 8px;
	content: "→";
	transition: transform 180ms ease;
}

.elementor .ds-native-button--text .elementor-button:hover,
.elementor .ds-native-button--text .elementor-button:focus-visible {
	box-shadow: none;
	transform: none;
}

.elementor .ds-native-button--text .elementor-button:hover::after,
.elementor .ds-native-button--text .elementor-button:focus-visible::after {
	transform: translateX(4px);
}

.elementor .ds-native-hero {
	min-height: min(820px, 94svh);
	padding-top: calc(var(--ds-header) + 86px);
	padding-bottom: 106px;
	background:
		radial-gradient(circle at 84% 24%, rgba(69, 204, 255, 0.24), transparent 30%),
		radial-gradient(circle at 13% 85%, rgba(112, 66, 239, 0.14), transparent 28%),
		linear-gradient(180deg, #f9fcff 0%, #f7f5ff 44%, #fff 100%);
}

.elementor .ds-native-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background-image:
		linear-gradient(rgba(79, 91, 190, 0.046) 1px, transparent 1px),
		linear-gradient(90deg, rgba(79, 91, 190, 0.046) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, black, transparent 91%);
}

.elementor .ds-native-hero > .elementor-container {
	position: relative;
	z-index: 1;
}

.elementor .ds-native-hero-copy > .elementor-widget-wrap {
	align-content: center;
}

.elementor .ds-native-hero-copy .ds-native-lead {
	max-width: 650px;
}

.elementor .ds-native-proof {
	margin-top: 26px;
}

.elementor .ds-native-proof .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

.elementor .ds-native-proof .elementor-icon-list-item {
	padding: 0 !important;
}

.elementor .ds-native-list .elementor-icon-list-icon {
	color: #6946e9;
}

.elementor .ds-native-list .elementor-icon-list-text {
	color: #33445c;
	font-size: 15px;
	font-weight: 650;
}

.elementor .ds-native-hero-visual > .elementor-widget-wrap {
	position: relative;
	justify-content: center;
}

.elementor .ds-native-hero-visual > .elementor-widget-wrap::before {
	position: absolute;
	width: min(440px, 88%);
	aspect-ratio: 1;
	content: "";
	border-radius: 50%;
	background: radial-gradient(circle, rgba(59, 197, 255, 0.32), rgba(112, 66, 239, 0.17) 49%, transparent 72%);
	filter: blur(2px);
}

.elementor .ds-native-hero-image img {
	position: relative;
	display: block;
	width: min(480px, 100%);
	max-height: 620px;
	margin-inline: auto;
	object-fit: contain;
	filter: drop-shadow(0 32px 42px rgba(27, 44, 91, 0.2));
}

.elementor .ds-native-hero--simple {
	min-height: 570px;
}

.elementor .ds-native-hero--simple .ds-native-hero-copy {
	max-width: 900px;
}

.elementor .ds-native-feature-row {
	margin-top: -78px;
	padding-top: 0;
	padding-bottom: 76px;
	overflow: visible;
}

.elementor .ds-native-feature-row > .elementor-container,
.elementor .ds-native-card-row > .elementor-container,
.elementor .ds-native-process-row > .elementor-container,
.elementor .ds-native-pricing > .elementor-container {
	align-items: stretch;
	gap: 24px;
}

.elementor .ds-native-feature-card,
.elementor .ds-native-card,
.elementor .ds-native-process-card,
.elementor .ds-native-price-card,
.elementor .ds-native-form-panel {
	height: auto;
	padding: clamp(28px, 3vw, 38px);
	border: 1px solid rgba(153, 169, 205, 0.34);
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 60px rgba(38, 65, 123, 0.11);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.elementor .ds-native-feature-card:hover,
.elementor .ds-native-card:hover,
.elementor .ds-native-process-card:hover,
.elementor .ds-native-price-card:hover {
	transform: translateY(-5px);
	border-color: rgba(112, 66, 239, 0.34);
	box-shadow: 0 28px 72px rgba(52, 67, 130, 0.16);
}

.elementor .ds-native-icon-box .elementor-icon-box-icon {
	margin-bottom: 22px;
}

.elementor .ds-native-icon-box .elementor-icon {
	display: inline-grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 17px;
	background: linear-gradient(135deg, rgba(25, 170, 255, 0.16), rgba(112, 66, 239, 0.16));
	color: #5b48df;
	font-size: 22px;
}

.elementor .ds-native-icon-box .elementor-icon-box-title {
	margin: 0 0 10px;
	color: #101c33;
	font-size: 22px;
	font-weight: 790;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.elementor .ds-native-icon-box .elementor-icon-box-description {
	margin: 0;
	color: #526079;
	font-size: 15.5px;
	line-height: 1.65;
}

.elementor .ds-native-grid-head {
	padding-bottom: 45px;
	text-align: center;
}

.elementor .ds-native-grid-head .ds-native-lead,
.elementor .ds-native-grid-head .ds-native-title .elementor-heading-title {
	max-width: 780px;
	margin-inline: auto;
}

.elementor .ds-native-card-row {
	padding-top: 0;
	padding-bottom: 24px;
}

.elementor .ds-native-card-row--last {
	padding-bottom: 104px;
}

.elementor .ds-native-soft {
	background:
		radial-gradient(circle at 8% 18%, rgba(41, 203, 219, 0.12), transparent 28%),
		radial-gradient(circle at 91% 75%, rgba(112, 66, 239, 0.12), transparent 31%),
		linear-gradient(135deg, #f5fbff 0%, #f8f6ff 52%, #fffaf5 100%);
}

.elementor .ds-native-about,
.elementor .ds-native-split {
	padding-block: 112px;
}

.elementor .ds-native-about-image img,
.elementor .ds-native-split-side .ds-native-image img {
	display: block;
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	filter: drop-shadow(0 28px 38px rgba(33, 47, 86, 0.16));
}

.elementor .ds-native-split .ds-native-list {
	margin-top: 18px;
}

.elementor .ds-native-split .ds-native-list .elementor-icon-list-item {
	padding-block: 8px;
}

.elementor .ds-native-highlight-box {
	padding: 34px;
	border: 1px solid rgba(112, 66, 239, 0.2);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.87);
	box-shadow: var(--ds-shadow);
}

.elementor .ds-native-cta {
	padding-block: 78px;
	background:
		radial-gradient(circle at 8% 20%, rgba(48, 215, 202, 0.24), transparent 28%),
		radial-gradient(circle at 91% 80%, rgba(240, 74, 134, 0.2), transparent 31%),
		linear-gradient(110deg, #193b9e 0%, #5f43d9 54%, #8a42cf 100%);
}

.elementor .ds-native-cta .ds-native-cta-title .elementor-heading-title,
.elementor .ds-native-cta .ds-native-cta-text,
.elementor .ds-native-cta .ds-native-cta-text p {
	color: #fff;
}

.elementor .ds-native-cta-title {
	margin-bottom: 15px !important;
}

.elementor .ds-native-cta .ds-native-cta-title .elementor-heading-title {
	font-size: clamp(33px, 3.4vw, 48px);
}

.elementor .ds-native-cta .ds-native-cta-text,
.elementor .ds-native-cta .ds-native-cta-text p {
	font-size: 18px;
	line-height: 1.65;
}

.elementor .ds-native-cta-action > .elementor-widget-wrap {
	align-content: center;
	justify-content: flex-end;
}

.elementor .ds-native-button--light .elementor-button {
	background: #fff;
	box-shadow: 0 14px 32px rgba(25, 18, 77, 0.2);
	color: #352e93;
}

.elementor .ds-native-pricing {
	padding-top: 16px;
	padding-bottom: 112px;
}

.elementor .ds-native-price-card {
	position: relative;
	padding: 38px 32px;
}

.elementor .ds-native-price-card--featured {
	border-color: rgba(112, 66, 239, 0.5);
	background: linear-gradient(180deg, #fff 0%, #f6f2ff 100%);
	box-shadow: 0 30px 78px rgba(76, 54, 174, 0.2);
}

.elementor .ds-native-card-title {
	margin-bottom: 10px !important;
}

.elementor .ds-native-card-title .elementor-heading-title {
	color: #101c33;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.18;
}

.elementor .ds-native-card-copy,
.elementor .ds-native-card-copy p {
	color: #59677b;
	font-size: 15px;
	line-height: 1.65;
}

.elementor .ds-native-price {
	margin-block: 22px 24px !important;
}

.elementor .ds-native-price .elementor-heading-title {
	color: #4232b8;
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 840;
	letter-spacing: -0.045em;
	line-height: 1.1;
}

.elementor .ds-native-price-card .ds-native-list {
	margin-bottom: 27px;
}

.elementor .ds-native-price-card .elementor-icon-list-item {
	padding-block: 7px;
}

.elementor .ds-native-process-head {
	padding-bottom: 40px;
}

.elementor .ds-native-process-row {
	padding-top: 0;
	padding-bottom: 112px;
}

.elementor .ds-native-process-card {
	background: linear-gradient(145deg, #ffffff 0%, #f4f8ff 100%);
}

.elementor .ds-native-accordion .elementor-accordion-item {
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid #dce5f1;
	border-radius: 15px;
	background: #fff;
}

.elementor .ds-native-accordion .elementor-tab-title {
	padding: 20px 22px;
	border: 0;
	color: #12223a;
	font-size: 16px;
	font-weight: 760;
}

.elementor .ds-native-accordion .elementor-tab-content {
	padding: 0 22px 22px;
	border: 0;
	color: #526079;
	font-size: 15px;
	line-height: 1.65;
}

.elementor .ds-native-contact {
	padding-block: 112px;
	background:
		radial-gradient(circle at 10% 20%, rgba(25, 170, 255, 0.11), transparent 30%),
		#fff;
}

.elementor .ds-native-contact-list {
	margin-top: 28px;
}

.elementor .ds-native-contact-list .elementor-icon-list-item {
	padding-block: 10px;
}

.elementor .ds-native-contact-list .elementor-icon-list-text {
	font-size: 17px;
}

.elementor .ds-native-form-panel {
	padding: clamp(30px, 4vw, 48px);
	background: linear-gradient(145deg, #fff 0%, #f6f4ff 100%);
}

.elementor .ds-native-form-panel .wpcf7-form p {
	margin: 0 0 17px;
}

.elementor .ds-native-form-panel .wpcf7-form label {
	display: block;
	color: #172840;
	font-size: 14px;
	font-weight: 720;
}

.elementor .ds-native-form-panel .wpcf7-form input:not([type="submit"]),
.elementor .ds-native-form-panel .wpcf7-form textarea,
.elementor .ds-native-form-panel .wpcf7-form select {
	width: 100%;
	margin-top: 7px;
	padding: 13px 15px;
	border: 1px solid #ccd8e8;
	border-radius: 11px;
	background: #fff;
	color: #13233a;
	font: inherit;
}

.elementor .ds-native-form-panel .wpcf7-form input[type="submit"] {
	min-height: 52px;
	padding: 14px 24px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(110deg, #0868e8, #7042ef);
	box-shadow: 0 14px 32px rgba(76, 68, 220, 0.22);
	color: #fff;
	font-size: 15px;
	font-weight: 780;
	cursor: pointer;
}

.elementor .ds-native-legal-section {
	padding-top: 78px;
	background: #fff;
}

.elementor .ds-native-legal {
	max-width: 860px;
	margin-inline: auto;
}

.elementor .ds-native-legal-content,
.elementor .ds-native-legal-content p,
.elementor .ds-native-legal-content li {
	color: #33445c;
	font-size: 17px;
	line-height: 1.75;
}

.elementor .ds-native-legal-content h2 {
	margin: 40px 0 12px;
	color: #101c33;
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.2;
}

.elementor .ds-native-legal-content a {
	color: #4d43da;
}

@media (max-width: 1024px) {
	.elementor .ds-native-section {
		padding-inline: 26px;
	}

	.elementor .ds-native-section > .elementor-container {
		gap: 28px;
	}
}

@media (max-width: 820px) {
	.elementor .ds-native-section {
		padding: 76px 22px;
	}

	.elementor .ds-native-section > .elementor-container {
		flex-wrap: wrap;
	}

	.elementor .ds-native-section > .elementor-container > .elementor-column {
		width: 100%;
	}

	.elementor .ds-native-hero {
		min-height: auto;
		padding-top: calc(var(--ds-header) + 64px);
		padding-bottom: 96px;
	}

	.elementor .ds-native-hero-copy {
		order: 1;
	}

	.elementor .ds-native-hero-visual {
		order: 2;
		margin-top: 24px;
	}

	.elementor .ds-native-hero-image img {
		max-height: 500px;
	}

	.elementor .ds-native-feature-row {
		margin-top: -48px;
		padding-top: 0;
	}

	.elementor .ds-native-grid-head {
		padding-bottom: 38px;
	}

	.elementor .ds-native-card-row {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.elementor .ds-native-card-row--last,
	.elementor .ds-native-process-row,
	.elementor .ds-native-pricing {
		padding-bottom: 76px;
	}

	.elementor .ds-native-cta {
		text-align: center;
	}

	.elementor .ds-native-cta-action > .elementor-widget-wrap {
		justify-content: center;
	}

	.elementor .ds-native-button--light {
		margin-top: 24px;
	}

	.elementor .ds-native-split-copy,
	.elementor .ds-native-split-side {
		order: initial;
	}
}

@media (max-width: 560px) {
	.elementor .ds-native-section {
		padding: 64px 18px;
	}

	.elementor .ds-native-hero {
		padding-top: calc(var(--ds-header) + 48px);
		padding-bottom: 82px;
	}

	.elementor .ds-native-display .elementor-heading-title {
		font-size: clamp(42px, 12.4vw, 58px);
	}

	.elementor .ds-native-title .elementor-heading-title,
	.elementor .ds-native-cta-title .elementor-heading-title {
		font-size: clamp(33px, 9.5vw, 44px);
	}

	.elementor .ds-native-proof .elementor-icon-list-items {
		display: grid;
	}

	.elementor .ds-native-feature-card,
	.elementor .ds-native-card,
	.elementor .ds-native-process-card,
	.elementor .ds-native-price-card,
	.elementor .ds-native-form-panel {
		padding: 27px;
		border-radius: 21px;
	}

	.elementor .ds-native-card-row,
	.elementor .ds-native-feature-row {
		padding-top: 0;
	}
}

/* Product catalogue and Smart i Fart Booking case */
.elementor .ds-native-products-hero {
	background:
		radial-gradient(circle at 82% 24%, rgba(25, 170, 255, 0.24), transparent 30%),
		radial-gradient(circle at 16% 86%, rgba(112, 66, 239, 0.17), transparent 31%),
		linear-gradient(180deg, #f9fcff 0%, #f6f3ff 50%, #fff 100%);
}

.elementor .ds-native-product-showcase {
	padding-block: 116px;
}

.elementor .ds-native-product-list {
	margin: 6px 0 28px;
}

.elementor .ds-native-product-list .elementor-icon-list-item {
	padding-block: 8px;
}

.elementor .ds-native-product-visual {
	padding: clamp(18px, 2.4vw, 30px);
	border: 1px solid rgba(112, 66, 239, 0.18);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 30px 80px rgba(43, 58, 123, 0.17);
}

.elementor .ds-native-product-visual > .elementor-widget-wrap {
	align-content: center;
}

.elementor .ds-native-product-main-image img {
	display: block;
	width: 100%;
	border-radius: 16px;
}

.elementor .ds-native-product-features {
	padding-block: 94px;
}

.elementor .ds-native-product-features > .elementor-container,
.elementor .ds-native-product-gallery > .elementor-container {
	align-items: stretch;
	gap: 26px;
}

.elementor .ds-native-product-gallery-head {
	padding-bottom: 42px;
}

.elementor .ds-native-product-gallery {
	padding-top: 0;
	padding-bottom: 112px;
}

.elementor .ds-native-product-media-card {
	height: auto;
	padding: 24px;
	border: 1px solid rgba(153, 169, 205, 0.34);
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(38, 65, 123, 0.1);
}

.elementor .ds-native-product-media-card > .elementor-widget-wrap {
	align-content: flex-start;
}

.elementor .ds-native-product-gallery-image {
	margin-bottom: 25px !important;
	overflow: hidden;
	border-radius: 16px;
	background: #f4f1ef;
}

.elementor .ds-native-product-gallery-image img {
	display: block;
	width: 100%;
	max-height: 410px;
	object-fit: contain;
	object-position: top center;
}

@media (max-width: 820px) {
	.elementor .ds-native-product-showcase,
	.elementor .ds-native-product-features,
	.elementor .ds-native-product-gallery {
		padding-block: 76px;
	}

	.elementor .ds-native-product-gallery {
		padding-top: 0;
	}

	.elementor .ds-native-product-visual {
		margin-top: 16px;
	}
}

@media (max-width: 560px) {
	.elementor .ds-native-product-showcase,
	.elementor .ds-native-product-features,
	.elementor .ds-native-product-gallery {
		padding-block: 64px;
	}

	.elementor .ds-native-product-gallery {
		padding-top: 0;
	}

	.elementor .ds-native-product-visual,
	.elementor .ds-native-product-media-card {
		padding: 16px;
		border-radius: 21px;
	}

.elementor .ds-native-product-gallery-image img {
		max-height: 290px;
	}
}

/* Reference portfolio */
.elementor .ds-native-reference-hero {
	min-height: 610px;
	background:
		radial-gradient(circle at 83% 20%, rgba(255, 85, 118, 0.15), transparent 28%),
		radial-gradient(circle at 9% 82%, rgba(36, 223, 189, 0.17), transparent 29%),
		linear-gradient(180deg, #fbfdff 0%, #f5f2ff 52%, #fff 100%);
}

.elementor .ds-native-reference-head,
.elementor .ds-native-case-section-head {
	padding-bottom: 42px;
}

.elementor .ds-native-reference-grid {
	padding-top: 0;
	padding-bottom: 112px;
	overflow: visible;
}

.elementor .ds-native-reference-grid > .elementor-container {
	align-items: stretch;
	gap: 24px;
}

.elementor .ds-native-reference-card {
	height: auto;
	overflow: hidden;
	border: 1px solid rgba(145, 162, 199, 0.32);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 24px 66px rgba(38, 65, 123, 0.12);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.elementor .ds-native-reference-card:hover {
	transform: translateY(-6px);
	border-color: rgba(112, 66, 239, 0.35);
	box-shadow: 0 31px 78px rgba(49, 62, 125, 0.17);
}

.elementor .ds-native-reference-card > .elementor-widget-wrap {
	display: flex;
	height: 100%;
	align-content: flex-start !important;
	flex-direction: column;
	align-items: stretch;
}

.elementor .ds-native-reference-image {
	margin-bottom: 0 !important;
	overflow: hidden;
	background: linear-gradient(135deg, #f2f6ff, #f8f4ff);
}

.elementor .ds-native-reference-image a {
	display: block;
}

.elementor .ds-native-reference-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: top center;
	transition: transform 500ms cubic-bezier(.2, .7, .2, 1);
}

.elementor .ds-native-reference-card:hover .ds-native-reference-image img {
	transform: scale(1.025);
}

.elementor .ds-native-reference-tags {
	margin: 24px 26px 13px !important;
}

.elementor .ds-native-reference-tags .elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.elementor .ds-native-reference-tags .elementor-icon-list-item {
	width: auto;
	padding: 6px 10px !important;
	border: 1px solid rgba(112, 66, 239, 0.16);
	border-radius: 999px;
	background: #f3f0ff;
}

.elementor .ds-native-reference-tags .elementor-icon-list-icon {
	display: none;
}

.elementor .ds-native-reference-tags .elementor-icon-list-text {
	padding: 0;
	color: #4c3cc4;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-transform: uppercase;
}

.elementor .ds-native-reference-title {
	margin: 0 26px 12px !important;
}

.elementor .ds-native-reference-title .elementor-heading-title {
	color: #101c33;
	font-size: 25px;
	font-weight: 810;
	letter-spacing: -0.035em;
	line-height: 1.16;
}

.elementor .ds-native-reference-copy {
	flex: 1 1 auto;
	margin: 0 26px 23px !important;
}

.elementor .ds-native-reference-copy,
.elementor .ds-native-reference-copy p {
	color: #56667b;
	font-size: 15px;
	line-height: 1.67;
}

.elementor .ds-native-reference-primary {
	margin: 0 26px 0 !important;
}

.elementor .ds-native-reference-primary .elementor-button {
	width: 100%;
	min-height: 48px;
	padding: 13px 19px;
	border-radius: 13px;
}

.elementor .ds-native-reference-external {
	margin: 18px 26px 26px !important;
}

.elementor .ds-native-reference-filter {
	z-index: 4;
	margin-top: -35px;
	padding: 0 20px 84px;
	overflow: visible;
}

.elementor .ds-native-reference-filter > .elementor-container {
	max-width: 560px !important;
	padding: 9px;
	gap: 8px;
	border: 1px solid rgba(145, 162, 199, 0.34);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 54px rgba(38, 65, 123, 0.14);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
}

.elementor .ds-native-reference-filter-cell > .elementor-widget-wrap {
	display: block;
}

.elementor .ds-native-reference-filter-button,
.elementor .ds-native-reference-filter-button .elementor-widget-container {
	width: 100%;
}

.elementor .ds-native-reference-filter-button .elementor-button {
	width: 100%;
	min-height: 44px;
	padding: 11px 14px;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
	color: #43536a;
}

.elementor .ds-native-reference-filter-button .elementor-button:hover,
.elementor .ds-native-reference-filter-button .elementor-button:focus-visible,
.elementor .ds-native-reference-filter-button.is-active .elementor-button {
	transform: none;
	background: linear-gradient(110deg, #0868e8, #7042ef);
	box-shadow: 0 10px 24px rgba(76, 68, 220, 0.22);
	color: #fff;
}

.elementor .ds-native-reference-group[hidden],
.elementor .ds-native-reference-card[hidden] {
	display: none !important;
}

.elementor .ds-native-case-hero {
	min-height: 760px;
	padding-top: calc(var(--ds-header) + 90px);
	padding-bottom: 102px;
	background:
		radial-gradient(circle at 83% 24%, rgba(25, 170, 255, 0.2), transparent 29%),
		radial-gradient(circle at 10% 84%, rgba(112, 66, 239, 0.14), transparent 29%),
		linear-gradient(180deg, #fbfdff 0%, #f5f3ff 54%, #fff 100%);
}

.elementor .ds-native-case-tags {
	margin: 0 0 29px !important;
}

.elementor .ds-native-case-primary {
	margin-top: 2px;
}

.elementor .ds-native-case-link {
	margin-top: 16px;
}

.elementor .ds-native-case-visual {
	padding: clamp(14px, 2vw, 22px);
	border: 1px solid rgba(112, 66, 239, 0.18);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 32px 82px rgba(40, 55, 118, 0.18);
}

.elementor .ds-native-case-hero-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 17px;
	object-fit: cover;
	object-position: top center;
}

.elementor .ds-native-case-features {
	margin-top: 0;
	padding-top: 0;
}

.elementor .ds-native-case-gallery {
	padding-block: 104px;
}

.elementor .ds-native-case-gallery-column > .elementor-widget-wrap {
	align-content: flex-start !important;
}

.elementor .ds-native-case-gallery-image {
	margin-top: 32px;
	padding: clamp(12px, 2vw, 22px);
	border: 1px solid rgba(145, 162, 199, 0.3);
	border-radius: 27px;
	background: #fff;
	box-shadow: 0 26px 72px rgba(38, 65, 123, 0.13);
}

.elementor .ds-native-case-gallery-image img {
	display: block;
	width: 100%;
	border-radius: 16px;
}

@media (min-width: 1051px) {
	.site-header__inner {
		gap: 18px;
	}

	.primary-nav__list {
		gap: 17px;
	}

	.primary-nav a {
		font-size: 13px;
	}
}

@media (max-width: 820px) {
	.elementor .ds-native-reference-hero {
		min-height: auto;
	}

	.elementor .ds-native-reference-filter {
		margin-top: -28px;
		padding-bottom: 64px;
	}

	.elementor .ds-native-reference-filter > .elementor-container {
		flex-wrap: nowrap;
		gap: 6px;
	}

	.elementor .ds-native-reference-filter > .elementor-container > .elementor-column {
		width: 33.333% !important;
	}

	.elementor .ds-native-reference-filter-button .elementor-button {
		padding-inline: 8px;
		font-size: 13px;
	}

	.elementor .ds-native-reference-grid {
		padding-top: 0;
		padding-bottom: 76px;
	}

	.elementor .ds-native-case-hero {
		min-height: auto;
		padding-top: calc(var(--ds-header) + 64px);
	}

	.elementor .ds-native-case-visual {
		margin-top: 22px;
	}

	.elementor .ds-native-case-gallery {
		padding-block: 76px;
	}
}

@media (max-width: 560px) {
	.elementor .ds-native-reference-filter {
		padding-inline: 14px;
	}

	.elementor .ds-native-reference-card {
		border-radius: 22px;
	}

	.elementor .ds-native-reference-title,
	.elementor .ds-native-reference-copy,
	.elementor .ds-native-reference-primary,
	.elementor .ds-native-reference-external {
		margin-right: 21px !important;
		margin-left: 21px !important;
	}

	.elementor .ds-native-reference-tags {
		margin-right: 21px !important;
		margin-left: 21px !important;
	}

	.elementor .ds-native-case-visual,
	.elementor .ds-native-case-gallery-image {
		padding: 10px;
		border-radius: 20px;
	}
}
