:root {
	--ast-global-color-0: #ff9a1b;
	--ast-global-color-1: #24c3f6;
	--ast-global-color-2: #07111b;
	--ast-global-color-3: #44566b;
	--ast-global-color-4: #edf7ff;
	--ast-global-color-5: #f8fbff;
	--ast-global-color-6: #d6e8f4;
	--ast-global-color-7: #050b12;
	--ast-global-color-8: #101a24;
	--av-blue: #1567c8;
	--av-cyan: #29c2f6;
	--av-orange: #ff9a1b;
	--av-red: #ef2b31;
	--av-green: #42c556;
	--av-ink: #07111b;
	--av-copy: #dce6f2;
	--av-line: rgba(255, 255, 255, 0.12);
	--av-line-dark: rgba(7, 17, 27, 0.1);
	--av-soft: #eff7fb;
	--av-card: linear-gradient(180deg, rgba(7, 17, 27, 0.88) 0%, rgba(11, 27, 42, 0.88) 100%);
	--av-shadow: 0 24px 80px rgba(2, 9, 19, 0.42);
}

html {
	scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
	font-family: "Barlow", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-content :where(h1, h2, h3, h4, h5, h6),
.site-title,
.site-title a {
	font-family: "Space Grotesk", sans-serif;
	letter-spacing: -0.02em;
}

body {
	background:
		radial-gradient(circle at top right, rgba(36, 195, 246, 0.1), transparent 30%),
		radial-gradient(circle at bottom left, rgba(255, 154, 27, 0.08), transparent 26%),
		#f6fbff;
	color: #182533;
}

.site-content {
	background: transparent;
}

#page {
	overflow-x: clip;
}

.ast-separate-container #primary,
.single.ast-separate-container #primary,
.page.ast-separate-container #primary {
	margin: 0;
}

#masthead {
	backdrop-filter: blur(16px);
	box-shadow: 0 12px 30px rgba(2, 9, 19, 0.18);
	background: linear-gradient(180deg, rgba(5, 11, 18, 1) 0%, rgba(7, 17, 27, 1) 100%);
}

.ast-theme-transparent-header #masthead {
	position: relative !important;
	top: auto;
	z-index: 4;
}

.ast-theme-transparent-header .main-header-bar-wrap,
.ast-theme-transparent-header .ast-primary-header-bar,
.ast-theme-transparent-header .ast-primary-header-bar .site-primary-header-wrap,
.ast-theme-transparent-header .ast-below-header-wrap {
	position: relative;
}

.ast-theme-transparent-header .ast-below-header-bar.ast-below-header {
	margin-top: 0 !important;
}

.ast-theme-transparent-header #masthead,
.ast-theme-transparent-header #masthead .main-header-bar,
.ast-theme-transparent-header #masthead .ast-primary-header-bar,
.ast-theme-transparent-header #masthead .ast-below-header-bar {
	background: linear-gradient(180deg, rgba(5, 11, 18, 1) 0%, rgba(7, 17, 27, 1) 100%);
	border-color: rgba(255, 255, 255, 0.07);
}

.site-branding img,
header .custom-logo-link img {
	max-width: 186px;
	width: 186px;
	height: auto;
}

