/* ============================================================================
   BRANDEFENSE THEME - TAILWIND CSS
   ============================================================================

   TABLE OF CONTENTS:
   ------------------
   1. FONT DECLARATIONS
      1.1 Forza Font Family
      1.2 ForzaSSm Font Family
      1.3 Manrope Font Family

   2. CSS CUSTOM PROPERTIES (Variables)

   3. TAILWIND DIRECTIVES

   4. BASE LAYER - Global Element Styles

   5. COMPONENTS LAYER
      5.1 Navigation Components
      5.2 Mega Menu Components
      5.3 Button Components
      5.4 Grid System (Bootstrap-style)
      5.5 Card Components
      5.6 Carousel Components
      5.7 Tab System Components
      5.8 Form Components
      5.9 Mobile Menu Components

   6. UTILITIES LAYER
      6.1 Background Utilities
      6.2 Gradient Overlays
      6.3 Visual Effects
      6.4 Helper Classes

   7. KEYFRAME ANIMATIONS

   8. RESPONSIVE OVERRIDES (Media Queries)

   ============================================================================ */

/* ============================================================================
   1. FONT DECLARATIONS
   ============================================================================ */

/* ----------------------------------------------------------------------------
   1.1 Forza Font Family
   ---------------------------------------------------------------------------- */

