/*
! tailwindcss v3.2.7 | 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

body {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body {
  font-family: 'GoogleSans', sans-serif !important;
  line-height: 1.35 !important;
  background: linear-gradient(137deg, #232C35, #060809) !important;
}

.container {
  max-width: 1800px !important;
  margin: 0 auto;
}

.bg-gradient-secondary {
  background: linear-gradient(90deg, #CFE8DC, #B3D3EA) !important;
}

*, ::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-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:  ;
}

::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-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:  ;
}

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

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

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.max-h-\[300px\] {
  max-height: 300px;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[800px\] {
  max-width: 800px;
}

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

.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));
}

.resize {
  resize: both;
}

.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-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.border {
  border-width: 1px;
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

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

.p-4 {
  padding: 1rem;
}

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

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

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

.text-12 {
  font-size: 12px;
}

.text-14 {
  font-size: 14px;
}

.text-18 {
  font-size: 18px;
}

.text-28 {
  font-size: 28px;
}

.text-32 {
  font-size: 32px;
}

.text-36 {
  font-size: 36px;
}

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

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

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.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);
}

@font-face {
  font-family: 'Americana Std';

  src:   url('../resources/fonts/AmericanaSTD/Americana Std Roman.otf');

  font-weight: 400;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot');

  src: local('SFUI Regular Italic'), local('SFUIText-RegularItalic'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot');

  src: local('SFUI SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Heavy.eot');

  src: local('SFUI Heavy'), local('SFUIText-Heavy'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Semibold.eot');

  src: local('SFUI Semibold'), local('SFUIText-Semibold'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Medium.eot');

  src: local('SFUI Medium'), local('SFUIText-Medium'),
    url('../resources/fonts/SFUI/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Light.eot');

  src: local('SFUI Light'), local('SFUIText-Light'),
    url('../resources/fonts/SFUI/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Light.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Regular.eot');

  src: local('SFUI Regular'), local('SFUIText-Regular'),
    url('../resources/fonts/SFUI/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot');

  src: local('SFUI BoldItalic'), local('SFUIText-BoldItalic'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Bold.eot');

  src: local('SFUI Bold'), local('SFUIText-Bold'),
    url('../resources/fonts/SFUI/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot');

  src: local('SFUI HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot');

  src: local('SFUI MediumItalic'), local('SFUIText-MediumItalic'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot');

  src: local('GoogleSans Medium'), local('GoogleSans-Medium'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot');

  src: local('GoogleSans Bold'), local('GoogleSans-Bold'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

html {
  scroll-padding-top: 20px;
}

:root {
  --transition-base: 0.3s ease;
  --transition-smooth: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --color-accent: #96C0D5;
  --color-accent-hover: #7db0c9;
  --color-dark: #000;
  --color-dark-hover: #1a1a1a;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.06);
  --shadow-card-hover: 0 8px 40px rgba(0, 0, 0, 0.12);
}

/* ---- Global transitions ---- */

a,
button,
input,
textarea,
select {
  transition: all var(--transition-base);
}

img {
  transition: transform var(--transition-smooth), opacity var(--transition-base);
}

/* ---- Navigation ---- */

.nav-overlay {
  display: none;
}

@media (max-width: 991px) {
    .nav-overlay.is-open {
      display: block;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 99;
    }
  }

.nav ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

.nav a {
    color: #000;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    opacity: 0.85;
    transition: opacity var(--transition-base);
  }

.nav a:hover {
      opacity: 1;
    }

@media (max-width: 991px) {

.nav {
    position: fixed;

    top: 0;

    right: 0;

    width: 300px;

    height: 100dvh;

    background: rgba(10, 10, 15, 0.97);

    -webkit-backdrop-filter: blur(20px);

            backdrop-filter: blur(20px);

    padding: 5rem 2rem 2rem;

    transform: translateX(100%);

    transition: transform var(--transition-smooth);

    z-index: 100;

    overflow-y: auto
}

    .nav.is-open {
      transform: translateX(0);
    }

    .nav ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .nav li {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .nav a {
      display: block;
      padding: 1rem 0;
      font-size: 1.1rem;
    }
  }

/* ---- Language Switcher ---- */

.lang-switcher {
  position: relative;
  z-index: 102;
}

.lang-switcher__current {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    transition: all var(--transition-base);
  }

.lang-switcher__current:hover {
      background: rgba(0, 0, 0, 1);
    }

.lang-switcher__current svg {
      transition: transform var(--transition-base);
    }

.lang-switcher__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 100%;
    background: rgba(10, 10, 15, 0.95);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    list-style: none;
    margin: 0;
    padding: 4px;
    overflow: hidden;
  }