.ast-builder-menu-1 .menu-link,
.ast-mobile-popup-content .menu-link {
	font-size: 0.96rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ast-builder-menu-1 .current-menu-item > .menu-link,
.ast-builder-menu-1 .menu-link:hover,
.ast-builder-menu-1 .menu-link:focus {
	color: var(--av-orange);
}

.ast-header-html .ast-builder-html-element p {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.55rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #f7fbff;
	font-size: 0.92rem;
	line-height: 1;
}

.ast-header-social-1-wrap,
.ast-header-social-wrap,
.ast-footer-social-1-wrap,
.ast-footer-social-wrap {
	display: none !important;
}

.ast-header-html .ast-builder-html-element a {
	color: var(--av-cyan);
	font-weight: 700;
}

.ast-custom-button,
.elementor-button {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(10, 34, 55, 0.22);
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ast-custom-button {
	background: linear-gradient(135deg, var(--av-orange), #ffb554);
	color: #051019;
	padding: 0.9rem 1.45rem;
}

.ast-custom-button:hover,
.ast-custom-button:focus {
	background: linear-gradient(135deg, #ffb554, var(--av-orange));
	color: #051019;
}

.elementor .elementor-widget-text-editor,
.elementor .elementor-widget-text-editor p,
.elementor .elementor-widget-text-editor li {
	color: inherit;
}

.elementor-widget-button.av-btn-primary .elementor-button,
.elementor-widget-button.av-btn-ghost .elementor-button {
	padding: 1rem 1.45rem;
}

.elementor-widget-button.av-btn-primary .elementor-button {
	background: linear-gradient(135deg, var(--av-orange), #ffc56a);
	color: #051019;
}

.elementor-widget-button.av-btn-ghost .elementor-button {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.32);
	color: #f8fbff;
}

.elementor-widget-button.av-btn-dark .elementor-button {
	background: linear-gradient(135deg, var(--av-blue), var(--av-cyan));
	color: #f8fbff;
}

.elementor-widget-button.av-btn-outline .elementor-button {
	background: transparent;
	border: 1px solid rgba(7, 17, 27, 0.15);
	color: var(--av-ink);
	box-shadow: none;
}

.elementor-widget-button.av-btn-ghost .elementor-button:hover,
.elementor-widget-button.av-btn-ghost .elementor-button:focus {
	border-color: var(--av-orange);
	color: var(--av-orange);
}

.elementor-widget-button.av-btn-outline .elementor-button:hover,
.elementor-widget-button.av-btn-outline .elementor-button:focus {
	border-color: var(--av-blue);
	color: var(--av-blue);
}

.av-section {
	padding-block: clamp(72px, 8vw, 120px);
}

.av-section-tight {
	padding-block: clamp(56px, 6vw, 88px);
}

.av-section .elementor-widget-heading h1,
.av-section .elementor-widget-heading h2,
.av-section .elementor-widget-heading h3 {
	margin: 0;
}

.avservice-site h1,
.avservice-site .entry-content :where(h1) {
	font-size: clamp(3.2rem, 5vw, 5rem);
	line-height: 1.02;
}

.avservice-site h2,
.avservice-site .entry-content :where(h2) {
	font-size: clamp(2.2rem, 3.2vw, 3.25rem);
	line-height: 1.08;
}

.avservice-site h3,
.avservice-site .entry-content :where(h3) {
	font-size: clamp(1.3rem, 1.7vw, 1.8rem);
	line-height: 1.14;
}

.av-grid,
.av-grid > .e-con-inner {
	display: grid;
	gap: clamp(18px, 2vw, 28px);
	align-items: stretch;
	width: 100%;
}

.av-grid > *,
.av-grid > .e-con-inner > * {
	min-width: 0;
}

.av-grid-2,
.av-grid-2 > .e-con-inner {
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}

.av-grid-3,
.av-grid-3 > .e-con-inner {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.av-grid-4,
.av-grid-4 > .e-con-inner {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.av-hero {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding: clamp(24px, 3vw, 40px);
	min-height: clamp(420px, 58vh, 600px);
	border-radius: 0;
	box-shadow: var(--av-shadow);
}

.av-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(96deg, rgba(5, 11, 18, 0.94) 0%, rgba(5, 11, 18, 0.6) 52%, rgba(5, 11, 18, 0.9) 100%);
	z-index: 0;
}

.av-hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -28% auto;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background:
		conic-gradient(from 210deg, rgba(239, 43, 49, 0.74), rgba(41, 194, 246, 0.75), rgba(255, 154, 27, 0.72), rgba(66, 197, 86, 0.7), rgba(239, 43, 49, 0.74));
	filter: blur(60px);
	opacity: 0.22;
	z-index: 0;
}

.av-hero .e-con-inner,
.av-hero .elementor-element {
	position: relative;
	z-index: 1;
}

.av-hero .av-grid-2,
.av-hero .av-grid-2 > .e-con-inner {
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	align-items: end;
}

.av-hero-copy {
	justify-content: center;
	gap: clamp(14px, 1.6vw, 22px);
}

.av-hero-copy .elementor-heading-title {
	color: #f8fbff;
	max-width: none;
}

.av-hero > .e-con-inner > .elementor-widget-heading,
.av-hero > .e-con-inner > .elementor-widget-text-editor,
.av-hero > .e-con-inner > .av-button-row {
	max-width: 760px;
}

.av-hero > .e-con-inner > .elementor-widget-heading .elementor-heading-title,
.av-hero > .e-con-inner > .elementor-widget-text-editor,
.av-hero > .e-con-inner > .elementor-widget-text-editor p,
.av-hero > .e-con-inner > .elementor-widget-text-editor li {
	color: #f8fbff;
}

.av-hero > .e-con-inner > .elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(3.2rem, 4.9vw, 5.35rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.av-hero-copy .elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(3.2rem, 4.9vw, 5.35rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
	text-wrap: balance;
}

.av-eyebrow .elementor-heading-title {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.4rem 0.85rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #f7fbff;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.av-hero-copy .elementor-widget-text-editor,
.av-hero-copy .elementor-widget-text-editor p,
.av-hero-copy .elementor-widget-text-editor li {
	color: var(--av-copy);
	max-width: 62ch;
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.65;
}

.av-pill-row span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0.7rem 0.7rem 0;
	padding: 0.55rem 0.85rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #f8fbff;
	font-size: 0.94rem;
	font-weight: 600;
}

.av-button-row > .e-con-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 14px;
}

.av-button-row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	gap: 14px;
	align-items: flex-start;
	justify-content: flex-start;
	width: auto !important;
}

.av-button-row > .elementor-widget-button {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 0;
	max-width: none !important;
}

.av-button-row > .elementor-widget-button > .elementor-widget-container,
.av-button-row .elementor-button-wrapper {
	width: auto;
}

.av-services-hero {
	background: transparent !important;
	box-shadow: none;
	color: #f8fbff;
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
}

.av-services-hero::before,
.av-services-hero::after {
	display: none;
}

.av-services-hero-panel,
.av-services-hero-panel > .e-con-inner,
.av-services-hero-panel > .e-con-inner > .e-con-inner {
	background:
		linear-gradient(135deg, rgba(5, 11, 18, 0.99) 0%, rgba(10, 24, 38, 0.98) 100%) !important;
	background-color: #07111b !important;
	box-shadow: inset 0 0 0 9999px rgba(7, 17, 27, 0.9) !important;
	display: flex !important;
	flex-direction: column;
	width: 100% !important;
}

.av-services-hero-panel {
	position: relative;
	overflow: hidden;
	gap: clamp(16px, 1.7vw, 24px);
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: var(--av-shadow);
}

.av-services-hero-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(105deg, rgba(5, 11, 18, 0.98) 0%, rgba(5, 11, 18, 0.86) 55%, rgba(21, 103, 200, 0.72) 100%);
	opacity: 1;
	pointer-events: none;
}

.av-services-hero-panel::after {
	content: "";
	position: absolute;
	right: -120px;
	top: -120px;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 154, 27, 0.28), rgba(41, 194, 246, 0.16) 48%, transparent 72%);
	pointer-events: none;
}

