/*!
Theme Name: Crypton
Theme URI: http://underscores.me/
Author: Bryzgun
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Crypton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background-color: #0a0b0d;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

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

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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

input[type="url"],
input[type="password"],
input[type="search"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

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

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

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

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Bootstrap Integration & Custom Styles
--------------------------------------------------------------*/

/* Header customizations */
.site-header {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 1rem 0;
}

.site-title a {
  color: #212529;
  text-decoration: none;
  font-weight: bold;
}

.site-title a:hover {
  color: #0d6efd;
}

/* Navigation customizations */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.main-navigation li {
  margin: 0;
}

.main-navigation a {
  color: #6c757d;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.15s ease-in-out;
}

.main-navigation a:hover {
  color: #0d6efd;
  background-color: #f8f9fa;
}

/* Widget area customizations */
.widget-area .widget {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.widget-area .widget-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #212529;
}

/* Post navigation */
.posts-navigation,
.post-navigation {
  margin: 2rem 0;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.nav-links a {
  flex: 1;
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  text-decoration: none;
  color: #495057;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.nav-links a:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
}

/* Comments customizations */
.comment-list {
  list-style: none;
  padding: 0;
}

.comment {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

/* Form customizations */
input[type="url"],
input[type="password"],
input[type="search"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.375rem 0.75rem;
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* Responsive utilities */
@media (max-width: 991.98px) {
  .main-navigation ul {
    flex-direction: column;
    display: none;
  }

  .main-navigation.toggled ul {
    display: flex;
  }

  .site-header .row {
    flex-direction: column;
    text-align: center;
  }

  .site-header .col-md-6 {
    margin-bottom: 1rem;
  }
}

.feature-item {
  border: 1px solid #23262f;
  background-color: #18191d;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  will-change: transform;
  transform-style: preserve-3d;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.3s ease-out;
}

.feature-item:hover {
  border-color: #4899eb;
}

.feature-image-wrapper {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  will-change: transform;
  transition: transform 0.1s ease-out;
}

.feature-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease-out;
}

.feature-item:hover .feature-image-wrapper img {
  transform: scale(1.05);
}

.framer-ellipse {
  background: radial-gradient(
    50% 49.99999999999999% at 50% 49.99999999999999%,
    #5d94ff3d,
    #305eff00
  );
  border-radius: 100%;
  flex: none;
  height: 324px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.5;
  position: absolute;
  top: -21px;
  width: 324px;
}

.card-body {
  position: relative;
  background-color: #18191d59;
  will-change: transform;
  transition: transform 0.1s ease-out;
}

.card-title {
  font-size: 1.25em;
  font-weight: 600;
  color: #ffffff;
  transition: color 0.3s ease-out;
}

.feature-item:hover .card-title {
  color: #4899eb;
}

.card-text {
  color: #b1b5c3;
  font-weight: 300;
}

.framer-wrapper {
  width: 379px;
  height: 379px;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  position: absolute;
}

.framer-item {
  border: 1px solid #23262f;
  background-color: #4799eb;
  border-radius: 100%;
  width: 181px;
  height: 181px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0.01;
}

.framer-item::after {
  content: "";
  border-width: var(--border-top-width, 0) var(--border-right-width, 0)
    var(--border-bottom-width, 0) var(--border-left-width, 0);
  border-color: var(--border-color, none);
  border-style: var(--border-style, none);
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border-radius: inherit;
  pointer-events: none;
}

.framer-item:nth-child(1) {
  height: 379px;
  width: 379px;
}

.framer-item:nth-child(2) {
  height: 320px;
  width: 320px;
  opacity: 0.02;
}

.framer-item:nth-child(3) {
  height: 245px;
  width: 245px;
  opacity: 0.03;
}

.framer-item:nth-child(4) {
  opacity: 0.04;
}

/* Pulse animations for framer-items */
@keyframes pulse-slow {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: var(--base-opacity);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: calc(var(--base-opacity) * 0.6);
  }
}

@keyframes pulse-medium {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: var(--base-opacity);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: calc(var(--base-opacity) * 0.4);
  }
}

@keyframes pulse-fast {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: var(--base-opacity);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: calc(var(--base-opacity) * 0.2);
  }
}