.lang-switcher__dropdown li a {
      display: block;
      padding: 8px 12px;
      color: #fff;
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 600;
      letter-spacing: 0.05em;
      border-radius: 6px;
      transition: background var(--transition-base);
    }

.lang-switcher__dropdown li a:hover {
        background: rgba(255, 255, 255, 0.1);
      }

/* ---- Burger ---- */

.burger {
  display: none;
  position: relative;
  z-index: 101;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

@media (max-width: 991px) {

.burger {
    display: flex;

    flex-direction: column;

    justify-content: space-between
}
  }

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all var(--transition-base);
    transform-origin: center;
  }

.burger.is-open span:nth-child(1) {
      transform: translateY(11px) rotate(45deg);
    }

.burger.is-open span:nth-child(2) {
      opacity: 0;
    }

.burger.is-open span:nth-child(3) {
      transform: translateY(-11px) rotate(-45deg);
    }

/* ---- Buttons ---- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 500;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity var(--transition-base);
    background: rgba(255, 255, 255, 0.1);
  }

.btn:hover::after {
    opacity: 1;
  }

.btn:active {
    transform: scale(0.97);
  }

.btn-dark {
  background: var(--color-dark);
  color: #fff;
}

.btn-dark:hover {
    background: var(--color-dark-hover);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
  }

.btn-accent {
  background: var(--color-accent);
  color: #fff;
}

.btn-accent:hover {
    background: var(--color-accent-hover);
    box-shadow: 0 4px 20px rgba(150, 192, 213, 0.4), 0 0 40px rgba(150, 192, 213, 0.15);
    transform: translateY(-2px);
  }

.btn-dark,
.btn-accent {
  letter-spacing: 0.02em;
}

/* ---- Feature Cards ---- */

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  width: 100%;
  transition: all var(--transition-smooth);
  border: 1px solid transparent;
}

.feature-card > img {
    height: 96px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

.feature-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  }

.feature-card:hover svg {
      transform: scale(1.08);
    }

.feature-card svg {
    transition: transform var(--transition-smooth);
  }

.feature-card h3 {
    font-weight: 600;
  }

.feature-card p {
    opacity: 0.7;
  }

/* ---- Hero section ---- */

.hero__content {
    position: relative;
    z-index: 2;
  }

.hero__image {
    position: absolute;
    bottom: 0;
    left: 45%;
    height: 90vh;
    transition: opacity var(--transition-smooth);
  }

@media (max-width: 991px) {

.hero__image {
      height: 60vh;

      right: 0;

      opacity: 0.2
  }
    }

@media (max-width: 767px) {

.hero__image {
      height: 50vh;

      opacity: 0.15
  }
    }

.hero__logo {
    max-width: 100%;
    height: auto;
  }

@media (max-width: 767px) {

.hero__logo {
      width: 260px
  }
    }

@media (max-width: 575px) {

.hero__logo {
      width: 200px
  }
    }

.hero__description {
    border-left: 1px solid #000;
    padding: 0.5rem 1.5rem;
    color: #292F2D;
  }

/* ---- About section ---- */

.about__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    gap: 2rem;
  }

@media (max-width: 991px) {

.about__top {
      flex-direction: column
  }
    }

.about__text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 655px;
  }

@media (max-width: 991px) {

.about__text {
      max-width: 100%
  }
    }

.about__image {
    width: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
  }

@media (max-width: 1199px) {

.about__image {
      width: 500px
  }
    }

@media (max-width: 991px) {

.about__image {
      width: 100%;

      max-height: 400px
  }
    }

.about__grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }

@media (max-width: 991px) {

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

@media (max-width: 575px) {

.about__grid {
      grid-template-columns: 1fr
  }
    }

/* ---- How it works section ---- */

.how-works__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

@media (max-width: 767px) {

.how-works__grid {
      grid-template-columns: 1fr
  }
    }

.how-works__card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all var(--transition-smooth);
  }

.how-works__card:hover {
      border-color: rgba(255, 255, 255, 0.12);
      transform: translateY(-3px);
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
    }

.how-works__card:hover .how-works__image-wrap img {
        transform: scale(1.03);
      }