.av-services-hero-panel > .e-con-inner {
	z-index: 1;
	background: transparent !important;
	gap: clamp(14px, 1.6vw, 20px);
	display: flex !important;
	flex-direction: column;
	width: 100%;
}

.av-services-hero-panel > * {
	position: relative;
	z-index: 1;
}

.av-services-hero-panel .elementor-widget-heading .elementor-heading-title,
.av-services-hero-panel .elementor-widget-text-editor,
.av-services-hero-panel .elementor-widget-text-editor p,
.av-services-hero-panel .elementor-widget-text-editor li {
	color: #f8fbff;
}

.av-services-hero-panel .elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(2.65rem, 3.9vw, 4.4rem);
	line-height: 1.02;
	max-width: 13ch;
}

.av-services-hero-panel .av-hero-copy {
	max-width: 58ch;
}

.av-card {
	height: 100%;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--av-line);
	border-radius: 0;
	background: var(--av-card);
	box-shadow: var(--av-shadow);
	color: #f8fbff;
	gap: clamp(12px, 1.4vw, 18px);
}

.av-card h2,
.av-card h3,
.av-card h4,
.av-card p,
.av-card li {
	color: inherit;
}

.av-card-light {
	background: rgba(255, 255, 255, 0.92);
	border-color: rgba(7, 17, 27, 0.09);
	box-shadow: 0 18px 50px rgba(9, 29, 46, 0.08);
	color: #0d1a26;
}