@keyframes pulse-ultra-fast {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: var(--base-opacity);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.25);
    opacity: calc(var(--base-opacity) * 0.1);
  }
}

/* Apply different animations to each framer-item */
.framer-item:nth-child(1) {
  height: 379px;
  width: 379px;
  --base-opacity: 0.01;
  animation: pulse-slow 4s ease-in-out infinite;
}

.framer-item:nth-child(2) {
  height: 320px;
  width: 320px;
  --base-opacity: 0.02;
  animation: pulse-medium 3s ease-in-out infinite 0.5s;
}

.framer-item:nth-child(3) {
  height: 245px;
  width: 245px;
  --base-opacity: 0.03;
  animation: pulse-fast 2.5s ease-in-out infinite 1s;
}

.framer-item:nth-child(4) {
  --base-opacity: 0.04;
  animation: pulse-ultra-fast 2s ease-in-out infinite 1.5s;
}

.framer-line {
  width: 253px;
  height: 4px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 0.2s ease-out;
}

.feature-item:hover .framer-line {
  opacity: 0;
}

/* Interactive Feature Item Enhancements */
.feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg,
    rgba(72, 153, 235, 0.1) 0%,
    transparent 50%,
    rgba(72, 153, 235, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  border-radius: inherit;
}

.feature-item:hover::before {
  opacity: 1;
}

/* Improved glow effect */
.feature-item::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #4899eb, #305eff, #4899eb);
  border-radius: inherit;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-out;
}

.feature-item:hover::after {
  opacity: 0.3;
}

/* Mobile optimizations */
@media (max-width: 767.98px) {
  .feature-item {
    /* Disable complex transforms on mobile for performance */
    transform: none !important;
    transition: box-shadow 0.3s ease-out, border-color 0.3s ease-out;
  }

  .feature-item:active {
    transform: scale(0.98) !important;
    transition: transform 0.1s ease-out;
  }

  /* Reduce animations on mobile */
  .framer-item {
    animation-duration: 6s; /* Slower animations */
  }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .feature-item,
  .feature-image-wrapper,
  .card-body {
    transition: none;
  }

  .framer-item {
    animation: none;
  }

  .feature-item:hover .feature-image-wrapper img {
    transform: none;
  }
}

.title {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
}

.title span {
  background: linear-gradient(
    135deg,
    #4899eb 0%,
    #5e94ff 25%,
    #315eff 50%,
    #4899eb 75%,
    #5e94ff 100%
  );
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  animation: gradientShift 3s ease-in-out infinite;
  position: relative;
}

.title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(72, 153, 235, 0.3) 0%,
    rgba(94, 148, 255, 0.3) 50%,
    rgba(49, 94, 255, 0.3) 100%
  );
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: -1;
  filter: blur(20px);
}

.title:hover span::after {
  opacity: 1;
}

@keyframes gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Alternative gradient animation */
@keyframes gradientPulse {
  0%,
  100% {
    background-size: 200% 200%;
    background-position: 0% 50%;
  }
  50% {
    background-size: 300% 300%;
    background-position: 100% 50%;
  }
}

/* Enhanced title with additional effects */
.title {
  position: relative;
  margin-bottom: 3rem !important;
}

.title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    ellipse at center,
    rgba(72, 153, 235, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.title:hover::before {
  opacity: 1;
}

.hero-title {
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 20;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Exchange Widget Styles - Framer Inspired */
.exchange-widget {
  padding: 2rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  position: relative;
  max-width: 485px;
  z-index: 20;
  background-color: #18191d;
  border-radius: 12px;
  padding: 40px;
}

.crypto-exchange-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form-row {
  margin-bottom: 0;
}

.form-field {
  position: relative;
}

.form-field.dropdown-active {
  z-index: 1001;
}

.field-label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #b1b5c3;
  display: block;
}

.field-container {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 0;
  min-height: 64px;
  padding: 16px;
  background-color: #22262f;
  transition: all 0.2s ease;
  position: relative;
  color: #fff;
}

.field-container:hover {
  border-color: #4899eb;
}

.field-container:focus-within {
  background-color: #585d68;
}

.amount-container {
  flex: 1;
}

input.amount-input {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  outline: none;
  padding: 0;
  margin: 0;
}

.amount-input::placeholder {
  color: #999;
}

.currency-container {
  padding: 8px 12px;
}

.currency-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 120px;
}

