@charset "UTF-8";
/*!
Theme Name: eprawniczy
Theme URI: http://underscores.me/
Author: inVette
Author URI: https://invette.dev
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eprawniczy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

eprawniczy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
	color: #ffffff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.75em;
}

h5 {
	font-size: 1.5em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #0c1429;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #d0d0d0;
	cursor: help;
}

mark,
ins {
	background: #102040;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #04020B;
}

hr {
	background-color: #1a2240;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.footer {
	position: relative;
	background-color: #04020B;
	padding: 120px 0 60px;
	z-index: 1;
	margin-top: 100px;
	overflow: visible;
}

.footer__transition {
	position: absolute;
	width: 100%;
	height: 80vh;
	bottom: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
}

.footer__transition::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://eprawniczy.invette.dev/wp-content/uploads/2025/04/Mesh-Holographic-Gradients-Dark-Gradient-01.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	transform-origin: bottom;
}

.footer .container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.footer__accordion {
	margin-bottom: 80px;
	border-bottom: 1px solid #1a2240;
	padding-bottom: 40px;
}

.footer__main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

@media (max-width: 991px) {
	.footer__main {
		flex-direction: column;
		gap: 40px;
		text-align: center;
	}
}

.footer__logo {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
}

.footer__logo:visited {
	color: #ffffff;
}

.footer__nav {
	display: flex;
	gap: 40px;
}

@media (max-width: 767px) {
	.footer__nav {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}

.footer__nav a {
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	transition: color 0.3s ease;
}

.footer__nav a:hover {
	color: #ffffff;
}

.footer__nav a:visited {
	color: #ffffff;
}

.footer__social {
	display: flex;
	gap: 12px;
}

.footer__social a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.footer__social a svg {
	width: 24px;
	height: 24px;
}

.footer__bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 767px) {
	.footer__bottom {
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
}

.footer__copyright {
	color: #ffffff;
	font-weight: 300;
}

.footer__legal {
	display: flex;
	gap: 30px;
}

@media (max-width: 767px) {
	.footer__legal {
		flex-direction: column;
		gap: 10px;
	}
}

.footer__legal a {
	color: #ffffff;
	font-weight: 300;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer__legal a:hover {
	color: #ffffff;
}

.footer__legal a:visited {
	color: #ffffff;
}

.accordion-item__trigger {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	transition: color 0.3s ease;
}

.accordion-item__trigger:hover {
	color: #0096FF;
}

@media (max-width: 767px) {
	.accordion-item__trigger {
		font-size: 20px;
	}
}

.accordion-item__icon {
	width: 24px;
	height: 24px;
	stroke: #0096FF;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.accordion-item__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.accordion-item__content p {
	padding: 0 0 24px;
	margin: 0;
	color: #A8A8A8;
	font-size: 16px;
	line-height: 1.6;
	max-width: 900px;
}

.accordion-item[aria-expanded="true"] .accordion-item__icon {
	transform: rotate(180deg);
}

.accordion-item[aria-expanded="true"] .accordion-item__content {
	max-height: 200px;
}

@media (max-width: 1024px) {
	.footer {
		margin-top: 0;
		padding-top: 20px;
	}
	.footer .footer__transition::before {
		background-size: cover;
	}
	.footer__copyright {
		font-size: 12px;
	}
	.footer__legal a {
		font-size: 12px;
	}
	.footer__social {
		gap: 24px;
	}
	.footer__social a svg {
		width: 18px;
		height: 18px;
	}
	.footer__nav a {
		font-size: 12px;
	}
}

/* Links
--------------------------------------------- */
a {
	color: #4EB6FF;
}

a:visited {
	color: #3a7fd0;
}

a:hover, a:focus, a:active {
	color: #65aeff;
}

a:hover, a:focus, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #4a9eff;
	border-radius: 3px;
	background: #4a9eff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #65aeff;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #3a7fd0;
}

.page-template input[type="text"],
.page-template input[type="email"],
.page-template input[type="url"],
.page-template input[type="password"],
.page-template input[type="search"],
.page-template input[type="number"],
.page-template input[type="tel"],
.page-template input[type="range"],
.page-template input[type="date"],
.page-template input[type="month"],
.page-template input[type="week"],
.page-template input[type="time"],
.page-template input[type="datetime"],
.page-template input[type="datetime-local"],
.page-template input[type="color"],
.page-template textarea {
	color: #d0d0d0;
}

.page-template input[type="text"]:focus,
.page-template input[type="email"]:focus,
.page-template input[type="url"]:focus,
.page-template input[type="password"]:focus,
.page-template input[type="search"]:focus,
.page-template input[type="number"]:focus,
.page-template input[type="tel"]:focus,
.page-template input[type="range"]:focus,
.page-template input[type="date"]:focus,
.page-template input[type="month"]:focus,
.page-template input[type="week"]:focus,
.page-template input[type="time"]:focus,
.page-template input[type="datetime"]:focus,
.page-template input[type="datetime-local"]:focus,
.page-template input[type="color"]:focus,
.page-template textarea:focus {
	color: #ffffff;
}

.page-template select {
	border: 1px solid #1a2240;
}

.page-template textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding-top: 5em;
	line-height: 1.6;
	background-color: #04020B;
	min-height: 100vh;
}

.site-header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 1.5em 0;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 1em;
}

.logo {
	font-size: 1.75em;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
}

.main-navigation__menu {
	display: flex;
	list-style: none;
	gap: 2em;
}

.main-navigation__menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 500;
	transition: color 0.3s ease;
}

.main-navigation__menu li a:hover {
	color: #65aeff;
}

.icon-button {
	background: none;
	border: none;
	cursor: pointer;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

.icon-button:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.icon-button svg {
	width: 1.25em;
	height: 1.25em;
}

.hero {
	position: relative;
	padding: 2.5em 0;
	overflow: visible;
	color: #ffffff;
	z-index: 9;
}

.hero::before {
	content: '';
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("https://eprawniczy.invette.dev/wp-content/uploads/2025/04/Section-5.svg");
	background-size: contain;
	opacity: 0.3;
	z-index: 0;
}

.hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background: url("https://eprawniczy.invette.dev/wp-content/uploads/2025/04/Group-1171274802.svg") no-repeat;
	background-position: left center;
	background-size: auto;
	pointer-events: none;
	z-index: 0;
}

.hero__content {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
	max-width: 56.25em;
	margin: 0 auto;
	text-align: center;
	padding-top: 4em;
}

.hero__tag {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.hero__tag::before, .hero__tag::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.hero__tag::before {
	right: 100%;
	margin-right: 0.75em;
	background: linear-gradient(to right, rgba(0, 150, 255, 0), #0096FF);
}

.hero__tag::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.hero__title {
	letter-spacing: -0.02em;
	margin: 0;
	line-height: 1.3;
}

.hero__description {
	font-size: 1em;
	line-height: 1.5;
	max-width: 40em;
	margin: .5em auto 2.5em;
	font-weight: 300;
	color: #A8A8A8;
}

.hero__cta-buttons {
	background: #030C1D;
	display: flex;
	justify-content: center;
	gap: 1em;
	flex-wrap: wrap;
	padding: 1em;
	border-radius: .5em;
	max-width: fit-content;
	margin: 0 auto;
}

.hero__cta-buttons .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.875em 1.5em;
	font-size: 1em;
	font-weight: 700;
	border-radius: 0.5em;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 10em;
}

.hero__cta-buttons .btn__icon {
	margin-right: 0.625em;
	font-size: 1.125em;
}

.hero__cta-buttons .btn--secondary {
	background-color: #161721;
	color: #ffffff;
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
}

.hero__cta-buttons .btn--secondary:hover {
	background-color: #102040;
	color: #ffffff;
}

.hero__cta-buttons .btn--secondary:visited {
	color: #ffffff;
}

@media (max-width: 64em) {
	.main-navigation {
		display: none;
	}
}

@media (max-width: 48em) {
	.hero__title {
		font-size: 2.75em;
	}
	.hero__description {
		font-size: 1em;
		padding: 0 1.25em;
	}
	.hero__cta-buttons {
		flex-direction: column;
		align-items: center;
		gap: 0.75em;
	}
	.hero .btn {
		width: 100%;
		max-width: 18.75em;
	}
}

@media (max-width: 64em) {
	.site-header {
		padding: 1em 0;
	}
	.site-header__inner {
		justify-content: center;
	}
	.site-header__actions {
		position: absolute;
		right: 1em;
	}
	.hero__content {
		padding-top: 2vh;
		text-align: left;
	}
	.hero__title {
		font-size: 2.25em;
	}
	.hero__tag {
		margin: 0 0 1.5em;
	}
	.hero__tag::before {
		display: none;
	}
	.hero__tag::after {
		left: auto;
	}
	.hero__description {
		padding: 0;
		margin-top: 2em;
	}
	.hero__cta-buttons {
		flex-direction: row;
	}
}

.offer {
	color: #ffffff;
	padding: 6em 0 8em;
}

.offer__header {
	margin-bottom: 3em;
}

.offer__header--center {
	text-align: center;
}

.offer__header--center .offer__description {
	margin: 1em auto 6em;
}

.offer__header--center .offer__label::before, .offer__header--center .offer__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.offer__header--center .offer__label::before {
	right: 100%;
	margin-right: 0.75em;
	background: linear-gradient(to right, rgba(0, 150, 255, 0), #0096FF);
}

.offer__header--center .offer__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.offer__header--left {
	text-align: left;
}

.offer__header--left .offer__label {
	margin-left: 0;
}

.offer__header--left .offer__label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 0.75em;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.offer__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1em;
}

.offer__title {
	margin: 0;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.offer__description {
	color: #A8A8A8;
	max-width: 600px;
	margin: 0 0 3em;
	font-weight: 300;
	line-height: 1.5;
}

.offer__cards {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 2em;
	justify-content: center;
}

@media (min-width: 768px) {
	.offer__cards {
		flex-direction: row;
		gap: 2em;
	}
	.offer__cards--3-per-row .offer__card {
		flex: 0 0 calc(33.333% - 1.35em);
		max-width: calc(33.333% - 1.35em);
	}
	.offer__cards--2-per-row .offer__card {
		flex: 0 0 calc(50% - 1em);
		max-width: calc(50% - 1em);
	}
}

@media (min-width: 1200px) {
	.offer__cards {
		row-gap: 3em;
	}
}

.offer__card {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border: 1px solid #1a2240;
	border-radius: 1em;
	padding: 2em;
	text-align: left;
	flex: 1;
	margin: 0 auto;
	transition-duration: .2s, .3s, .3s, .3s, .4s;
	transition-property: transform, border-color, --color-linear-top, --color-linear-bottom, --color-radial-center;
	transition-timing-function: ease;
	display: flex;
	flex-direction: column;
	gap: .5em;
}

.offer__card:hover {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.15) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.35) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-color: #263159;
}