/* Forza Light - 300 weight */

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

  src: url('../fonts/Forza-Light%202.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* Forza Light Italic - 300 weight */

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

  src: url('../fonts/Forza-LightItalic%202.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

/* Forza Book - 400 weight (regular) */

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

  src: url('../fonts/Forza-Book.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

/* Forza Medium - 500 weight */

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

  src: url('../fonts/Forza-Medium%202.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

/* Forza Bold - 700 weight */

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

  src: url('../fonts/Forza-Bold%202.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

/* ----------------------------------------------------------------------------
   1.2 ForzaSSm Font Family
   ---------------------------------------------------------------------------- */

/* ForzaSSm Book Italic - 400 weight */

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

  src: url('../fonts/ForzaSSm-BookItalic.ttf') format('truetype');

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

/* ForzaSSm Medium Italic - 500 weight */

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

  src: url('../fonts/ForzaSSm-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

/* ForzaSSm Bold Italic - 700 weight */

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

  src: url('../fonts/ForzaSSm-BoldItalic%204.ttf') format('truetype');

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

/* ForzaSSm Black - 900 weight */

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

  src: url('../fonts/ForzaSSm-Black%202.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

/* ForzaSSm Black Italic - 900 weight */

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

  src: url('../fonts/ForzaSSm-BlackItalic%202.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

/* ----------------------------------------------------------------------------
   1.3 Manrope Font Family
   ---------------------------------------------------------------------------- */

/* Manrope - Variable font (200-800 weight range) */

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

  src: url('../fonts/Manrope.ttf') format('truetype');

  font-weight: 200 800;

  font-style: normal;

  font-display: swap;
}

/* ============================================================================
   2. CSS CUSTOM PROPERTIES (Variables)
   ============================================================================ */

:root {
  /* Primary Colors */
  --color-navy-black: #000313;
  --color-navy-blue: #11193F;
  --color-tart-orange: #FF5247;
  /* Text Colors */
  --color-text-primary: #ffffff;
  /* Font Families */
  --font-primary: 'Forza', sans-serif;
  --font-secondary: 'ForzaSSm', sans-serif;
}

/* ============================================================================
   3. TAILWIND DIRECTIVES
   ============================================================================ */

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

/* Global base styles */

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: clip;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 249 / var(--tw-bg-opacity, 1));
}

.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .\!container {
    max-width: 576px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .container {
    max-width: 576px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .container {
    max-width: 768px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 992px) {
  .\!container {
    max-width: 992px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .container {
    max-width: 992px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .container {
    max-width: 1200px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .\!container {
    max-width: 1400px !important;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .container {
    max-width: 1400px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

/* ------------------------------------------------------------------------
       List with Orange Bullet
       ------------------------------------------------------------------------ */

.list-orange-bullet {
  list-style-type: none;
  padding: 0px;
}

.list-orange-bullet li {
  position: relative;
  padding-left: 0px;
}

.list-orange-bullet li::before {
  content: '';
  margin-right: 0.75rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  vertical-align: middle;
  background-color: var(--color-tart-orange);
}

/* ------------------------------------------------------------------------
       5.1 Navigation Components
       ------------------------------------------------------------------------ */

/* Primary Navigation - List Reset */

.primary-nav ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

/* Primary Navigation - Link Styles */

.primary-nav .main-menu-item {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  transition: color 0.2s ease;
}

/* ------------------------------------------------------------------------
       5.2 Mega Menu Components
       ------------------------------------------------------------------------ */

/* Mega Menu Button - Span styling */

.mega-menu-button span {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 6px;
}

/* Mega Menu Button - Arrow icon */

.mega-menu-button span::after {
  content: url("../svg/arrow-down.svg");
  position: absolute;
  right: 12px;
  top: 0;
}

/* Mega Menu Button - Hover state */

.mega-menu-button:hover span,
    .has-mega-menu:hover .mega-menu-button span {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
}

/* Mega Menu - Container */

.mega-menu {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  opacity: 0;
}


body.admin-bar .lg\:hidden.mega-menu.top-0 {
  top: var(--wp-admin-bar-offset, 32px);
}

@media screen and (max-width: 782px) {
  
    body.admin-bar .lg\:hidden.mega-menu.top-0 {
    top: var(--wp-admin-bar-offset, 46px);
  }
}

.mega-menu {
  left: 0;
  right: 0;
  width: 100vw;
  height: 500px;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Mega Menu - Content background */

.mega-menu-content {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: radial-gradient(39.2% 39.2% at 50% 0%, rgba(255, 82, 71, 0.15) 0%, rgba(0, 3, 19, 0.15) 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%),
        rgba(0, 3, 19, 0.95);
}

/* Mega Menu - Show on hover */

.has-mega-menu:hover .mega-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* Mega Menu - Positioning context */

.has-mega-menu {
  position: relative;
}

/* Search Panel */

.search-panel {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  opacity: 0;
}


body.admin-bar .lg\:hidden.search-panel.top-0 {
  top: var(--wp-admin-bar-offset, 32px);
}

@media screen and (max-width: 782px) {
  
    body.admin-bar .lg\:hidden.search-panel.top-0 {
    top: var(--wp-admin-bar-offset, 46px);
  }
}

.search-panel {
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 1000;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-panel.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

/* ------------------------------------------------------------------------
       5.3 Button Components
       ------------------------------------------------------------------------ */

/* Red Button - Primary Action */

.btn-red {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-family: Forza, sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 36px 10px 16px;
  transition: background-color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 59 49 / var(--tw-bg-opacity, 1));
}

.pagination {
  display: flex;
}

.page-item {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  font-family: Forza, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-item:hover {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 235 237 / var(--tw-text-opacity, 1));
}

.page-item-active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 235 237 / var(--tw-text-opacity, 1));
}

.page-prev {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 235 237 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 235 237 / var(--tw-text-opacity, 1));
}

.page-next {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 235 237 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.page-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 235 237 / var(--tw-text-opacity, 1));
}

.btn-red::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background: url("../svg/button-top-right.svg") no-repeat center / contain;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-red:hover::after {
  transform: translateY(-50%) translateX(3px);
}

/* Red Circle Button - Secondary Action */

.btn-red-circle {
  position: relative;
  display: inline-block;
  border-width: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-family: Forza, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px 10px 0;
  transition: color 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-red-circle:hover {
  --tw-text-opacity: 1;
  color: rgb(218 59 49 / var(--tw-text-opacity, 1));
}

.btn-red-circle::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  right: -5px;
  top: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../svg/button-top-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transition: background-color 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-red-circle:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgb(218 59 49 / var(--tw-bg-opacity, 1));
  transform: translateX(3px);
}

/* Red Flat Button - Text Link */

.btn-red-flat {
  position: relative;
  display: inline-block;
  border-width: 0px;
  text-align: center;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.btn-red-flat::after {
  content: url("../svg/button-top-right.svg");
  position: absolute;
  right: -26px;
  width: 24px;
  height: 24px;
}

.btn-about-us-linkedin {
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
}

.btn-about-us-linkedin::after {
  content: url("../svg/linkedin.svg");
  position: absolute;
  width: 45px;
  height: 45px;
}

/* Navigation Buttons - Previous */

.btn-prev {
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(255,255,255,.15);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%), #000313;
}

.btn-prev::after {
  content: url("../svg/prev.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-prev:hover {
  background: #000313;
}

.btn-prev:hover::after {
  filter: none;
}

.red-wrap {
  position: relative;
  border-radius: 0.5rem;
}

.red-wrap img {
  filter: brightness(0.85) contrast(.8) saturate(2.5) hue-rotate(-30deg);
}

.red-wrap::after {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 105 71 / 0.82);
  mix-blend-mode: hue;
}

/* Navigation Buttons - Next */

.btn-next {
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgba(255,255,255,.15);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%), #000313;
}

.btn-next::after {
  content: url("../svg/next.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-next:hover {
  background: #000313;
}

.btn-next:hover::after {
  filter: none;
}

.btn-cybersecurity-glossary {
  position: relative;
  display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 0px;
  background-color: rgba(0, 3, 19, 0.05);
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-family: Forza, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: .2s ease-out;
  outline: none;
}

.btn-cybersecurity-glossary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
}

.btn-cybersecurity-glossary-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-cybersecurity-glossary-word {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(0, 3, 19, 0.15);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Forza, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
  transition: all 0.2s ease-out;
}

.btn-cybersecurity-glossary-word:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 82 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-filter {
  height: 2.5rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Forza, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
}

.btn-filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-filter-active {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-filter-active:before {
  content: url("../svg/square.svg");
  position: absolute;
  left: 15px;
  top: 6px;
}

.btn-category {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: left;
  font-family: Forza, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
}

.btn-category:before {
  content: url("../svg/square-navy-black.svg");
  position: absolute;
  left: 16px;
  top: 8px;
}

.btn-category:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-category:hover:before {
  content: url("../svg/square.svg");
  position: absolute;
  left: 16px;
  top: 8px;
}

.btn-category-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-category-active:before {
  content: url("../svg/square.svg");
  position: absolute;
  left: 16px;
  top: 8px;
}

.search-filter {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255,255,255,.15);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.13) 42.36%, rgba(255, 255, 255, 0.10) 100%);
}

.search-filter::before {
  display: none;
}

.search-filter-input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  background: transparent;
  padding-left: 16px;
  padding-right: 12px;
}

.search-filter-input::-moz-placeholder {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(204 208 219 / var(--tw-text-opacity, 1));
}

.search-filter-input::placeholder {
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(204 208 219 / var(--tw-text-opacity, 1));
}

/* --- Glossary Word Dropdown (lg and below) --- */

.glossary-word-dropdown {
  position: relative;
}

.glossary-word-toggle {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Forza, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  background: var(--color-navy-black);
  transition: all 0.2s ease-out;
}

.glossary-word-toggle::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url('../svg/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: transform 0.3s ease, background-image 0.2s ease;
}

.glossary-word-toggle:hover::after,
    .glossary-word-toggle.active::after {
  background-image: url('../svg/arrow-down.svg');
}

.glossary-word-toggle:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 82 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.glossary-word-toggle.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 82 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.glossary-word-toggle.active::after {
  transform: rotate(0deg);
}

/* Word list content - dropdown styles for mobile only */

@media (max-width: 1279px) {
  .glossary-word-list-content {
    z-index: 40;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgba(255,255,255,.15);
    --tw-bg-opacity: 1;
    background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
    padding: 1rem;
    top: 100%;
    margin-top: 0.5rem;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            opacity 0.3s ease,
            visibility 0.3s ease;
  }

  /* Dropdown open state (mobile) */

  .glossary-word-list-content.open {
    position: absolute;
    left: 0px;
    right: 0px;
    display: flex;
    max-height: 60vh;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }
}

/* Custom scrollbar for dropdown */

.glossary-word-list-content::-webkit-scrollbar {
  width: 6px;
}

.glossary-word-list-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}

.glossary-word-list-content::-webkit-scrollbar-thumb {
  background: rgba(255, 82, 71, 0.5);
  border-radius: 3px;
}

.glossary-word-list-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 82, 71, 0.8);
}

/* Word buttons - white text on mobile dropdown, default on desktop */

@media (max-width: 1279px) {
  .glossary-word-list-content .btn-cybersecurity-glossary-word {
    justify-content: flex-start;
    border-color: rgba(255,255,255,.15);
    text-align: left;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* --- Global Dropdown --- */

.dropdown {
  position: relative;
}

.dropdown-toggle {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.05);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.2s ease-out;
}

.dropdown-toggle::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url('../svg/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.dropdown-toggle:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
}

.dropdown-toggle:hover::after {
  background-image: url('../svg/arrow-down-navy.svg');
}

.dropdown-toggle.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
}

.dropdown-toggle.active::after {
  background-image: url('../svg/arrow-down-navy.svg');
  transform: rotate(180deg);
}

.dropdown-content {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 50;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.hamburger-icon.dropdown-content {
  opacity: 0;
  transform: rotate(90deg);
}

.dropdown-content {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-content::-webkit-scrollbar {
  width: 14px;
}

.dropdown-content::-webkit-scrollbar-track {
  background: #E3E5EB;
  border-radius: 6px;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 4px solid white;
}

.dropdown-content::-webkit-scrollbar-thumb {
  background: #A2A6BC;
  border-radius: 6px;
  border: 4px solid white;
}

.dropdown-content.open {
  display: flex;
}

.dropdown-item {
  cursor: pointer;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.dropdown-item:hover {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

.dropdown-item {
  white-space: nowrap;
}

.dropdown-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

/* --- Dropdown Navy Variant --- */

.dropdown-toggle-navy {
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(17 25 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-left: 40px;
  padding-right: 16px;
}

.dropdown-toggle-navy::before {
  content: url('../svg/square.svg');
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.dropdown-toggle-navy::after {
  background-image: url('../svg/arrow-down.svg');
}

.dropdown-toggle-navy:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 25 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dropdown-toggle-navy:hover::after {
  background-image: url('../svg/arrow-down.svg');
}

.dropdown-toggle-navy.active {
  --tw-border-opacity: 1;
  border-color: rgb(17 25 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dropdown-toggle-navy.active::after {
  background-image: url('../svg/arrow-down.svg');
  transform: rotate(180deg);
}

.dropdown-content-navy {
  --tw-border-opacity: 1;
  border-color: rgb(17 25 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
}

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

.dropdown-item-navy:hover {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

.dropdown-item-navy.active {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

/* --- Dropdown Category Variant (square left, arrow right) --- */

.dropdown-toggle-category {
  position: relative;
  --tw-border-opacity: 1;
  border-color: rgb(0 3 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-left: 40px;
  padding-right: 40px;
}

.dropdown-toggle-category::before {
  content: url('../svg/square.svg');
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.dropdown-toggle-category::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url('../svg/arrow-down.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.dropdown-toggle-category:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 3 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dropdown-toggle-category:hover::after {
  background-image: url('../svg/arrow-down.svg');
}

.dropdown-toggle-category.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 3 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dropdown-toggle-category.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-content-category {
  --tw-border-opacity: 1;
  border-color: rgb(0 3 19 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
}

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

.dropdown-item-category:hover {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

.dropdown-item-category.active {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

/* --- Glossary Card Stack (Soft Poker Style) --- */

.glossary-card {
  position: absolute;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgba(255,255,255,.15);
  width: 330px;
  height: 350px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform-origin: center bottom;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (min-width: 992px) {
  .glossary-card {
    width: 420px;
    height: 440px;
  }
}

/* Front card - no rotation */

.glossary-card-1 {
  z-index: 30;
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Back card 1 - slight rotation right */

.glossary-card-2 {
  z-index: 20;
  transform: scale(0.97) rotate(3deg) translateX(8px);
  opacity: 0.6;
}

/* Back card 2 - slight rotation left */

.glossary-card-3 {
  z-index: 10;
  transform: scale(0.94) rotate(-3deg) translateX(-8px);
  opacity: 0.4;
}

/* Hide text content on back cards */

.glossary-card-2 .glossary-card-title,
    .glossary-card-2 .glossary-card-description,
    .glossary-card-2 .glossary-card-link,
    .glossary-card-3 .glossary-card-title,
    .glossary-card-3 .glossary-card-description,
    .glossary-card-3 .glossary-card-link {
  opacity: 0;
  visibility: hidden;
}

.cyber-security-glossary-word-card-gradient-tart-orange {
  pointer-events: none;
  position: absolute;
  border-radius: 0.75rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(66.94% 39.09% at 49.97% 0.07%, rgba(255, 82, 70, 0.3) 0%, rgba(3, 9, 37, 0.00) 100%);
  z-index: 1;
}

.cyber-security-glossary-word-card {
  position: relative;
  z-index: 2;
}

/* ------------------------------------------------------------------------
       5.4 Grid System (Bootstrap-style 12-column)
       ------------------------------------------------------------------------ */

/* Row Container */

.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

/* Column Base - All column classes */

.col,
    .col-auto,
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
    .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
    .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
    .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
    .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
    .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
    .col-2xl-1, .col-2xl-2, .col-2xl-3, .col-2xl-4, .col-2xl-5, .col-2xl-6,
    .col-2xl-7, .col-2xl-8, .col-2xl-9, .col-2xl-10, .col-2xl-11, .col-2xl-12 {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Auto Columns */

.col {
  flex: 1 1 0%;
}

/* Default Columns (Mobile First) */

.col-12 {
  width: 100%;
}

/* SM Breakpoint (≥576px) */

/* MD Breakpoint (≥768px) */

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

/* LG Breakpoint (≥992px) */

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333%;
  }

  .col-lg-2 {
    width: 16.666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-5 {
    width: 41.666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-11 {
    width: 91.666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

/* XL Breakpoint (≥1200px) */

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333%;
  }

  .col-xl-2 {
    width: 16.666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333333%;
  }

  .col-xl-5 {
    width: 41.666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333%;
  }

  .col-xl-8 {
    width: 66.666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}

/* 2XL Breakpoint (≥1400px) */

@media (min-width: 1400px) {
  .col-2xl-1 {
    width: 8.333333%;
  }

  .col-2xl-2 {
    width: 16.666667%;
  }

  .col-2xl-3 {
    width: 25%;
  }

  .col-2xl-4 {
    width: 33.333333%;
  }

  .col-2xl-5 {
    width: 41.666667%;
  }

  .col-2xl-6 {
    width: 50%;
  }

  .col-2xl-7 {
    width: 58.333333%;
  }

  .col-2xl-8 {
    width: 66.666667%;
  }

  .col-2xl-9 {
    width: 75%;
  }

  .col-2xl-10 {
    width: 83.333333%;
  }

  .col-2xl-11 {
    width: 91.666667%;
  }

  .col-2xl-12 {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------
       5.5 Card Components
       ------------------------------------------------------------------------ */

/* Blur Card - Glassmorphism effect */

.card-blur {
  position: relative;
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.05);
}

.card-blur::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* Award Card */

.award-card {
  width: 350px;
  height: 250px;
  flex-shrink: 0;
  overflow: hidden;
  transition: height 0.3s ease, margin-top 0.3s ease;
}

.award-card:hover {
  height: 300px;
  margin-top: -50px;
}

/* Blog Card Image */

.blog-card-image {
  min-width: 180px;
  min-height: 180px;
}

/* Feature Card */

.feature-card {
  width: 120px;
  cursor: pointer;
}

.feature-card-text {
  opacity: 0;
}

.feature-card-vertical-text {
  opacity: 1;
}

.feature-vertical-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

/* ------------------------------------------------------------------------
       5.6 Carousel Components
       ------------------------------------------------------------------------ */

/* --- Reports Swiper --- */

.reports-swiper .swiper-slide {
  width: 380px !important;
  height: auto;
}

.reports-swiper-container {
  position: relative;
}

/* --- Life at Brandefense Swiper --- */

.life-swiper .swiper-slide {
  width: 280px !important;
  height: 280px;
}

@media (min-width: 576px) {
  .life-swiper .swiper-slide {
    width: 330px !important;
    height: 330px;
  }
}

@media (min-width: 768px) {
  .life-swiper .swiper-slide {
    width: 380px !important;
    height: 380px;
  }
}

.life-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
}

/* --- Right Aligned Swiper --- */

.right-aligned-swiper .swiper-slide {
  width: 340px !important;
  height: auto;
}

.right-aligned-swiper-container {
  position: relative;
}

.gradient-tart-orange {
  background: radial-gradient(43.43% 38% at 50% 0%, rgba(255, 82, 70, 0.30) 0%, rgba(3, 8, 36, 0.00) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%), #000313;
}

/* --- References Carousel (Infinite Scroll) --- */

.references-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 2.5rem 0;
}

.references-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, transparent 100%);
}

.references-track {
  display: flex;
  gap: 8rem;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

.references-track img {
  height: auto;
  max-height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

/* --- Awards Carousel (Infinite Scroll) --- */

.awards-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 2.5rem;
  padding-top: 50px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, transparent 100%);
}

.awards-carousel {
  position: relative;
  width: 100%;
  overflow: visible;
}

.awards-track {
  display: flex;
  gap: 2rem;
  align-items: end;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 55s linear infinite;
  transform: translateZ(0);
  will-change: transform;
}

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

.feature-cards-swiper .swiper-wrapper {
  align-items: stretch;
}

.feature-cards-swiper .swiper-slide {
  height: auto;
}

.cyber-security-glossary-word-card-gradient-tart-orange {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(66.94% 39.09% at 49.97% 0.07%, rgba(255, 82, 70, 0.2) 0%, rgba(3, 9, 37, 0.00) 100%);
  z-index: 2;
  pointer-events: none;
}

/* ------------------------------------------------------------------------
       5.7 Tab System Components (Poker Card Stack)
       ------------------------------------------------------------------------ */

/* Active Tab Indicator */

.home-tab-active {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(153, 153, 153, 0.12) 100%);
}

/* Pillar Card Stack System */

.pillar-stack {
  position: relative;
  min-height: 500px;
  perspective: 1000px;
}

.pillar-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform-origin: center top;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pillar-card .bg-dots,
    .pillar-card .border-fade-down {
  transition: opacity 0.4s ease-out;
}

.pillar-card .bg-pillar-card {
  transition: background 0.4s ease-out, border-color 0.4s ease-out;
  border: 1px solid transparent;
}

.pillar-card-front {
  z-index: 50;
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pillar-card-front .bg-dots,
    .pillar-card-front .border-fade-down {
  opacity: 1;
}

/* Initial state: show 2 cards behind the front card (front + 2 = 3 total) */

.pillar-stack .pillar-card:nth-child(2) {
  z-index: 45;
  transform: scale(0.97) translateY(-12px);
  opacity: 0.85;
  visibility: visible;
}

.pillar-stack .pillar-card:nth-child(3) {
  z-index: 40;
  transform: scale(0.94) translateY(-24px);
  opacity: 0.7;
  visibility: visible;
}

.pillar-card:not(.pillar-card-active) .bg-dots,
    .pillar-card:not(.pillar-card-active) .border-fade-down {
  opacity: 0;
}

.pillar-card:not(.pillar-card-active) .bg-pillar-card {
  background: #000313;
  border-color: rgba(255, 255, 255, 0.08);
}

.pillar-btn-active {
  border-left-color: #FF5247 !important;
}

.pillar-btn:not(.pillar-btn-active) {
  border-left-color: rgba(246, 248, 249, 0.10) !important;
}

/* Tab Wrapper - Container with 3D perspective */

.home-tab-wrapper {
  position: relative;
  perspective: 1000px;
}

/* Tab Content - Individual card base */

.home-tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transform-origin: center top;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out, visibility 0s ease-out;
  /* Default state - hidden */
  z-index: 0;
  transform: scale(0.70) translateY(-30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Tab Content - Active (front) card */

.home-tab-content.tab-front {
  z-index: 50;
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Tab Content - First back card */

.home-tab-content.tab-back-1 {
  z-index: 40;
  transform: scale(0.90) translateY(-10px);
  opacity: 0.8;
  visibility: visible;
  pointer-events: none;
}

/* Tab Content - Second back card */

.home-tab-content.tab-back-2 {
  z-index: 30;
  transform: scale(0.80) translateY(-20px);
  opacity: 0.6;
  visibility: visible;
}

/* Tab Content - Exit animation (reverse navigation) */

.home-tab-content.tab-exit {
  z-index: 60 !important;
  transform: scale(1) translateY(60px) !important;
  opacity: 0 !important;
  visibility: visible !important;
  pointer-events: none !important;
}

/* Tab Content - Back card border (now handled by .home-tab-gradient-navy-black::before) */

.border-home-tab-content-back {
  border: none;
}

/* Diagram Canvas - Responsive */

#diagram-canvas-container {
  width: 100%;
  max-width: 860px;
  overflow: hidden;
}

#diagram-canvas-container canvas {
  width: 100% !important;
  height: auto !important;
}

/* ------------------------------------------------------------------------
       5.8 Form Components
       ------------------------------------------------------------------------ */

/* Demo Input Field */

.input-demo {
  width: 100%;
  height: 50px;
  padding-left: 16px;
  color: white;
}

.input-demo::-moz-placeholder {
}

.input-demo::placeholder {
}

/* Custom Checkbox */

.custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 2px solid white;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.custom-checkbox:checked {
  background: transparent;
}

.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* ------------------------------------------------------------------------
       5.9 Mobile Menu Components
       ------------------------------------------------------------------------ */

/* Mobile Menu Item Background */

.bg-mobile-menu-item {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%), #000313;
}

/* Mobile Menu Toggle Button */

.mobile-menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.mobile-menu-toggle svg {
  position: absolute;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Hamburger Icon States */

.hamburger-icon {
  opacity: 1;
}

.hamburger-icon.hidden {
  opacity: 0;
  transform: rotate(90deg);
}

/* Close Icon States */

.close-icon {
  opacity: 0;
  transform: rotate(-90deg);
}

.close-icon:not(.hidden) {
  opacity: 1;
  transform: rotate(0deg);
}

/* Mobile Menu Container */

.mobile-menu {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  height: 100vh;
  height: 100dvh;
}

.mobile-menu.translate-y-0 {
  transform: translateY(0);
}

/* Mobile Menu Scroll */

.mobile-menu-scroll::-webkit-scrollbar {
  width: 4px;
}

.mobile-menu-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-menu-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.mobile-menu-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.mobile-menu-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.15) transparent;
}

/* Mobile Mega Menu Content */

.mobile-mega-menu-content {
  transition: max-height 0.3s ease-in-out;
}

/* ------------------------------------------------------------------------
       5.10 Pagination Components
       ------------------------------------------------------------------------ */

.page-prev,
    .page-next {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
  transition: all 0.2s ease-out;
}

.page-prev:hover,
    .page-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-item {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 247 / var(--tw-bg-opacity, 1));
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
  transition: all 0.2s ease-out;
}

.page-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-item-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

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

.left-8 {
  left: 2rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

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

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.-mx-\[calc\(100\%\/6\*5\/6\)\] {
  margin-left: calc(calc(100% / 6 * 5 / 6) * -1);
  margin-right: calc(calc(100% / 6 * 5 / 6) * -1);
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.ml-6 {
  margin-left: 1.5rem;
}

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[88px\] {
  margin-top: 88px;
}

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.\!h-auto {
  height: auto !important;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(33\%-10px\)\] {
  width: calc(33% - 10px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-ash {
  --tw-border-opacity: 1;
  border-color: rgb(204 208 219 / var(--tw-border-opacity, 1));
}

.border-dove {
  --tw-border-opacity: 1;
  border-color: rgb(227 229 235 / var(--tw-border-opacity, 1));
}

.border-frost-white-10 {
  border-color: rgba(246, 248, 249, 0.10);
}

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

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

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

.border-muted-tart-orange {
  border-color: rgba(199, 66, 63, 0.60);
}

.border-navy-black-8 {
  border-color: rgba(0, 3, 19, 0.08);
}

.border-navy-blue {
  --tw-border-opacity: 1;
  border-color: rgb(17 25 63 / var(--tw-border-opacity, 1));
}

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

.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}

.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}

.border-slate-blue {
  --tw-border-opacity: 1;
  border-color: rgb(76 84 127 / var(--tw-border-opacity, 1));
}

.border-tart-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 82 71 / var(--tw-border-opacity, 1));
}

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

.border-white-10 {
  border-color: rgba(255,255,255,.10);
}

.border-white-15 {
  border-color: rgba(255,255,255,.15);
}

.border-white-20 {
  border-color: rgba(255,255,255,.2);
}

.border-white-5 {
  border-color: rgba(255, 255, 255, 0.05);
}

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

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.bg-\[\#FF5247\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
}

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

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

.bg-frost-white-05 {
  background-color: rgba(246, 248, 249, 0.05);
}

.bg-frost-white-10 {
  background-color: rgba(246, 248, 249, 0.10);
}

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

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

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

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

.bg-ice-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 250 / var(--tw-bg-opacity, 1));
}

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

.bg-navy-black-10 {
  background-color: rgba(0, 3, 19, 0.10);
}

.bg-navy-black-40 {
  background-color: rgba(0, 3, 19, 0.40);
}

.bg-navy-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
}

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

.bg-salmon-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(251 215 209 / var(--tw-bg-opacity, 1));
}

.bg-slate-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(76 84 127 / var(--tw-bg-opacity, 1));
}

.bg-tart-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
}

.bg-tart-orange-10 {
  background-color: rgba(255, 82, 71, 0.10);
}

.bg-transparent {
  background-color: transparent;
}

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

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

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

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

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

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

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

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

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

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

.pb-44 {
  padding-bottom: 11rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-96 {
  padding-bottom: 24rem;
}

.pl-0 {
  padding-left: 0px;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

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

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

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

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

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

.pt-\[88px\] {
  padding-top: 88px;
}

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

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

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

.font-forza {
  font-family: Forza, sans-serif;
}

.font-manrope {
  font-family: Manrope, sans-serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-12 {
  font-size: 12px;
  line-height: 14px;
}

.text-13 {
  font-size: 13px;
  line-height: 20px;
}

.text-14 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}

.text-14-no-letter {
  font-size: 14px;
  line-height: 22px;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
}

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

.text-24 {
  font-size: 24px;
  line-height: 32px;
}

.text-28 {
  font-size: 28px;
  line-height: 34px;
}

.text-32 {
  font-size: 32px;
  line-height: 40px;
}

.text-82 {
  font-size: 82px;
  line-height: 82px;
}

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

.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-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[40px\] {
  line-height: 40px;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

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

.text-ash {
  --tw-text-opacity: 1;
  color: rgb(204 208 219 / var(--tw-text-opacity, 1));
}

.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-gray {
  --tw-text-opacity: 1;
  color: rgb(146 149 157 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.text-lavender-gray {
  --tw-text-opacity: 1;
  color: rgb(141 139 167 / var(--tw-text-opacity, 1));
}

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

.text-navy-blue {
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-pewter {
  --tw-text-opacity: 1;
  color: rgb(162 166 188 / var(--tw-text-opacity, 1));
}

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

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

.text-salmon-pink {
  --tw-text-opacity: 1;
  color: rgb(251 215 209 / var(--tw-text-opacity, 1));
}

.text-silver-gray {
  --tw-text-opacity: 1;
  color: rgb(193 194 197 / var(--tw-text-opacity, 1));
}

.text-tart-orange {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

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

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

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

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

.ring {
  --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(3px + 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);
}

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

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

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

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

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

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

/* ------------------------------------------------------------------------
       6.1 Background Utilities
       ------------------------------------------------------------------------ */

/* Pattern Backgrounds */

.bg-dots {
  background-image: url("../images/backgrounds/bg-dots-card.png");
  background-repeat: repeat;
}

.bg-dots-black {
  background-image: url("../images/backgrounds/bg-dot-black.png");
  background-repeat: repeat;
}

.bg-dots-pages {
  background-image: url("../images/backgrounds/bg-dots-pages.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.bg-dots-pages-wave {
  background-image: url("../images/backgrounds/bg-dots-pages.png"), url("../images/backgrounds/bg-dots-and-wave.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100%  auto;
}

.bg-dots-wave-company {
  background-image: url("../images/backgrounds/bg-dots-wave-company.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.bg-wave-middle-company {
  background-image: url("../images/backgrounds/bg-wave-middle-company.png");
  background-repeat: no-repeat;
  background-position: 100% 43%;
  background-size: 100% auto;
}

.bg-wave-middle-contact-us {
  background-image: url("../images/backgrounds/bg-wave-middle-contact-us.png");
  background-repeat: no-repeat;
  background-position: 100% 43%;
  background-size: cover;
}

.bg-dots-references {
  background-image: url("../images/backgrounds/bg-dots-references.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.bg-error {
  background-image: url("../images/backgrounds/bg-error.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.background-1 {
  background-image: url("../images/backgrounds/background-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* Report Card Backgrounds */

/* ------------------------------------------------------------------------
       6.2 Gradient Overlays
       ------------------------------------------------------------------------ */

/* Info Banner Gradient */

.bg-info {
  background: var(--color-navy-black) linear-gradient(90deg, rgba(255, 82, 71, 0.2) 0%, #FF5247 33.65%, #FF5247 62.02%, rgba(255, 82, 71, 0.2) 100%);
}

/* Input Field Gradient */

.bg-input {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.10) 42.36%, rgba(255, 255, 255, 0.08) 100%);
}

/* Transparent Background */

.bg-transparent {
  background: transparent;
}

/* Awards Section Gradient Overlay */

.bg-awards {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(66.94% 39.09% at 49.97% 0.07%, rgba(255, 82, 70, 0.2) 0%, rgba(3, 9, 37, 0.00) 100%);
  z-index: 2;
  pointer-events: none;
  rotate: 180deg;
}

/* Demo CTA Background */

.bg-demo-cta {
  background-image: url('../images/backgrounds/bg-demo-cta.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* Incident Report Popup Background */

.bg-popup {
  background: radial-gradient(39.2% 39.2% at 50% 0%, rgba(255, 82, 71, 0.15) 0%, rgba(0, 3, 19, 0.15) 100%),
                    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%),
                    rgba(0, 3, 19, 0.95);
}

/* Home Hero Background */

.bg-home-hero {
  background-image: url('../images/backgrounds/bg-home-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* One UI Platform Background */

.bg-one-ui-platform {
  background-image: url('../images/backgrounds/bg-one-ui-platform.png');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}

/* Home Tab Gradients */

.home-tab-gradient-navy-black {
  border-radius: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 3, 19, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.home-tab-gradient-tart-orange {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(66.94% 39.09% at 49.97% 0.07%, rgba(255, 82, 70, 0.2) 0%, rgba(3, 9, 37, 0.00) 100%);
  rotate: 180deg;
  z-index: 2;
}

.gradient-tart-orange-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(66.94% 39.09% at 49.97% 0.07%, rgba(255, 82, 70, 0.2) 0%, rgba(3, 9, 37, 0.00) 100%);
  rotate: 0;
  z-index: 2;
}

.border-corner-fade {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 3;
  pointer-events: none;
}

.border-corner-fade::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 5px;
  background: conic-gradient(
            from var(--border-angle, 0deg),
            transparent 0%,
            transparent 5%,
            rgb(240, 69, 61) 15%,
            rgb(240, 69, 61) 25%,
            transparent 35%,
            transparent 100%
        );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  animation: border-rotate 8s linear infinite;
}

@keyframes border-rotate {
  to {
    --border-angle: 360deg;
  }
}

/* Signal Steps: active state */

.signal-step.active .signal-step-box {
  border-color: rgb(255, 82, 71) !important;
}

@property --border-angle {
  syntax: '<angle>';

  initial-value: 0deg;

  inherits: false;
}

.home-tab-gradient-content {
  position: relative;
  z-index: 3;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Radar Animation */

.radar-container {
  width: 100%;
  aspect-ratio: 1;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  border-radius: 12px;
}

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

  .radar-label {
    font-size: 11px;
  }

  .radar-center {
    width: 24px;
    height: 24px;
  }

  .radar-tooltip {
    font-size: 11px;
    padding: 6px 10px;
  }
}

.radar-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 82, 71, 0.45);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  animation: radar-expand-ring 0.8s ease-out forwards;
}

#radar-ring-1 {
  width: 27%;
  height: 27%;
  animation-delay: 0.3s;
}

#radar-ring-2 {
  width: 43%;
  height: 43%;
  animation-delay: 0.45s;
}

#radar-ring-3 {
  width: 60%;
  height: 60%;
  animation-delay: 0.6s;
}

#radar-ring-4 {
  width: 77%;
  height: 77%;
  animation-delay: 0.75s;
}

#radar-ring-5 {
  width: 92%;
  height: 92%;
  animation-delay: 0.9s;
}

.radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-color: #FF5247;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 30px rgba(255, 82, 71, 0.4);
  opacity: 0;
  animation: radar-pop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards,
                   radar-pulse 3s infinite ease-in-out 1s;
}

.radar-spoke {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: transparent;
  transform-origin: 0 0;
  z-index: 2;
  pointer-events: none;
}

.radar-spoke::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 82, 71, 0.15);
  transform-origin: left center;
  transform: scaleX(0);
  animation: radar-draw-line 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.radar-spoke:nth-child(6)::before {
  animation-delay: 0.8s;
}

.radar-spoke:nth-child(7)::before {
  animation-delay: 0.9s;
}

.radar-spoke:nth-child(8)::before {
  animation-delay: 1.0s;
}

.radar-spoke:nth-child(9)::before {
  animation-delay: 1.1s;
}

.radar-spoke:nth-child(10)::before {
  animation-delay: 1.2s;
}

.radar-spoke:nth-child(11)::before {
  animation-delay: 1.3s;
}

.radar-spoke:hover::before {
  background-color: rgba(255, 82, 71, 0.8);
  box-shadow: 0 0 8px rgba(255, 82, 71, 0.5);
}

.radar-node-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 5;
}

.radar-node {
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  filter: blur(4px);
  animation: radar-reveal-node 0.5s ease-out forwards;
}

.radar-spoke:nth-child(6) .radar-node {
  animation-delay: 1.2s;
}

.radar-spoke:nth-child(7) .radar-node {
  animation-delay: 1.3s;
}

.radar-spoke:nth-child(8) .radar-node {
  animation-delay: 1.4s;
}

.radar-spoke:nth-child(9) .radar-node {
  animation-delay: 1.5s;
}

.radar-spoke:nth-child(10) .radar-node {
  animation-delay: 1.6s;
}

.radar-spoke:nth-child(11) .radar-node {
  animation-delay: 1.7s;
}

.radar-dot {
  width: 10px;
  height: 10px;
  background-color: #FF5247;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.radar-label {
  color: #F6F8F9;
  font-family: 'Forza', sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateX(-50%);
  transition: color 0.3s;
  white-space: nowrap;
  text-align: center;
}

.radar-tooltip {
  position: absolute;
  background-color: #FFFFFF;
  color: #000313;
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.3s ease;
  pointer-events: none;
  box-shadow: 0 8px 16px rgba(0,0,0,0.6);
  text-align: center;
  line-height: 1.4;
  top: 44px;
  left: 0;
  transform: translateX(-50%) translateY(6px);
}

.radar-node:hover .radar-dot {
  transform: scale(1.6);
  box-shadow: 0 0 12px #FF5247;
}

.radar-node:hover .radar-label {
  color: #FF5247;
  opacity: 1;
  visibility: visible;
}

.radar-node:hover .radar-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Pipeline Animation */

.pipeline-animation {
  --pipeline-bg: #000313;
  --pipeline-hex: #F3716E;
  --pipeline-line: #FF5247;
  --pipeline-icon-main: #9DAAF1;
  --pipeline-icon-accent: #F3716E;
  width: 100%;
  max-width: 660px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}

.pipeline-animation svg {
  width: 100%;
  height: 100%;
}

.pipeline-animation .speed-line {
  stroke: var(--pipeline-icon-main);
  stroke-width: 0;
  stroke-dasharray: 15 15;
  opacity: 0.15;
  animation: pipeline-move-bg 8s linear infinite;
}

.pipeline-main-track {
  stroke: var(--pipeline-hex);
  stroke-width: 4;
  opacity: 0.4;
  stroke-linecap: round;
}

.pipeline-gate-frame {
  fill: var(--pipeline-bg);
  stroke: var(--pipeline-hex);
  stroke-width: 2;
  transition: stroke 0.3s, filter 0.3s, transform 0.2s;
}

.pipeline-gate-icon {
  stroke: var(--pipeline-icon-main);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s, filter 0.3s;
}

.pipeline-gate-icon-accent {
  stroke: var(--pipeline-icon-accent);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pipeline-payload {
  fill: var(--pipeline-line);
  filter: drop-shadow(0 0 10px var(--pipeline-line));
  transition: transform 0.4s ease-in-out;
}

.pipeline-animation .particle {
  fill: var(--pipeline-icon-main);
  animation: pipeline-particle-fly 1.5s infinite linear;
}

.pipeline-gate.active .pipeline-gate-frame {
  stroke: var(--pipeline-line);
  filter: drop-shadow(0 0 10px var(--pipeline-line));
  transform: scale(1.15);
}

.pipeline-gate.active .pipeline-gate-icon {
  stroke: var(--pipeline-icon-main);
  filter: drop-shadow(0 0 5px var(--pipeline-icon-main));
}

.pipeline-gate.active .pipeline-gate-icon-accent {
  stroke: var(--pipeline-line);
  filter: drop-shadow(0 0 5px var(--pipeline-line));
}

/* Reusable: top-to-bottom fading border */

.border-fade-down {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 11;
  pointer-events: none;
}

.border-fade-down::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* Feature Card Gradients */

.card-gradient-navy-black {
  border-radius: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 3, 19, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.card-gradient-tart-orange {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(66.94% 39.09% at 49.97% 0.07%, rgba(255, 82, 70, 0.2) 0%, rgba(3, 9, 37, 0.00) 100%);
  z-index: 2;
  pointer-events: none;
}

.card-gradient-content {
  position: relative;
  z-index: 3;
}

/* Review Card Gradients */

.review-card-gradient {
  background: radial-gradient(45.62% 36.71% at 50% 0%, rgba(255, 82, 71, 0.30) 0%, rgba(0, 3, 19, 0.30) 100%), rgba(255, 255, 255, 0.02);
}

.review-card-gradient-1 {
  background: linear-gradient(180deg, rgba(0, 3, 19, .8) 0%, rgba(255, 255, 255, 0) 20%, rgba(0, 3, 19, 1) 100%);
}

/* Pillar Card Background */

.bg-pillar-card {
  background: radial-gradient(66.48% 37.69% at 50% 1.09%, rgba(255, 82, 70, 0.20) 0%, rgba(0, 3, 19, 0.00) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%), #000313;
}

/* Stat Card Gradient Overlay */

.stat-card-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 3;
  filter: blur(20px);
}

/* Stat Card Dots - hidden by default, revealed by mouse mask */

.stat-card-dots {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}

/* ------------------------------------------------------------------------
       6.3 Visual Effects
       ------------------------------------------------------------------------ */

/* Heading with Left Square */

.head-left-square {
  position: relative;
  padding-left: 20px;
}

.head-left-square::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color-tart-orange);
  position: absolute;
  left: 0;
  top: 6px;
}

/* Decorative Leaf Icons */

.leaf {
  position: relative;
}

.leaf::before {
  position: absolute;
  content: url("../images/icons/leaf-left.png");
  left: -50px;
  top: 0;
}

.leaf::after {
  position: absolute;
  content: url("../images/icons/leaf-right.png");
  right: -50px;
  top: 0;
}

/* ------------------------------------------------------------------------
       6.4 Helper Classes
       ------------------------------------------------------------------------ */

/* Pills / Tags - Base styles for all variants */

.pill-white,
    .pill-dove,
    .pill-alabaster,
    .pill-navy-blue {
  position: relative;
  display: inline-block;
  border-radius: 0.375rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  letter-spacing: 0.56px;
  font-weight: 500;
  line-height: 20px;
  padding: 5px 12px 5px 30px;
  align-self: flex-start;
}

.pill-white::before,
    .pill-dove::before,
    .pill-alabaster::before,
    .pill-navy-blue::before {
  content: '';
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  width: 10px;
  height: 10px;
  left: 12px;
  top: 9px;
}

/* Pill Color Variants */

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

.pill-dove {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.pill-navy-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pill-date {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
}

.pill-date:before {
  position: absolute;
  content: url("../svg/pill-date.svg");
  left: 8px;
  top: 6px;
}

.pill-date-white-5 {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pill-date-white-5:before {
  position: absolute;
  content: url("../svg/pill-date.svg");
  left: 8px;
  top: 6px;
}

.pill-location-white-5 {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.05);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pill-location-white-5:before {
  position: absolute;
  content: url("../svg/pill-location.svg");
  left: 8px;
  top: 6px;
}

.pill-location {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 3 19 / var(--tw-text-opacity, 1));
}

.pill-location:before {
  position: absolute;
  content: url("../svg/pill-location.svg");
  left: 8px;
  top: 6px;
}

.pill-case-navy-black {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pill-case-navy-black:before {
  position: absolute;
  content: url("../svg/pill-case.svg");
  left: 8px;
  top: 6px;
}

.pill-location-navy-black {
  position: relative;
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 3 19 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  padding-right: 0.625rem;
  font-family: Forza, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pill-location-navy-black:before {
  position: absolute;
  content: url("../svg/pill-location.svg");
  left: 8px;
  top: 6px;
}

/* Z-Index Helpers */

.bg-focus .bg-dots {
  position: relative;
  z-index: 2;
}

.header-gradient {
  background: radial-gradient(72.5% 49.87% at 50% 100%, rgba(255, 82, 71, 0.20) 0%, rgba(0, 3, 19, 0.20) 100%);
}

/* Custom List Disc Styles */

.ul-disk-1 {
  list-style-type: none;
  padding: 0px;
}

.ul-disk-1 li {
  position: relative;
  padding-left: 40px;
}

.ul-disk-1 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('../svg/ul-disk-1.svg') no-repeat center center;
  background-size: contain;
}

.ul-disk-2 {
  list-style-type: none;
  padding: 0px;
}

.ul-disk-2 li {
  position: relative;
  padding-left: 40px;
}

.ul-disk-2 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('../svg/ul-disk-2.svg') no-repeat center center;
  background-size: contain;
}

.ul-disk-3 {
  list-style-type: none;
  padding: 0px;
}

.ul-disk-3 li {
  position: relative;
  padding-left: 40px;
}

.ul-disk-3 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('../svg/ul-disk-3.svg') no-repeat center center;
  background-size: contain;
}

/* Simple Dot List */

.ul-dot-orange {
  list-style-type: none;
  padding: 0px;
}

.ul-dot-orange li {
  position: relative;
  padding-left: 18px;
}

.ul-dot-orange li::before {
  content: '';
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 71 / var(--tw-bg-opacity, 1));
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
}

/* ============================================================================
   4. BASE LAYER - Global Element Styles
   ============================================================================ */

/* WordPress Admin Bar offset - outside @layer to override Tailwind utilities */

body.admin-bar .site-header,
body.admin-bar .lg\:hidden.fixed.top-0 {
  top: var(--wp-admin-bar-offset, 32px) !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
    body.admin-bar .lg\:hidden.fixed.top-0 {
    top: var(--wp-admin-bar-offset, 46px) !important;
  }
}

/* ============================================================================
   5. COMPONENTS LAYER
   ============================================================================ */

/* ============================================================================
   6. UTILITIES LAYER
   ============================================================================ */

/* Blog Detail Content Typography */

.blog-detail-content h1,
    .blog-detail-content h2,
    .blog-detail-content h3,
    .blog-detail-content h4,
    .blog-detail-content h5,
    .blog-detail-content h6 {
  margin-bottom: 0.75rem;
  font-family: Forza, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.blog-detail-content h1 {
  font-size: 40px;
  line-height: 48px;
}

.blog-detail-content h2 {
  font-size: 32px;
  line-height: 40px;
}

.blog-detail-content h3 {
  font-size: 24px;
  line-height: 32px;
}

.blog-detail-content h4 {
  font-size: 20px;
}

.blog-detail-content h5 {
  font-size: 16px;
  line-height: 24px;
}

.blog-detail-content h6 {
  font-size: 16px;
  line-height: 24px;
}

.blog-detail-content p {
  margin-bottom: 0.75rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.blog-detail-content ul,
    .blog-detail-content ol {
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.blog-detail-content ul {
  list-style-type: disc;
}

.blog-detail-content ol {
  list-style-type: decimal;
}

.blog-detail-content li {
  margin-bottom: 0.375rem;
}

.blog-detail-content img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  height: auto;
  width: 100%;
  border-radius: 0.5rem;
}

.blog-detail-content a {
  --tw-text-opacity: 1;
  color: rgb(255 82 71 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.blog-detail-content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 82 71 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.blog-detail-content [style*="color"] {
  --tw-text-opacity: 1;
}

.blog-detail-content mark {
  background-color: transparent;
  color: inherit;
}

.blog-detail-content strong {
  font-weight: 700;
}

.blog-detail-content em {
  font-style: italic;
}

.blog-detail-content table {
  margin-bottom: 1.5rem;
  width: 100%;
  border-collapse: collapse;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
}

.blog-detail-content table th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 229 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 250 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-family: Forza, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.blog-detail-content table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 229 235 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

.blog-detail-content table tr:last-child td {
  border-bottom-width: 0px;
}

.blog-detail-content figcaption {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.56px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(17 25 63 / var(--tw-text-opacity, 1));
}

/* ============================================================================
   7. KEYFRAME ANIMATIONS
   ============================================================================ */

/* Radar Animation Keyframes */

@keyframes radar-expand-ring {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes radar-pop-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes radar-pulse {
  0% {
    box-shadow: 0 0 20px rgba(255, 82, 71, 0.3);
  }

  50% {
    box-shadow: 0 0 40px rgba(255, 82, 71, 0.6);
  }

  100% {
    box-shadow: 0 0 20px rgba(255, 82, 71, 0.3);
  }
}

@keyframes radar-draw-line {
  0% {
    transform: scaleX(0);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes radar-reveal-node {
  0% {
    opacity: 0;
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/* Pipeline Animation Keyframes */

@keyframes pipeline-move-bg {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes pipeline-particle-fly {
  0% {
    transform: translateX(0) scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
    scale: 1;
  }

  100% {
    transform: translateX(40px) scale(0.5);
    opacity: 0;
  }
}

/* Carousel Scroll - Left to Right */

@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Integrations Carousel - Left to Right */

@keyframes integrations-scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Integrations Carousel - Right to Left (Reverse) */

@keyframes integrations-scroll-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Radar Wave Animation */

@keyframes radar-wave-rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(120deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/* ============================================================================
   8. RESPONSIVE OVERRIDES (Media Queries)
   ============================================================================ */

/* ----------------------------------------------------------------------------
   Mobile Devices (≤768px)
   ---------------------------------------------------------------------------- */

@media (max-width: 768px) {
  /* References Carousel - Mobile */

  .references-track {
    gap: 4rem;
  }

  .references-track img {
    max-height: 40px;
  }

  /* Integrations Carousel - Mobile */

  .integrations-track {
    gap: 1.5rem;
    animation-duration: 20s;
  }

  .integrations-track img {
    max-height: 60px;
  }

  /* Awards Carousel - Mobile */

  .awards-carousel {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0.3) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0.3) 100%);
  }

  .awards-track {
    gap: 1rem;
    animation-duration: 20s;
    border: none;
    height: 220px;
  }

  .award-card {
    width: 260px;
    height: 200px;
    flex-shrink: 0;
  }

  .award-card:hover {
    height: 200px;
  }

  .bg-awards {
    display: none !important;
  }

  /* Blog Swiper - Mobile */

  .blog-swiper {
    margin-right: -1rem;
    padding-right: 0;
    overflow: visible;
  }

  .blog-swiper .swiper-slide {
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------------------
   Tablet & Below (≤991px) - Footer Toggle
   ---------------------------------------------------------------------------- */

@media (max-width: 991px) {
  .footer-toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-toggle-content.active {
    max-height: 500px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-toggle-icon {
    transition: transform 0.3s ease;
  }

  .footer-toggle-btn.active .footer-toggle-icon {
    transform: rotate(45deg);
  }
}

/* ----------------------------------------------------------------------------
   Tablet & Below (≤1023px) - Tab System
   ---------------------------------------------------------------------------- */

@media (max-width: 1023px) {
  .home-tab-wrapper {
    /* min-height set dynamically by JS */
  }
}

/* ----------------------------------------------------------------------------
   Partner Benefits Swiper Pagination
   ---------------------------------------------------------------------------- */

.partner-benefits-pagination,
.customer-stories-pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 100%;
  transform: none !important;
}

.partner-bullet {
  display: block;
  width: 6px;
  height: 10px;
  border-radius: 3px;
  background: rgba(0, 3, 19, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.partner-bullet-active {
  background: #FF5247;
  height: 60px;
  border-radius: 3px;
}

/* ----------------------------------------------------------------------------
   About Us Swiper
   ---------------------------------------------------------------------------- */

.about-us-swiper {
  width: 400px;
  height: 457px;
  overflow: hidden;
}

.about-us-swiper .swiper-slide {
  width: 400px;
  height: 457px;
}

.about-us-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us-pagination {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transform: none !important;
}

.about-us-bullet {
  display: block;
  width: 6px;
  height: 10px;
  border-radius: 3px;
  background: rgba(0, 3, 19, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.about-us-bullet-active {
  background: #FF5247;
  height: 60px;
  border-radius: 3px;
}

/* Product Header */

.product-header {
  background-color: #000313;
  background-image:
        linear-gradient(to right, #0E0A1E 1px, transparent 1px),
        linear-gradient(to bottom, #0E0A1E 1px, transparent 1px),
        url('../images/header/product-header.png');
  background-size: 70px 70px, 70px 70px, cover;
  background-position: top left, top left, center;
  background-repeat: repeat, repeat, no-repeat;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.product-radar-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #D5424B;
  border-radius: 50%;
  transform: translate(-2px, -2px);
  opacity: 0;
  transition: opacity .5s ease-in-out;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(213, 66, 75, 0.8);
  z-index: 10;
}

.product-radar-dot.active {
  opacity: 1;
}

.product-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D5424B;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 0 5px #D5424B, 0 0 2px #FFF;
  animation: product-scan 8s linear infinite, product-flicker 0.05s infinite alternate;
}

@keyframes product-scan {
  0% {
    top: -5px;
  }

  100% {
    top: 100%;
  }
}

@keyframes product-flicker {
  0% {
    opacity: 0.55;
  }

  100% {
    opacity: 1;
  }
}

.easm-header > canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}

.easm-header > .container {
  position: relative;
  z-index: 1;
}

/* CTI Header */

.cti-header {
  position: relative;
  overflow: hidden;
}

.cti-grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='7' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='2' fill='%2316181D'/%3E%3C/svg%3E");
}

.cti-header > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.cti-animation-container {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(46.45% 46.45% at 50% 50%, rgba(236, 91, 69, 0.05) 0%, rgba(235, 93, 68, 0.00) 84.62%);
  z-index: 2;
}

@media (min-width: 640px) {
  .cti-animation-container {
    width: 380px;
    height: 380px;
  }
}

@media (min-width: 1024px) {
  .cti-animation-container {
    width: 676px;
    height: 676px;
  }
}

/* DRPS Header */

.drps-header {
  position: relative;
  background-color: #000313;
  overflow: hidden;
  width: 100%;
}

.drps-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('../images/header/drps-header.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.drps-grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: 450px 250px;
  background-image:
        linear-gradient(to right, #100813 1px, transparent 1px),
        linear-gradient(to bottom, #100813 1px, transparent 1px);
}

#drpsRadarCanvas,
#easmRadarCanvas {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

/* Solutions Header */

#matrix-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: .07;
}

#hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dot-pattern {
  background-image: radial-gradient(rgba(255, 255, 255, .15) 1px, transparent 1px);
  background-size: 6px 6px;
}

.solutions-glow {
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(255, 77, 77, .07) 0%, transparent 70%);
}

.glass-card {
  background: #060918;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 1rem;
  transition: border-color .3s, box-shadow .3s;
}

.glass-card:hover {
  border-color: rgba(255, 77, 77, .3);
  box-shadow: 0 0 30px rgba(255, 77, 77, .08);
}

.section-label {
  font-family: 'Courier New', monospace;
  font-size: .7rem;
  letter-spacing: .2em;
  color: #ff4d4d;
  text-transform: uppercase;
}

.finding-row {
  background: #060918;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: .5rem;
  padding: .75rem 1rem;
  transition: all .3s;
}

.finding-row:hover {
  border-color: rgba(255, 77, 77, .2);
}

.group-row {
  background: #060918;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: .5rem;
  padding: .75rem;
  transition: all .3s;
}

.group-row:hover {
  border-color: rgba(255, 77, 77, .2);
}

.brand-gradient {
  background: linear-gradient(90deg, #ff4d4d 0%, #ff8c42 100%);
}

.finding-badge-critical {
  background: rgba(255, 77, 77, .15);
  color: #ff4d4d;
  border: 1px solid rgba(255, 77, 77, .3);
}

.finding-badge-high {
  background: rgba(255, 140, 66, .15);
  color: #ff8c42;
  border: 1px solid rgba(255, 140, 66, .3);
}

.finding-badge-medium {
  background: rgba(255, 200, 0, .1);
  color: #ffd600;
  border: 1px solid rgba(255, 200, 0, .3);
}

.terminal-box {
  background: #000;
  border: 1px solid rgba(255, 77, 77, .3);
  border-radius: .5rem;
  font-family: 'Courier New', monospace;
  font-size: .75rem;
}

.terminal-header {
  background: rgba(255, 77, 77, .1);
  border-bottom: 1px solid rgba(255, 77, 77, .2);
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.terminal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.cursor-blink {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: #ff4d4d;
  animation: blink 1s step-end infinite;
  vertical-align: middle;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* ----------------------------------------------------------------------------
   CTI Funnel Chart
   ---------------------------------------------------------------------------- */

.cti-funnel {
  scrollbar-width: thin;
  scrollbar-color: #ffffff rgba(246, 248, 249, 0.05);
}

.cti-funnel::-webkit-scrollbar {
  height: 6px;
  background: rgba(246, 248, 249, 0.05);
  border-radius: 9999px;
}

.cti-funnel::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 9999px;
}

.cti-funnel-stage {
  min-width: 160px;
}

.cti-funnel-card {
  height: 365px;
  background: #111827;
}

/* ----------------------------------------------------------------------------
   Footer Line Glow Animation
   ---------------------------------------------------------------------------- */

.footer-line-wrapper {
  position: relative;
  overflow: hidden;
  height: 1px;
}

.footer-line-wrapper svg {
  position: relative;
  z-index: 1;
}

.footer-line-glow {
  position: absolute;
  top: 0;
  left: -15%;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #FF5246, transparent);
  animation: footer-glow-slide 6s ease-in-out infinite;
  z-index: 2;
}

/* Email form error slot — reserves a fixed line of height so showing the
   validation message does not shift (jump) the layout. */

.email-error-slot {
  min-height: 20px;
  padding-top: 6px;
}

.email-error-slot .email-error {
  margin: 0;
}

/* When a dotted-pattern wrapper contains sections that also carry the
   pattern, suppress the inner ones so the dots/wave do not double up. */

.bg-dots-pages .bg-dots-pages,
.bg-dots-pages .bg-dots-pages-wave,
.bg-dots-pages-wave .bg-dots-pages,
.bg-dots-pages-wave .bg-dots-pages-wave {
  background-image: none;
}

/* Incident report popup — scrolls internally so a long form never
   overflows the fixed overlay (mainly an issue on mobile). */

.incident-popup-scroll {
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.incident-popup-scroll::-webkit-scrollbar {
  width: 6px;
}

.incident-popup-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.incident-popup-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.incident-popup-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

@keyframes footer-glow-slide {
  0% {
    left: -15%;
  }

  100% {
    left: 115%;
  }
}

@media (min-width: 576px) {
  .sm\:hidden.hamburger-icon {
    opacity: 0;
    transform: rotate(90deg);
  }
}

@media (min-width: 992px) {
  .lg\:col-lg-5 {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  @media (min-width: 992px) {
    .lg\:col-lg-5 {
      width: 41.666667%;
    }
  }

  .lg\:hidden.hamburger-icon {
    opacity: 0;
    transform: rotate(90deg);
  }
}

@media (min-width: 1200px) {
  .xl\:hidden.hamburger-icon {
    opacity: 0;
    transform: rotate(90deg);
  }
}

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

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.focus\:border-tart-orange:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 82 71 / var(--tw-border-opacity, 1));
}

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

@media not all and (min-width: 1200px) {
  .max-xl\:flex {
    display: flex;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .max-lg\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 576px) {
  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-40 {
    height: 10rem;
  }

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

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

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

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-40 {
    width: 10rem;
  }

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

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

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

  .md\:grid {
    display: grid;
  }

  .md\:h-52 {
    height: 13rem;
  }

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

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

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

  .md\:w-52 {
    width: 13rem;
  }

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

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

  .md\:text-32 {
    font-size: 32px;
    line-height: 40px;
  }

  .md\:bg-newsletter-mobile {
    background-image: url("../images/backgrounds/bg-newsletter.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 992px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

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

  .lg\:right-\[9px\] {
    right: 9px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-\[100px\] {
    top: 100px;
  }

  .lg\:top-\[140px\] {
    top: 140px;
  }

  .lg\:top-\[9px\] {
    top: 9px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

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

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

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

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

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

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

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

  .lg\:text-28 {
    font-size: 28px;
    line-height: 34px;
  }

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

  .lg\:text-32 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .lg\:bg-newsletter {
    background-image: url("../images/backgrounds/bg-newsletter.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .lg\:bg-input {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.10) 42.36%, rgba(255, 255, 255, 0.08) 100%);
  }

  .lg\:bg-transparent {
    background: transparent;
  }
}

@media (min-width: 1200px) {
  .xl\:visible {
    visibility: visible;
  }

  .xl\:static {
    position: static;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:-top-\[135px\] {
    top: -135px;
  }

  .xl\:right-\[9px\] {
    right: 9px;
  }

  .xl\:top-\[9px\] {
    top: 9px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

  .xl\:w-full {
    width: 100%;
  }

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

  .xl\:\!transform-none {
    transform: none !important;
  }

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

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

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

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

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

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

  .xl\:justify-normal {
    justify-content: normal;
  }

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

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

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

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

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

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

  .xl\:text-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .xl\:text-40 {
    font-size: 40px;
    line-height: 48px;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:bg-input {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.10) 42.36%, rgba(255, 255, 255, 0.08) 100%);
  }

  .xl\:bg-transparent {
    background: transparent;
  }
}

@media (min-width: 1400px) {
  .\32xl\:w-full {
    width: 100%;
  }

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

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