.currency-selector:hover {
  background: rgba(72, 153, 235, 0.1);
}

.currency-selector .dropdown-arrow {
  margin-left: auto;
}

.currency-symbol {
  font-size: 18px;
  font-weight: 600;
  color: #4899eb;
}

.currency-code {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.dropdown-arrow {
  color: #fff;
  transition: transform 0.2s ease;
}

.currency-selector.active .dropdown-arrow {
  transform: rotate(180deg);
}

.exchange-rate {
  text-align: center;
  padding: 16px 0;
  margin: 8px 0;
}

.rate-display {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.exchange-submit-btn {
  width: 100%;
  background: #3772ff;
  color: white;
  border: none;
  border-radius: 1000px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 8px;
}

.exchange-submit-btn:hover {
  background: #333;
  transform: translateY(-1px);
}

.exchange-submit-btn:active {
  transform: translateY(0);
}

/* Currency Dropdown */
.currency-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease-out;
  pointer-events: none;
}

.currency-dropdown[style*="display: block"] {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.dropdown-content {
  max-height: 260px;
  overflow-y: auto;
}

.currency-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.currency-option:last-child {
  border-bottom: none;
}

.currency-option:hover {
  background: #f8f9fa;
}

.currency-option.selected {
  background: #f5f8ff;
  color: #4899eb;
}

.option-symbol {
  width: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4899eb;
}

.option-code {
  font-weight: 600;
  color: #1a1a1a;
  min-width: 40px;
}

.option-name {
  color: #666;
  font-size: 14px;
  flex: 1;
}

/* Swap Button */
.swap-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: -8px 0;
  z-index: 10;
}

.swap-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4899eb 0%, #3772ff 100%);
  border: 3px solid white;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(72, 153, 235, 0.3);
}

.swap-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(72, 153, 235, 0.4);
}

.swap-button:active {
  transform: scale(0.95);
}

.swap-button svg {
  transition: transform 0.3s ease;
}

.swap-button.rotating svg {
  transform: rotate(180deg);
}

/* Loading States */
.amount-input.loading {
  background: linear-gradient(
    90deg,
    rgba(72, 153, 235, 0.1) 0%,
    rgba(72, 153, 235, 0.2) 50%,
    rgba(72, 153, 235, 0.1) 100%
  );
  background-size: 200% 100%;
  animation: loadingShimmer 1.5s infinite;
}

@keyframes loadingShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Currency Option Info Layout */
.option-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* Enhanced Hover Effects */
.currency-option:hover .option-symbol {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.currency-option:hover .option-code {
  color: #4899eb;
  transition: color 0.2s ease;
}

/* Hero Section */
.hero {
  padding: 20px 0;
  min-height: 80lvh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 0;
    height: auto;
  }
}

/* Hero Video Background */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
}

/* Video Overlay */
.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgb(0 0 0) 0%,
    rgb(0 16 78 / 74%) 50%,
    rgb(0 0 0) 100%
  );
  z-index: 0;
}

/* Video Performance Optimizations */
@media (max-width: 768px) {
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .hero {
    background: linear-gradient(135deg, #0f1114 0%, #18191d 50%, #23262f 100%);
  }
}

/* Network Lines Animation */
.hero::before {
  background-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(72, 153, 235, 0.1) 50%,
      transparent 100%
    ),
    linear-gradient(
      0deg,
      transparent 0%,
      rgba(255, 255, 255, 0.05) 50%,
      transparent 100%
    ),
    radial-gradient(
      ellipse at 30% 50%,
      rgba(72, 153, 235, 0.1) 0%,
      transparent 70%
    );
  animation: networkPulse 8s ease-in-out infinite;
}

@keyframes networkPulse {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
}

/* Floating Orbs */
.hero .floating-particles::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 10%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(72, 153, 235, 0.1) 0%,
    transparent 70%
  );
  animation: floatOrb1 15s ease-in-out infinite;
}