.how-works__image-wrap {
    overflow: hidden;
    border-radius: 0.5rem;
    margin: 0.75rem;
  }

.how-works__image-wrap img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 0.5rem;
      aspect-ratio: 16 / 10;
      -o-object-fit: cover;
         object-fit: cover;
      transition: transform var(--transition-smooth);
    }

.how-works__text {
    padding: 1.25rem 1.5rem 1.75rem;
    text-align: center;
    opacity: 0.75;
    line-height: 1.5;
  }

@media (max-width: 575px) {

.how-works__text {
      padding: 1rem 1.25rem 1.5rem
  }
    }

/* ---- Battlefield section ---- */

.battlefield {
  position: relative;
  overflow: visible;
  margin-top: 4rem;
  padding: 64px 0;
  background: linear-gradient(135deg, #0070D9, #067AC3);
}

@media (max-width: 992px) {

.battlefield {
    overflow: hidden;

    padding: 48px 0
}
  }

.battlefield__inner {
    border-radius: 1rem;
    position: relative;
    overflow: visible;
  }

.battlefield__content {
    position: relative;
    z-index: 2;
    max-width: 540px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }

@media (max-width: 991px) {

.battlefield__content {
      max-width: 100%
  }
    }

.battlefield__description {
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    padding-left: 1.25rem;
    opacity: 0.85;
    line-height: 1.6;
  }

.battlefield__stats {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
  }

.battlefield__stat {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: all var(--transition-base);
  }

@media (max-width: 767px) {

.battlefield__stat {
      padding: 0.75rem 1rem
  }
    }

.battlefield__stat:hover {
      border-color: rgba(255, 255, 255, 0.6);
      background: rgba(255, 255, 255, 0.08);
    }

.battlefield__stat-value {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }

@media (max-width: 991px) {

.battlefield__stat-value {
      font-size: 32px
  }
    }

@media (max-width: 575px) {

.battlefield__stat-value {
      font-size: 1.5rem
  }
    }

.battlefield__stat-label {
    font-size: 0.875rem;
    opacity: 0.8;
    color: #fff;
    max-width: 100px;
    line-height: 1.3;
  }

@media (max-width: 575px) {

.battlefield__stat-label {
      font-size: 0.8rem
  }
    }

.battlefield__image {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 120%;
    z-index: 1;
    pointer-events: none;
  }

@media (max-width: 992px) {

.battlefield__image {
      left: 10px
  }
    }

.battlefield__image img {
      height: 100%;
      width: auto;
      display: block;
      -o-object-fit: contain;
         object-fit: contain;
    }

@media (max-width: 991px) {

.battlefield__image {
      position: relative;

      right: auto;

      bottom: auto;

      height: auto;

      width: 70%;

      max-width: 360px;

      margin: 1.5rem auto 0;

      transform: scale(1.5)
  }

      .battlefield__image img {
        width: 100%;
        height: auto;
      }
    }

@media (max-width: 575px) {

.battlefield__image {
      width: 90%
  }
    }

/* ---- Products Accordion ---- */

.products-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.products-accordion__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: .2s;
  }

.products-accordion__item.is-open {
      background: rgba(255, 255, 255, 0.05);
    }

@media (max-width: 767px) {

.products-accordion__item.is-open {
        background: none
    }
      }

.products-accordion__item:hover {
      background: rgba(255, 255, 255, 0.02);
    }

/* --- Header --- */

.products-accordion__header {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 48px;
    align-items: center;
    gap: 64px;
    padding: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: left;
    transition: opacity var(--transition-base);
  }

.products-accordion__header:hover {
      opacity: 0.85;
    }

@media (max-width: 1199px) {

.products-accordion__header {
      gap: 32px
  }
    }

@media (max-width: 991px) {

.products-accordion__header {
      grid-template-columns: 1fr 1fr 48px;

      gap: 24px
  }
    }

@media (max-width: 767px) {

.products-accordion__header {
      grid-template-columns: 1fr auto;

      gap: 16px;

      padding: 20px 16px
  }
    }

@media (max-width: 575px) {

.products-accordion__header {
      padding: 16px 0;

      gap: 12px
  }
    }

.products-accordion__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 380px;
    justify-content: space-between;
    height: 100%;
  }

@media (max-width: 991px) {

.products-accordion__info {
      max-width: 320px
  }
    }