@media (max-width: 767px) {
	.offer__card {
		max-width: 24em;
	}
}

.offer__icon {
	font-size: 3em;
	color: #ffbd2e;
}

.offer__card-title {
	letter-spacing: -0.03em;
	line-height: 1.4;
}

.offer__card-subtitle {
	font-weight: 300;
	color: #0096FF;
}

.offer__card-description {
	font-weight: 300;
	line-height: 1.5;
	margin-top: 1em;
	color: #A8A8A8;
}

.offer__button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	padding: 0.75em 2em;
	border-radius: 50px;
	transition: all 0.3s ease;
	text-align: center;
	margin-top: auto;
}

.offer__button:visited {
	color: #ffffff;
}

.offer__button:hover {
	color: #ffffff;
	background-color: #65aeff;
}

@media (max-width: 1024px) {
	.offer__title {
		font-size: 2.25em;
	}
	.offer__header {
		text-align: left;
	}
	.offer .offer__label:before {
		display: none;
	}
	.offer__header--center .offer__description {
		margin-bottom: 3em;
	}
}

.experts-section {
	background-color: #04020B;
	padding: 8em 0;
}

.experts-section__header {
	text-align: center;
	margin-bottom: 60px;
}

.experts-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.experts-section__label::before, .experts-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.experts-section__label::before {
	right: 100%;
	margin-right: 0.75em;
	background: linear-gradient(to right, rgba(0, 150, 255, 0), #0096FF);
}

.experts-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.experts-section__title {
	color: #ffffff;
	margin: 0;
	line-height: 1.2;
}

.experts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 991px) {
	.experts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.experts-grid {
		grid-template-columns: 1fr;
	}
}

.expert-card {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-radius: 16px;
	border: 1px solid #1a2240;
	overflow: hidden;
	position: relative;
	padding: 32px;
	transition-duration: .2s, .3s, .3s, .3s, .4s;
	transition-property: transform, border-color, --color-linear-top, --color-linear-bottom, --color-radial-center;
	transition-timing-function: ease;
}

.expert-card:hover {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.15) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.35) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-color: #263159;
}

.expert-card__image {
	overflow: hidden;
}

.expert-card__image img {
	object-fit: cover;
	transition: transform 0.3s ease;
}

.expert-card__name {
	color: #ffffff;
	line-height: 1.4;
}

.expert-card__specialty {
	color: #0096FF;
	font-weight: 300;
	margin-bottom: 16px;
}

.expert-card__description {
	color: #A8A8A8;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
	margin: 0;
}

.expert-card__link {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 44px;
	height: 44px;
	background-color: transparent;
	border: solid 1px #0096FF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	transition: background-color 0.3s ease;
}

.expert-card__link:hover {
	background-color: #65aeff;
	color: #ffffff;
}

.expert-card__link svg {
	width: 16px;
	height: 16px;
}

@media (max-width: 1200px) {
	.experts-section__title {
		font-size: 40px;
	}
	.expert-card__name {
		font-size: 22px;
	}
	.expert-card__description {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.experts-section {
		padding: 60px 0;
	}
	.experts-section__header {
		margin-bottom: 40px;
	}
	.experts-section__label::before, .experts-section__label::after {
		width: 30px;
	}
	.experts-section__label::before {
		left: -40px;
	}
	.experts-section__label::after {
		right: -40px;
	}
	.experts-section__title {
		font-size: 32px;
	}
	.expert-card__content {
		padding: 25px 0;
	}
	.expert-card__link {
		width: 40px;
		height: 40px;
		top: 20px;
		right: 20px;
	}
	.expert-card__link svg {
		width: 20px;
		height: 20px;
	}
}

.testimonials {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.testimonials__container {
	max-width: 77.5em;
	margin: 0 auto;
	padding: 0 15px;
}

.testimonials__slider {
	position: relative;
	padding: 0 60px;
}

.testimonials__navigation .swiper-button-prev,
.testimonials__navigation .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: 1px solid #4EB6FF;
	border-radius: 50%;
	background: transparent;
	color: #4EB6FF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.testimonials__navigation .swiper-button-prev::after,
.testimonials__navigation .swiper-button-next::after {
	display: none;
}

.testimonials__navigation .swiper-button-prev svg,
.testimonials__navigation .swiper-button-next svg {
	width: 24px;
	height: 24px;
}

.testimonials__navigation .swiper-button-prev:hover,
.testimonials__navigation .swiper-button-next:hover {
	background-color: #4EB6FF;
	color: #ffffff;
}

.testimonials__navigation .swiper-button-prev.swiper-button-disabled,
.testimonials__navigation .swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.testimonials__navigation .swiper-button-prev {
	left: 0;
}

.testimonials__navigation .swiper-button-next {
	right: 0;
}

.swiper-wrapper {
	height: auto !important;
}

.testimonial {
	text-align: center;
	max-width: 768px;
	margin: 0 auto;
}

.testimonial__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 32px;
}

.testimonial__star {
	width: 24px;
	height: 24px;
	fill: #0096FF;
}

.testimonial__quote {
	color: #A8A8A8;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 40px;
	padding: 0;
	font-style: normal;
	position: relative;
}

.testimonial__author {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.testimonial__avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.testimonial__info {
	text-align: left;
}

.testimonial__name {
	color: #ffffff;
	font-weight: 300;
	line-height: 1.5;
}

.testimonial__position {
	color: #ffffff;
	font-weight: 300;
	line-height: 1.5;
}

@media (max-width: 991px) {
	.testimonials {
		padding: 80px 0;
	}
	.testimonials__slider {
		padding: 0 50px;
	}
	.testimonial__quote {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.testimonials {
		padding: 60px 0;
	}
	.testimonials__slider {
		padding: 0 40px;
	}
	.testimonials__navigation .swiper-button-prev,
	.testimonials__navigation .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.testimonials__navigation .swiper-button-prev svg,
	.testimonials__navigation .swiper-button-next svg {
		width: 20px;
		height: 20px;
	}
	.testimonial__rating {
		gap: 6px;
		margin-bottom: 24px;
	}
	.testimonial__star {
		width: 20px;
		height: 20px;
	}
	.testimonial__quote {
		font-size: 16px;
		margin-bottom: 32px;
	}
	.testimonial__quote::before, .testimonial__quote::after {
		font-size: 60px;
	}
	.testimonial__quote::before {
		top: -30px;
		left: -20px;
	}
	.testimonial__quote::after {
		bottom: -40px;
		right: -20px;
	}
	.testimonial__avatar {
		width: 50px;
		height: 50px;
	}
	.testimonial__name {
		font-size: 16px;
	}
	.testimonial__position {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.testimonials__slider {
		padding: 0 30px;
	}
}

@media (max-width: 1024px) {
	.testimonials__navigation .swiper-button-prev,
	.testimonials__navigation .swiper-button-next {
		top: auto;
	}
}

.process-section {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	padding: 8em 0;
	color: #ffffff;
}

.process-section__header {
	margin-bottom: 60px;
}

.process-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.process-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.process-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.process-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

@media (max-width: 991px) {
	.process-steps {
		grid-template-columns: 1fr;
		gap: 60px;
	}
}

.process-step__number {
	color: #0096FF;
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 24px;
}

.process-step__title {
	color: #ffffff;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
	line-height: 1.3;
}

.process-step__description {
	color: #A8A8A8;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

.process-step--icon {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border: 1px solid #1a2240;
	border-radius: 1em;
	padding: 40px 30px;
	text-align: left;
}

.process-step__icon {
	margin: 0 0 24px;
	display: flex;
	align-items: center;
	justify-content: start;
}

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

.process-step__icon--default {
	color: #0096FF;
}

.process-step__icon--default svg {
	width: 48px;
	height: 48px;
}

.process-section--icon .process-steps {
	gap: 30px;
}

.process-section--icon .process-step__title {
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.process-section__title {
		font-size: 40px;
	}
	.process-step__number {
		font-size: 56px;
	}
	.process-step__title {
		font-size: 22px;
	}
	.process-step--icon {
		padding: 30px 20px;
	}
	.process-step__icon {
		width: 70px;
		height: 70px;
	}
	.process-step__icon--default svg {
		width: 54px;
		height: 54px;
	}
}

@media (max-width: 991px) {
	.process-steps {
		max-width: 600px;
		margin: 0 auto;
	}
	.process-section--icon .process-steps {
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	.process-section {
		padding: 60px 0;
	}
	.process-section__header {
		margin-bottom: 40px;
	}
	.process-section__label::after {
		width: 30px;
		right: -40px;
	}
	.process-section__title {
		font-size: 32px;
	}
	.process-step__number {
		font-size: 48px;
		margin-bottom: 20px;
	}
	.process-step__title {
		font-size: 20px;
	}
	.process-step__description {
		font-size: 15px;
	}
	.process-step--icon {
		padding: 25px 15px;
	}
	.process-step__icon {
		width: 60px;
		height: 60px;
		margin-bottom: 16px;
	}
	.process-step__icon--default svg {
		width: 46px;
		height: 46px;
	}
}

.documents-section {
	padding: 8em 0;
	margin-bottom: -50px;
	position: relative;
	z-index: 3;
}

.documents-section__content {
	display: flex;
	gap: 80px;
}

@media (max-width: 991px) {
	.documents-section__content {
		flex-direction: column;
	}
}

.documents-section__header {
	flex: 0 0 560px;
}

@media (max-width: 1200px) {
	.documents-section__header {
		flex: 0 0 350px;
	}
}

@media (max-width: 991px) {
	.documents-section__header {
		flex: 1;
	}
}

.documents-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.documents-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.documents-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.documents-section__title {
	color: #ffffff;
	margin: 0 0 24px;
	line-height: 1.4;
	letter-spacing: -0,03em;
}

.documents-section__description {
	color: #A8A8A8;
	line-height: 1.6;
	font-weight: 300;
	margin: 0 0 64px;
}

.documents-section__all-button {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 32px;
	border: 1px solid #0096FF;
	border-radius: 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.documents-section__all-button:visited {
	color: #ffffff;
}

.documents-section__all-button:hover {
	background-color: #0096FF;
	color: #ffffff;
}

.documents-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-content: start;
}

@media (max-width: 991px) {
	.documents-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.documents-grid {
		grid-template-columns: 1fr;
	}
}

.document-card {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-radius: 16px;
	border: 1px solid #1a2240;
	padding: 32px;
	text-decoration: none;
	display: block;
	position: relative;
	transition-duration: .2s, .3s, .3s, .3s, .4s;
	transition-property: transform, border-color, --color-linear-top, --color-linear-bottom, --color-radial-center;
	transition-timing-function: ease;
}

.document-card:hover {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.15) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.35) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-color: #263159;
}

.document-card__title {
	color: #ffffff;
	margin: 0 0 12px;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

.document-card__description {
	color: #A8A8A8;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	margin-bottom: 32px;
}

.document-card__arrow {
	color: #0096FF;
	transition: transform 0.3s ease;
}

.document-card__arrow svg {
	width: 40px;
}

@media (max-width: 1200px) {
	.documents-section__title {
		font-size: 40px;
	}
	.documents-section__description {
		font-size: 16px;
	}
	.document-card__title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.documents-section {
		padding: 60px 0;
	}
	.documents-section__content {
		gap: 40px;
	}
	.documents-section__header {
		text-align: center;
	}
	.documents-section__label::after {
		width: 30px;
		right: -40px;
	}
	.documents-section__title {
		font-size: 32px;
	}
	.documents-section__all-button {
		width: 100%;
		text-align: center;
	}
	.document-card {
		padding: 24px;
	}
	.document-card__title {
		font-size: 20px;
	}
	.document-card__description {
		font-size: 15px;
		padding-right: 40px;
	}
	.document-card__arrow {
		bottom: 24px;
		right: 24px;
	}
	.document-card__arrow svg {
		width: 20px;
		height: 20px;
	}
}

.chat-cta {
	background-color: #04020B;
	padding: 8em 0;
	position: relative;
	overflow: visible;
}

.chat-cta__background {
	position: absolute;
	top: -150px;
	left: 0;
	width: 50%;
	height: calc(100% + 300px);
	z-index: 1;
}

.chat-cta__background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://eprawniczy.invette.dev/wp-content/uploads/2025/04/Group-1171274796.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.chat-cta__glow {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(0, 150, 255, 0.4) 0%, rgba(0, 150, 255, 0) 70%);
	filter: blur(40px);
}

.chat-cta__content {
	display: flex;
	gap: 80px;
	align-items: flex-start;
}

@media (max-width: 991px) {
	.chat-cta__content {
		flex-direction: column;
		gap: 40px;
	}
}

.chat-cta__main {
	flex: 0 0 45%;
}

@media (max-width: 991px) {
	.chat-cta__main {
		flex: 1;
	}
}

.chat-cta__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.chat-cta__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.chat-cta__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.chat-cta__title {
	color: #ffffff;
	margin: 0;
	line-height: 1.4;
	letter-spacing: -0.03em;
}

.chat-cta__aside {
	flex: 1;
}

.chat-cta__description {
	color: #A8A8A8;
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 32px;
}

.chat-cta__button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 16px 32px;
	border-radius: 30px;
	transition: all 0.3s ease;
}

.chat-cta__button:visited {
	color: #ffffff;
}

.chat-cta__button:hover {
	background-color: #65aeff;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.chat-cta__title {
		font-size: 40px;
	}
	.chat-cta__description {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.chat-cta {
		padding: 80px 0;
	}
	.chat-cta__background {
		width: 100%;
		top: -100px;
		height: calc(100% + 250px);
	}
	.chat-cta__background::before {
		background-position: center top;
		background-size: cover;
		opacity: 0.6;
	}
	.chat-cta__glow {
		left: 50%;
		transform: translate(-50%, -50%);
		width: 300px;
		height: 300px;
	}
}

@media (max-width: 767px) {
	.chat-cta {
		padding: 60px 0;
	}
	.chat-cta__title {
		font-size: 32px;
	}
	.chat-cta__button {
		width: 100%;
		text-align: center;
	}
}

.pricing-section {
	padding: 4em 0;
	margin: 4em 0;
	position: relative;
}

.pricing-section__header {
	text-align: center;
	margin-bottom: 60px;
}

.pricing-section__header-left {
	text-align: left;
}

.pricing-section__header-left .pricing-section__label::before {
	display: none;
}

.pricing-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.pricing-section__label::before, .pricing-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.pricing-section__label::before {
	right: 100%;
	margin-right: 0.75em;
	background: linear-gradient(to right, rgba(0, 150, 255, 0), #0096FF);
}

.pricing-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.pricing-section__title {
	color: #ffffff;
	margin: 0;
	line-height: 1.4;
}

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 991px) {
	.pricing-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.pricing-grid {
		grid-template-columns: 1fr;
	}
}

.pricing-card {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-radius: 16px;
	border: 1px solid #1a2240;
	padding: 40px 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	transition-duration: .2s, .3s, .3s, .3s, .4s;
	transition-property: transform, border-color, --color-linear-top, --color-linear-bottom, --color-radial-center;
	transition-timing-function: ease;
}

.pricing-card:hover {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.15) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.35) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-color: #263159;
}

.pricing-card__star {
	font-size: 3em;
	margin-bottom: 24px;
}

.pricing-card__star svg {
	width: 100%;
	height: 100%;
	fill: #ffbd2e;
}

.pricing-card__title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 16px;
}