.hero .floating-particles::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 15%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.05) 0%,
    transparent 70%
  );
  animation: floatOrb2 20s ease-in-out infinite reverse;
}

@keyframes floatOrb1 {
  0%,
  100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-50px) scale(1.2);
  }
}

@keyframes floatOrb2 {
  0%,
  100% {
    transform: translateY(0px) translateX(0px) scale(1);
  }
  33% {
    transform: translateY(-30px) translateX(20px) scale(0.8);
  }
  66% {
    transform: translateY(20px) translateX(-20px) scale(1.1);
  }
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .exchange-form {
    margin-top: 2rem;
  }

  .hero .floating-particles::before,
  .hero .floating-particles::after {
    display: none; /* Hide floating orbs on mobile for performance */
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2rem;
  }

  .exchange-widget {
    padding: 1.5rem;
    margin: 0 1rem;
  }

  .amount-input {
    font-size: 20px;
  }

  .field-container {
    min-height: 56px;
  }

  .currency-selector {
    min-width: 70px;
    padding: 6px 10px;
  }

  .currency-symbol {
    font-size: 16px;
  }

  .currency-code {
    font-size: 13px;
  }
}

/* FAQ Section Styles */
.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 70% 50%,
    rgba(72, 153, 235, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.faq-header {
  position: relative;
  z-index: 2;
}

.faq-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.faq-subtitle {
  font-size: 1rem;
  color: #9ca3af;
  font-weight: 400;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.9;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 2;
}

.faq-item {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: rgba(23, 24, 28, 0.4);
  border: 1px solid #23262f;
  border-radius: 12px;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.02);
}

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

.faq-item.active {
  background: rgba(255, 255, 255, 0.02);
}

.faq-item.active .question-text {
  color: #f8fafc;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  padding: 16px;
}

.faq-question:hover {
  background: transparent;
}

.faq-question:focus {
  outline: none;
}

.question-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #b1b5c3;
  line-height: 1.5;
  flex: 1;
  margin-right: 1.5rem;
  transition: color 0.2s ease;
}

.faq-question:hover .question-text {
  color: #f8fafc;
}

.icon-wrapper {
  border: 2px solid #b1b5c3;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon {
  position: relative;
  top: 1px;
  color: #b1b5c3;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.faq-item.active .icon-wrapper {
  border-color: #ffffff;
  transform: rotate(180deg);
}

.faq-item.active .faq-icon {
  color: #ffffff;
}

.faq-question:hover .icon-wrapper {
  border-color: #ffffff;
}

.faq-question:hover .faq-icon {
  color: #ffffff;
}

.faq-answer {
  display: none;
  border-top: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-answer.show,
.faq-item.active .faq-answer {
  display: block;
  animation: slideDown 0.3s ease;
}

.answer-content {
  margin: 0 16px;
  padding: 16px 0;
  padding-right: 3rem;
  border-top: 1px solid #23262f;
}

.answer-content p {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    max-height: 400px;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 1;
    max-height: 300px;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    max-height: 0;
    transform: translateY(-10px);
  }
}