@media (max-width: 767px) {

.products-accordion__info {
      max-width: 100%;

      grid-column: 1 / -1;

      order: 2
  }
    }

.products-accordion__desc {
    font-size: 18px;
    line-height: 1.5;
  }

@media (max-width: 991px) {

.products-accordion__desc {
      font-size: 16px
  }
    }

@media (max-width: 767px) {

.products-accordion__desc {
      font-size: 14px
  }
    }

.products-accordion__num {
    font-size: 0.85rem;
    opacity: 0.5;
  }

.products-accordion__preview {
    width: 100%;
    max-width: 520px;
    height: auto;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px;
  }

@media (max-width: 1199px) {

.products-accordion__preview {
      max-height: 220px
  }
    }

@media (max-width: 991px) {

.products-accordion__preview {
      display: none
  }
    }

.products-accordion__header:hover .products-accordion__preview {
    opacity: 1;
    transform: scale(1);
  }

.products-accordion__title {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.1;
  }

@media (max-width: 1199px) {

.products-accordion__title {
      font-size: 56px
  }
    }

@media (max-width: 991px) {

.products-accordion__title {
      font-size: 44px
  }
    }

@media (max-width: 767px) {

.products-accordion__title {
      font-size: 36px
  }
    }

@media (max-width: 575px) {

.products-accordion__title {
      font-size: 28px
  }
    }

.products-accordion__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    transition: all var(--transition-base);
    flex-shrink: 0;
  }

.products-accordion__arrow svg {
      transition: transform var(--transition-base);
    }

.products-accordion__arrow.is-open svg {
      transform: rotate(180deg);
    }

.products-accordion__arrow:hover {
      border-color: rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.05);
    }

@media (max-width: 767px) {

.products-accordion__arrow {
      width: 40px;

      height: 40px
  }

      .products-accordion__arrow svg {
        width: 28px;
        height: 26px;
      }
    }

@media (max-width: 575px) {

.products-accordion__arrow {
      width: 36px;

      height: 36px
  }

      .products-accordion__arrow svg {
        width: 24px;
        height: 22px;
      }
    }

/* --- Body --- */

.products-accordion__body {
    overflow: hidden;
    padding: 24px;
  }

@media (max-width: 767px) {

.products-accordion__body {
      padding: 16px
  }
    }

@media (max-width: 575px) {

.products-accordion__body {
      padding: 12px 0
  }
    }

.products-accordion__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.75rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    margin-bottom: 1.5rem;
  }

@media (max-width: 767px) {

.products-accordion__gallery {
      grid-template-columns: 1fr
  }
    }

.products-accordion__gallery-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    transition: background var(--transition-base);
  }

.products-accordion__gallery-item:hover {
      background: rgba(255, 255, 255, 0.03);
    }

@media (max-width: 575px) {

.products-accordion__gallery-item {
      padding: 1rem
  }
    }

.products-accordion__gallery-item img {
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 420px;
      transition: transform var(--transition-smooth);
    }

@media (max-width: 991px) {

.products-accordion__gallery-item img {
        max-height: 320px
    }
      }

@media (max-width: 767px) {

.products-accordion__gallery-item img {
        max-height: 220px
    }
      }

.products-accordion__gallery-item:hover img {
      transform: scale(1.02);
    }

.products-accordion__gallery-label {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    padding: 0.35rem 1rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    opacity: 0.85;
  }

.products-accordion__weight {
    padding-bottom: 2rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

/* ---- Progress Stages ---- */

.progress-stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 80px;
}

@media (max-width: 767px) {

.progress-stages {
    grid-template-columns: 1fr;

    row-gap: 3rem;

    max-width: 320px;

    margin: 0 auto
}
  }

.progress-stages__item {
    display: contents;
  }

@media (max-width: 767px) {

.progress-stages__item {
      display: flex;

      flex-direction: column;

      align-items: center;

      gap: 60px
  }
    }

.progress-stages__card {
    grid-row: 1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0 15px rgba(150, 192, 213, 0.06), inset 0 0 15px rgba(150, 192, 213, 0.03);
    transition: box-shadow var(--transition-base), border-color var(--transition-base);
  }

.progress-stages__card:hover {
      border-color: rgba(150, 192, 213, 0.3);
      box-shadow: 0 0 25px rgba(150, 192, 213, 0.12), inset 0 0 20px rgba(150, 192, 213, 0.05);
    }