.pricing-card__description {
	color: #A8A8A8;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 24px;
}

.pricing-card__price {
	color: #ffffff;
	font-size: 64px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	font-weight: 700;
	margin: 0 0 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #1a2240;
}

.pricing-card__features {
	list-style: none;
	padding: 0;
	font-weight: 300;
	margin: 0 0 32px;
	flex: 1;
}

.pricing-card__features li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	color: #A8A8A8;
	font-size: 16px;
}

.pricing-card__features li:last-child {
	margin-bottom: 0;
}

.pricing-card__features li .check-icon {
	width: 20px;
	height: 20px;
	fill: #0096FF;
	flex-shrink: 0;
}

.pricing-card__button {
	display: block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	padding: 14px 32px;
	border-radius: 30px;
	width: 100%;
}

.pricing-card__button:visited {
	color: #ffffff;
}

.pricing-card__button:hover {
	background-color: #65aeff;
	color: #ffffff;
}

@media (max-width: 1200px) {
	.pricing-section__title {
		font-size: 40px;
	}
	.pricing-card {
		padding: 30px 25px;
	}
	.pricing-card__title {
		font-size: 22px;
	}
	.pricing-card__price {
		font-size: 36px;
	}
}

@media (max-width: 1024px) {
	.pricing-section {
		padding: 60px 0 0;
		margin-top: -30px;
	}
	.pricing-section__header {
		margin-bottom: 40px;
	}
	.pricing-section__label::before, .pricing-section__label::after {
		width: 30px;
	}
	.pricing-section__label::before {
		left: -40px;
	}
	.pricing-section__label::after {
		right: -40px;
	}
	.pricing-section__title {
		font-size: 32px;
	}
	.pricing-card__price {
		font-size: 32px;
		margin-bottom: 24px;
		padding-bottom: 24px;
	}
	.pricing-card__features {
		margin-bottom: 24px;
	}
	.pricing-card__features li {
		font-size: 15px;
	}
}

.faq-section {
	background-color: #04020B;
	padding: 80px 0;
	position: relative;
}

.faq-section__content {
	display: flex;
	gap: 60px;
}

@media (max-width: 991px) {
	.faq-section__content {
		flex-direction: column;
	}
}

.faq-section__header {
	flex: 0 0 400px;
}

@media (max-width: 1200px) {
	.faq-section__header {
		flex: 0 0 350px;
	}
}

@media (max-width: 991px) {
	.faq-section__header {
		flex: 1;
	}
}

.faq-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.faq-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.faq-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.faq-section__title {
	color: #ffffff;
	margin: 0 0 24px;
	line-height: 1.4;
	letter-spacing: -0.03em;
}

.faq-section__description {
	color: #A8A8A8;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 32px;
}

.faq-section__button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 16px 32px;
	border-radius: 30px;
	transition: all 0.3s ease;
}

.faq-section__button:visited {
	color: #ffffff;
}

.faq-section__button:hover {
	background-color: #65aeff;
	color: #ffffff;
}

.faq-section__questions {
	flex: 1;
}