/* Mobile responsiveness for FAQ */
@media (max-width: 767.98px) {
  .faq-title {
    font-size: 1.875rem;
  }

  .faq-subtitle {
    font-size: 0.95rem;
  }

  .question-text {
    font-size: 1rem;
    margin-right: 1rem;
  }

  .answer-content {
    padding: 0 0 1.5rem 0;
    padding-right: 2rem;
  }

  .answer-content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* Testimonials Section Styles */
.testimonials-section {
  background: #0a0b0d;
  position: relative;
  padding: 4rem 0;
  perspective: 1000px;
  overflow: hidden;
}

.testimonials-header {
  margin-bottom: 4rem;
}

.testimonials-title {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.3;
  text-align: center;
}

.testimonials-cards-container {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-card {
  position: absolute;
  width: 500px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}

.testimonial-card-center {
  z-index: 3;
  transform: translateZ(0) scale(1);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.testimonial-card-left {
  z-index: 1;
  left: -120px;
  transform: translateZ(-100px) rotateY(25deg) scale(0.85);
  opacity: 0.7;
}

.testimonial-card-right {
  z-index: 1;
  right: -120px;
  transform: translateZ(-100px) rotateY(-25deg) scale(0.85);
  opacity: 0.7;
}

.testimonial-card:hover {
  transform: translateZ(20px) scale(1.02);
}

.testimonial-card-left:hover {
  transform: translateZ(-80px) rotateY(20deg) scale(0.9);
  opacity: 0.9;
}

.testimonial-card-right:hover {
  transform: translateZ(-80px) rotateY(-20deg) scale(0.9);
  opacity: 0.9;
}

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

.testimonial-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #e2e8f0;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.testimonial-card-center .testimonial-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #ffffff;
}

.testimonial-author {
  display: block;
  text-align: center;
}

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

.author-name {
  font-size: 0.95rem;
  font-weight: 500;
  color: #e2e8f0;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
}

.testimonial-card-center .author-name {
  font-size: 1rem;
  color: #ffffff;
}

.author-role {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.3;
}

.testimonial-card-center .author-role {
  font-size: 0.875rem;
  color: #a1a1aa;
}

/* Mobile responsiveness for Testimonials */
@media (max-width: 991.98px) {
  .testimonials-cards-container {
    height: 350px;
  }

  .testimonial-card {
    width: 320px;
    padding: 1.5rem;
  }

  .testimonial-card-left {
    left: -80px;
  }

  .testimonial-card-right {
    right: -80px;
  }
}

@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 3rem 0;
    perspective: 800px;
  }

  .testimonials-title {
    font-size: 1.75rem;
  }

  .testimonials-header {
    margin-bottom: 3rem;
  }

  .testimonials-cards-container {
    height: 300px;
  }

  .testimonial-card {
    width: 280px;
    padding: 1.25rem;
  }

  .testimonial-card-left {
    left: -60px;
    transform: translateZ(-80px) rotateY(35deg) scale(0.75);
  }

  .testimonial-card-right {
    right: -60px;
    transform: translateZ(-80px) rotateY(-35deg) scale(0.75);
  }

  .testimonial-text {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .testimonial-card-center .testimonial-text {
    font-size: 1rem;
  }
}

/* Testimonials Carousel Navigation */
.testimonials-carousel {
  position: relative;
}

.testimonials-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
  position: absolute;
  bottom: 0;
}

.testimonial-nav-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.testimonial-nav-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(72, 153, 235, 0.3);
  color: #4899eb;
  transform: scale(1.05);
}

.testimonial-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.testimonial-indicators {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.testimonial-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-indicator.active {
  background: #4899eb;
  transform: scale(1.2);
}

.testimonial-indicator:hover:not(.active) {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

/* Auto-rotate animation */
.testimonials-cards-container.rotating .testimonial-card {
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile carousel navigation */
@media (max-width: 767.98px) {
  .testimonials-navigation {
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .testimonial-nav-btn {
    width: 40px;
    height: 40px;
  }

  .testimonial-indicator {
    width: 10px;
    height: 10px;
  }
}

/* Security Features Section Styles */
.security-section {
  position: relative;
  overflow: hidden;
}

.security-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at 50% 30%,
    rgba(72, 153, 235, 0.05) 0%,
    transparent 60%
  );
  pointer-events: none;
}

.security-header {
  position: relative;
  z-index: 2;
}

.security-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.security-subtitle {
  font-size: 1.125rem;
  color: #9ca3af;
  font-weight: 400;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.9;
}

.security-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.security-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(72, 153, 235, 0.05) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.security-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(72, 153, 235, 0.3);
  transform: translateY(-8px);
}

.security-card:hover::before {
  opacity: 1;
}

.security-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(72, 153, 235, 0.2) 0%,
    rgba(72, 153, 235, 0.1) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #4899eb;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.security-card:hover .security-icon {
  background: linear-gradient(
    135deg,
    rgba(72, 153, 235, 0.3) 0%,
    rgba(72, 153, 235, 0.2) 100%
  );
  transform: scale(1.1);
  color: #60a5fa;
}

.security-content {
  position: relative;
  z-index: 2;
}

.security-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.security-card-text {
  font-size: 1rem;
  color: #9ca3af;
  line-height: 1.6;
  margin: 0;
}