.progress-stages__card p {
      font-size: 0.9rem;
      line-height: 1.6;
      opacity: 0.85;
    }

@media (max-width: 767px) {

.progress-stages__card {
      width: 100%;

      grid-row: auto
  }
    }

.progress-stages__circle-wrap {
    grid-row: 2;
    justify-self: center;
    position: relative;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

@media (max-width: 767px) {

.progress-stages__circle-wrap {
      grid-row: auto
  }
    }

.progress-stages__svg {
    filter: drop-shadow(0 0 10px rgba(150, 192, 213, 0.45)) drop-shadow(0 0 25px rgba(150, 192, 213, 0.2));
  }

.progress-stages__percent {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--color-accent);
    text-shadow: 0 0 12px rgba(150, 192, 213, 0.6), 0 0 30px rgba(150, 192, 213, 0.3);
  }

/* ---- Section spacing ---- */

.section--padded {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

@media (max-width: 767px) {

.section--padded {
      padding-top: 3rem;

      padding-bottom: 3rem
  }
    }

/* ---- Contact Section ---- */

.contact-section {
  position: relative;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 6rem 0;
  min-height: 500px;
}

@media (max-width: 767px) {

.contact-section {
    padding: 3rem 0;

    min-height: auto
}
  }

.contact-section__inner {
    display: flex;
    justify-content: flex-end;
  }

.contact-section__form {
    width: 100%;
    max-width: 520px;
    background: rgba(10, 10, 15, 0.85);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2.5rem;
    color: #fff;
  }

@media (max-width: 991px) {

.contact-section__form {
      max-width: 460px
  }
    }

@media (max-width: 767px) {

.contact-section__form {
      max-width: 100%;

      padding: 1.5rem;

      background: rgba(10, 10, 15, 0.92)
  }
    }

/* WPForms overrides */

.contact-section .wpforms-container .wpforms-form .wpforms-field-label {
      color: rgba(255, 255, 255, 0.7) !important;
      font-size: 0.85rem !important;
      font-weight: 500 !important;
      margin-bottom: 6px !important;
    }

.contact-section .wpforms-container .wpforms-form .wpforms-field-sublabel {
      color: rgba(255, 255, 255, 0.4) !important;
    }

.contact-section .wpforms-container .wpforms-form input[type="text"],
    .contact-section .wpforms-container .wpforms-form input[type="email"],
    .contact-section .wpforms-container .wpforms-form input[type="tel"],
    .contact-section .wpforms-container .wpforms-form input[type="url"],
    .contact-section .wpforms-container .wpforms-form input[type="number"],
    .contact-section .wpforms-container .wpforms-form textarea,
    .contact-section .wpforms-container .wpforms-form select {
      background: rgba(255, 255, 255, 0.06) !important;
      border: 1px solid rgba(255, 255, 255, 0.15) !important;
      border-radius: 0.5rem !important;
      color: #fff !important;
      padding: 0.75rem 1rem !important;
      font-size: 0.95rem !important;
      transition: border-color 0.3s ease !important;
    }

.contact-section .wpforms-container .wpforms-form input[type="text"]::-moz-placeholder, .contact-section .wpforms-container .wpforms-form input[type="email"]::-moz-placeholder, .contact-section .wpforms-container .wpforms-form input[type="tel"]::-moz-placeholder, .contact-section .wpforms-container .wpforms-form input[type="url"]::-moz-placeholder, .contact-section .wpforms-container .wpforms-form input[type="number"]::-moz-placeholder, .contact-section .wpforms-container .wpforms-form textarea::-moz-placeholder, .contact-section .wpforms-container .wpforms-form select::-moz-placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
      }

.contact-section .wpforms-container .wpforms-form input[type="text"]::placeholder, .contact-section .wpforms-container .wpforms-form input[type="email"]::placeholder, .contact-section .wpforms-container .wpforms-form input[type="tel"]::placeholder, .contact-section .wpforms-container .wpforms-form input[type="url"]::placeholder, .contact-section .wpforms-container .wpforms-form input[type="number"]::placeholder, .contact-section .wpforms-container .wpforms-form textarea::placeholder, .contact-section .wpforms-container .wpforms-form select::placeholder {
        color: rgba(255, 255, 255, 0.35) !important;
      }