.av-service-card {
	position: relative;
}

.av-card .elementor-widget:not(:last-child),
.av-services-hero-panel .elementor-widget:not(:last-child) {
	margin-block-end: 0;
}

.av-service-card::before {
	content: "";
	display: block;
	width: 68px;
	height: 4px;
	margin-bottom: 1.1rem;
	border-radius: 2px;
	background: linear-gradient(90deg, var(--av-cyan), var(--av-orange));
}

.av-service-card .elementor-heading-title,
.av-process-card .elementor-heading-title,
.av-stat-card .elementor-heading-title {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.av-process-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96));
	border: 1px solid var(--av-line-dark);
	color: var(--av-ink);
	box-shadow: 0 18px 48px rgba(8, 31, 48, 0.08);
}

.av-process-number .elementor-heading-title {
	color: var(--av-blue);
	font-size: clamp(2.4rem, 4vw, 3.1rem);
	line-height: 1;
}

.av-dark-band {
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(5, 11, 18, 0.98), rgba(10, 24, 38, 0.97));
	box-shadow: var(--av-shadow);
	color: #f8fbff;
}

.av-dark-band .elementor-heading-title,
.av-dark-band p,
.av-dark-band li {
	color: inherit;
}

.av-surface-band {
	border-radius: 0;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(7, 17, 27, 0.08);
	box-shadow: 0 18px 52px rgba(9, 29, 46, 0.08);
}

.av-note p {
	font-size: 0.98rem;
	color: #607386;
}

.av-checklist ul,
.av-checklist ol,
.av-checklist p + ul,
.av-checklist p + ol {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.av-checklist li {
	position: relative;
	padding-left: 1.45rem;
	margin-bottom: 0.72rem;
}

.av-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.54rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--av-orange), var(--av-cyan));
	box-shadow: 0 0 0 6px rgba(36, 195, 246, 0.12);
}

.av-image-card,
.av-image-card .elementor-widget-container {
	height: 100%;
}

.av-image-card {
	overflow: hidden;
	border-radius: 0;
}

.av-image-card img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	box-shadow: none;
}

.av-stat-card {
	justify-content: space-between;
	gap: 22px;
}

.av-stat-card .av-image-card img {
	min-height: 240px;
	aspect-ratio: 16 / 10;
}

.av-cta-band {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background:
		linear-gradient(135deg, rgba(21, 103, 200, 0.96), rgba(17, 44, 75, 0.96));
	box-shadow: var(--av-shadow);
	color: #f8fbff;
}

.av-cta-band::after {
	content: "";
	position: absolute;
	right: -80px;
	top: -80px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 154, 27, 0.42), transparent 68%);
}

.av-cta-band .e-con-inner,
.av-cta-band .elementor-element {
	position: relative;
	z-index: 1;
}

.av-form-shell {
	padding: clamp(24px, 3vw, 34px);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(7, 17, 27, 0.1);
	box-shadow: 0 18px 52px rgba(9, 29, 46, 0.08);
}

.av-price-intro {
	max-width: 72ch;
}

.av-price-card,
.av-addon-card,
.av-addon-card-note,
.av-offert-side {
	gap: 18px;
}

.av-price-card {
	justify-content: space-between;
}

.av-price-card .elementor-heading-title {
	max-width: 15ch;
}

.av-price-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 0.85rem 1rem;
	background: linear-gradient(135deg, var(--av-orange), #ffbc5d);
	color: #051019;
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}

.av-price-tag-muted {
	background: rgba(248, 251, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #f8fbff;
}

.av-card-light .av-price-tag-muted {
	background: rgba(7, 17, 27, 0.05);
	border-color: rgba(7, 17, 27, 0.12);
	color: var(--av-ink);
}

.av-price-meta,
.av-price-card .av-price-meta {
	margin: 0;
	color: #8ea2b7;
	font-size: 0.95rem;
	line-height: 1.55;
}

.av-card-light .av-price-meta {
	color: #607386;
}

.av-effect-guide-card {
	overflow: hidden;
	padding: 0;
}

.av-effect-guide-card .elementor-widget-container {
	padding: 0;
}

.av-effect-guide-frame {
	display: block;
	width: 100%;
}

.av-effect-guide-frame iframe {
	display: block;
	width: 100%;
	min-height: 620px;
	border: 0;
	background: #0a111a;
}

.av-gearbox-card {
	gap: 20px;
}

.av-spec-list {
	margin: 1.4rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(7, 17, 27, 0.09);
}

.av-dark-band .av-spec-list {
	border-top-color: rgba(255, 255, 255, 0.12);
}

.av-spec-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	padding: 0.85rem 0;
	border-bottom: 1px solid rgba(7, 17, 27, 0.09);
}

.av-dark-band .av-spec-list li {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.av-spec-list span {
	color: #607386;
}

.av-dark-band .av-spec-list span {
	color: rgba(220, 230, 242, 0.8);
}

.av-spec-list strong {
	color: inherit;
	font-weight: 700;
	text-align: right;
}

.av-addon-card {
	gap: 16px;
}

.av-addon-list {
	margin-top: 1rem;
	border-top: 1px solid rgba(7, 17, 27, 0.09);
}

.av-addon-row,
.av-addon-subrow {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: baseline;
}

.av-addon-row {
	padding: 0.95rem 0;
	border-bottom: 1px solid rgba(7, 17, 27, 0.09);
}

.av-addon-row span {
	font-weight: 600;
	color: var(--av-ink);
}

.av-addon-row strong {
	font-size: 1rem;
	font-weight: 700;
	color: var(--av-blue);
	text-align: right;
}

.av-addon-subrow {
	padding: 0 0 0.95rem;
	color: #607386;
	font-size: 0.92rem;
}

.av-addon-subrow::before {
	content: "Vid optimering";
	font-weight: 600;
	color: #44566b;
}

.av-addon-note,
.av-legal-note {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.7;
}

.av-addon-note {
	margin-top: 1.1rem;
	color: #607386;
}

.av-addon-card-note {
	background:
		linear-gradient(180deg, rgba(5, 11, 18, 0.98), rgba(10, 24, 38, 0.97));
	border: 1px solid rgba(255, 255, 255, 0.12);
	color: #f8fbff;
	box-shadow: var(--av-shadow);
}

.av-addon-card-note .elementor-heading-title,
.av-addon-card-note p,
.av-addon-card-note li {
	color: inherit;
}

.av-addon-card-note .av-legal-note {
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(220, 230, 242, 0.9);
}

.av-offert-band > .e-con-inner > .e-con {
	align-items: stretch;
}

.av-offert-side {
	justify-content: space-between;
	min-height: 100%;
}

.av-offert-side .av-button-row > .e-con-inner {
	align-items: stretch;
}

.av-motor-form .wpforms-field-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.av-motor-form .wpforms-field {
	margin: 0 !important;
	padding: 0 !important;
}

.av-motor-form .wpforms-submit-container {
	margin-top: 18px !important;
	padding: 0 !important;
}

.av-motor-form .wpforms-field-label {
	display: none !important;
}

.wpforms-form input,
.wpforms-form textarea,
.wpforms-form select {
	border-radius: 10px !important;
	border: 1px solid rgba(7, 17, 27, 0.14) !important;
	background: #fff !important;
	padding: 0.85rem 1rem !important;
}

.wpforms-submit,
button.wpforms-submit {
	border-radius: 12px !important;
	border: 0 !important;
	background: linear-gradient(135deg, var(--av-orange), #ffb554) !important;
	color: #051019 !important;
	font-family: "Barlow", sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	padding: 0.95rem 1.45rem !important;
}

.site-footer {
	margin-top: 0;
	background:
		linear-gradient(180deg, #08131f 0%, #050b12 100%);
	color: #f8fbff;
}

.site-footer .widget-title,
.site-footer .wp-block-heading,
.site-footer p,
.site-footer li,
.site-footer a {
	color: #f8fbff;
}

.site-footer a:hover,
.site-footer a:focus {
	color: var(--av-orange);
}

.site-footer .footer-widget-area {
	padding-top: 0;
}

.ast-footer-copyright p {
	margin: 0;
	color: rgba(248, 251, 255, 0.72);
}

@media (max-width: 1024px) {
	.av-grid-2,
	.av-grid-3,
	.av-grid-4,
	.av-grid-2 > .e-con-inner,
	.av-grid-3 > .e-con-inner,
	.av-grid-4 > .e-con-inner {
		grid-template-columns: 1fr 1fr;
	}

	.av-hero {
		min-height: auto;
		padding: clamp(20px, 4vw, 28px);
	}

	.av-hero .av-grid-2,
	.av-hero .av-grid-2 > .e-con-inner {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.av-hero-copy .elementor-heading-title {
		max-width: none;
	}

	.av-hero-copy .elementor-widget-heading h1.elementor-heading-title {
		font-size: clamp(2.8rem, 6vw, 4.3rem);
	}

	.av-hero > .e-con-inner > .elementor-widget-heading h1.elementor-heading-title {
		font-size: clamp(2.8rem, 6vw, 4.3rem);
	}

	.av-image-card img {
		min-height: 240px;
	}

	.av-price-card .elementor-heading-title {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.site-branding img,
	header .custom-logo-link img {
		max-width: 150px;
		width: 150px;
	}

	.ast-header-html {
		display: none;
	}

	.av-grid-2,
	.av-grid-3,
	.av-grid-4,
	.av-grid-2 > .e-con-inner,
	.av-grid-3 > .e-con-inner,
	.av-grid-4 > .e-con-inner {
		grid-template-columns: 1fr;
	}

	.av-hero,
	.av-dark-band,
	.av-surface-band,
	.av-cta-band {
		border-radius: 0;
	}

	.av-card,
	.av-form-shell {
		border-radius: 0;
	}

	h1,
	.entry-content :where(h1) {
		font-size: clamp(2.35rem, 10vw, 3.4rem);
		line-height: 1.02;
	}

	h2,
	.entry-content :where(h2) {
		font-size: clamp(1.95rem, 7vw, 2.7rem);
		line-height: 1.06;
	}

	.av-hero {
		padding: 18px 16px 20px;
	}

	.av-hero-copy .elementor-widget-heading h1.elementor-heading-title {
		font-size: clamp(2.45rem, 9vw, 3.4rem);
		line-height: 1;
	}

	.av-hero > .e-con-inner > .elementor-widget-heading h1.elementor-heading-title {
		font-size: clamp(2.45rem, 9vw, 3.4rem);
		line-height: 1;
	}

	.av-image-card {
		border-radius: 0;
	}

	.av-image-card img,
	.av-stat-card .av-image-card img {
		min-height: 210px;
	}

	.av-price-tag {
		width: 100%;
	}

	.av-addon-row,
	.av-addon-subrow {
		grid-template-columns: 1fr;
	}

	.av-spec-list li {
		flex-direction: column;
		align-items: flex-start;
	}

	.av-spec-list strong,
	.av-addon-row strong {
		text-align: left;
	}

	.av-addon-subrow {
		gap: 4px;
	}

	.av-motor-form .wpforms-field-container {
		grid-template-columns: 1fr;
	}
}

.error404 .site-content > .ast-container {
	display: block;
	max-width: 100%;
	padding: 0;
}

.error404 #primary {
	width: 100%;
	padding: 0;
	margin: 0;
}

.error404.ast-separate-container #primary {
	margin-bottom: 0;
}

.av-404-page {
	padding: clamp(48px, 7vw, 88px) 0;
}

.av-404-shell {
	position: relative;
	overflow: hidden;
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
	background:
		radial-gradient(circle at top right, rgba(36, 195, 246, 0.2), transparent 28%),
		linear-gradient(145deg, rgba(5, 11, 18, 0.99), rgba(10, 24, 38, 0.98));
	box-shadow: 0 32px 90px rgba(2, 9, 19, 0.32);
}

.av-404-shell::before {
	content: "";
	position: absolute;
	inset: auto -8% -28% auto;
	width: 340px;
	height: 340px;
	background: radial-gradient(circle, rgba(255, 154, 27, 0.24), transparent 68%);
	filter: blur(28px);
}

.av-404-panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.av-404-copy {
	padding: clamp(36px, 5vw, 64px);
	color: #f8fbff;
}

.av-404-kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 1rem;
	padding: 0.45rem 0.8rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #f8fbff;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.av-404-page h1 {
	margin: 0;
	color: #f8fbff;
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 0.96;
	letter-spacing: -0.05em;
	max-width: 11ch;
}

.av-404-lead {
	max-width: 60ch;
	margin: 1.25rem 0 0;
	color: var(--av-copy);
	font-size: clamp(1rem, 1.2vw, 1.1rem);
	line-height: 1.7;
}

.av-404-requested {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 1.35rem 0 0;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.04);
	color: #eaf3fb;
	font-size: 0.95rem;
}

.av-404-requested code {
	padding: 0.1rem 0.35rem;
	background: rgba(255, 255, 255, 0.08);
	color: #f8fbff;
}

.av-404-search-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	max-width: 720px;
	margin-top: 1.6rem;
}