/* Security Stats */
.security-stats {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-item {
  padding: 1rem;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-4px);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #4899eb;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}

.stat-label {
  font-size: 0.875rem;
  color: #9ca3af;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Animation keyframes */
@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stat-number.animate {
  animation: countUp 0.6s ease-out;
}

/* Mobile responsiveness for Security */
@media (max-width: 767.98px) {
  .security-title {
    font-size: 1.875rem;
  }

  .security-subtitle {
    font-size: 1rem;
  }

  .security-card {
    padding: 1.5rem;
    text-align: center;
  }

  .security-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
  }

  .security-card-title {
    font-size: 1.125rem;
  }

  .security-card-text {
    font-size: 0.9rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .security-stats {
    padding: 2rem 0;
  }
}

/*--------------------------------------------------------------
# Kraken API Integration Styles
--------------------------------------------------------------*/

/* Loading States for Exchange Form */
.amount-input.loading {
  background: linear-gradient(
    90deg,
    rgba(72, 153, 235, 0.1) 0%,
    rgba(72, 153, 235, 0.2) 50%,
    rgba(72, 153, 235, 0.1) 100%
  );
  background-size: 200% 100%;
  animation: loadingShimmer 1.5s infinite;
  color: #4899eb;
  position: relative;
}

@keyframes loadingShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Error States */
.amount-input.error {
  border-color: #ef4444 !important;
  color: #ef4444;
  background-color: rgba(239, 68, 68, 0.05);
}

.field-container.error {
  border-color: #ef4444 !important;
  background-color: rgba(239, 68, 68, 0.1);
}

/* Success States */
.amount-input.success {
  border-color: #10b981 !important;
  color: #10b981;
  background-color: rgba(16, 185, 129, 0.05);
}

/* Enhanced Rate Display */
.rate-display {
  font-size: 14px;
  color: #9ca3af;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 8px 0;
}

.rate-display.live {
  color: #10b981;
}

.rate-display.fallback {
  color: #f59e0b;
}

.rate-display.loading {
  color: #4899eb;
  position: relative;
}

.rate-display.loading::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border: 2px solid transparent;
  border-top: 2px solid #4899eb;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.rate-display.error {
  color: #ef4444;
}

.rate-display.success {
  color: #10b981;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Currency Dropdown Enhancements */
.currency-dropdown {
  z-index: 1000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.currency-option {
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Exchange Form Animations */
.exchange-widget {
  transition: all 0.3s ease;
}

.exchange-widget.updating {
  opacity: 0.8;
  pointer-events: none;
}

/* Submit Button Loading State */
.exchange-submit-btn:disabled {
  background: #6b7280;
  cursor: not-allowed;
  transform: none;
}

.exchange-submit-btn.loading {
  background: #4899eb;
  position: relative;
  pointer-events: none;
}

.exchange-submit-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .rate-display {
    font-size: 12px;
    text-align: center;
  }

  .currency-dropdown {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 60vh;
    overflow-y: auto;
  }
}

/* ===================================
   Exchange Modal Styles
   =================================== */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: #1a1b23;
  border: 1px solid #2a2d3a;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.9) translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.modal-overlay.active .modal-container {
  transform: scale(1) translateY(0);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 0;
  border-bottom: 1px solid #2a2d3a;
  margin-bottom: 24px;
}

.modal-header h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 24px;
}

.modal-close {
  background: none;
  border: none;
  color: #8b8d9a;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close:hover {
  background: #2a2d3a;
  color: #ffffff;
}

.modal-body {
  padding: 0 24px 24px;
}

.order-summary {
  background: #232530;
  border: 1px solid #2a2d3a;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}

.order-summary h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  color: #b8bcc8;
}

.summary-row:not(:last-child) {
  border-bottom: 1px solid #2a2d3a;
}

.summary-row span:last-child {
  color: #ffffff;
  font-weight: 600;
}

/* Order ID specific styles */
.order-id-row {
  background: linear-gradient(
    135deg,
    rgba(72, 153, 235, 0.1) 0%,
    rgba(37, 99, 235, 0.05) 100%
  );
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid rgba(72, 153, 235, 0.2);
}

.order-id-value {
  font-family: "Courier New", monospace;
  font-size: 14px;
  color: #4899eb !important;
  letter-spacing: 0.5px;
  font-weight: 700 !important;
}

.contact-form-container {
}

/* Fallback форма стилі */
.fallback-form {
  width: 100%;
}

.exchange-order-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.form-group input {
  background: #1a1b23;
  border: 1px solid #2a2d3a;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 16px;
  transition: all 0.2s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #4899eb;
  box-shadow: 0 0 0 3px rgba(72, 153, 235, 0.1);
}

.form-group input::placeholder {
  color: #8b8d9a;
}

.form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 8px;
}

.btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-secondary {
  background: #2a2d3a;
  color: #ffffff;
}

.btn-secondary:hover {
  background: #353946;
}

.btn-primary {
  background: linear-gradient(135deg, #4899eb 0%, #2563eb 100%);
  color: #ffffff;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #3b7dd8 0%, #1d4ed8 100%);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

/* Contact Form 7 перевизначення стилів */
.contact-form-container .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-container .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-container .wpcf7-form-control {
  color: #ffffff;
  font-size: 16px;
  transition: all 0.2s ease;
  margin-top: 10px;
  background-color: transparent;
  border: none;
  outline: none;
}

.contact-form-container .wpcf7-submit {
  background: linear-gradient(135deg, #4899eb 0%, #2563eb 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  align-self: flex-end;
}

.contact-form-container .wpcf7-submit:hover {
  background: linear-gradient(135deg, #3b7dd8 0%, #1d4ed8 100%);
}

/* Responsive */
@media (max-width: 768px) {
  .modal-container {
    width: 95%;
    max-height: 95vh;
  }

  .modal-header {
    padding: 20px 20px 0;
  }

  .modal-header h3 {
    font-size: 20px;
  }

  .modal-body {
    padding: 0 20px 20px;
  }

  .order-summary,
  .contact-form-container {
    padding: 16px;
  }

  .form-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}

.exchange-form-fields p {
  margin: 0;
}

.exchange-form-fields label {
  display: block;
  width: 100%;
  background: #232530;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 12px;
  color: #fff;
}

.exchange-form-fields input {
  color: #fff;
}

/* ===================================
   Footer Styles
   =================================== */

.site-footer {
  background: #0f1015;
  color: #b8bcc8;
  margin-top: 80px;
}

.footer-main {
  padding: 60px 0 40px;
  border-bottom: 1px solid #1a1b23;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  max-height: 40px;
  width: auto;
}

.footer-brand {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  background: linear-gradient(135deg, #4899eb 0%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-description {
  color: #8b8d9a;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #1a1b23;
  border: 1px solid #2a2d3a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8b8d9a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: linear-gradient(135deg, #4899eb 0%, #2563eb 100%);
  border-color: #4899eb;
  color: #ffffff;
  transform: translateY(-2px);
}

.footer-widget-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: linear-gradient(135deg, #4899eb 0%, #2563eb 100%);
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 12px;
}

.footer-menu a {
  color: #8b8d9a;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.footer-menu a:hover {
  color: #4899eb;
  padding-left: 8px;
}

.footer-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: #4899eb;
  transition: width 0.3s ease;
}

.footer-menu a:hover::before {
  width: 4px;
}

.footer-bottom {
  padding: 24px 0;
  background: #0a0b0f;
}

.copyright {
  font-size: 14px;
  color: #6b6d7a;
  margin: 0;
}

.footer-badges {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.badge-item {
  font-size: 12px;
  color: #8b8d9a;
  padding: 6px 12px;
  background: #1a1b23;
  border: 1px solid #2a2d3a;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Footer Responsive */
@media (max-width: 991px) {
  .footer-main {
    padding: 50px 0 30px;
  }

  .footer-widget {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    margin-top: 60px;
  }

  .footer-main {
    padding: 40px 0 20px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .footer-badges {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .footer-social {
    justify-content: flex-start;
  }

  .social-link {
    width: 36px;
    height: 36px;
  }

  .social-link svg {
    width: 20px;
    height: 20px;
  }

  .badge-item {
    font-size: 11px;
    padding: 4px 8px;
  }
}