.contact-section .wpforms-container .wpforms-form input[type="text"]:focus, .contact-section .wpforms-container .wpforms-form input[type="email"]:focus, .contact-section .wpforms-container .wpforms-form input[type="tel"]:focus, .contact-section .wpforms-container .wpforms-form input[type="url"]:focus, .contact-section .wpforms-container .wpforms-form input[type="number"]:focus, .contact-section .wpforms-container .wpforms-form textarea:focus, .contact-section .wpforms-container .wpforms-form select:focus {
        border-color: var(--color-accent) !important;
        outline: none !important;
        box-shadow: 0 0 0 3px rgba(150, 192, 213, 0.15) !important;
        background: rgba(255, 255, 255, 0.08) !important;
      }

.contact-section .wpforms-container .wpforms-form textarea {
      min-height: 120px !important;
      resize: vertical !important;
    }

.contact-section .wpforms-container .wpforms-form .wpforms-field {
      padding: 0 0 16px !important;
    }

.contact-section .wpforms-container .wpforms-form .wpforms-submit-container {
      padding-top: 8px !important;
    }

.contact-section .wpforms-container .wpforms-form button[type="submit"],
    .contact-section .wpforms-container .wpforms-form .wpforms-submit {
      background: var(--color-accent) !important;
      color: #fff !important;
      border: none !important;
      border-radius: 9999px !important;
      padding: 0.75rem 2rem !important;
      font-size: 1rem !important;
      font-weight: 500 !important;
      cursor: pointer !important;
      transition: all 0.3s ease !important;
      width: 100% !important;
    }

.contact-section .wpforms-container .wpforms-form button[type="submit"]:hover, .contact-section .wpforms-container .wpforms-form .wpforms-submit:hover {
        background: var(--color-accent-hover) !important;
        box-shadow: 0 4px 20px rgba(150, 192, 213, 0.4) !important;
        transform: translateY(-1px) !important;
      }

.contact-section .wpforms-container .wpforms-form button[type="submit"]:active, .contact-section .wpforms-container .wpforms-form .wpforms-submit:active {
        transform: scale(0.98) !important;
      }

.contact-section .wpforms-container .wpforms-form .wpforms-required-label {
      color: var(--color-accent) !important;
    }

.contact-section .wpforms-container .wpforms-form .wpforms-error,
    .contact-section .wpforms-container .wpforms-form label.wpforms-error {
      color: #ff6b6b !important;
      font-size: 0.8rem !important;
    }

.contact-section .wpforms-container .wpforms-form input.wpforms-error,
    .contact-section .wpforms-container .wpforms-form textarea.wpforms-error {
      border-color: #ff6b6b !important;
    }

/* ---- Smooth scroll ---- */

html {
  scroll-behavior: smooth;
}

/* ---- Concept Images Hover ---- */

.concept-img {
  transition: transform var(--transition-smooth), box-shadow var(--transition-smooth);
}

.concept-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  }

/* ---- Stat Glow Hover ---- */

.battlefield__stat {
  transition: all var(--transition-base);
}

.battlefield__stat:hover {
    border-color: rgba(150, 192, 213, 0.5);
    box-shadow: 0 0 20px rgba(150, 192, 213, 0.12);
  }

.battlefield__stat:hover .battlefield__stat-value {
    text-shadow: 0 0 15px rgba(150, 192, 213, 0.3);
  }

/* ---- Header scroll state ---- */

header {
  transition: background var(--transition-base), box-shadow var(--transition-base);
}

header.is-scrolled {
    background: rgba(10, 10, 15, 0.85);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  }

/* ---- Link underline hover ---- */

.nav a {
  position: relative;
}

.nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--color-accent);
    transition: width var(--transition-base);
  }

.nav a:hover::after {
    width: 100%;
  }

/* ---- Selection ---- */

::-moz-selection {
  background: var(--color-accent);
  color: #fff;
}

::selection {
  background: var(--color-accent);
  color: #fff;
}

@media (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:text-36 {
    font-size: 36px;
  }

  .md\:text-48 {
    font-size: 48px;
  }

  .md\:text-56 {
    font-size: 56px;
  }
}

@media (min-width: 992px) {
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-none {
    flex: none;
  }

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .lg\:text-14 {
    font-size: 14px;
  }

  .lg\:text-16 {
    font-size: 16px;
  }

  .lg\:text-24 {
    font-size: 24px;
  }

  .lg\:text-48 {
    font-size: 48px;
  }

  .lg\:text-56 {
    font-size: 56px;
  }

  .lg\:text-64 {
    font-size: 64px;
  }
}
