::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:;
}

/*
  ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
  */
/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */

html,
:host {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	tab-size: 4;
	/* 3 */
	font-family: Bona Nova, serif;
	/* 4 */
	font-feature-settings: normal;
	/* 5 */
	font-variation-settings: normal;
	/* 6 */
	-webkit-tap-highlight-color: transparent;
	/* 7 */
}

/*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}


/*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
  */



/*
  Reset links to optimize for opt-in styling instead of opt-out.
  */

a {
	color: inherit;
	text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
  */

b,
strong {
	font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp,
pre {
	font-family: JetBrains Mono, monospace;
	/* 1 */
	font-feature-settings: normal;
	/* 2 */
	font-variation-settings: normal;
	/* 3 */
	font-size: 1em;
	/* 4 */
}

/*
  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;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */

table {
	text-indent: 0;
	/* 1 */
	border-color: inherit;
	/* 2 */
	border-collapse: collapse;
	/* 3 */
}

/*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-feature-settings: inherit;
	/* 1 */
	font-variation-settings: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	font-weight: inherit;
	/* 1 */
	line-height: inherit;
	/* 1 */
	letter-spacing: inherit;
	/* 1 */
	color: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
	padding: 0;
	/* 3 */
}

/*
  Remove the inheritance of text transform in Edge and Firefox.
  */

button,
select {
	text-transform: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
	-webkit-appearance: button;
	/* 1 */
	background-color: transparent;
	/* 2 */
	background-image: none;
	/* 2 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
  */

:-moz-focusring {
	outline: auto;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */

:-moz-ui-invalid {
	box-shadow: none;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
  */

progress {
	vertical-align: baseline;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
  */

::-webkit-inner-spin-button,
::-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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
  */

::-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;
	/* 1 */
	font: inherit;
	/* 2 */
}

/*
  Add the correct display in Chrome and Safari.
  */

summary {
	display: list-item;
}

/*
  Removes the default spacing and border for appropriate elements.
  */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
  Reset default styling for dialogs.
  */
dialog {
	padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
	resize: vertical;
}

	/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		opacity: 1;
		/* 1 */
		color: #9ca3af;
		/* 2 */
	}

	input::placeholder,
	textarea::placeholder {
		opacity: 1;
		/* 1 */
		color: #9ca3af;
		/* 2 */
	}

/*
  Set the default cursor for buttons.
  */

button,
[role="button"] {
	cursor: pointer;
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */
:disabled {
	cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
	 This can trigger a poorly considered lint error in some tools but is included by design.
  */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	/* 1 */
	vertical-align: middle;
	/* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
	display: none;
}

:root {
	/* Inverted Light Gothic Palette */

	--gothic-pure-white: #ffffff;
	--gothic-white: #fafafa;
	--gothic-cream: #f5f5f5;
	--gothic-pearl: #e8e8e8;
	--gothic-silver: #838383;
	--gothic-gray: #666666;
	--gothic-slate: #2d2d2d;
	--gothic-charcoal: #2a2a2a;
	--gothic-dark: #1a1a1a;
	--gothic-black: #0a0a0a;
	--gothic-pure-black: #111111;
	--gothic-accent: #111111;
	--gothic-accent-light: rgba(0, 0, 0, 0.1);
	/* Light Glass Morphism Variables */

	--glass-bg: rgba(255, 255, 255, 0.9);
	--glass-border: rgba(0, 0, 0, 0.1);
	--glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
	--glass-blur: 12px;
}


html {
	scroll-behavior: smooth;
}


body {
	font-family: "El Messiri", serif;
	background: #ffffff;
	background-attachment: fixed;
	min-height: 100vh;
	color: var(--gothic-dark);
	position: relative;
	letter-spacing: 0.01em;
	transition: all 0.3s ease;
}


/* Правильная архитектура фона - без проблем наложения */

/* Убрали body::before и body::after */


/* Класс для применения фонового паттерна */

.gothic-pattern-background {
	position: relative;
}


	.gothic-pattern-background::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/images/7.png');
		background-size: 105px 150px;
		background-repeat: repeat;
		opacity: 0.8;
		z-index: -1;
		pointer-events: none;
		transform: translateY(calc(var(--pattern-parallax-offset, 0px) * 1.0));
		transition: transform 0.1s ease-out;
		will-change: transform;
	}


/* Отдельный белый фон */

.gothic-white-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -2;
	pointer-events: none;
}


/* Light Pattern Overlay */


/* Light Gothic Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lora", serif;
	font-weight: 600;
	color: var(--gothic-pure-black);
	letter-spacing: 0.02em;
	text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
	transition: color 0.3s ease;
}


p,
span,
div {
	color: var(--gothic-slate);
	font-family: "El Messiri", serif;
	font-weight: 400;
	line-height: 1.6;
	transition: color 0.3s ease;
}

.container {
	width: 100%;
}

@media (min-width: 475px) {

	.container {
		max-width: 475px;
	}
}

@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}

@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}

.prose {
	color: var(--tw-prose-body);
	max-width: 65ch;
}

	.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}

	.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-lead);
		font-size: 1.25em;
		line-height: 1.6;
		margin-top: 1.2em;
		margin-bottom: 1.2em;
	}

	.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-links);
		text-decoration: underline;
		font-weight: 500;
	}

	.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-bold);
		font-weight: 600;
	}

	.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: decimal;
		margin-top: 1.25em;
		margin-bottom: 1.25em;
		padding-inline-start: 1.625em;
	}

	.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: upper-alpha;
	}

	.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: lower-alpha;
	}

	.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: upper-alpha;
	}

	.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: lower-alpha;
	}

	.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: upper-roman;
	}

	.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: lower-roman;
	}

	.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: upper-roman;
	}

	.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: lower-roman;
	}

	.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: decimal;
	}

	.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		list-style-type: disc;
		margin-top: 1.25em;
		margin-bottom: 1.25em;
		padding-inline-start: 1.625em;
	}

	.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
		font-weight: 400;
		color: var(--tw-prose-counters);
	}

	.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
		color: var(--tw-prose-bullets);
	}

	.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		margin-top: 1.25em;
	}

	.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		border-color: var(--tw-prose-hr);
		border-top-width: 1px;
		margin-top: 3em;
		margin-bottom: 3em;
	}

	.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-weight: 500;
		font-style: italic;
		color: var(--tw-prose-quotes);
		border-inline-start-width: 0.25rem;
		border-inline-start-color: var(--tw-prose-quote-borders);
		quotes: "\201C""\201D""\2018""\2019";
		margin-top: 1.6em;
		margin-bottom: 1.6em;
		padding-inline-start: 1em;
	}

	.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
		content: open-quote;
	}

	.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
		content: close-quote;
	}

	.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 800;
		font-size: 2.25em;
		margin-top: 0;
		margin-bottom: 0.8888889em;
		line-height: 1.1111111;
	}

	.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-weight: 900;
		color: inherit;
	}

	.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 700;
		font-size: 1.5em;
		margin-top: 2em;
		margin-bottom: 1em;
		line-height: 1.3333333;
	}

	.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-weight: 800;
		color: inherit;
	}

	.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		font-size: 1.25em;
		margin-top: 1.6em;
		margin-bottom: 0.6em;
		line-height: 1.6;
	}

	.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-weight: 700;
		color: inherit;
	}

	.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		margin-top: 1.5em;
		margin-bottom: 0.5em;
		line-height: 1.5;
	}

	.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-weight: 700;
		color: inherit;
	}

	.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		display: block;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-weight: 500;
		font-family: inherit;
		color: var(--tw-prose-kbd);
		box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
		font-size: 0.875em;
		border-radius: 0.3125rem;
		padding-top: 0.1875em;
		padding-inline-end: 0.375em;
		padding-bottom: 0.1875em;
		padding-inline-start: 0.375em;
	}

	.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-code);
		font-weight: 600;
		font-size: 0.875em;
	}

		.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
			content: "`";
		}

		.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
			content: "`";
		}

	.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
		font-size: 0.875em;
	}

	.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
		font-size: 0.9em;
	}

	.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: inherit;
	}

	.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-pre-code);
		background-color: var(--tw-prose-pre-bg);
		overflow-x: auto;
		font-weight: 400;
		font-size: 0.875em;
		line-height: 1.7142857;
		margin-top: 1.7142857em;
		margin-bottom: 1.7142857em;
		border-radius: 0.375rem;
		padding-top: 0.8571429em;
		padding-inline-end: 1.1428571em;
		padding-bottom: 0.8571429em;
		padding-inline-start: 1.1428571em;
	}

	.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		background-color: transparent;
		border-width: 0;
		border-radius: 0;
		padding: 0;
		font-weight: inherit;
		color: inherit;
		font-size: inherit;
		font-family: inherit;
		line-height: inherit;
	}

		.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
			content: none;
		}

		.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
			content: none;
		}

	.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		width: 100%;
		table-layout: auto;
		margin-top: 2em;
		margin-bottom: 2em;
		font-size: 0.875em;
		line-height: 1.7142857;
	}

	.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		border-bottom-width: 1px;
		border-bottom-color: var(--tw-prose-th-borders);
	}

	.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-headings);
		font-weight: 600;
		vertical-align: bottom;
		padding-inline-end: 0.5714286em;
		padding-bottom: 0.5714286em;
		padding-inline-start: 0.5714286em;
	}

	.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		border-bottom-width: 1px;
		border-bottom-color: var(--tw-prose-td-borders);
	}

	.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		border-bottom-width: 0;
	}

	.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		vertical-align: baseline;
	}

	.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		border-top-width: 1px;
		border-top-color: var(--tw-prose-th-borders);
	}

	.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		vertical-align: top;
	}

	.prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		text-align: start;
	}

	.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}

	.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		color: var(--tw-prose-captions);
		font-size: 0.875em;
		line-height: 1.4285714;
		margin-top: 0.8571429em;
	}

.prose {
	--tw-prose-body: #374151;
	--tw-prose-headings: #111827;
	--tw-prose-lead: #4b5563;
	--tw-prose-links: #111827;
	--tw-prose-bold: #111827;
	--tw-prose-counters: #6b7280;
	--tw-prose-bullets: #d1d5db;
	--tw-prose-hr: #e5e7eb;
	--tw-prose-quotes: #111827;
	--tw-prose-quote-borders: #e5e7eb;
	--tw-prose-captions: #6b7280;
	--tw-prose-kbd: #111827;
	--tw-prose-kbd-shadows: 17 24 39;
	--tw-prose-code: #111827;
	--tw-prose-pre-code: #e5e7eb;
	--tw-prose-pre-bg: #1f2937;
	--tw-prose-th-borders: #d1d5db;
	--tw-prose-td-borders: #e5e7eb;
	--tw-prose-invert-body: #d1d5db;
	--tw-prose-invert-headings: #fff;
	--tw-prose-invert-lead: #9ca3af;
	--tw-prose-invert-links: #fff;
	--tw-prose-invert-bold: #fff;
	--tw-prose-invert-counters: #9ca3af;
	--tw-prose-invert-bullets: #4b5563;
	--tw-prose-invert-hr: #374151;
	--tw-prose-invert-quotes: #f3f4f6;
	--tw-prose-invert-quote-borders: #374151;
	--tw-prose-invert-captions: #9ca3af;
	--tw-prose-invert-kbd: #fff;
	--tw-prose-invert-kbd-shadows: 255 255 255;
	--tw-prose-invert-code: #fff;
	--tw-prose-invert-pre-code: #d1d5db;
	--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
	--tw-prose-invert-th-borders: #4b5563;
	--tw-prose-invert-td-borders: #374151;
	font-size: 1rem;
	line-height: 1.75;
}

	.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}

	.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0.375em;
	}

	.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0.375em;
	}

	.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
	}

	.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.25em;
	}

	.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 1.25em;
	}

	.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.25em;
	}

	.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 1.25em;
	}

	.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
	}

	.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.25em;
		margin-bottom: 1.25em;
	}

	.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.5em;
		padding-inline-start: 1.625em;
	}

	.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0;
	}

	.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-end: 0;
	}

	.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-top: 0.5714286em;
		padding-inline-end: 0.5714286em;
		padding-bottom: 0.5714286em;
		padding-inline-start: 0.5714286em;
	}

	.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0;
	}

	.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-end: 0;
	}

	.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 2em;
		margin-bottom: 2em;
	}

	.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 0;
	}

.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778;
}

	.prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 1.2222222em;
		line-height: 1.4545455;
		margin-top: 1.0909091em;
		margin-bottom: 1.0909091em;
	}

	.prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.6666667em;
		margin-bottom: 1.6666667em;
		padding-inline-start: 1em;
	}

	.prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 2.6666667em;
		margin-top: 0;
		margin-bottom: 0.8333333em;
		line-height: 1;
	}

	.prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 1.6666667em;
		margin-top: 1.8666667em;
		margin-bottom: 1.0666667em;
		line-height: 1.3333333;
	}

	.prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 1.3333333em;
		margin-top: 1.6666667em;
		margin-bottom: 0.6666667em;
		line-height: 1.5;
	}

	.prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 0.4444444em;
		line-height: 1.5555556;
	}

	.prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}

	.prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8888889em;
		border-radius: 0.3125rem;
		padding-top: 0.2222222em;
		padding-inline-end: 0.4444444em;
		padding-bottom: 0.2222222em;
		padding-inline-start: 0.4444444em;
	}

	.prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8888889em;
	}

	.prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8666667em;
	}

	.prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.875em;
	}

	.prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8888889em;
		line-height: 1.75;
		margin-top: 2em;
		margin-bottom: 2em;
		border-radius: 0.375rem;
		padding-top: 1em;
		padding-inline-end: 1.5em;
		padding-bottom: 1em;
		padding-inline-start: 1.5em;
	}

	.prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		padding-inline-start: 1.5555556em;
	}

	.prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
		padding-inline-start: 1.5555556em;
	}

	.prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.6666667em;
		margin-bottom: 0.6666667em;
	}

	.prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0.4444444em;
	}

	.prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0.4444444em;
	}

	.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}

	.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 1.3333333em;
	}

	.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}

	.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 1.3333333em;
	}

	.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.8888889em;
		margin-bottom: 0.8888889em;
	}

	.prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
		margin-bottom: 1.3333333em;
	}

	.prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.3333333em;
	}

	.prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0.6666667em;
		padding-inline-start: 1.5555556em;
	}

	.prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 3.1111111em;
		margin-bottom: 3.1111111em;
	}

	.prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8888889em;
		line-height: 1.5;
	}

	.prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-end: 0.75em;
		padding-bottom: 0.75em;
		padding-inline-start: 0.75em;
	}

	.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0;
	}

	.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-end: 0;
	}

	.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-top: 0.75em;
		padding-inline-end: 0.75em;
		padding-bottom: 0.75em;
		padding-inline-start: 0.75em;
	}

	.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-start: 0;
	}

	.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		padding-inline-end: 0;
	}

	.prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 1.7777778em;
		margin-bottom: 1.7777778em;
	}

	.prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
		margin-bottom: 0;
	}

	.prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		font-size: 0.8888889em;
		line-height: 1.5;
		margin-top: 1em;
	}

	.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-top: 0;
	}

	.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
		margin-bottom: 0;
	}

/* Gothic Button System */

.btn-sm {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

/* Light Form Styles */

.form-input {
	background: var(--glass-bg);
	border: 1px solid var(--glass-border);
	backdrop-filter: blur(var(--glass-blur));
	-webkit-backdrop-filter: blur(var(--glass-blur));
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

	.form-input:focus {
		outline: 2px solid transparent;
		outline-offset: 2px;
	}

.form-input {
	border-radius: 50px;
	color: var(--gothic-dark);
	font-size: 16px;
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

	.form-input:focus {
		border-color: var(--gothic-pure-black);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
		transform: scale(1.02);
	}

	.form-input::-moz-placeholder {
		color: var(--gothic-gray);
	}

	.form-input::placeholder {
		color: var(--gothic-gray);
	}

.form-label {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: var(--gothic-dark);
	transition: color 0.3s ease;
}

/* Light Glass Card System */

/* Gothic Elite Card */

.card-gothic {
	background: rgba(240, 240, 240, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 1rem;
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	position: relative;
	overflow: hidden;
	height: 320px;
	min-height: 320px;
	max-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

	.card-gothic::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/images/7.png');
		background-size: 100px 100px;
		background-repeat: repeat;
		opacity: 0.05;
		z-index: 1;
		transform: translateY(calc(var(--pattern-parallax-offset, 0px) * 0.6));
		transition: transform 0.1s ease-out;
		will-change: transform;
	}

	.card-gothic::after {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		bottom: -1px;
		background: linear-gradient(135deg, var(--gothic-pure-white), transparent, var(--gothic-pure-white));
		border-radius: 16px;
		z-index: -1;
		opacity: 0.4;
	}

/* Gothic Button Elite */

.btn-gothic {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 500;
	border-radius: 50px;
	background: linear-gradient(135deg, var(--gothic-pure-black), var(--gothic-dark));
	border: 1px solid var(--gothic-pure-black);
	color: var(--gothic-pure-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	position: relative;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
	font-family: "Lora", serif;
	letter-spacing: 0.02em;
	border: 1px grey;
	color: white !important;
}

.btn-gothic >span {
  color: ghostwhite;
}

	.btn-gothic:hover {
		transform: translateY(-3px) scale(1.05);
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
		border-color: var(--gothic-dark);
		background: linear-gradient(135deg, var(--gothic-dark), var(--gothic-charcoal));
	}

	.btn-gothic::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
		opacity: 0;
		transition: opacity 0.3s ease;
		border-radius: inherit;
	}

	.btn-gothic:hover::before {
		opacity: 1;
	}

/* Light White Variant */

.btn-white {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: var(--gothic-dark);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-weight: 500;
	border-radius: 50px;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

	.btn-white:hover {
		background: rgba(255, 255, 255, 1);
		transform: translateY(-2px) scale(1.02);
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
		border-color: var(--gothic-pure-black);
	}

/* Glass Morphism Utilities */

.glass {
	background: rgba(91, 91, 91, 0.9);
	border: 1px solid var(--glass-border);
	backdrop-filter: blur(var(--glass-blur));
	-webkit-backdrop-filter: blur(var(--glass-blur));
	box-shadow: var(--glass-shadow);
}

.glass-intense {
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.15);
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.glass-subtle {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.08);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Light Loading Spinner */

/* Gothic Gradients */

/* Gothic Section Spacing */


@media (min-width: 768px) {

	.section-py {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
}

/* Gothic Container */

.container-custom {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 640px) {

	.container-custom {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1024px) {

	.container-custom {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.container-custom {
	margin-left: auto;
	margin-right: auto;
	max-width: 80rem;
	position: relative;
}

/* Gothic Typography */

.text-gradient {
	background: linear-gradient(135deg, transparent 0%, transparent 5%, rgba(26, 26, 26, 0.1) 10%, rgba(26, 26, 26, 0.3) 15%, var(--gothic-dark) 25%, var(--gothic-gray) 75%, rgba(102, 102, 102, 0.3) 85%, rgba(102, 102, 102, 0.1) 90%, transparent 95%, transparent 100%);
	-webkit-background-clip: text;
	background-clip: text;
	transition: all 0.3s ease;
}

.hero-title-size {
	font-size: 3.5rem;
}

.hero-title-above-all {
	position: relative;
	z-index: 10;
}

.text-elegant {
	font-family: "Lora", serif;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--gothic-white);
}

/* Gothic Background Elements */

/* Gothic Decorative Elements */

.gothic-ornament {
	position: relative;
}

	.gothic-ornament::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		height: 2px;
		background: linear-gradient(90deg, transparent, var(--gothic-pure-black), transparent);
		opacity: 0.4;
		transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
	}

/* Gothic Animations */

/* Smooth Hover Effects */

.hover-lift {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

	.hover-lift:hover {
		/*! --tw-translate-y: -0.5rem; */
		/*! transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); */
	}

.hover-lift {
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

	.hover-lift:hover {
		/*! filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15)); */
		/*! transform: translateY(-4px) scale(1.01); */
	}

.hover-glow {
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

	.hover-glow:hover {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	}

/* Logo Hover Effect */

.logo-hover {
	transition: color 0.3s ease;
}

	.logo-hover:hover span {
		background: linear-gradient(135deg, var(--gothic-silver), var(--gothic-gray));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
	}

/* Navigation Shimmer Effect */

.nav-shimmer {
	position: relative;
	overflow: hidden;
}

	.nav-shimmer::before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
		transition: left 0.5s ease;
	}

	.nav-shimmer:hover::before {
		left: 100%;
	}

/* Gothic Keyframes */

@keyframes gothicFadeIn {

	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gothicSlideUp {

	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes gothicFloat {

	0%, 100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-10px);
	}
}

/* Gothic Responsive Adjustments */

@media (max-width: 640px) {

	.container-custom {
		padding-left: 1rem;
		padding-right: 1rem;
	}


	.section-py {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}


	.btn {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

/* Gothic Lolita Decorative Dividers */

/* Gothic Lolita Lace Border */

/* Victorian Ornament */

/* High contrast mode support */

@media (prefers-contrast: high) {

	:root {
		--gothic-accent: #ffffff;
		--glass-border: rgba(255, 255, 255, 0.5);
	}
}

/* Reduced motion support */

@media (prefers-reduced-motion: reduce) {

	.gothic-float,
	.fade-in,
	.slide-up {
		animation: none;
	}


	.hover-lift,
	.hover-scale {
		transition: none;
	}
}

.pointer-events-none {
	pointer-events: none;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.inset-0 {
	inset: 0px;
}

.-top-3 {
	top: -0.75rem;
}

.bottom-4 {
	bottom: 1rem;
}

.left-1\/2 {
	left: 50%;
}

.left-4 {
	left: 1rem;
}

.right-0 {
	right: 0px;
}

.right-2 {
	right: 0.5rem;
}

.right-4 {
	right: 1rem;
}

.top-0 {
	top: 0px;
}

.top-1\/2 {
	top: 50%;
}

.top-2 {
	top: 0.5rem;
}

.top-4 {
	top: 1rem;
}

.top-8 {
	top: 2rem;
}

.z-10 {
	z-index: 10;
}

.z-30 {
	z-index: 30;
}

.z-40 {
	z-index: 40;
}

.z-50 {
	z-index: 50;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-20 {
	margin-bottom: 5rem;
}

.mb-3 {
	margin-bottom: 0.75rem;
}

.mb-4 {
	margin-bottom: 1rem;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.ml-1 {
	margin-left: 0.25rem;
}

.ml-2 {
	margin-left: 0.5rem;
}

.ml-3 {
	margin-left: 0.75rem;
}

.ml-4 {
	margin-left: 1rem;
}

.mr-1 {
	margin-right: 0.25rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mr-3 {
	margin-right: 0.75rem;
}

.mt-0\.5 {
	margin-top: 0.125rem;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mt-12 {
	margin-top: 3rem;
}

.mt-16 {
	margin-top: 4rem;
}

.mt-2 {
	margin-top: 0.5rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.mt-8 {
	margin-top: 2rem;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.table {
	display: table;
}

.grid {
	display: grid;
}

.contents {
	display: contents;
}

.hidden {
	display: none;
}

.h-10 {
	height: 2.5rem;
}

.h-12 {
	height: 3rem;
}

.h-16 {
	height: 4rem;
}

.h-2 {
	height: 0.5rem;
}

.h-20 {
	height: 5rem;
}

.h-3 {
	height: 0.75rem;
}

.h-4 {
	height: 1rem;
}

.h-48 {
	height: 12rem;
}

.h-5 {
	height: 1.25rem;
}

.h-6 {
	height: 1.5rem;
}

.h-64 {
	height: 16rem;
}

.h-8 {
	height: 2rem;
}

.h-full {
	height: 100%;
}

.h-screen {
	height: 100vh;
}

.max-h-40 {
	max-height: 10rem;
}

.max-h-60 {
	max-height: 15rem;
}

.max-h-96 {
	max-height: 24rem;
}

.max-h-screen {
	max-height: 100vh;
}

.min-h-screen {
	min-height: 100vh;
}

.w-0\.5 {
	width: 0.125rem;
}

.w-1\/3 {
	width: 33.333333%;
}

.w-10 {
	width: 2.5rem;
}

.w-12 {
	width: 3rem;
}

.w-16 {
	width: 4rem;
}

.w-2 {
	width: 0.5rem;
}

.w-2\/3 {
	width: 66.666667%;
}

.w-20 {
	width: 5rem;
}

.w-3 {
	width: 0.75rem;
}

.w-4 {
	width: 1rem;
}

.w-48 {
	width: 12rem;
}

.w-5 {
	width: 1.25rem;
}

.w-6 {
	width: 1.5rem;
}

.w-64 {
	width: 16rem;
}

.w-8 {
	width: 2rem;
}

.w-full {
	width: 100%;
}

.min-w-0 {
	min-width: 0px;
}

.min-w-\[120px\] {
	min-width: 120px;
}

.min-w-full {
	min-width: 100%;
}

.max-w-2xl {
	max-width: 42rem;
}

.max-w-3xl {
	max-width: 48rem;
}

.max-w-4xl {
	max-width: 56rem;
}

.max-w-6xl {
	max-width: 72rem;
}

.max-w-7xl {
	max-width: 80rem;
}

.max-w-\[70rem\] {
	max-width: 70rem;
}

.max-w-lg {
	max-width: 32rem;
}

.max-w-md {
	max-width: 28rem;
}

.max-w-none {
	max-width: none;
}

.max-w-sm {
	max-width: 24rem;
}

.max-w-xl {
	max-width: 36rem;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
	--tw-rotate: 180deg;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {

	50% {
		opacity: .5;
	}
}

.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}

.animate-spin {
	animation: spin 1s linear infinite;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.cursor-pointer {
	cursor: pointer;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

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

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

.flex-col {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.items-start {
	align-items: flex-start;
}

.items-center {
	align-items: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.gap-12 {
	gap: 3rem;
}

.gap-2 {
	gap: 0.5rem;
}

.gap-3 {
	gap: 0.75rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-6 {
	gap: 1.5rem;
}

.gap-8 {
	gap: 2rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1.5rem * var(--tw-space-x-reverse));
	margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-auto {
	overflow-x: auto;
}

.overflow-y-auto {
	overflow-y: auto;
}

.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.break-all {
	word-break: break-all;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-2xl {
	border-radius: 1rem;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-lg {
	border-radius: 0.5rem;
}

.rounded-md {
	border-radius: 0.375rem;
}

.rounded-sm {
	border-radius: 0.125rem;
}

.rounded-xl {
	border-radius: 0.75rem;
}

.rounded-t-lg {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}

.border {
	border-width: 1px;
}

.border-2 {
	border-width: 2px;
}

.border-b {
	border-bottom-width: 1px;
}

.border-b-2 {
	border-bottom-width: 2px;
}

.border-l-2 {
	border-left-width: 2px;
}

.border-t {
	border-top-width: 1px;
}

.border-blue-200 {
	--tw-border-opacity: 1;
	border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-current {
	border-color: currentColor;
}

.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-green-200 {
	--tw-border-opacity: 1;
	border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-pink-200 {
	--tw-border-opacity: 1;
	border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-pink-300 {
	--tw-border-opacity: 1;
	border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.border-pink-500 {
	--tw-border-opacity: 1;
	border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-primary-500 {
	--tw-border-opacity: 1;
	border-color: rgb(239 176 182 / var(--tw-border-opacity, 1));
}

.border-primary-600 {
	--tw-border-opacity: 1;
	border-color: rgb(230 146 143 / var(--tw-border-opacity, 1));
}

.border-purple-200 {
	--tw-border-opacity: 1;
	border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-red-200 {
	--tw-border-opacity: 1;
	border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-300 {
	--tw-border-opacity: 1;
	border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-transparent {
	border-color: transparent;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-yellow-200 {
	--tw-border-opacity: 1;
	border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
	border-top-color: transparent;
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/10 {
	background-color: rgb(0 0 0 / 0.1);
}

.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-primary-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 242 237 / var(--tw-bg-opacity, 1));
}

.bg-primary-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 246 / var(--tw-bg-opacity, 1));
}

.bg-primary-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 176 182 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/80 {
	background-color: rgb(255 255 255 / 0.8);
}

.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600 {
	--tw-bg-opacity: 1;
	background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.bg-gradient-to-br {
	background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
	background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-blue-100 {
	--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100 {
	--tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50 {
	--tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100 {
	--tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50 {
	--tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500 {
	--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
	--tw-gradient-from: #efb0b6 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(239 176 182 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100 {
	--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50 {
	--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100 {
	--tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-white {
	--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-blue-200 {
	--tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.to-emerald-50 {
	--tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.to-gray-200 {
	--tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.to-pink-50 {
	--tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.to-primary-700 {
	--tw-gradient-to: #d97370 var(--tw-gradient-to-position);
}

.to-purple-100 {
	--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.to-purple-200 {
	--tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.to-purple-50 {
	--tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.to-purple-600 {
	--tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-yellow-200 {
	--tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.bg-clip-text {
	-webkit-background-clip: text;
	background-clip: text;
}

.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-1 {
	padding: 0.25rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-3 {
	padding: 0.75rem;
}

.p-4 {
	padding: 1rem;
}

.p-6 {
	padding: 1.5rem;
}

.p-8 {
	padding: 2rem;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}

.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}

.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pb-6 {
	padding-bottom: 1.5rem;
}

.pr-4 {
	padding-right: 1rem;
}

.pt-0 {
	padding-top: 0px;
}

.pt-1 {
	padding-top: 0.25rem;
}

.pt-2 {
	padding-top: 0.5rem;
}

.pt-3 {
	padding-top: 0.75rem;
}

.pt-4 {
	padding-top: 1rem;
}

.pt-6 {
	padding-top: 1.5rem;
}

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

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

.text-right {
	text-align: right;
}

.font-mono {
	font-family: JetBrains Mono, monospace;
}

.text-2xl {
	font-size: 20px;
	line-height: 24px;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-lg {
	font-size: 16px;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.leading-relaxed {
	line-height: 24px;
}

.leading-tight {
	line-height: 1.25;
}

.tracking-wide {
	letter-spacing: 0.025em;
}

.tracking-wider {
	letter-spacing: 0.05em;
}

.tracking-widest {
	letter-spacing: 0.1em;
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
	--tw-text-opacity: 1;
	color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
	--tw-text-opacity: 1;
	color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
	--tw-text-opacity: 1;
	color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
	--tw-text-opacity: 1;
	color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
	--tw-text-opacity: 1;
	color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
	--tw-text-opacity: 1;
	color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
	--tw-text-opacity: 1;
	color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
	--tw-text-opacity: 1;
	color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-pink-500 {
	--tw-text-opacity: 1;
	color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-600 {
	--tw-text-opacity: 1;
	color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
	--tw-text-opacity: 1;
	color: rgb(230 146 143 / var(--tw-text-opacity, 1));
}

.text-primary-700 {
	--tw-text-opacity: 1;
	color: rgb(217 115 112 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
	--tw-text-opacity: 1;
	color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
	--tw-text-opacity: 1;
	color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
	--tw-text-opacity: 1;
	color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
	--tw-text-opacity: 1;
	color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-red-400 {
	--tw-text-opacity: 1;
	color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
	--tw-text-opacity: 1;
	color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
	--tw-text-opacity: 1;
	color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-transparent {
	color: transparent;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
	--tw-text-opacity: 1;
	color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
	--tw-text-opacity: 1;
	color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
	--tw-text-opacity: 1;
	color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.underline {
	text-decoration-line: underline;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
	--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
	--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
	outline-style: solid;
}

.ring-2 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-green-500 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.ring-opacity-50 {
	--tw-ring-opacity: 0.5;
}

.filter {
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-colors {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-shadow {
	transition-property: box-shadow;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.duration-200 {
	transition-duration: 200ms;
}

.duration-300 {
	transition-duration: 300ms;
}

.text-shadow-gothic {
	text-shadow: 0 0 10px rgba(139, 90, 90, 0.5), 0 2px 4px rgba(0, 0, 0, 0.8);
}

.pattern-overlay-7 {
	position: relative;
}

	.pattern-overlay-7::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/images/7.png');
		background-size: 120px 120px;
		background-repeat: repeat;
		opacity: 0.03;
		z-index: 1;
		pointer-events: none;
	}

/* Gothic Minimalist Design System */

/* Gothic Scrollbar */

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: var(--gothic-dark);
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, var(--gothic-silver), var(--gothic-pure-black));
	border-radius: 6px;
	border: 2px solid var(--gothic-cream);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

	::-webkit-scrollbar-thumb:hover {
		background: linear-gradient(135deg, var(--gothic-pure-black), var(--gothic-gray));
	}

/* Gothic Focus Styles */

.focus-visible:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus-visible {
	box-shadow: 0 0 0 2px var(--gothic-pure-white), 0 0 20px rgba(255, 255, 255, 0.4);
}

/* Print Styles */

@media print {

	.no-print {
		display: none !important;
	}


	body {
		background: white !important;
		color: black !important;
	}
}

/* Gothic Hero Effect */

.hero-gothic {
	position: relative;
}

/* Hero Text Background - Simplified without gradient */

.hero-text-background {
	position: relative;
	padding: 3rem 2rem;
	border-radius: 2rem;
}

/* Gothic Ornaments for Hero Section - Removed for cleaner design */

.hero-gothic-ornaments {
	position: relative;
}

/* Gothic Text Effects */

.text-shadow-gothic {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 2px 4px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.text-outline {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}

/* Gothic Responsive Design */

@media (max-width: 768px) {

	.glass {
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}


	.card {
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
	}


	body::before {
		background-size: 100px 100px;
	}
}

/* Gothic Theme Variants */

.gothic-dark {
	background: #ffffff;
}

.gothic-light {
	background: #ffffff;
}

/* Gothic Utility Classes */

.bg-gothic-primary {
	background: #ffffff !important;
}

.bg-gothic-secondary {
	background: #ffffff !important;
}

.bg-gothic-accent {
	background: #ffffff !important;
}

.text-gothic-primary {
	color: var(--gothic-white) !important;
}

.text-gothic-secondary {
	color: var(--gothic-silver) !important;
}

.text-gothic-accent {
	color: var(--gothic-accent) !important;
}

.border-gothic {
	border-color: var(--gothic-pure-white) !important;
}

.border-gothic-light {
	border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Gothic Shadow System */

.shadow-gothic-sm {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.shadow-gothic-md {
	box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.4);
}

.shadow-gothic-lg {
	box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.5);
}

.shadow-gothic-glow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 8px 32px rgba(0, 0, 0, 0.1);
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Gothic Section Backgrounds */

.section-gothic-primary {
	background: #ffffff;
}

.section-gothic-secondary {
	background: #ffffff;
}

/* Gothic Pattern Overlays */

.pattern-overlay-1 {
	position: relative;
}

	.pattern-overlay-1::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('indexik_files/1.png');
		background-size: 140px 140px;
		background-repeat: repeat;
		opacity: 0.04;
		z-index: 1;
		pointer-events: none;
		filter: invert(1);
		transition: opacity 0.4s ease, transform 0.1s ease-out;
		transform: translateY(calc(var(--pattern-parallax-offset, 0px) * 1.2));
		will-change: transform;
	}

.pattern-overlay-7 {
	position: relative;
}

	.pattern-overlay-7::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url('/images/7.png');
		background-size: 110px 110px;
		background-repeat: repeat;
		opacity: 0.05;
		z-index: 1;
		pointer-events: none;
		filter: invert(1);
		transition: opacity 0.4s ease, transform 0.1s ease-out;
		transform: translateY(calc(var(--pattern-parallax-offset, 0px) * 1.5));
		will-change: transform;
	}

/* Navigation Link Styles */

.nav-link {
	position: relative;
	overflow: hidden;
}

	.nav-link::after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 50%;
		width: 0;
		height: 2px;
		background: linear-gradient(90deg, transparent, var(--gothic-pure-white), transparent);
		transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
		transform: translateX(-50%);
	}

	.nav-link:hover::after {
		width: 100%;
	}

	.nav-link:hover {
		text-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
	}

.nav-link-active {
	color: var(--gothic-pure-white) !important;
}

	.nav-link-active::after {
		width: 80%;
		background: var(--gothic-pure-white);
	}

/* Enhanced Gothic Lolita Decorative Elements */

.gothic-lolita-frame {
	position: relative;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

	.gothic-lolita-frame::before {
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		right: -1px;
		bottom: -1px;
		background: linear-gradient(45deg, var(--gothic-pure-black) 0%, transparent 25%, transparent 75%, var(--gothic-pure-black) 100%);
		border-radius: 24px;
		opacity: 0.15;
		z-index: -1;
		transition: opacity 0.4s ease;
	}

.gothic-lolita-text {
	font-family: "Lora", serif;
	font-weight: 500;
	color: var(--gothic-pure-black);
	letter-spacing: 0.05em;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.gothic-lolita-accent {
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.3), var(--gothic-pure-black), rgba(0, 0, 0, 0.3), transparent);
	height: 1px;
	width: 100%;
	margin: 1.5rem 0;
	transition: all 0.4s ease;
}

.gothic-lolita-pattern-intense {
	position: relative;
}

	.gothic-lolita-pattern-intense::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(''), url('/images/7.png');
		background-size: 90px 90px, 150px 150px;
		background-repeat: repeat;
		opacity: 0.06;
		z-index: 1;
		pointer-events: none;
		filter: invert(1);
		mix-blend-mode: overlay;
		transition: opacity 0.4s ease, transform 0.1s ease-out;
		transform: translateY(calc(var(--pattern-parallax-offset, 0px) * 0.9));
		will-change: transform;
	}

/* Header to Content Gradient */

.header-gradient {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 100%);
	z-index: 5;
	pointer-events: none;
}

/* Footer to Content Gradient */

.footer-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.09) 25%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.03) 75%, #0000 100%);
	z-index: 2;
	pointer-events: none;
}

/* Global Hero Background Gradient */

.global-hero-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: radial-gradient(ellipse 60% 50% at center center, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.95) 15%, rgba(255, 255, 255, 0.85) 25%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0.04) 85%, rgba(255, 255, 255, 0.02) 90%, rgba(255, 255, 255, 0.01) 95%, transparent 100%);
	z-index: -10;
	pointer-events: none;
}

/* Footer specific text colors */

footer .text-gothic-secondary {
	color: var(--gothic-white) !important;
}

	footer .text-gothic-secondary:hover {
		color: var(--gothic-pearl) !important;
	}

/* Logo Glow Effect */

.logo-glow-pulse {
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.1);
	animation: gentle-pulse 4s ease-in-out infinite;
}

@keyframes gentle-pulse {

	0%, 100% {
		text-shadow: 0 0 10px rgba(255, 255, 255, 0.3), 0 0 20px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.1);
	}

	50% {
		text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 25px rgba(255, 255, 255, 0.3), 0 0 35px rgba(255, 255, 255, 0.2);
	}
}

/* Contained Paragraph Styling */

.paragraph-contained {
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}


.radial-gradient-background {
	position: relative;
	/* создаём контекст для ::before */
	z-index:;
	/* контент выше псевдоэлемента */
}

	.radial-gradient-background > * {
		position: relative;
		/* все прямые дети поверх градиента */
		z-index: 1;
	}

	.radial-gradient-background::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 200%;
		/* выходит за пределы контейнера */
		height: 200%;
		transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: -1;
		/* точно позади всех детей */

		background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
		filter: blur(25px);
		transition: all 0.5s ease;
	}


.file\:mr-4::file-selector-button {
	margin-right: 1rem;
}

.file\:rounded-lg::file-selector-button {
	border-radius: 0.5rem;
}

.file\:border-0::file-selector-button {
	border-width: 0px;
}

.file\:bg-pink-50::file-selector-button {
	--tw-bg-opacity: 1;
	background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.file\:px-4::file-selector-button {
	padding-left: 1rem;
	padding-right: 1rem;
}

.file\:py-2::file-selector-button {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.file\:text-sm::file-selector-button {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
	font-weight: 500;
}

.file\:text-pink-600::file-selector-button {
	--tw-text-opacity: 1;
	color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.last\:border-b-0:last-child {
	border-bottom-width: 0px;
}

.hover\:scale-105:hover {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:border-red-300:hover {
	--tw-border-opacity: 1;
	border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.hover\:border-red-400:hover {
	--tw-border-opacity: 1;
	border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.hover\:bg-black\/20:hover {
	background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-blue-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/10:hover {
	background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-yellow-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:from-pink-600:hover {
	--tw-gradient-from: #db2777 var(--tw-gradient-from-position);
	--tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-purple-700:hover {
	--tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:text-blue-800:hover {
	--tw-text-opacity: 1;
	color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
	--tw-text-opacity: 1;
	color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500:hover {
	--tw-text-opacity: 1;
	color: rgb(239 176 182 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700:hover {
	--tw-text-opacity: 1;
	color: rgb(217 115 112 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-800:hover {
	--tw-text-opacity: 1;
	color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
	--tw-text-opacity: 1;
	color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
	--tw-text-opacity: 1;
	color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
	--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:file\:bg-pink-100::file-selector-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.focus\:border-transparent:focus {
	border-color: transparent;
}

.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-inset:focus {
	--tw-ring-inset: inset;
}

.focus\:ring-pink-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(239 176 182 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
	cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
	opacity: 0.5;
}

.group:hover .group-hover\:translate-x-1 {
	--tw-translate-x: 0.25rem;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
	--tw-scale-x: 1.1;
	--tw-scale-y: 1.1;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-black\/20 {
	background-color: rgb(0 0 0 / 0.2);
}

.group:hover .group-hover\:text-pink-600 {
	--tw-text-opacity: 1;
	color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

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

	.sm\:flex-row {
		flex-direction: row;
	}

	.sm\:rounded-md {
		border-radius: 0.375rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 768px) {

	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-96 {
		height: 24rem;
	}

	.md\:grid-cols-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

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

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

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

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:p-12 {
		padding: 3rem;
	}

	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.md\:text-3xl {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.md\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.md\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}
}

@media (min-width: 1024px) {

	.lg\:col-span-1 {
		grid-column: span 1 / span 1;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.lg\:flex {
		display: flex;
	}

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

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

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

	.lg\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Переопределение Bootstrap стилей для сохранения оригинального дизайна */

/* Навбар */
.navbar {
	padding: 0;
	background: transparent !important;
	border: none !important;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	font-size: inherit;
}

.navbar-toggler {
	border: none;
	padding: 0.75rem;
	color: white !important;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.navbar-toggler:hover {
		background: rgba(255, 255, 255, 0.2);
		color: white !important;
	}

	.navbar-toggler:focus {
		box-shadow: none;
		outline: none;
	}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	width: 20px;
	height: 20px;
}

.navbar-nav {
	gap: 2rem;
}

	.navbar-nav .nav-link {
		padding: 0;
		color: white !important;
		font-weight: 600;
		font-size: 1rem;
		letter-spacing: 0.05em;
		transition: all 0.2s ease;
		position: relative;
	}

		.navbar-nav .nav-link:hover {
			color: #d1d5db !important;
		}

/* Мобильное меню */
@media (max-width: 991.98px) {
	.navbar {
		padding: 1rem 0;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(34, 34, 34, 0.98);
		backdrop-filter: blur(12px);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding: 1rem;
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
		max-height: 80vh;
		overflow-y: auto;
	}

	.navbar-nav {
		gap: 0 !important;
		margin-bottom: 1rem;
		width: 100% !important;
		flex-direction: column !important;
		display: flex !important;
	}

		.navbar-nav .nav-item {
			border-bottom: 1px solid rgba(255, 255, 255, 0.1);
			width: 100% !important;
			display: block !important;
		}

			.navbar-nav .nav-item:last-child {
				border-bottom: none;
			}

		.navbar-nav .nav-link {
			padding: 1rem 0;
			display: block !important;
			font-size: 1.1rem;
			text-align: center;
			width: 100% !important;
			margin: 0 !important;
			position: relative;
		}

			.navbar-nav .nav-link.nav-link-active::after {
				bottom: 0;
			}

	.d-flex.align-items-center.gap-3 {
		flex-direction: column !important;
		gap: 1rem !important;
		margin-top: 1rem;
		padding-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		width: 100% !important;
		align-items: stretch !important;
		display: flex !important;
	}

		.d-flex.align-items-center.gap-3 .btn-white,
		.d-flex.align-items-center.gap-3 .btn-gothic {
			width: 100% !important;
			text-align: center;
			padding: 0.75rem 1rem;
			display: block !important;
			margin: 0 !important;
		}


		/* Контейнер для кнопок курса валюты */
		.d-flex.align-items-center.gap-3 > div:first-child {
			width: 100%;
			text-align: center;
			padding: 0.75rem;
			background: rgba(255, 255, 255, 0.1);
			border-radius: 0.5rem;
		}
}

/* Контейнер */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

/* Исправление горизонтальной прокрутки */
body {
	overflow-x: hidden;
	max-width: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: auto; /* or scroll if you want it always visible */
}

body {
	overflow: visible; /* let html handle scrolling */
	height: auto; /* don’t trap overflow in body */
}


* {
	box-sizing: border-box;
}

.container {
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}

.container-custom {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1rem;
	overflow: visible;
}

/* Исправление для всех элементов с фиксированной шириной */
.global-hero-gradient,
.header-gradient,
.footer-gradient {
	width: 100% !important;
	max-width: 100vw;
}

/* Исправление для relative контейнеров */
.relative {
	overflow: visible !important;
}

	.relative.container-custom {
		overflow: visible !important;
		height: auto !important;
	}

/* Стили для мобильного заголовка */
@media (max-width: 767.98px) {
	.hero-title-size {
		font-size: 2rem !important;
		line-height: 1.2 !important;
		word-wrap: break-word !important;
		overflow-wrap: break-word !important;
	}

	.text-gradient.whitespace-nowrap {
		white-space: normal !important;
		word-break: break-word !important;
		hyphens: auto !important;
	}
}

/* Утилиты Bootstrap переопределения */
.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center !important;
}

.gap-3 {
	gap: 1rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-2 {
	margin-bottom: 0.5rem !important;
}

.mb-lg-0 {
	margin-bottom: 0 !important;
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
}

.d-none {
	display: none !important;
}

.d-lg-flex {
	display: none !important;
}

@media (min-width: 992px) {
	.d-lg-flex {
		display: flex !important;
	}
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.navbar-expand-lg .navbar-toggler {
	display: none;
}

@media (max-width: 991.98px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
		opacity: 0;
		transform: translateY(-10px);
		transition: all 0.3s ease;
	}

		.navbar-expand-lg .navbar-collapse.show {
			display: flex !important;
			opacity: 1;
			transform: translateY(0);
		}

	.navbar-expand-lg .navbar-toggler {
		display: flex;
	}

	/* Анимация для кнопок в мобильном меню */
	.navbar-collapse.show .nav-link {
		animation: slideInDown 0.3s ease forwards;
	}

		.navbar-collapse.show .nav-link:nth-child(1) {
			animation-delay: 0.1s;
		}

		.navbar-collapse.show .nav-link:nth-child(2) {
			animation-delay: 0.2s;
		}

		.navbar-collapse.show .nav-link:nth-child(3) {
			animation-delay: 0.3s;
		}

		.navbar-collapse.show .nav-link:nth-child(4) {
			animation-delay: 0.4s;
		}
}

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}