.av-404-search-input {
	width: 100%;
	min-height: 58px;
	padding: 0 1rem;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	color: #f8fbff;
	font-size: 1rem;
}

.av-404-search-input::placeholder {
	color: rgba(220, 230, 242, 0.8);
}

.av-404-search-input:focus {
	outline: none;
	border-color: var(--av-orange);
	box-shadow: 0 0 0 1px rgba(255, 154, 27, 0.3);
}

.av-404-search-button {
	min-height: 58px;
	padding: 0 1.4rem;
	border: 0;
	background: linear-gradient(135deg, var(--av-orange), #ffbf61);
	color: #051019;
	font-family: "Barlow", sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
}

.av-404-search-button:hover,
.av-404-search-button:focus {
	background: linear-gradient(135deg, #ffbf61, var(--av-orange));
}

.av-404-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 1.25rem;
}

.av-404-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 1.2rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
}

.av-404-button-primary {
	background: linear-gradient(135deg, var(--av-orange), #ffbf61);
	color: #051019;
}

.av-404-button-secondary {
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #f8fbff;
}

.av-404-button-secondary:hover,
.av-404-button-secondary:focus {
	border-color: var(--av-orange);
	color: var(--av-orange);
}

.av-404-aside {
	display: grid;
	align-content: start;
	gap: 18px;
	padding: clamp(28px, 4vw, 40px);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(3, 10, 17, 0.4);
}

.av-404-code {
	color: rgba(248, 251, 255, 0.1);
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(5rem, 10vw, 8rem);
	font-weight: 700;
	line-height: 0.9;
	letter-spacing: -0.06em;
}

.av-404-card {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: #f8fbff;
}

.av-404-card h2 {
	margin: 0 0 0.9rem;
	color: #f8fbff;
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.1;
}

.av-404-card p {
	margin: 0;
	color: var(--av-copy);
	line-height: 1.65;
}

.av-404-link-list {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.av-404-link-list a {
	display: block;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.02);
	text-decoration: none;
}

.av-404-link-list a:hover,
.av-404-link-list a:focus {
	border-color: rgba(255, 154, 27, 0.4);
	background: rgba(255, 154, 27, 0.08);
}

.av-404-link-title {
	display: block;
	color: #f8fbff;
	font-weight: 700;
}

.av-404-link-copy {
	display: block;
	margin-top: 0.25rem;
	color: var(--av-copy);
	font-size: 0.95rem;
	line-height: 1.5;
}

.av-404-contact-list {
	display: grid;
	gap: 0.7rem;
	margin-top: 1rem;
}

.av-404-contact-list a {
	color: #f8fbff;
	font-weight: 700;
	text-decoration: none;
}

.av-404-contact-list a:hover,
.av-404-contact-list a:focus {
	color: var(--av-orange);
}

@media (max-width: 1024px) {
	.av-404-panel {
		grid-template-columns: 1fr;
	}

	.av-404-aside {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		border-left: 0;
	}

	.av-404-page h1 {
		max-width: 13ch;
	}
}

@media (max-width: 767px) {
	.av-404-page {
		padding: 24px 0 36px;
	}

	.av-404-shell {
		width: min(100%, calc(100% - 20px));
	}

	.av-404-copy,
	.av-404-aside {
		padding: 22px 18px;
	}

	.av-404-page h1 {
		font-size: clamp(2.3rem, 9vw, 3.4rem);
		max-width: none;
	}

	.av-404-search-form {
		grid-template-columns: 1fr;
	}

	.av-404-search-button,
	.av-404-button {
		width: 100%;
	}

	.av-404-actions {
		display: grid;
	}
}