.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq-item {
	border: 1px solid #1a2240;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-item__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px;
	background: transparent;
	border: none;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faq-item__question:hover {
	background-color: rgba(26, 34, 64, 0.3);
}

.faq-item__question span {
	flex: 1;
	padding-right: 20px;
}

.faq-item__icon {
	width: 24px;
	height: 24px;
	stroke: #0096FF;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.faq-item__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.faq-item__answer p {
	padding: 0 24px 24px;
	margin: 0;
	color: #A8A8A8;
	font-size: 16px;
	line-height: 1.6;
}

.faq-item.active .faq-item__icon {
	transform: rotate(180deg);
}

.faq-item.active .faq-item__answer {
	max-height: 500px;
}

@media (max-width: 1200px) {
	.faq-section__title {
		font-size: 40px;
	}
	.faq-section__description {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.faq-section__content {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.faq-section {
		padding: 0 0 60px;
	}
	.faq-section__label::after {
		width: 30px;
		right: -40px;
	}
	.faq-section__title {
		font-size: 32px;
	}
	.faq-section__button {
		width: 100%;
		text-align: center;
	}
	.faq-item__question {
		padding: 20px;
		font-size: 16px;
	}
	.faq-item__answer p {
		padding: 0 20px 20px;
		font-size: 15px;
	}
}

.mockup-section {
	padding: 40px 0 100px;
	position: relative;
	overflow: visible;
	min-height: 700px;
	z-index: 2;
}

.mockup-section__background {
	position: absolute;
	top: -200px;
	right: 0;
	width: 50%;
	height: calc(100% + 200px);
	z-index: -1;
}

.mockup-section__background::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://eprawniczy.invette.dev/wp-content/uploads/2025/04/Group-1171274801.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.mockup-section__content {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.mockup-section__image {
	max-width: 100%;
	height: auto;
	display: block;
}

.mockup-section__footer {
	text-align: center;
}

.mockup-section__question {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	margin: 0;
}

@media (max-width: 1200px) {
	.mockup-section__question {
		font-size: 32px;
	}
}

@media (max-width: 991px) {
	.mockup-section {
		padding: 80px 0;
		min-height: 500px;
	}
	.mockup-section__background {
		width: 100%;
	}
	.mockup-section__background::before {
		opacity: 0.6;
		background-position: center;
	}
	.mockup-section__glow {
		right: 50%;
		transform: translate(50%, -50%);
	}
	.mockup-section__content {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.mockup-section {
		padding: 60px 0;
		min-height: auto;
	}
	.mockup-section__question {
		font-size: 28px;
	}
	.mockup-section__background::before {
		display: none;
	}
}

.contact-form {
	background-color: #04020B;
	color: #ffffff;
	padding: 8em 0 4em;
}

.contact-form__container {
	padding: 0 2eem;
	display: flex;
	flex-wrap: wrap;
	gap: 4em;
}

@media (min-width: 992px) {
	.contact-form__container {
		flex-wrap: nowrap;
	}
}

.contact-form__content {
	flex: 1;
	min-width: 300px;
}

.contact-form__form {
	flex: 1;
	min-width: 300px;
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-radius: 12px;
	border: 1px solid #1a2240;
	padding: 2em;
}

.contact-form__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.contact-form__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.contact-form__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.contact-form__title {
	margin-top: 0;
	margin-bottom: .5em;
}

.contact-form__intro, .contact-form__secondary {
	color: #A8A8A8;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.contact-form__details {
	margin-top: 2.5em;
}

.contact-form__detail {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.contact-form__detail:last-child {
	margin-bottom: 0;
}

.contact-form__icon {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1em;
	color: #0096FF;
	font-size: 48px;
}

.contact-form__detail-value {
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
}

.contact-form__detail-value:hover {
	color: #0096FF;
}

.contact-form .form-group {
	margin-bottom: 1.5em;
}

.contact-form label {
	display: block;
	margin-bottom: 0.5em;
	font-weight: 300;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #1a2240;
	border-radius: 6px;
	background-color: #04020B;
	color: #d0d0d0;
	font-size: 1em;
	transition: all 0.3s ease;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #0096FF;
	color: #ffffff;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
	color: rgba(168, 168, 168, 0.7);
}

.contact-form textarea {
	min-height: 150px;
	resize: vertical;
}

.contact-form .form-group--checkbox {
	display: flex;
	align-items: flex-start;
}

.contact-form .form-group--checkbox input[type="checkbox"] {
	margin-top: 5px;
	margin-right: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 18px;
	min-width: 18px;
	height: 18px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	background-color: transparent;
	position: relative;
}

.contact-form .form-group--checkbox input[type="checkbox"]:checked {
	background-color: #0096FF;
	border-color: #0096FF;
}

.contact-form .form-group--checkbox input[type="checkbox"]:checked:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.contact-form .form-group--checkbox label {
	display: flex;
}

.contact-form .form-group--checkbox .wpcf7-list-item-label {
	font-size: 0.875em;
	font-weight: 300;
	color: #A8A8A8;
	line-height: 1.4;
}

.contact-form__submit {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 16px 32px;
	border-radius: 30px;
	transition: all 0.3s ease;
}

.contact-form__submit:visited {
	color: #ffffff;
}

.contact-form__submit:hover {
	background-color: #65aeff;
}

.wpcf7 .wpcf7-form label {
	display: flex;
	margin-bottom: 0.5em;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 1.5em;
}

.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #1a2240;
	border-radius: 6px;
	background-color: #04020B;
	color: #d0d0d0;
	font-size: 1em;
}

.wpcf7 .wpcf7-form input[type="text"]:focus,
.wpcf7 .wpcf7-form input[type="email"]:focus,
.wpcf7 .wpcf7-form textarea:focus {
	outline: none;
	border-color: #0096FF;
	color: #ffffff;
}

.wpcf7 .wpcf7-form input[type="text"]::placeholder,
.wpcf7 .wpcf7-form input[type="email"]::placeholder,
.wpcf7 .wpcf7-form textarea::placeholder {
	color: rgba(168, 168, 168, 0.7);
}

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

.wpcf7 .wpcf7-form .wpcf7-submit {
	background-color: #4a9eff;
	color: #ffffff;
	border: none;
	border-radius: 50px;
	padding: 1em 2em;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	width: auto;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
	background-color: #65aeff;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
	display: flex;
	align-items: flex-start;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input {
	margin-top: 5px;
	margin-right: 10px;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 0.875em;
	font-weight: 400;
	color: #A8A8A8;
	line-height: 1.4;
}

@media (max-width: 1024px) {
	.contact-form {
		padding-top: 0;
	}
}

.docshop-section {
	padding: 6em 0 4em;
	position: relative;
}

.docshop-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.docshop-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.docshop-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.docshop-section__title {
	color: #ffffff;
	margin: 0 0 0.5em;
}

.docshop-section__description {
	color: #A8A8A8;
	max-width: 800px;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.6;
}

.docshop-section__search-bar {
	display: flex;
	justify-content: start;
	gap: 24px;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.docshop-section__search-bar {
		flex-direction: column;
		gap: 15px;
	}
}

.docshop-section__search-bar .search-input-wrapper {
	position: relative;
	flex: 1;
	max-width: 500px;
}

.docshop-section__search-bar .search-input-wrapper input {
	width: 100%;
	height: 48px;
	background-color: rgba(12, 20, 41, 0.3);
	border: 1px solid #1a2240;
	border-radius: 6px;
	padding: 0 20px 0 50px;
	color: #ffffff;
	font-size: 16px;
}

.docshop-section__search-bar .search-input-wrapper input:focus {
	outline: none;
	border-color: #0096FF;
}

.docshop-section__search-bar .search-input-wrapper input::placeholder {
	color: #A8A8A8;
	opacity: 0.8;
}

.docshop-section__search-bar .search-input-wrapper .search-icon {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	fill: #0096FF;
}

@media (max-width: 767px) {
	.docshop-section__search-bar .search-input-wrapper {
		max-width: 100%;
		width: 100%;
	}
}

.docshop-section__search-bar .sort-dropdown-wrapper {
	width: 220px;
	position: relative;
}

.docshop-section__search-bar .sort-dropdown-wrapper select {
	width: 100%;
	height: 48px;
	appearance: none;
	background: rgba(12, 20, 41, 0.3);
	border: 1px solid #1a2240;
	border-radius: 6px;
	padding: 0 20px;
	color: #A8A8A8;
	font-size: 16px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230096FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
}

.docshop-section__search-bar .sort-dropdown-wrapper select:focus {
	outline: none;
	border-color: #0096FF;
}

.docshop-section__search-bar .sort-dropdown-wrapper select option {
	background-color: #0c1429;
	color: #A8A8A8;
}

@media (max-width: 767px) {
	.docshop-section__search-bar .sort-dropdown-wrapper {
		width: 100%;
	}
}

.docshop-section__filters {
	margin-bottom: 3em;
	margin-top: 3em;
}

.docshop-section__categories {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 10px;
}

.docshop-section__category-btn {
	display: inline-block;
	background: transparent;
	border: 1px solid #1a2240;
	border-radius: 30px;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.docshop-section__category-btn:hover {
	border-color: #0096FF;
	color: #ffffff;
}

.docshop-section__category-btn.active {
	border-color: #0096FF;
	color: #ffffff;
}

.docshop-section__documents {
	display: flex;
	flex-direction: column;
}

.docshop-section .document-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #1a2240;
}

.docshop-section .document-item:last-child {
	border-bottom: none;
}

.docshop-section .document-item .document-info {
	flex: 1;
	padding-right: 20px;
}

.docshop-section .document-item .document-title a {
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px;
	text-decoration: none;
}

.docshop-section .document-item .document-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 14px;
}

.docshop-section .document-item .document-category {
	color: #0096FF;
}

.docshop-section .document-item .document-date {
	color: #A8A8A8;
}

.docshop-section .document-item .document-price {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 30px;
	white-space: nowrap;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

.docshop-section .document-item .document-price del {
	font-size: 16px;
	color: #A8A8A8;
	font-weight: normal;
	margin-right: 5px;
}

.docshop-section .document-item .document-price ins {
	text-decoration: none;
}

.docshop-section .document-item .document-action .document-button {
	display: inline-block;
	background: transparent;
	border: 1px solid #0096FF;
	border-radius: 30px;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.docshop-section .document-item .document-action .document-button:hover {
	background-color: #65aeff;
}

.docshop-section .document-item .document-action .document-button:visited {
	color: #ffffff;
}

@media (max-width: 767px) {
	.docshop-section .document-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.docshop-section .document-item .document-info {
		width: 100%;
		padding-right: 0;
	}
	.docshop-section .document-item .document-price {
		margin: 0;
	}
	.docshop-section .document-item .document-action {
		width: 100%;
	}
	.docshop-section .document-item .document-action .document-button {
		width: 100%;
		text-align: center;
	}
}

.docshop-section .docshop-no-products {
	padding: 40px 0;
	text-align: center;
	color: #A8A8A8;
}

.docshop-section .docshop-no-products p {
	margin: 0;
	font-size: 18px;
}

.docshop-section .docshop-loader {
	display: none;
	justify-content: center;
	padding: 30px 0;
}

.docshop-section .docshop-loader .spinner {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(0, 150, 255, 0.3);
	border-radius: 50%;
	border-top-color: #0096FF;
	animation: docshop-spin 1s linear infinite;
}

.docshop-section .docshop-loader.active {
	display: flex;
}

@keyframes docshop-spin {
	to {
		transform: rotate(360deg);
	}
}

.docshop-section__load-more {
	text-align: center;
	margin-top: 30px;
}

.docshop-section__load-more button {
	background-color: transparent;
	border: 1px solid #0096FF;
	color: #0096FF;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 30px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.docshop-section__load-more button:hover {
	background-color: #0096FF;
	color: #ffffff;
}

.docshop-section__load-more button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

@media (max-width: 991px) {
	.docshop-section__title {
		font-size: 2.5em;
	}
}

@media (max-width: 767px) {
	.docshop-section {
		padding: 40px 0;
	}
	.docshop-section__header {
		margin-bottom: 30px;
	}
	.docshop-section__title {
		font-size: 2em;
	}
	.docshop-section__description {
		font-size: 1em;
	}
	.docshop-section__label::before, .docshop-section__label::after {
		width: 30px;
	}
}

.textcta-section {
	padding: 4em 0;
	position: relative;
	background-color: #04020B;
}

.textcta-section__content {
	max-width: 850px;
}

.textcta-section__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.textcta-section__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.textcta-section__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.textcta-section__title {
	color: #ffffff;
	margin: 0 0 0.7em;
	letter-spacing: -0.03em;
	line-height: 1.4;
}

.textcta-section__description {
	color: #A8A8A8;
	font-size: 1.125em;
	line-height: 1.5;
	margin: 0 0 4em;
}

.textcta-section__action {
	margin-top: 2em;
}

.textcta-section__button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	padding: 16px 32px;
	letter-spacing: 1,5;
	letter-spacing: -0.02em;
	border-radius: 30px;
	transition: background-color 0.3s ease;
}

.textcta-section__button:hover {
	background-color: #65aeff;
	color: #ffffff;
}

.textcta-section__button:visited {
	color: #ffffff;
}

@media (max-width: 991px) {
	.textcta-section {
		padding: 5em 0;
	}
	.textcta-section__title {
		font-size: 2.5em;
	}
}

@media (max-width: 767px) {
	.textcta-section {
		padding: 4em 0;
	}
	.textcta-section__title {
		font-size: 2em;
	}
	.textcta-section__description {
		font-size: 1em;
	}
	.textcta-section__label::before, .textcta-section__label::after {
		width: 2em;
	}
	.textcta-section__button {
		display: block;
		width: 100%;
		text-align: center;
		padding: 14px 20px;
	}
}

.search-results {
	padding: 6em 0 0;
	margin-top: 4em;
	color: #ffffff;
}

.search-results h2 {
	margin-bottom: 1em;
}

.search-results article {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #1a2240;
}

.search-results article .entry-meta {
	max-width: 75%;
}

.search-results article .entry-header .entry-title {
	font-size: 24px;
	margin-top: .5em;
}

.search-results article .entry-header .entry-title a {
	color: #ffffff;
	text-decoration: none;
}

.search-results .document-button {
	display: inline-block;
	background: transparent;
	border: 1px solid #0096FF;
	border-radius: 30px;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.search-results .document-button:hover {
	background-color: #65aeff;
}

.search-results .document-button:visited {
	color: #ffffff;
}

.not-found {
	color: #ffffff;
}

.search-no-results {
	margin-top: 8em;
}

.search-no-results footer {
	margin-top: 160px;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce-account .woocommerce-MyAccount-navigation {
	display: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 1.75em;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 1.5em;
}

.woocommerce-account .woocommerce-MyAccount-content p {
	color: #A8A8A8;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
	border-top-color: #0096FF;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message::before,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error::before {
	color: #0096FF;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row {
	margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row label {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row input, .woocommerce-account .woocommerce-MyAccount-content .form-row textarea, .woocommerce-account .woocommerce-MyAccount-content .form-row select {
	width: 100%;
	padding: 12px;
	border: 1px solid #1a2240;
	border-radius: 6px;
	background-color: rgba(12, 20, 41, 0.3);
	color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row input:focus, .woocommerce-account .woocommerce-MyAccount-content .form-row textarea:focus, .woocommerce-account .woocommerce-MyAccount-content .form-row select:focus {
	outline: none;
	border-color: #0096FF;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 1em;
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .form-row .button:hover {
	background-color: #65aeff;
}

.woocommerce-account::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-form-login,
.woocommerce-form-register {
	background-color: rgba(12, 20, 41, 0.3);
	border: 1px solid #1a2240;
	border-radius: 10px;
	padding: 30px;
	max-width: 500px;
	margin: 0 auto;
}

.woocommerce-form-login h2,
.woocommerce-form-register h2 {
	font-size: 1.5em;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 1.2em;
}

.woocommerce-form-login label,
.woocommerce-form-register label {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: 500;
}

.woocommerce-form-login input,
.woocommerce-form-register input {
	width: 100%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #1a2240;
	border-radius: 6px;
	background-color: rgba(12, 20, 41, 0.3);
	color: #ffffff;
}

.woocommerce-form-login input:focus,
.woocommerce-form-register input:focus {
	outline: none;
	border-color: #0096FF;
}

.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-form-register .woocommerce-form-login__rememberme {
	margin-bottom: 15px;
}

.woocommerce-form-login .woocommerce-form-login__rememberme input,
.woocommerce-form-register .woocommerce-form-login__rememberme input {
	width: auto;
	margin-right: 5px;
}

.woocommerce-form-login .lost_password,
.woocommerce-form-register .lost_password {
	font-size: 0.9em;
	margin-top: 10px;
}

.woocommerce-form-login .lost_password a,
.woocommerce-form-register .lost_password a {
	color: #0096FF;
	text-decoration: none;
}

.woocommerce-form-login .lost_password a:hover,
.woocommerce-form-register .lost_password a:hover {
	color: #65aeff;
	text-decoration: underline;
}

.woocommerce-form-login .button,
.woocommerce-form-register .button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 1em;
	font-weight: 500;
	padding: 12px 25px;
	border-radius: 30px;
	border: none;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.woocommerce-form-login .button:hover,
.woocommerce-form-register .button:hover {
	background-color: #65aeff;
}

@media (max-width: 767px) {
	.woocommerce-form-login,
	.woocommerce-form-register {
		padding: 20px;
	}
}

@media (min-width: 768px) {
	.u-column1,
	.u-column2 {
		float: left;
		width: 48%;
	}
}

@media (min-width: 768px) {
	.u-column1 {
		margin-right: 4%;
	}
}

@media (max-width: 767px) {
	.u-column1 {
		margin-bottom: 30px;
	}
}

.account-top-navigation {
	display: none;
}

.account-header {
	padding: 8em 0 4em;
	background-color: #04020B;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}

.account-header .container {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
}

.account-header__label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em;
}

.account-header__label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.account-header__label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.account-header__greeting {
	margin: 0 0 25px;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.account-header__greeting .wave-emoji {
	display: inline-block;
	font-size: 0.8em;
	animation: wave 1.5s ease-in-out 0.5s;
	transform-origin: 70% 70%;
}

@keyframes wave {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(14deg);
	}
	20% {
		transform: rotate(-8deg);
	}
	30% {
		transform: rotate(14deg);
	}
	40% {
		transform: rotate(-4deg);
	}
	50% {
		transform: rotate(10deg);
	}
	60% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.account-header__package {
	margin-top: 30px;
}

.account-header__package-title {
	font-size: 1.5em;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 20px;
}

.account-header__counters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.account-header__counter {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.account-header__counter-label {
	font-size: 1em;
	color: #ffffff;
	font-weight: 300;
}

@media (max-width: 991px) {
	.account-header {
		padding: 50px 0;
	}
	.account-header__greeting {
		font-size: 3em;
	}
}

@media (max-width: 767px) {
	.account-header {
		padding: 40px 0;
	}
	.account-header__greeting {
		font-size: 2.5em;
	}
	.account-header__package-title {
		font-size: 1.3em;
	}
	.account-header__counters {
		flex-direction: column;
		gap: 15px;
	}
	.account-header__label::before, .account-header__label::after {
		width: 2em;
	}
}

.woocommerce-MyAccount-dashboard-content {
	padding: 40px 0;
}

.woocommerce-MyAccount-dashboard-content .woocommerce-info {
	background-color: rgba(12, 20, 41, 0.3);
	color: #ffffff;
	border-left-color: #0096FF;
	margin-bottom: 30px;
}

.woocommerce-MyAccount-dashboard-content p {
	color: #A8A8A8;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.dashboard-actions {
	margin-top: 40px;
}

.dashboard-actions__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.dashboard-actions__row {
		grid-template-columns: 1fr;
	}
}

.dashboard-action-card {
	background: linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border: 1px solid #1a2240;
	border-radius: 16px;
	padding: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-action-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 150, 255, 0.3);
}

.dashboard-action-card__icon {
	font-size: 2em;
	margin-bottom: 20px;
}

.dashboard-action-card__title {
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 600;
	margin: 0 0 12px;
}

.dashboard-action-card__description {
	color: #A8A8A8;
	font-size: 1em;
	line-height: 1.5;
	margin: 0 0 20px;
}

.dashboard-action-card__link {
	display: inline-block;
	color: #0096FF;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	padding-right: 25px;
}

.dashboard-action-card__link::after {
	content: '→';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
}

.dashboard-action-card__link:hover {
	color: #65aeff;
}

.dashboard-action-card__link:hover::after {
	transform: translate(5px, -50%);
}

@media (max-width: 991px) {
	.dashboard-action-card {
		padding: 25px;
	}
	.dashboard-action-card__title {
		font-size: 1.2em;
	}
	.dashboard-action-card__description {
		font-size: 0.9em;
	}
}

@media (max-width: 991px) {
	.woocommerce-MyAccount-dashboard-content {
		padding: 30px 0;
	}
	.dashboard-actions {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.woocommerce-MyAccount-dashboard-content {
		padding: 20px 0;
	}
	.dashboard-actions {
		margin-top: 20px;
	}
	.dashboard-actions__row {
		gap: 20px;
		margin-bottom: 20px;
	}
}

.woocommerce-account .account-dashboard-content {
	padding: 40px 0;
}

.woocommerce-account .account-dashboard-content .container {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
}

.woocommerce-account .account-dashboard-content .account-dashboard-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

@media (max-width: 991px) {
	.woocommerce-account .account-dashboard-content .account-dashboard-columns {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

.woocommerce-account .account-dashboard-content .account-dashboard-column {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.woocommerce-account .account-dashboard-content .account-dashboard-column a {
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}

.woocommerce-account .account-dashboard-content .account-dashboard-column a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.woocommerce-account .account-dashboard-content .account-dashboard-column a:visited {
	color: #ffffff;
}

.woocommerce-account .account-dashboard-content .account-section-title {
	font-size: 1.75em;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 20px;
}

.woocommerce-account .account-dashboard-content .no-items-message {
	color: #A8A8A8;
	font-size: 1em;
	background-color: rgba(12, 20, 41, 0.3);
	padding: 20px 0;
	border-radius: 8px;
}

.woocommerce-account .account-dashboard-content .no-items-message a {
	color: #0096FF;
	text-decoration: none;
}

.woocommerce-account .account-dashboard-content .no-items-message a:hover {
	text-decoration: underline;
}

.woocommerce-account .account-documents {
	margin-bottom: 10px;
}

.woocommerce-account .document-item {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border: 1px solid #FFFFFF66;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
	transition-duration: .2s, .3s, .3s, .3s, .4s;
	transition-property: transform, border-color, --color-linear-top, --color-linear-bottom, --color-radial-center;
	transition-timing-function: ease;
}

.woocommerce-account .document-item:hover {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.15) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.35) 0%, rgba(14, 12, 24, 0) 89.5%);
}

.woocommerce-account .document-item__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce-account .document-item__title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 1em;
	line-height: 1.4;
	letter-spacing: -0.02em;
	display: block;
}

.woocommerce-account .document-item__date {
	color: #ffffff;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5;
}

.woocommerce-account .document-item__actions {
	margin-left: 20px;
	display: flex;
	gap: 12px;
}

.woocommerce-account .document-item__download {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 300;
}

.woocommerce-account .document-item__download:hover {
	color: #0096FF;
}

@media (max-width: 767px) {
	.woocommerce-account .document-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.woocommerce-account .document-item__actions {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.woocommerce-account .document-item__actions .document-item__download {
		display: block;
		width: 100%;
		text-align: center;
	}
}

.woocommerce-account .account-cases {
	margin-top: 20px;
}

.woocommerce-account .case-item {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border: 1px solid #FFFFFF66;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 15px;
	transition-duration: .2s, .3s, .3s, .3s, .4s;
	transition-property: transform, border-color, --color-linear-top, --color-linear-bottom, --color-radial-center;
	transition-timing-function: ease;
}

.woocommerce-account .case-item:hover {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.15) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.35) 0%, rgba(14, 12, 24, 0) 89.5%);
}

.woocommerce-account .case-item__info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.woocommerce-account .case-item__title {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 40px 0;
}

.woocommerce-account .case-item__excerpt {
	color: #A8A8A8;
	font-size: 0.95em;
	margin: 0 0 10px;
	line-height: 1.5;
}

.woocommerce-account .case-item__date {
	color: #A8A8A8;
	font-size: 0.85em;
	font-style: italic;
}

.woocommerce-account .case-item__actions {
	margin-left: 20px;
	padding-top: 5px;
}

.woocommerce-account .case-item__details {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: 300;
	position: relative;
	padding-right: 18px;
}

.woocommerce-account .case-item__details:hover {
	color: #65aeff;
}

.woocommerce-account .case-item__details:hover::after {
	transform: translateX(5px);
}

@media (max-width: 767px) {
	.woocommerce-account .case-item {
		flex-direction: column;
	}
	.woocommerce-account .case-item__actions {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
	}
}

.woocommerce-account .account-legal-assistance {
	background-color: rgba(12, 20, 41, 0.2);
	border-radius: 10px;
	padding: 0 25px 25px;
}

.woocommerce-account .account-legal-assistance p {
	color: #A8A8A8;
	font-weight: 300;
}

.woocommerce-account .account-legal-assistance .form-description {
	color: #A8A8A8;
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 2em;
	font-weight: 300;
}

.woocommerce-account .account-legal-assistance .legal-question-form .form-row {
	margin-bottom: 20px;
}

.woocommerce-account .account-legal-assistance .legal-question-form .form-row label {
	display: block;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 8px;
}

.woocommerce-account .account-legal-assistance .legal-question-form .form-row input[type="text"],
.woocommerce-account .account-legal-assistance .legal-question-form .form-row textarea {
	width: 100%;
	background-color: rgba(4, 2, 11, 0.6);
	border: 1px solid #FFFFFF66;
	border-radius: 8px;
	padding: 12px 15px;
	color: #ffffff;
	font-weight: 300;
	font-size: 1em;
}

.woocommerce-account .account-legal-assistance .legal-question-form .form-row input[type="text"]:focus,
.woocommerce-account .account-legal-assistance .legal-question-form .form-row textarea:focus {
	outline: none;
	border-color: #0096FF;
}

.woocommerce-account .account-legal-assistance .legal-question-form .form-row input[type="text"]::placeholder,
.woocommerce-account .account-legal-assistance .legal-question-form .form-row textarea::placeholder {
	color: rgba(168, 168, 168, 0.7);
}

.woocommerce-account .account-legal-assistance .legal-question-form .form-row textarea {
	resize: vertical;
	min-height: 120px;
}

.woocommerce-account .account-legal-assistance .legal-question-form .checkbox-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.woocommerce-account .account-legal-assistance .legal-question-form .checkbox-row input[type="checkbox"] {
	margin-top: 5px;
	appearance: none;
	width: 18px;
	height: 18px;
	min-width: 18px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	background-color: rgba(4, 2, 11, 0.6);
	position: relative;
	cursor: pointer;
}

.woocommerce-account .account-legal-assistance .legal-question-form .checkbox-row input[type="checkbox"]:checked {
	background-color: #0096FF;
	border-color: #0096FF;
}

.woocommerce-account .account-legal-assistance .legal-question-form .checkbox-row input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.woocommerce-account .account-legal-assistance .legal-question-form .checkbox-row input[type="checkbox"]:focus {
	outline: none;
	border-color: #0096FF;
}

.woocommerce-account .account-legal-assistance .legal-question-form .checkbox-row label {
	color: #A8A8A8;
	font-size: 0.85em;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
}

.woocommerce-account .account-legal-assistance .legal-question-form .submit-button {
	width: 100%;
	background-color: #0096FF;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	padding: 14px 20px;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.woocommerce-account .account-legal-assistance .legal-question-form .submit-button:hover {
	background-color: #65aeff;
}

@media (max-width: 767px) {
	.woocommerce-account .account-legal-assistance {
		padding: 20px;
	}
}

.woocommerce-legal-support h2 {
	font-size: 1.75em;
	font-weight: 600;
	color: #ffffff;
	margin: 0 0 1.5em;
}

.woocommerce-legal-support h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #ffffff;
	margin: 1.5em 0 1em;
}

.woocommerce-legal-support p {
	color: #A8A8A8;
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.legal-support-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin: 30px 0;
}

@media (max-width: 767px) {
	.legal-support-cards {
		grid-template-columns: 1fr;
	}
}

.legal-support-card {
	background: linear-gradient(180deg, rgba(12, 20, 41, 0.5) 0%, rgba(12, 20, 41, 0.2) 100%);
	border: 1px solid #1a2240;
	border-radius: 16px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.legal-support-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 150, 255, 0.3);
}

.legal-support-card__header {
	background-color: rgba(12, 20, 41, 0.5);
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #1a2240;
}

.legal-support-card__icon {
	font-size: 1.75em;
	margin-right: 15px;
}

.legal-support-card__title {
	color: #ffffff;
	font-size: 1.25em;
	font-weight: 600;
	margin: 0;
}

.legal-support-card__content {
	padding: 20px;
}

.legal-support-card__description {
	color: #A8A8A8;
	font-size: 0.95em;
	line-height: 1.5;
	margin: 0 0 15px;
}

.legal-support-card__counter {
	background-color: rgba(12, 20, 41, 0.3);
	padding: 10px 15px;
	border-radius: 6px;
	color: #A8A8A8;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.legal-support-card__counter .counter-value {
	color: #0096FF;
	font-weight: 700;
	font-size: 1.1em;
}

.legal-support-card__button {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff !important;
	font-size: 0.95em;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	padding: 12px 20px;
	border-radius: 30px;
	width: 100%;
	transition: background-color 0.3s ease;
}

.legal-support-card__button:hover {
	background-color: #65aeff;
}

.legal-support-history {
	margin: 40px 0;
}

.legal-support-history .woocommerce-message--info {
	background-color: rgba(12, 20, 41, 0.3);
	border-left-color: #4EB6FF;
	padding: 15px 20px;
	font-size: 0.95em;
	color: #A8A8A8;
}

.legal-support-upgrade {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.05) 0%, rgba(0, 150, 255, 0.01) 100%);
	border: 1px solid rgba(0, 150, 255, 0.1);
	border-radius: 16px;
	padding: 30px;
	margin: 40px 0 20px;
}

.legal-support-upgrade h3 {
	margin-top: 0;
}

.legal-support-upgrade-buttons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.legal-support-upgrade-buttons .button {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 30px;
	font-size: 0.95em;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.3s ease;
}

.legal-support-upgrade-buttons .button-primary {
	background-color: #0096FF;
	color: #ffffff !important;
	border: none;
}

.legal-support-upgrade-buttons .button-primary:hover {
	background-color: #65aeff;
}

.legal-support-upgrade-buttons .button-secondary {
	background-color: transparent;
	color: #0096FF !important;
	border: 1px solid #0096FF;
}

.legal-support-upgrade-buttons .button-secondary:hover {
	background-color: rgba(0, 150, 255, 0.1);
}

@media (max-width: 767px) {
	.legal-support-upgrade-buttons {
		flex-direction: column;
	}
	.legal-support-upgrade-buttons .button {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.legal-support-upgrade {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.woocommerce-legal-support h2 {
		font-size: 1.5em;
	}
	.woocommerce-legal-support h3 {
		font-size: 1.2em;
	}
}

@media (max-width: 767px) {
	.legal-support-card__header {
		padding: 15px;
	}
	.legal-support-card__content {
		padding: 15px;
	}
	.legal-support-card__button {
		padding: 10px 15px;
	}
}

.woocommerce-checkout {
	color: #ffffff;
}

.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important;
}

.woocommerce-checkout .site-main {
	max-width: 77.5em;
	margin: 0 auto;
	padding: 6em 0 4em;
}

.woocommerce-checkout .site-main .wp-block-columns {
	gap: 100px;
}

.woocommerce-checkout .site-main span.label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.woocommerce-checkout .site-main span.label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.woocommerce-checkout .site-main span.label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.woocommerce-checkout .site-main .has-text-color {
	font-weight: 300;
	margin-bottom: 4em;
}

.woocommerce-checkout .site-main .woocommerce-form-login {
	margin: 2em 0 0;
	padding: 0;
	border: 0;
	max-width: none;
}

.woocommerce-checkout .site-main .woocommerce-form-login label {
	font-weight: 300;
}

.woocommerce-checkout .site-main .woocommerce-form-login input {
	border: 1px solid #FFFFFF66;
	border-radius: 6px;
	background: transparent;
	color: #A8A8A8;
	font-weight: 300;
	margin-bottom: .5em;
	width: 100%;
}

.woocommerce-checkout .site-main .woocommerce-form-login button {
	padding: 1em 2em;
	min-width: 300px;
	line-height: 1.5;
}

.woocommerce-checkout .site-main .woocommerce-form-login button.show-password-input {
	display: none;
}

.woocommerce-checkout .site-main .woocommerce-form-login .lost_password {
	font-weight: 300;
	font-size: 1em;
}

.woocommerce-checkout .site-main .woocommerce-billing-fields {
	margin-top: 4em;
}

.woocommerce-checkout .site-main .woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	margin-top: 2em;
}

.woocommerce-checkout .site-main .woocommerce-billing-fields__field-wrapper .form-row {
	width: 100%;
	float: none;
	margin: 0;
}

.woocommerce-checkout .site-main .woocommerce-billing-fields__field-wrapper .form-row label {
	display: block;
	margin-bottom: 5px;
	font-size: 300;
}

.woocommerce-checkout .site-main .woocommerce-billing-fields__field-wrapper .form-row input {
	border: 1px solid #FFFFFF66;
	border-radius: 6px;
	background: transparent;
	color: #A8A8A8;
	font-weight: 300;
	width: 100%;
	padding: 12px;
}

.woocommerce-checkout .site-main .woocommerce-billing-fields .checkbox {
	margin-top: 2em;
	margin-bottom: 4em;
	font-weight: 300;
	display: block;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .custom-review-order {
	display: none;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods {
	list-style-type: none;
	margin: 2em 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method {
	flex: 1 0 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	border-radius: 6px;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio {
	position: absolute;
	opacity: 0;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio + label {
	position: relative;
	padding-left: 39px;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 1px solid #FFFFFF66;
	border-radius: 6px;
	background-color: transparent;
	transition: all 0.2s ease;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio:checked + label::before {
	background-color: white;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio:checked + label::after {
	content: '';
	position: absolute;
	left: 9px;
	top: 50%;
	width: 6px;
	height: 12px;
	border: solid #04020B;
	border-width: 0 2px 2px 0;
	transform: translateY(-65%) rotate(45deg);
}

.woocommerce-checkout .site-main form.woocommerce-checkout .wc_payment_methods .wc_payment_method .input-radio:focus + label::before {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.woocommerce-checkout .site-main form.woocommerce-checkout button {
	padding: 1em 2em;
	min-width: 300px;
	line-height: 1.5;
	color: #ffffff;
	border-radius: 100px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 4em;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-top: 4em;
}

.woocommerce-checkout .site-main form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	font-weight: 300;
	margin-top: 2em;
}

.woocommerce-checkout_cart {
	border: 1px solid #FFFFFF66;
	border-radius: 1em;
	padding: 2em;
	margin-top: 2em;
	overflow: visible;
}

.woocommerce-checkout_cart-name {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

.woocommerce-checkout_cart-desc {
	margin-top: 1em;
	font-weight: 300;
	color: #A8A8A8;
}

.woocommerce-checkout_cart-price {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.02em;
	margin-top: 1em;
}

.woocommerce-checkout_cart-link {
	margin-top: 4em;
}

.woocommerce-checkout_cart-link a {
	text-decoration: none;
}

.woocommerce-checkout_cart-link svg {
	margin-right: 10px;
}

.woocommerce-checkout_cart-link span {
	color: #ffffff;
	font-weight: 300;
	text-decoration: none;
}

.woocommerce-checkout_cart::after {
	content: '';
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("./assets/img/checkout.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	z-index: -1;
}

@media (max-width: 768px) {
	.woocommerce-checkout .site-main {
		margin: 0 auto;
		padding: 6em 15px 4em;
		position: relative;
	}
	.woocommerce-checkout_cart::after {
		display: none;
	}
}

.document-form {
	padding: 8em 0 4em;
}

.document-form span.label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.document-form span.label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.document-form span.label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.document-form h1 {
	margin-top: 0;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.document-form_columns {
	display: flex;
	gap: 100px;
}

.document-form_columns-left, .document-form_columns-right {
	flex: 50%;
}

.document-form_columns .wpcf7 .wpcf7-form {
	margin-top: 2em;
}

.document-form_columns .wpcf7 .wpcf7-form input[type="text"],
.document-form_columns .wpcf7 .wpcf7-form input[type="email"],
.document-form_columns .wpcf7 .wpcf7-form textarea {
	border: 1px solid #FFFFFF66;
	border-radius: 6px;
	background: transparent;
	color: #A8A8A8;
	font-weight: 300;
	margin-bottom: .5em;
	width: 100%;
	margin-top: .5em;
}

.document-form_columns .wpcf7 .wpcf7-form label {
	font-weight: 300;
	margin-bottom: 1em;
	display: block;
}

.document-form_columns .wpcf7 .wpcf7-form-buttons {
	display: flex;
	gap: 1.5em;
}

.document-form_columns .wpcf7 .wpcf7-form-buttons .wpcf7-spinner {
	display: none;
}

.document-form_columns .wpcf7 .wpcf7-form-buttons .sendtomail {
	background: transparent;
	border: 1px solid #0096FF;
	color: #ffffff;
}

.document-form_columns .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.document-form_columns .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: transparent;
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	cursor: pointer;
}

.document-form_columns .wpcf7-acceptance label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.document-form_columns .wpcf7-acceptance label input[type="checkbox"] + .wpcf7-list-item-label {
	position: relative;
	padding-left: 40px;
}

.document-form_columns .wpcf7-acceptance label input[type="checkbox"] + .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 1px solid #FFFFFF66;
	border-radius: 6px;
	background-color: transparent;
	transition: all 0.2s ease;
}

.document-form_columns .wpcf7-acceptance label input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: white;
}

.document-form_columns .wpcf7-acceptance label input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	left: 9px;
	top: 50%;
	width: 6px;
	height: 12px;
	border: solid #04020B;
	border-width: 0 2px 2px 0;
	transform: translateY(-65%) rotate(45deg);
}

.document-form_columns .wpcf7-acceptance label input[type="checkbox"]:focus + .wpcf7-list-item-label::before {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.document-form_columns .wpcf7-acceptance label .wpcf7-list-item-label {
	color: #ffffff;
	font-weight: 300;
	font-size: 14px;
}

.document-form-content {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border: 1px solid #FFFFFF66;
	min-height: 50%;
	border-radius: 1em;
	margin-top: 2em;
}

@media (max-width: 768px) {
	.document-form_columns {
		flex-wrap: wrap;
		gap: 50px;
	}
	.document-form .wpcf7 .wpcf7-form-buttons {
		flex-wrap: wrap;
		gap: 2em;
	}
	.document-form .wpcf7 .wpcf7-form-buttons p {
		margin: 0;
		flex: 1;
	}
	.document-form .wpcf7 .wpcf7-form-buttons input {
		width: 100%;
	}
	.document-form-content {
		min-height: 50vh;
	}
}

.woocommerce-cart {
	color: #ffffff;
}

.woocommerce-cart main {
	margin-top: 6em;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	display: none;
}

.woocommerce-cart .wc-empty-cart-message {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #FFFFFF66;
	color: #A8A8A8;
	font-weight: 300;
	padding: 1em 1.5em;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.woocommerce-cart .wc-empty-cart-message .cart-empty {
	background: transparent;
}

.woocommerce-cart__flex {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}

.woocommerce-cart__flex-left {
	min-width: 55%;
}

.woocommerce-cart__header span.label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.woocommerce-cart__header span.label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.woocommerce-cart__header span.label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.woocommerce-cart__header h2 {
	margin-bottom: 2em;
}

.woocommerce-cart-form {
	min-width: 55%;
}

.woocommerce-cart-form__cart-item {
	margin-bottom: 4em;
}

.woocommerce-cart-form__cart-item-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.woocommerce-cart-form__cart-item-flex .product-name {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.5em;
	line-height: 1.4;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.woocommerce-cart-form__cart-item-flex .product-name:hover {
	color: #ffffff;
}

.woocommerce-cart-form__cart-item-flex .product-desc {
	max-width: 85%;
}

.woocommerce-cart-form__cart-item-flex .product-desc p {
	font-weight: 300;
	color: #A8A8A8;
	margin: 0;
}

.woocommerce-cart-form__cart-item-flex .product-price {
	color: #ffffff;
	font-size: 1.5em;
	line-height: 1.4;
	letter-spacing: -0.02em;
	font-weight: 700;
}

.woocommerce-cart .cart_totals {
	min-width: 370px;
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-radius: 1em;
	padding: 2em;
	border: 1px solid #FFFFFF66;
}

.woocommerce-cart .cart_totals h2 {
	font-size: 28px;
	line-height: 1.4;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.woocommerce-cart .cart_totals .coupon label {
	display: block;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em 0;
}

.woocommerce-cart .cart_totals .coupon input {
	background: transparent;
	border-radius: 6px;
	border: 1px solid #FFFFFF66;
	color: #A8A8A8;
	font-weight: 300;
	padding: 1em 1.5em;
	width: 100%;
}

.woocommerce-cart .cart_totals .coupon button {
	background: transparent;
	color: #ffffff;
	font-weight: 300;
	text-decoration: underline;
	border: none;
	margin: 1em 0;
	padding: 0;
}

.woocommerce-cart .cart_totals .order-total {
	display: block;
	margin-top: .5em;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.03;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
	display: inline-block;
	background-color: #0096FF;
	color: #ffffff;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	padding: 16px 36px;
	letter-spacing: 1,5;
	letter-spacing: -0.02em;
	border-radius: 30px;
	transition: background-color 0.3s ease;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a:hover {
	background-color: #65aeff;
	color: #ffffff;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a:visited {
	color: #ffffff;
}

@media (max-width: 1024px) {
	.woocommerce-cart__flex {
		flex-wrap: wrap;
	}
	.woocommerce-cart .cart_totals {
		min-width: 100%;
	}
}

.thankyoupage {
	color: #ffffff;
	padding: 4em 0;
	margin-top: 4em;
}

.thankyoupage-header {
	text-align: center;
}

.thankyoupage-header .label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.thankyoupage-header .label::before, .thankyoupage-header .label::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.thankyoupage-header .label::before {
	right: 100%;
	margin-right: 0.75em;
	background: linear-gradient(to right, rgba(0, 150, 255, 0), #0096FF);
}

.thankyoupage-header .label::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.thankyoupage-header h2 {
	line-height: 1.4;
	letter-spacing: -0.03em;
}

.thankyoupage-header p {
	color: #A8A8A8;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 2em;
}

.thankyoupage-table {
	border: 1px solid #FFFFFF66;
	border-radius: 1em;
	padding: 4em;
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	margin: 4em;
}

.thankyoupage-table ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.thankyoupage-table ul li {
	margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.thankyoupage-table ul li .product-name {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: -0.02em;
}

.thankyoupage-table ul li .product-desc {
	color: #A8A8A8;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 1em;
	max-width: 75%;
}

.thankyoupage-table ul li a {
	display: inline-block;
	border: 1px solid #0096FF;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	padding: 0.75em 2em;
	border-radius: 50px;
	transition: all 0.3s ease;
	text-align: center;
	min-width: 220px;
}

.thankyoupage-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.5em;
}

.thankyoupage-buttons .button {
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	padding: 16px 36px;
	letter-spacing: 1,5;
	letter-spacing: -0.02em;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
	color: #ffffff;
}

.thankyoupage-buttons .button-filled {
	background-color: #0096FF;
}

.thankyoupage-buttons .button-filled:hover {
	background-color: #65aeff;
	color: #ffffff;
}

.thankyoupage-buttons .button-bordered {
	border: 1px solid #FFFFFF66;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	position: relative;
	z-index: 9999;
}

.site-header--fixed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: transform 0.3s ease;
}

.site-header--fixed.is-hidden {
	transform: translateY(-100%);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 4.5em;
}

.site-header__logo {
	display: flex;
	align-items: center;
}

.site-header__logo a {
	display: block;
	text-decoration: none;
}

.site-header__logo img {
	max-height: 2.5em;
	width: auto;
}

.site-header__logo .site-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0;
	font-family: 'Paciotto', cursive;
}

.site-header__search-wrapper {
	display: flex;
}

.site-header__search-wrapper .search-toggle-checkbox {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.site-header__search-wrapper .search-toggle-checkbox:checked ~ .site-header__search {
	width: auto;
	padding: .5em 1em;
	opacity: 1;
}

.site-header__search-wrapper .search-toggle-checkbox:checked ~ .site-header__search::placeholder {
	opacity: 1;
}

.site-header__search {
	background: transparent;
	border: 1px solid #4a9eff;
	border-right: none;
	box-shadow: none;
	border-top-left-radius: 3em;
	border-bottom-left-radius: 3em;
	padding: 0;
	color: #A8A8A8;
	font-weight: 300;
	width: 0;
	opacity: 0;
	height: 42px;
	transition: all 0.3s ease-in-out;
}

.site-header__search::placeholder {
	color: #A8A8A8;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.site-header__search:focus-visible {
	outline: none;
}

.site-header__search.active {
	width: auto;
	padding: .5em 1em;
	opacity: 1;
}

.site-header__search.active::placeholder {
	opacity: 1;
}

.site-header__right {
	display: flex;
	align-items: center;
	gap: 3em;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 1.5em;
}

.site-header-spacer {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2.5em;
}

.main-navigation ul li {
	position: relative;
}

.main-navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 300;
	padding: 0.5em 0;
	transition: color 0.3s ease;
}

.main-navigation ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.main-navigation ul li.current-menu-item > a {
	color: rgba(255, 255, 255, 0.8);
}

.search-toggle,
.user-account-link {
	background: none;
	border: none;
	color: #ffffff;
	cursor: pointer;
	padding: 0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
	text-decoration: none;
}

.search-toggle:hover,
.user-account-link:hover {
	color: rgba(255, 255, 255, 0.8);
}

.search-toggle svg,
.user-account-link svg {
	width: 1.25em;
	height: 1.25em;
	color: #0096FF;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.25em;
}

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

@media screen and (max-width: 782px) {
	.admin-bar .site-header--fixed {
		top: 46px;
	}
}

@media (max-width: 768px) {
	.site-header__inner {
		position: relative;
	}
	.site-header__right {
		gap: 1em;
	}
	.main-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 1em 0;
		background: #12151d;
		/* &.toggled {
      display: block;
    }*/
	}
	.main-navigation ul {
		flex-direction: column;
		gap: 0.5em;
		padding: 0 1.25em;
	}
	.main-navigation ul li a {
		display: block;
		padding: 0.75em 0;
	}
	.menu-toggle {
		display: block;
		background: none;
		border: none;
		color: #ffffff;
		padding: 0.5em;
		cursor: pointer;
	}
	.menu-toggle svg {
		width: 1.5em;
		height: 1.5em;
	}
}

@media (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #12151d;
	padding: 0.5em 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 0.5em 1em;
	color: #ffffff;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: rgba(255, 255, 255, 0.8);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.hamburger {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	padding: 5px;
	z-index: 1001;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background-color: white;
	margin: 3px 0;
	transition: all 0.3s ease;
	border-radius: 2px;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
	opacity: 0;
}

.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -8px);
}

/* Mobile Menu Overlay */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.95);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 999;
}

.mobile-menu.active {
	transform: translateX(0);
}

.mobile-menu ul {
	list-style: none;
	text-align: center;
	margin: 0;
}

.mobile-menu ul li {
	margin: 30px 0;
}

.mobile-menu ul li a {
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	transition: color 0.3s ease;
}

.mobile-menu ul li a:hover {
	color: #007bff;
}

/* Content Styles */
.content {
	padding: 40px 20px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}

.content h1 {
	margin-bottom: 20px;
	color: #333;
}

.content p {
	margin-bottom: 20px;
	color: #666;
}

/* Responsive Design */
@media (min-width: 1024px) {
	.hamburger {
		display: none;
	}
	.mobile-menu {
		display: none;
	}
}

@media (max-width: 1024px) {
	.site-header__right {
		display: none;
	}
	.site-header__actions {
		position: relative;
		right: 0;
	}
}

/* Posts and pages
--------------------------------------------- */
.container {
	max-width: 77.5em;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.section-label {
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5;
	color: #0096FF;
	position: relative;
	display: inline-block;
	margin: 0 auto 1.5em;
}

.section-label--left::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

.section-label--center::before, .section-label--center::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 5em;
	height: 0.0625em;
	transform: translateY(-50%);
}

.section-label--center::before {
	right: 100%;
	margin-right: 0.75em;
	background: linear-gradient(to right, rgba(0, 150, 255, 0), #0096FF);
}

.section-label--center::after {
	left: 100%;
	margin-left: 0.75em;
	background: linear-gradient(to left, rgba(0, 150, 255, 0), #0096FF);
}

@media (max-width: 767px) {
	.section-label::before, .section-label::after {
		width: 2em;
	}
}

.section-title {
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 1.5em;
	letter-spacing: -0.03em;
	line-height: 1.4;
}

@media (max-width: 1200px) {
	.section-title {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.section-title {
		font-size: 32px;
	}
}

.card {
	background: linear-gradient(180deg, rgba(0, 150, 255, 0.08) 0%, rgba(0, 150, 255, 0) 100%), linear-gradient(180deg, rgba(14, 12, 24, 0.5) 0%, rgba(14, 12, 24, 0) 89.5%);
	border-radius: 16px;
	border: 1px solid #1a2240;
	padding: 32px;
}

@media (max-width: 767px) {
	.card {
		padding: 24px;
	}
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.875em 1.5em;
	font-size: 1em;
	font-weight: 700;
	border-radius: 0.5em;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	min-width: 10em;
}

.btn--primary {
	background-color: #0096FF;
	color: #ffffff;
}

.btn--primary:hover {
	background-color: #65aeff;
}

.btn--secondary {
	background-color: #0c1429;
	color: #ffffff;
	box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
}

.btn--secondary:hover {
	background-color: #102040;
}

.btn--outline {
	background: transparent;
	border: 1px solid #0096FF;
	color: #ffffff;
}

.btn--outline:hover {
	background-color: #0096FF;
}

.page-wrapper {
	position: relative;
	overflow: hidden;
	background-color: #04020B;
}

.background-transition {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
}

.woocommerce-form-login {
	margin-top: 6em;
}

.woocommerce-form-login .show-password-input,
.woocommerce-form-login .woocommerce-LostPassword {
	display: none;
}

@media (max-width: 1024px) {
	.container {
		padding: 0 20px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #0c1429;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #ffffff;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */