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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: "Poppins", sans-serif;
  background:

            linear-gradient(180deg,
                var(--color-primary) 0%,
                var(--color-secondary) 50%,
                var(--color-primary) 100%);
  background-attachment: fixed;
  color: var(--color-text);
}

.fade-up,
    .fade-in {
  opacity: 1;
  transform: none;
}

.fade-up.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition:
            opacity 0.8s ease,
            transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-up.animate-on-scroll.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
}

.fade-in.animate-on-scroll.show {
  opacity: 1;
}

.fade-delay-1 {
  transition-delay: 0.1s;
}

.fade-delay-2 {
  transition-delay: 0.2s;
}

.fade-delay-3 {
  transition-delay: 0.3s;
}

.fade-delay-4 {
  transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .fade-up,
        .fade-in,
        .fade-up.animate-on-scroll,
        .fade-in.animate-on-scroll {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.container {
  width: 100%;
}

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

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

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

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

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

.heading-lg {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .heading-lg {
    font-size: 3rem;
    line-height: 1;
  }
}

.heading-md {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
}

@media (min-width: 768px) {
  .heading-md {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.heading-sm {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-sm {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.text-muted {
  color: var(--color-text-muted);
}

.container-main {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-main {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: var(--btn-blue);
  border-radius: var(--radius-xs);
  transition: var(--transition-default);
}

.btn-primary:hover {
  background: var(--btn-blue-hover);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border: 1px solid var(--color-border-light);
  color: var(--color-text);
  border-radius: var(--radius-xs);
  transition: var(--transition-default);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
}

.glass {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid var(--color-border);
}

.navbar {
  border-bottom-width: 1px;
  background:
            linear-gradient(to bottom,
                #020a12,
                #060d14);
  border-color: var(--color-border);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

/* LOGO */

.navbar-logo-group {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.navbar-logo-icon {
  height: 2.25rem;
  width: 2.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-logo-text {
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 1px;
}

/* DESKTOP REFINEMENT */

@media (min-width: 1024px) {
  .navbar-inner {
    min-height: 78px;
  }

  .navbar-logo-group {
    gap: 0.75rem;
  }

  .navbar-logo-icon {
    height: 2.5rem;
    width: 2.5rem;
  }

  .navbar-logo-text {
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    top: 1px;
  }
}

/* LINKS */

.nav-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--color-text);
  transition: var(--transition-default);
}

.nav-link:hover {
  color: var(--color-text-muted);
}

/* CTA */

.navbar-cta {
  min-height: 42px;
}

/* MENU BUTTON */

.navbar-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .navbar-menu-btn {
    display: none;
  }
}

.navbar-menu-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: var(--transition-default);
}

.navbar-menu-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}

.navbar-menu-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.hero-layout {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .hero-layout {
    display: flex;
    align-items: center;
  }
}

.hero-layout {
  min-height: calc(100vh - 78px);
  padding-top: 2rem;
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 460px;
}

/* HEADING */

.hero-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.32;
  color: white;
}

.hero-heading span {
  display: inline;
}

/* DESCRIPTION */

.hero-description {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 540px;
  color: #b0b5c2;
}

/* FEATURES */

.hero-features {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .hero-features {
    justify-content: flex-start;
  }
}

.hero-features {
  gap: 3rem;
  margin-top: 1.5rem;
}

.hero-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-feature-item p {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-feature-item svg {
  height: 2.25rem;
  width: 2.25rem;
  color: var(--text-blue);
}

@media (min-width: 1024px) {
  .hero-features {
    margin-top: 2.5rem;
  }
}

/* BUTTONS */

.hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-btn-primary,
    .hero-btn-secondary {
  justify-content: center;
}

@media (max-width: 640px) {
  .hero-btn-primary,
        .hero-btn-secondary {
    flex: 1;
    white-space: nowrap;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    font-size: 0.82rem;
  }
}

/* DESKTOP */

@media (min-width: 1024px) {
  .hero-layout {
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pricing-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {
  .pricing-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.pricing-section {
  position: relative;
  overflow: hidden;
  /* background:

            radial-gradient(circle at top left,
                rgba(61, 110, 229, 0.11) 0%,
                rgba(61, 110, 229, 0.05) 18%,
                transparent 38%),

            radial-gradient(circle at bottom right,
                rgba(61, 110, 229, 0.11) 0%,
                rgba(61, 110, 229, 0.05) 18%,
                transparent 38%), */
}

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

@media (min-width: 1024px) {
  .faq-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.faq-section {
  padding-bottom: 7rem;
  position: relative;
  overflow: hidden;
  background:
            radial-gradient(circle at center,
                rgba(61, 110, 229, 0.05),
                transparent 60%);
}

/* HEADER */

.pricing-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 860px;
}

.pricing-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.22;
  color: white;
  text-align: center;
}

.pricing-heading span {
  display: inline;
}

/* DESKTOP ONLY */

@media (min-width: 768px) {
  .pricing-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.pricing-description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9rem;
  max-width: 820px;
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* GRID */

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

@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pricing-grid {
  gap: 2rem;
  margin-top: 4rem;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-note {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #94a3b8;
}

@media (max-width: 640px) {
  .pricing-grid {
    margin-top: 2rem;
  }

  .pricing-note {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .pricing-card {
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* CARD */

.pricing-card {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  min-height: 475px;
  padding: 1.6rem;
  border-radius: 22px;
  /* background:
            linear-gradient(to bottom,
                rgba(255, 255, 255, 0.04),
                rgba(255, 255, 255, 0.02)); */
  border: 1px solid rgba(61, 110, 229, 0.35);
  box-shadow:
            0 0 0 1px rgba(61, 110, 229, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(61, 110, 229, 0.4);
}

.pricing-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.pricing-card-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: white;
}

.pricing-card-subtitle {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #94a3b8;
}

.pricing-price {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: var(--text-blue);
  white-space: nowrap;
}

/* FEATURES */

.pricing-features {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-bottom: 1.75rem;
  margin-top: 2rem;
}

.pricing-features li {
  display: flex;
  align-items: center;
  font-size: 0.96rem;
  color: #dbe4f0;
}

.pricing-features li::before {
  content: "✓";
  margin-right: 0.7rem;
  color: var(--text-blue);
  font-weight: bold;
}

/* BUTTON */

.pricing-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 52px;
  border-radius: 12px;
  background: var(--btn-blue);
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease;
}

.pricing-button:hover {
  background: var(--btn-blue-hover);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .hero-heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .pricing-heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .pricing-description {
    font-size: 1rem;
    line-height: 1.7;
  }
}

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

@media (min-width: 1024px) {
  .report-showcase-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.report-showcase-section {
  position: relative;
  background:
            radial-gradient(circle at center,
                rgba(61, 110, 229, 0.08),
                transparent 55%);
}

.report-showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: 3rem;
  align-items: start;
}

@media (max-width: 1200px) {
  .report-showcase-layout {
    grid-template-columns: 1fr;
  }

  .report-showcase-content {
    max-width: 700px;
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 110, 229, 0.25);
  background: rgba(61, 110, 229, 0.08);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #93c5fd;
  margin-bottom: 1.5rem;
}

.report-showcase-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
}

.report-showcase-heading span {
  display: inline;
  margin-top: 0.2rem;
}

.report-showcase-description {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* FEATURES */

.report-showcase-features {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}

.report-showcase-feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.report-showcase-feature-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(61, 110, 229, 0.12);
  border: 1px solid rgba(61, 110, 229, 0.22);
  color: var(--text-blue);
  font-weight: 700;
}

.report-showcase-feature h3 {
  font-size: 1rem;
  font-weight: 500;
  color: white;
}

.report-showcase-feature p {
  margin-top: 0.3rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* RIGHT */

.report-showcase-preview {
  position: relative;
  min-width: 0;
}

/* PAGES */

.report-pages-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.report-page-label {
  margin-bottom: 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--text-blue);
  text-align: center;
}

.report-image-card {
  position: relative;
  aspect-ratio: 0.707;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
            0 20px 60px rgba(0, 0, 0, 0.35);
}

.report-image-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}

/* MOBILE */

@media (max-width: 640px) {
  .report-showcase-heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .report-showcase-description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .report-pages-wrap {
    gap: 1rem;
  }
}

/* =========================================================
   REPORT CONTROLS
========================================================= */

/* =========================================================
        REPORT TOOLBAR
    ========================================================= */

.report-toolbar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 0.5rem;
  border-radius: 22px;
  overflow-x: hidden;
  background:
            linear-gradient(to bottom,
                rgba(255, 255, 255, 0.035),
                rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  margin-bottom: 2rem;
  min-width: 0;
  position: relative;
  left: -25px;
  width: -moz-fit-content;
  width: fit-content;
}

/* LEFT */

.report-toolbar-left {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.report-toolbar-left::-webkit-scrollbar {
  display: none;
}

/* TAB */

.report-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 54px;
  padding: 0 1.15rem;
  border-radius: 14px;
  color: #dbe4f0;
  font-size: 0.88rem;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.report-tab:hover {
  background: rgba(255, 255, 255, 0.04);
}

.report-tab.active {
  background:
            linear-gradient(135deg,
                #3553d0,
                #4266f5);
  color: white;
  box-shadow:
            0 10px 30px rgba(53, 83, 208, 0.28);
}

/* RIGHT */

.report-toolbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  padding-left: 0.5rem;
}

/* SWITCH */

.report-mode-switch {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem;
  border-radius: 999px;
  background:
            linear-gradient(to bottom,
                rgba(255, 255, 255, 0.04),
                rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.report-mode-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #94a3b8;
  transition: all 0.25s ease;
}

.report-mode-btn.active {
  background:
            linear-gradient(135deg,
                #3553d0,
                #4266f5);
  color: white;
}

.report-mode-icon {
  width: 18px;
  height: 18px;
}

/* ACTIVE */

.report-mode-btn.active {
  background:
            linear-gradient(135deg,
                #3553d0,
                #4266f5);
  color: white;
  box-shadow:
            0 6px 20px rgba(53, 83, 208, 0.32);
}

/* HOVER */

.report-mode-btn:hover {
  color: white;
}

/* MOBILE */

@media (max-width: 1024px) {
  .report-toolbar-right {
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .report-toolbar {
    width: 100%;
    left: 0;
  }

  .report-toolbar-left {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    width: 100%;
    overflow: visible;
  }

  .report-tab {
    width: 100%;
    justify-content: flex-start;
    padding: 0 1rem;
  }

  .report-tab-icon {
    width: 17px;
    height: 17px;
  }
}

/* MODE ROW */

.report-mode-row {
  display: flex;
  justify-content: flex-end;
  margin-top: -0.75rem;
  margin-bottom: 2rem;
}

.report-page-block {
  min-width: 0;
}

@media (max-width: 768px) {
  .report-pages-wrap {
    grid-template-columns: 1fr;
  }

  .report-mode-row {
    justify-content: flex-end;
    width: 100%;
  }

  .report-toolbar-right {
    width: auto;
  }
}

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

@media (min-width: 1024px) {
  .setup-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.setup-section {
  position: relative;
}

.setup-layout {
  display: grid;
  grid-template-columns: minmax(0, 450px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

@media (max-width: 1200px) {
  .setup-layout {
    grid-template-columns: 1fr;
  }

  .setup-content {
    max-width: 700px;
  }
}

.setup-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
}

.setup-heading span {
  display: inline;
  margin-top: 0.2rem;
}

.setup-description {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* RIGHT SIDE */

.setup-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* CARD */

.setup-step-card {
  position: relative;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) 200px;
  gap: 1.25rem;
  align-items: center;
  min-height: 220px;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(61, 110, 229, 0.14);
  transition: all 0.3s ease;
  overflow: visible;
}

.setup-step-card:hover {
  transform: translateY(-2px);
  border-color: rgba(71, 123, 255, 0.24);
  box-shadow:
            0 20px 50px rgba(0, 0, 0, 0.22);
}

/* LEFT */

.setup-step-left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.setup-step-number {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: white;
  /* 
        background:
            radial-gradient(circle at top,
                rgba(71, 123, 255, 0.14),
                rgba(71, 123, 255, 0.05)); */
  border: 1px solid rgba(71, 123, 255, 0.45);
  box-shadow:
            0 0 12px rgba(71, 123, 255, 0.22),
            inset 0 0 18px rgba(71, 123, 255, 0.08);
}

.setup-step-line {
  position: absolute;
  left: 50%;
  top: calc(50% + 42px);
  width: 2px;
  /* Reduced height to create perfect symmetric spacing between the circles */
  height: calc(100% - 60px);
  transform: translateX(-50%);
  /* Boosted bottom opacity so the line blends better into the solid arrow */
  background: linear-gradient(to bottom,
                rgba(71, 123, 255, 0.95),
                rgba(71, 123, 255, 0.5));
  z-index: 1;
}

/* ARROW */

.setup-step-line::after {
  content: "";
  position: absolute;
  left: 50%;
  /* Pulled up slightly so the line tip sits exactly inside the V vertex */
  bottom: -2px;
  width: 12px;
  height: 12px;
  border-right: 2px solid rgba(71, 123, 255, 0.85);
  border-bottom: 2px solid rgba(71, 123, 255, 0.85);
  transform: translateX(-50%) rotate(45deg);
  filter: drop-shadow(0 0 6px rgba(71, 123, 255, 0.45));
}

.setup-step-card:last-child .setup-step-line {
  display: none;
}

/* IMAGE */

.setup-step-image {
  min-width: 0;
}

.setup-image {
  height: 160px;
  overflow: hidden;
  position: relative;
}

/* RIGHT CONTENT */

.setup-step-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.4;
  color: white;
}

.setup-step-content p {
  margin-top: 0.65rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #94a3b8;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .setup-step-card {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .setup-step-content {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .setup-heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .setup-description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .setup-step-card {
    grid-template-columns: 48px 1fr;
    gap: 0.9rem;
    padding: 0.8rem;
  }

  .setup-image {
    height: 120px;
  }

  .setup-step-number {
    width: 40px;
    height: 40px;
    font-size: 0.82rem;
  }

  .setup-step-content h3 {
    font-size: 1rem;
  }

  .setup-step-content p {
    font-size: 0.88rem;
  }
}

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

@media (min-width: 1024px) {
  .workflow-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.workflow-section {
  position: relative;
  overflow: hidden;
  /* background:
             radial-gradient(circle at top center,
                rgba(61, 110, 229, 0.08),
                transparent 45%), 

            linear-gradient(to bottom,
                #030b14,
                #020912); */
}

.workflow-bg {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background:
            linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
          mask-image: radial-gradient(circle at center, black 30%, transparent 80%);
}

/* HEADER */

.workflow-header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 860px;
}

.workflow-heading {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.22;
  color: white;
}

.workflow-description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #94a3b8;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */

.workflow-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.workflow-line {
  position: absolute;
  top: 61px;
  left: 10%;
  right: 10%;
  height: 2.5px;
  border-radius: 999px;
  background:
            linear-gradient(to right,
                rgba(53, 83, 208, 0.22),
                rgba(71, 123, 255, 0.9) 50%,
                rgba(53, 83, 208, 0.22));
  box-shadow:
            0 0 6px rgba(71, 123, 255, 0.22);
  z-index: 0;
  overflow: hidden;
}

.workflow-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
            repeating-linear-gradient(to right,

                transparent 0px,
                transparent 142px,

                rgba(214, 226, 255, 0.95) 142px,
                rgba(214, 226, 255, 0.95) 144px,

                transparent 144px,
                transparent 148px,

                rgba(180, 205, 255, 0.72) 148px,
                rgba(180, 205, 255, 0.72) 150px,

                transparent 150px,
                transparent 154px,

                rgba(120, 160, 255, 0.38) 154px,
                rgba(120, 160, 255, 0.38) 156px,

                transparent 156px,
                transparent 310px);
  opacity: 0.95;
}

/* CARD */

.workflow-card {
  position: relative;
  z-index: 1;
}

/* ICON */

.workflow-icon-wrap {
  position: relative;
  width: 124px;
  height: 124px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background:
            radial-gradient(circle at 50% 30%,
                rgba(255, 255, 255, 0.02),
                rgba(255, 255, 255, 0.005));
  border: 1.5px solid rgba(71, 123, 255, 0.26);
  backdrop-filter: blur(10px);
  box-shadow:
            inset 0 0 18px rgba(255, 255, 255, 0.01),
            0 0 10px rgba(71, 123, 255, 0.08);
}

.workflow-icon::after {
  content: "";
  position: absolute;
  inset: -13px;
  border-radius: 999px;
  border: 1px solid rgba(71, 123, 255, 0.05);
  opacity: 1;
}

.workflow-icon svg {
  width: 56px;
  height: 56px;
  color: var(--text-blue);
  filter:
            drop-shadow(0 0 3px rgba(71, 123, 255, 0.12));
}

/* NUMBER */

.workflow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 56px;
  height: 32px;
  padding: 0 0.95rem;
  margin-top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  border: 1px solid rgba(71, 123, 255, 0.14);
  background:
            linear-gradient(to bottom,
                rgba(53, 83, 208, 0.07),
                rgba(53, 83, 208, 0.02));
  font-size: 0.84rem;
  font-weight: 500;
  color: #d7e3ff;
  box-shadow:
            0 0 6px rgba(71, 123, 255, 0.04);
}

/* TEXT */

.workflow-card-title {
  margin-top: 1.8rem;
  font-size: 1.35rem;
  font-weight: 600;
  text-align: center;
  color: white;
}

.workflow-card-description {
  margin-top: 1rem;
  font-size: 0.96rem;
  line-height: 1.8;
  text-align: center;
  color: #94a3b8;
}

/* MOCKS */

.workflow-mock-card,
    .workflow-form-mock,
    .workflow-analysis-card,
    .workflow-export-card {
  margin-top: 2rem;
  border-radius: 20px;
  background:
            linear-gradient(to bottom,
                rgba(255, 255, 255, 0.04),
                rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem;
  backdrop-filter: blur(10px);
}

/* STEP 1 */

.workflow-mock-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.workflow-mock-item {
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  font-size: 0.92rem;
  color: #dbe4f0;
}

.workflow-mock-item.active {
  border-color: rgba(61, 110, 229, 0.35);
  background: rgba(61, 110, 229, 0.12);
}

/* STEP 2 */

.workflow-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.workflow-input {
  padding: 0.9rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  color: #94a3b8;
}

/* STEP 3 */

.workflow-analysis-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.workflow-analysis-item {
  font-size: 0.92rem;
  color: #dbe4f0;
}

/* STEP 4 */

.workflow-export-preview {
  display: flex;
  gap: 0.75rem;
}

.workflow-export-page {
  flex: 1;
  aspect-ratio: 0.72;
  border-radius: 12px;
  background:
            linear-gradient(to bottom,
                #f8fafc,
                #dbe4f0);
}

.workflow-export-status {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(34, 197, 94, 0.18);
  font-size: 0.9rem;
  color: #86efac;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .workflow-line {
    display: none;
  }
}

@media (max-width: 640px) {
  .workflow-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .workflow-heading {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .workflow-description {
    font-size: 1rem;
    line-height: 1.7;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }

  .workflow-card-title {
    font-size: 1.2rem;
  }
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-bottom-32 {
  bottom: -8rem;
}

.-left-32 {
  left: -8rem;
}

.-right-32 {
  right: -8rem;
}

.-right-\[40px\] {
  right: -40px;
}

.-top-32 {
  top: -8rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-\[-0\.3px\] {
  bottom: -0.3px;
}

.bottom-\[26px\] {
  bottom: 26px;
}

.left-0 {
  left: 0px;
}

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

.left-\[-120px\] {
  left: -120px;
}

.left-\[28px\] {
  left: 28px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-\[-120px\] {
  right: -120px;
}

.right-\[20px\] {
  right: 20px;
}

.top-0 {
  top: 0px;
}

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

.top-\[-180px\] {
  top: -180px;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[20px\] {
  top: 20px;
}

.top-\[4\%\] {
  top: 4%;
}

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

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

.z-\[9999\] {
  z-index: 9999;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

.mt-20 {
  margin-top: 5rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

.h-\[calc\(100vh-78px\)\] {
  height: calc(100vh - 78px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-\[54px\] {
  min-height: 54px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

.w-\[95\%\] {
  width: 95%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

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

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

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

.rounded-bl-\[28px\] {
  border-bottom-left-radius: 28px;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-\[var\(--color-border\)\] {
  border-color: var(--color-border);
}

.border-\[var\(--text-blue\)\] {
  border-color: var(--text-blue);
}

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

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

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

.bg-\[var\(--color-bg-2\)\] {
  background-color: var(--color-bg-2);
}

.bg-\[var\(--color-primary\)\] {
  background-color: var(--color-primary);
}

.bg-\[var\(--color-surface\)\] {
  background-color: var(--color-surface);
}

.bg-\[var\(--text-blue\)\] {
  background-color: var(--text-blue);
}

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

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

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

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

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

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

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

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

.bg-\[image\:var\(--btn-blue\)\] {
  background-image: var(--btn-blue);
}

.bg-\[radial-gradient\(circle_at_1px_1px\2c \#000_1px\2c transparent_0\)\] {
  background-image: radial-gradient(circle at 1px 1px,#000 1px,transparent 0);
}

.bg-\[radial-gradient\(circle_at_1px_1px\2c white_1px\2c transparent_0\)\] {
  background-image: radial-gradient(circle at 1px 1px,white 1px,transparent 0);
}

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

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

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

.from-\[var\(--color-primary\)\] {
  --tw-gradient-from: var(--color-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[var\(--text-blue\)\] {
  --tw-gradient-from: var(--text-blue) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[var\(--color-secondary\)\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--color-secondary) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[var\(--text-blue\)\] {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--text-blue) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[var\(--color-primary\)\] {
  --tw-gradient-to: var(--color-primary) var(--tw-gradient-to-position);
}

.to-\[var\(--text-blue\)\] {
  --tw-gradient-to: var(--text-blue) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-10 {
  padding: 2.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.text-\[13px\] {
  font-size: 13px;
}

.text-\[2\.7rem\] {
  font-size: 2.7rem;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

.leading-relaxed {
  line-height: 1.625;
}

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

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

.text-\[var\(--color-secondary\)\] {
  color: var(--color-secondary);
}

.text-\[var\(--color-text-dark\)\] {
  color: var(--color-text-dark);
}

.text-\[var\(--color-text-muted\)\] {
  color: var(--color-text-muted);
}

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.accent-blue-600 {
  accent-color: #2563eb;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-\[0\.03\] {
  opacity: 0.03;
}

.opacity-\[0\.04\] {
  opacity: 0.04;
}

.opacity-\[0\.08\] {
  opacity: 0.08;
}

.opacity-\[0\.12\] {
  opacity: 0.12;
}

.opacity-\[0\.4\] {
  opacity: 0.4;
}

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

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

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

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

.outline {
  outline-style: solid;
}

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

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

.blur-\[110px\] {
  --tw-blur: blur(110px);
  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);
}

.blur-\[120px\] {
  --tw-blur: blur(120px);
  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);
}

.blur-\[140px\] {
  --tw-blur: blur(140px);
  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);
}

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

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[-webkit-mask-image\:linear-gradient\(to_right\2c transparent_0\%\2c black_12\%\2c black_100\%\)\] {
  -webkit-mask-image: linear-gradient(to right,transparent 0%,black 12%,black 100%);
}

.\[background-size\:30px_30px\] {
  background-size: 30px 30px;
}

.\[mask-image\:linear-gradient\(to_right\2c transparent_0\%\2c black_12\%\2c black_100\%\)\] {
  -webkit-mask-image: linear-gradient(to right,transparent 0%,black 12%,black 100%);
          mask-image: linear-gradient(to right,transparent 0%,black 12%,black 100%);
}

/* =========================================================
   DESIGN SYSTEM
========================================================= */

:root {
  /* BACKGROUNDS */
  --color-primary: #020a12;
  --color-secondary: #060d14;
  --color-surface: #0b1722;
  --color-surface-light: #122131;
  --color-bg-2: #f6f7fa;
  /* TEXT */
  --color-text: #ffffff;
  --color-text-muted: #94a3b8;
  --color-text-soft: #cbd5e1;
  /* BLUE COLORS */
  --btn-blue: linear-gradient(135deg,
            #3553d0,
            #4266f5);
  --btn-blue-hover: linear-gradient(135deg,
            #3553d0,
            hsla(228, 90%, 61%, 0.98));
  --text-blue: #477bff;
  /* BORDERS */
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-light: rgba(255, 255, 255, 0.14);
  /* SHADOWS */
  --shadow-primary:
        0 10px 30px rgba(0, 0, 0, 0.35);
  /* RADIUS */
  --radius-xs: 3px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  /* TRANSITIONS */
  --transition-default: all 0.3s ease;
}

/* =========================================================
   BASE
========================================================= */

/* =========================================================
   TYPOGRAPHY
========================================================= */

/* =========================================================
   LAYOUT
========================================================= */

/* =========================================================
   BUTTONS
========================================================= */

/* =========================================================
   SURFACES
========================================================= */

/* =========================================================
   TYPOGRAPHY SYSTEM
========================================================= */

/* =========================================================
   NAVBAR
========================================================= */

.cookie-btn {
  background: var(--btn-blue);
  transition: var(--transition-default);
}

.cookie-btn:hover {
  background: var(--btn-blue-hover);
}

/* =========================================================
   MOBILE MENU
========================================================= */

.mobile-menu {
  overflow: hidden;
}

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

.mobile-menu {
  max-height: 0;
  opacity: 0;
  transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
  background:
        linear-gradient(to bottom,
            #060d14,
            #09131d);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu.open {
  max-height: 500px;
  opacity: 1;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.mobile-nav-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  padding: 1rem 0;
  border-bottom:
        1px solid rgba(255, 255, 255, 0.05);
  color: var(--color-text);
  transition: var(--transition-default);
}

.mobile-nav-link:hover {
  color: var(--color-text-muted);
}

.hero-blue-text {
  color: var(--text-blue);
}

/* =========================================================
   HERO SECTION
========================================================= */

/* =========================================================
   PRICING SECTION
========================================================= */

/* =========================================================
   REPORT SHOWCASE SECTION
========================================================= */

/* =========================================================
   SETUP AND ACTIVATION SECTION
========================================================= */

/* =========================================================
   WORKFLOW SECTION
========================================================= */

/* =========================================================
   TOASTS
========================================================= */

#toast-container {
  position: fixed;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  z-index: 99999;
}

.custom-toast {
  min-width: 320px;
  max-width: 420px;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation:
        toastSlide 0.25s ease;
  box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35);
}

.custom-toast.success {
  background:
        linear-gradient(to bottom,
            rgba(22, 101, 52, 0.96),
            rgba(20, 83, 45, 0.96));
  border-color:
        rgba(34, 197, 94, 0.22);
}

.custom-toast.error {
  background:
        linear-gradient(to bottom,
            rgba(127, 29, 29, 0.96),
            rgba(69, 10, 10, 0.96));
  border-color:
        rgba(239, 68, 68, 0.22);
}

.toast-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
}

.toast-message {
  margin-top: 0.35rem;
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

@keyframes toastSlide {
  from {
    opacity: 0;
    transform:
            translateY(-10px) translateX(10px);
  }

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

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

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

.hover\:bg-\[image\:var\(--btn-blue-hover\)\]:hover {
  background-image: var(--btn-blue-hover);
}

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

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

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

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

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

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

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

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

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

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:h-6 {
  height: 1.5rem;
}

@media (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:block {
    display: block;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-\[85\%\] {
    max-width: 85%;
  }

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

  .lg\:grid-cols-\[1\.1fr_1\.2fr\] {
    grid-template-columns: 1.1fr 1.2fr;
  }

  .lg\:grid-cols-\[1fr_1\.2fr\] {
    grid-template-columns: 1fr 1.2fr;
  }

  .lg\:grid-cols-\[340px_auto_auto_auto\] {
    grid-template-columns: 340px auto auto auto;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

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

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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