/* src/input.css */

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

.container {
  width: 100%;
}


.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-8 {
  height: 2rem;
}

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

.h-full {
  height: 100%;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

.border {
  border-width: 1px;
}

.border-ng-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 255 / var(--tw-border-opacity, 1));
}

.border-ng-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(210 207 217 / var(--tw-border-opacity, 1));
}

.bg-ng-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 255 / var(--tw-bg-opacity, 1));
}

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

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

.text-ng-dark-700 {
  --tw-text-opacity: 1;
  color: rgb(32 19 71 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/Archivo-Regular.woff2') format('woff2'),
    url('../fonts/Archivo-Regular.woff') format('woff');
}

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

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/Archivo-Italic.woff2') format('woff2'),
    url('../fonts/Archivo-Italic.woff') format('woff');
}

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

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url('../fonts/Archivo-Medium.woff2') format('woff2'),
    url('../fonts/Archivo-Medium.woff') format('woff');
}

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

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url('../fonts/Archivo-MediumItalic.woff2') format('woff2'),
    url('../fonts/Archivo-MediumItalic.woff') format('woff');
}

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

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('../fonts/Archivo-Bold.woff2') format('woff2'),
    url('../fonts/Archivo-Bold.woff') format('woff');
}

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

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url('../fonts/Archivo-BoldItalic.woff2') format('woff2'),
    url('../fonts/Archivo-BoldItalic.woff') format('woff');
}

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

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url('../fonts/Archivo-Black.woff2') format('woff2'),
    url('../fonts/Archivo-Black.woff') format('woff');
}

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

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url('../fonts/Archivo-BlackItalic.woff2') format('woff2'),
    url('../fonts/Archivo-BlackItalic.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/SourceCodePro-Regular.woff2') format('woff2'),
    url('../fonts/SourceCodePro-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url('../fonts/SourceCodePro-Italic.woff2') format('woff2'),
    url('../fonts/SourceCodePro-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url('../fonts/SourceCodePro-SemiBold.woff2') format('woff2'),
    url('../fonts/SourceCodePro-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url('../fonts/SourceCodePro-SemiBoldItalic.woff2') format('woff2'),
    url('../fonts/SourceCodePro-SemiBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url('../fonts/SourceCodePro-Bold.woff2') format('woff2'),
    url('../fonts/SourceCodePro-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url('../fonts/SourceCodePro-BoldItalic.woff2') format('woff2'),
    url('../fonts/SourceCodePro-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url('../fonts/SourceCodePro-Black.woff2') format('woff2'),
    url('../fonts/SourceCodePro-Black.woff') format('woff');
}

@font-face {
  font-family: 'Source Code Pro';

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url('../fonts/SourceCodePro-BlackItalic.woff2') format('woff2'),
    url('../fonts/SourceCodePro-BlackItalic.woff') format('woff');
}

/* ============================================
   NEXTGEN — Design System & Page Styles
   Light theme matching SVG handoff design
   ============================================ */

/* --- Google Fonts loaded in HTML --- */

/* Interactive Ink Reveal Properties */

@property --inner-size {
  syntax: "<length-percentage>";

  inherits: true;

  initial-value: 0%;
}

@property --outer-size {
  syntax: "<length-percentage>";

  inherits: true;

  initial-value: 0%;
}

/* Loading Mist Properties */

@property --mist-inner {
  syntax: "<length-percentage>";

  inherits: true;

  initial-value: 0%;
}

@property --mist-outer {
  syntax: "<length-percentage>";

  inherits: true;

  initial-value: 0%;
}

/* Image Reveal Classes */

.effect-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: crosshair;
}

.effect-container img {
  width: 100%;
  height: auto;
  display: block;
}

.base-layer {
  /* position: absolute; */
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.6;
}

.reveal-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  transition: --inner-size 0.4s cubic-bezier(0.16, 1, 0.3, 1), --outer-size 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  mask-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      black var(--inner-size, 0%),
      transparent var(--outer-size, 0%));
  -webkit-mask-image: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
      black var(--inner-size, 0%),
      transparent var(--outer-size, 0%));
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.effect-container:hover .reveal-layer {
  --inner-size: 15%;
  --outer-size: 25%;
}

.effect-container.is-revealed .reveal-layer {
  --inner-size: 100%;
  --outer-size: 150%;
  transition: --inner-size 0.8s ease-out, --outer-size 0.8s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-layer {
    transition: none !important;
  }
}

/* === Design Tokens === */

:root {
  /* Colors */
  --ng-light: #ffffff;
  --ng-dark-700: #201347;
  --ng-grey-300: #d2cfd9;
  --ng-brand-yellow: #ffe297;
  --ng-brand-darkpink: #b61c8a;
  --ng-brand-deeppurple: #600673;
  --ng-brand-peach: #f2808d;
  --ng-grey-400: #bfbcca;
  --ng-grey-500: #7a7785;
  --ng-grey-200: #e3e1eb;
  --ng-grey-100: #f0edf8;
  --ng-grey-50: #fcfcfc;
  --ng-brand-blue: #00aeff;
  --ng-grey-600: #514c60;
  /* Gradients */
  --gradient-platinum: linear-gradient(90deg, #ffffff 0%, #efefef 33.17%, #ffffff 62.02%, #efefef 88.46%);
  --gradient-main-deg: linear-gradient(180deg, #26145e 0%, #040222 48.56%, #352762 100%);
  --gradient-prod-grad: linear-gradient(180deg, #502ac4 0%, #26145e 100%);
  --gradient-pink: linear-gradient(30deg, #27053f 0%, #800790 47.12%, #e72f84 71.63%, #ffe297 97.6%);
  --gradient-cjc: linear-gradient(90deg, rgb(11, 39, 71) 0%, rgb(11, 59, 71) 32.212%, rgb(50, 149, 162) 62.981%, rgb(93, 223, 161) 99.038%);
  --gradient-cjt: linear-gradient(90deg, rgb(38, 3, 129) 0%, rgb(68, 3, 129) 32.212%, rgb(55, 125, 188) 62.981%, rgb(5, 169, 220) 99.038%);
  --gradient-cjm: linear-gradient(90deg, rgb(49, 39, 131) 0%, rgb(128, 7, 144) 32.212%, rgb(234, 76, 137) 62.981%, rgb(0, 188, 188) 99.038%);
  --gradient-cje: linear-gradient(90deg, rgb(49, 14, 127) 0%, rgb(93, 55, 140) 32.212%, rgb(231, 47, 132) 62.981%, rgb(167, 199, 32) 99.038%);
  --gradient-cjb: linear-gradient(90deg, #5FCCCE 0%, #0CB3C0 28.37%, #20335F 62.98%, #1A265F 100%);
  --gradient-mesao: linear-gradient(90deg, #392097 0%, #DEFF9C 100%);
  --gradient-creancys: linear-gradient(90deg, #C0EB4B 0%, #208E8E 28.37%, #1C5253 62.98%, #113535 100%);
  --gradient-matys: linear-gradient(90deg, #B82E77 0%, #779BE7 57.79%, #083D5E 100%);
  --gradient-bar: var(--gradient-pink);
  --gradient-footer: var(--gradient-pink);
  /* Shadows */
  --shadow-neon: 0px 4px 114px 0px #00aeff;
  --shadow-inner: inset -4px -4px 4px 0px #00000059;
  --shadow-normal: 0px 4px 4px 0px #1e114880;
  /* Typography */
  --font-heading: 'Source Code Pro', monospace;
  --font-body: 'Archivo', sans-serif;
  /* Spacing & Numbers */
  --ng-num-3: 3px;
  --ng-num-4: 4px;
  --ng-num-6: 6px;
  --ng-num-8: 8px;
  --ng-num-12: 12px;
  --ng-num-14: 14px;
  --ng-num-16: 16px;
  --ng-num-18: 18px;
  --ng-num-24: 24px;
  --ng-num-48: 48px;
  --ng-num-96: 96px;
  --container-max: 1366px;
  --section-pad-y: 80px;
  --section-pad-x: 24px;
  --ng-mar-small: var(--ng-num-12);
  --ng-mar-med: var(--ng-num-24);
  --ng-mar-large: var(--ng-num-48);
  --ng-mar-xl: var(--ng-num-96);
  /* Transitions */
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 0.2s var(--ease-out);
  --transition-med: 0.35s var(--ease-out);
  /* Radius */
  --ng-rad-small: 4px;
  --ng-rad-med: 8px;
  --ng-rad-large: 16px;
}

/* === Reset === */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  --dot-bg: var(--ng-light);
  --dot-color: var(--ng-grey-200);
  --dot-size: 2px;
  --dot-space: 40px;
  background:
    linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
    linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
    var(--dot-color);
  color: var(--ng-dark-700);
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

body:before {
  content: '';
  bottom: 0;
  z-index: -1;
  background-size: cover;
  height: 900px;
  width: 100%;
  min-width: 1366px;
  background-image: url(../img/sphere.svg);
}

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

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

ul {
  list-style: none;
}

/* === Dark Mode Toggle (top-right corner) === */

.dark-mode-toggle {
  position: absolute;
  top: -38px;
  right: 24px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--ng-dark-700);
  color: var(--ng-light);
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
  cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.dark-mode-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(32, 19, 71, 0.3);
}

.dark-mode-toggle .dot-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ng-brand-blue);
  box-shadow: 0 0 6px var(--ng-brand-blue);
}

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

/* ======================
   HEADER
   ====================== */

.header {
  position: sticky;
  top: 0;
  z-index: 200;
  max-width: var(--container-max);
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  padding: 0 var(--section-pad-x);
}

/* Wrapper to center header content on wide screens */

.menu-wrapper {
  background: var(--ng-light);
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: var(--ng-mar-med);
}

.menu-logo-wrapper {
  position: relative;
  width: 50px;
  height: 45px;
}

.menu-logo-outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.menu-logo-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-path-gradient {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.logo-path-solid {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.header.is-scrolled .menu-logo-outline {
  opacity: 0;
  transition: opacity 0.5s ease 0.5s;
}

.header.is-scrolled .logo-path-gradient {
  opacity: 1;
}

.header.is-scrolled.reveal-finished .logo-path-solid {
  opacity: 1;
}

.menu-wrapper .nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

#footer nav.footer-nav a.btn-client {
  width: 100%;
  background: white;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.menu-wrapper .nav a.btn-client {
  background: var(--ng-brand-blue);
  color: var(--ng-light);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
  border-radius: var(--ng-rad-med);
  border: 1px solid var(--ng-brand-blue);
  transition: all var(--transition-fast);
  text-transform: lowercase;
}

.menu-wrapper .nav a.btn-client:hover {
  background: var(--ng-light);
  color: var(--ng-brand-blue);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid var(--ng-brand-blue);
  border-radius: var(--ng-rad-med);
  transition: all var(--transition-fast);
  text-transform: lowercase;
}

.menu-wrapper .nav a {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 16px;
  color: var(--ng-dark-700);
  transition: color var(--transition-fast);
  position: relative;
  padding: 4px 8px;
}

.menu-wrapper .nav a:hover {
  color: var(--ng-brand-deeppurple);
}

.menu-wrapper .nav a.active {
  position: relative;
  font-weight: 700;
}

.menu-wrapper .nav a.active::after {
  content: '';
  position: absolute;
  width: calc(100% - 10px);
  height: 3px;
  background: var(--gradient-pink);
  bottom: 2px;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.menu-wrapper .btn-client:hover {
  background: var(--ng-dark-700);
  color: var(--ng-light);
}

/*main content*/

.main-content {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--ng-mar-med);
  display: flex;
  flex-wrap: wrap;
}

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

.hero {
  max-width: var(--container-max);
  margin: 24px auto 0;
  padding: 0 var(--section-pad-x);
}

.hero-container {
  position: relative;
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-large);
  overflow: hidden;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.18;
}

.hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 800px;
}

.hero-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.hero-logo svg {
  width: 40px;
  height: 40px;
}

.hero-logo span {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 12px;
  color: var(--ng-dark-700);
}

.hero-title {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.35;
  color: var(--ng-dark-700);
  letter-spacing: -0.02em;
}

.hero-title strong {
  font-family: var(--font-heading);
  font-weight: 900;
}

.hero-actions {
  display: flex;
  gap: 32px;
  margin-top: 8px;
}

.action-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ng-dark-700);
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.dot.purple {
  background: var(--ng-brand-deeppurple);
}

.dot.pink {
  background: var(--ng-brand-darkpink);
}

.dot.yellow {
  background: var(--ng-brand-yellow);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border: 1px solid var(--ng-dark-700);
  border-radius: var(--ng-rad-med);
  color: var(--ng-dark-700);
  background: var(--ng-light);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  transition: all var(--transition-fast);
  cursor: pointer;
}

.btn-outline:hover {
  background: var(--gradient-bar);
  color: var(--ng-light);
  box-shadow: 0 2px 5px rgba(32, 19, 71, 0.15);
}

/* ======================
   GRADIENT BAR (Section Divider)
   ====================== */

.gradient-bar-inner {
  background: var(--gradient-bar);
  border-radius: var(--ng-rad-med) var(--ng-rad-med) 0 0;
  padding: 10px 24px;
  display: flex;
  align-items: center;
}

.gradient-bar-inner.full-radius {
  border-radius: var(--ng-rad-med);
}

.gradient-bar-inner span {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--ng-light);
  text-transform: uppercase;
}

.gradient-bar-inner a {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--ng-light);
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity var(--transition-fast);
}

.gradient-bar-inner a:hover {
  opacity: 0.85;
}

/* ======================
   SOLUTIONS SECTION
   ====================== */

.solutions {
  max-width: var(--container-max);
  margin: 0 auto;
  width: 100%;
}

.solutions-container {
  background: var(--ng-light);
  border: 1px solid var(--ng-grey-300);
  border-radius: 0;
  padding: 24px;
}

/* Featured card — CJ Métiers */

.solution-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  overflow: hidden;
  margin-bottom: 24px;
}

.solution-featured .card-illustration {
  position: relative;
  min-height: 320px;
  background: var(--ng-grey-50);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-right: 1px solid var(--ng-grey-300);
}

.solution-featured .card-illustration img {
  max-height: 260px;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-badges {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.badge-diamond {
  width: 24px;
  height: 24px;
}

.badge-product {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
}

.badge-product img {
  height: 26px;
}

.badge-product.metiers {
  color: var(--ng-magenta);
}

.badge-product.encheres {
  color: var(--ng-magenta);
}

.badge-product.transfert {
  color: var(--ng-dark-700);
}

.badge-product .product-icon {
  width: 20px;
  height: 20px;
}

.solution-featured .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  gap: 16px;
}

.card-content h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 28px;
  color: var(--ng-dark-700);
}

.card-content p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ng-dark-700);
}

.card-content p strong {
  font-weight: 700;
}

/* Two-column cards — Enchères + Transfert */

.solutions-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.solutions-grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.solution-card {
  display: flex;
  flex-direction: column;
}

.solution-card .card-illustration {
  position: relative;
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  min-height: 240px;
  background: var(--ng-grey-50);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  transition: box-shadow var(--transition-med);
}

.solution-card:hover .card-illustration {
  box-shadow: 0 8px 24px rgba(32, 19, 71, 0.08);
}

.solution-card .card-illustration img {
  max-height: 180px;
  -o-object-fit: contain;
  object-fit: contain;
}

.solution-card .card-text {
  padding: 20px 0;
}

.solution-card .card-text h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 24px;
  color: var(--ng-dark-700);
  margin-bottom: 8px;
}

.solution-card .card-text p {
  font-size: 15px;
  line-height: 1.5;
  color: var(--ng-dark-700);
  margin-bottom: 16px;
}

/* ======================
   CTA GRADIENT BAR (Toutes nos solutions)
   ====================== */

.cta-bar {
  max-width: var(--container-max);
}

.cta-bar-inner {
  background: var(--ng-brand-blue);
  border-radius: 0 0 var(--ng-rad-med) var(--ng-rad-med);
  padding: 10px 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.cta-bar-inner a {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--ng-light);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity var(--transition-fast);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cta-bar-inner a:hover {
  opacity: 0.85;
}

/* ======================
   NOTRE HISTOIRE
   ====================== */

.history {
  max-width: var(--container-max);
  width: 100%;
}

.history-container {
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  padding: 24px;
  overflow: hidden;
}

.history h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 32px;
  color: var(--ng-dark-700);
  margin-bottom: 24px;
}

.history-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--ng-dark-700);
  max-width: 900px;
  margin-bottom: 40px;
}

.history-text a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

/* Timeline */

.timeline {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: var(--gradient-prod-grad);
  border-radius: var(--ng-rad-med);
  border: 1px solid var(--ng-grey-300);
}

.timeline-track {
  display: flex;
  position: relative;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 24px 0;
}

.timeline-metal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--gradient-platinum);
  height: 59px;
  z-index: 0;
  box-shadow: 0px -1px 40px #00000091;
}

.timeline-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  position: relative;
  top: -28px;
  width: 100%;
  padding: 0 8px;
}

.btn-timeline-scroll {
  padding: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.timeline-year-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 250px;
  max-width: 250px;
  margin: 0;
  position: relative;
}

.timeline-milestone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  background: var(--ng-light);
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-small);
  padding: 16px;
  box-shadow: 0 2px 8px rgba(32, 19, 71, 0.06);
  margin: 0 8px 24px;
  position: relative;
}

/* Connector line to axis */

.timeline-milestone::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  width: 1px;
  height: 24px;
  background: var(--ng-grey-300);
}

.milestone-year {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 18px;
}

.milestone-event {
  font-size: 13px;
  line-height: 1.4;
  color: var(--ng-dark-700);
}

.timeline-axis-year {
  text-align: center;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--ng-grey-600);
  font-weight: 600;
  border-top: 1px solid var(--ng-light);
  padding-top: 12px;
  position: relative;
  border-left: 1px solid var(--ng-grey-300);
}

/* line on the axis */

.timeline-axis-year::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 13px;
  /* border-radius: 50%; */
  background: var(--ng-grey-200);
  border-right: 1px solid var(--ng-grey-200);
}

.timeline-axis-year.has-event {
  color: var(--ng-dark-700);
}

/* ======================
   CONTACT SECTION
   ====================== */

.cf7-custom-layout .cf7-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  /* Pour s'adapter sur mobile */
}

.cf7-custom-layout .cf7-col {
  flex: 1;
  min-width: 250px;
  /* Sur mobile, les colonnes passeront l'une sous l'autre */
}

.cf7-custom-layout .cf7-col-full {
  flex: 100%;
}

.cf7-custom-layout label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

.cf7-custom-layout .required-asterisk {
  color: #ff0000;
}

/* Style des champs pour correspondre à la maquette */

.cf7-custom-layout input[type="text"],
.cf7-custom-layout input[type="email"],
.cf7-custom-layout input[type="tel"],
.cf7-custom-layout select,
.cf7-custom-layout textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

.cf7-custom-layout input:focus,
.cf7-custom-layout select:focus,
.cf7-custom-layout textarea:focus {
  outline: 2px solid #009cf9;
  /* Bordure bleue au clic comme sur votre image */
  border-color: transparent;
}

.contact-form {
  width: 100%;
  position: relative;
  padding: var(--ng-mar-large);
}

.contact-section {
  width: 100%;
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
}

/* Gradient bar header */

.contact-header-bar {
  background: var(--gradient-bar);
  border-radius: var(--ng-rad-med) var(--ng-rad-med) 0 0;
  padding: 10px 24px;
}

.contact-header-bar span {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--ng-light);
  text-transform: uppercase;
}

.contact-body {
  display: grid;
  grid-template-columns: 35% 65%;
  background: #fcfcfc82;
  border: 1px solid var(--ng-grey-300);
  border-top: none;
  padding: 24px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  min-height: 450px;
}

.contact-info h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 32px;
  color: var(--ng-dark-700);
}

.contact-info p {
  font-size: 16px;
  color: var(--ng-dark-700);
}

.contact-info .email-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--ng-dark-700);
}

.contact-illustration {
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  overflow: hidden;
}

/* ======================
   RECRUITMENT BANNER
   ====================== */

.recruitment-bar {
  max-width: var(--container-max);
  margin: 32px auto 0;
  padding: 0 var(--section-pad-x);
}

.recruitment-bar-inner {
  background: var(--gradient-bar);
  border-radius: var(--ng-rad-med);
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--ng-light);
}

.recruitment-bar-inner a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ======================
   FOOTER
   ====================== */

.footer-wrapper {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: var(--ng-mar-med);
  width: 100%;
}

.footer {
  background: var(--gradient-footer);
  border-radius: var(--ng-rad-med);
  overflow: hidden;
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: start;
  padding: 48px 40px 40px;
  color: var(--ng-light);
  align-items: center;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-brand .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-brand .footer-logo svg {
  width: 40px;
  height: 40px;
}

.footer-brand .footer-logo-text {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 16px;
}

.footer-brand .qualiopi-badge {
  width: 80px;
  margin-top: 8px;
  border-radius: 4px;
}

.footer-tagline {
  max-width: 350px;
}

.footer-tagline p {
  font-family: var(--font-body);
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.footer-tagline p strong {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--ng-light);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding: 24px;
  background: #ffffff29;
  border: 1px solid #ffffff8c;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: var(--ng-rad-small);
}

.footer-nav a {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 14px;
  color: var(--ng-dark-700);
  transition: opacity var(--transition-fast);
  text-decoration: underline;
  text-underline-offset: 3px;
  mix-blend-mode: difference;
}

.footer-nav a:hover {
  opacity: 0.75;
}

.footer-nav .btn-client-footer {
  margin-top: 8px;
  padding: 8px 18px;
  border: 1px solid var(--ng-light);
  border-radius: var(--ng-rad-small);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.footer-nav .btn-client-footer:hover {
  background: var(--ng-light);
  color: var(--ng-dark-700);
}

.footer-bottom {
  background: rgba(32, 19, 71, 0.52);
  padding: 16px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition-fast);
}

.footer-bottom a:hover {
  color: var(--ng-light);
}

.footer-bottom .sep {
  color: rgba(255, 255, 255, 0.3);
}

/* ============================================
   GUTENBERG CORE BLOCKS FIXES
   Ensures native blocks behave correctly with Tailwind
   ============================================ */

.wp-block-columns,
.wp-block-group,
.is-layout-flex,
.is-layout-grid,
.single-solution-block {
  width: 100%;
}

/* ======================
   PRODUCT PAGES
   ====================== */

.product-hero {
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  overflow: hidden;
  margin-bottom: 24px;
  width: 100%;
}

.product-section-header {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.product-section-header p {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--ng-light);
  margin: 0;
  text-transform: uppercase;
}

.product-section-header p span {
  font-weight: 400;
  text-transform: none;
}

.product-hero-image {
  position: relative;
  height: 390px;
  width: 100%;
  border-bottom: 1px solid var(--ng-grey-300);
  background-color: var(--ng-grey-50);
}

.product-hero-logo-center {
  height: 60px;
  margin-bottom: 12px;
}

.product-hero-bottom {
  background-color: var(--ng-light);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.product-hero-bottom h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 24px;
  color: var(--ng-dark-700);
  margin: 0;
  max-width: 800px;
}

.product-hero-bottom p {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--ng-dark-700);
  max-width: 800px;
}

.product-hero-icon {
  margin-top: 10px;
  height: 30px;
}

.product-content-block {
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  overflow: hidden;
  margin-bottom: 24px;
  background-color: var(--ng-light);
  width: 100%;
}

.product-content-grid {
  display: flex;
  padding: 48px;
  gap: 24px;
}

.product-content-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.product-content-text h2 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 36px;
  color: var(--ng-dark-700);
  margin: 0;
}

.product-content-text .description {
  font-size: 16px;
  line-height: 1.6;
}

.product-content-text ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-top: 12px;
}

.product-content-text li {
  margin-bottom: 8px;
}

.product-content-image {
  width: 447px;
  height: 369px;
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-small);
  overflow: hidden;
}

.product-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-pricing-grid {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pricing-row {
  text-align: center;
  color: var(--ng-dark-700);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.pricing-row h3 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 36px;
  margin: 0;
}

.pricing-row p {
  font-size: 24px;
  margin: 0;
}

.pricing-divider {
  height: 1px;
  background-color: var(--ng-grey-300);
  width: 100%;
  margin: 8px 0;
}

.product-footer-bar {
  background-color: var(--ng-brand-blue);
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.product-footer-bar span {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 16px;
  color: var(--ng-light);
}

.product-footer-bar img {
  width: 14px;
  height: 14px;
}

/* ======================
   SCROLL REVEAL ANIMATIONS
   ====================== */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =====================
   FEATURE HERO
   ===================== */

.feature-hero {
  background-color: var(--ng-light);
  position: relative;
  z-index: 10;
  width: 100%;
}

.feature-card {
  border: 1px solid var(--ng-grey-300);
  border-radius: var(--ng-rad-med);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.feature-card-top {
  background: var(--gradient-pink);
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-card-top .hero-actions {
  margin: 0;
}

.feature-card-top .action-item {
  color: var(--ng-light);
  text-shadow: none;
}

.feature-card-top .action-item .dot {
  border-color: var(--ng-light);
}

.feature-card-middle {
  position: relative;
  height: 590px;
  width: 100%;
  border-bottom: 1px solid var(--ng-grey-300);
}

.feature-card-middle .hero-effect {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.feature-card-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
  width: 250px;
  height: 250px;
  border-radius: 8px;
  box-shadow: 10px 10px 50px transparent;
  background: transparent;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.25s;
  border: 1px solid transparent;
}

/* High-End Visual Design Loader */

.feature-card-logo.loading-active {
  z-index: 9999;
}

.loading-mist-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250vw;
  height: 250vh;
  background: rgba(255, 255, 255, 1);
  z-index: -1;
  pointer-events: auto;
  --mist-inner: 0%;
  --mist-outer: 0%;
  /* Apply SVG turbulent displacement to simulate spot-by-spot clouds */
  filter: url(#cloud-dispersion);
  mask-image: radial-gradient(circle at center, transparent var(--mist-inner), black var(--mist-outer));
  -webkit-mask-image: radial-gradient(circle at center, transparent var(--mist-inner), black var(--mist-outer));
}

.loading-mist-overlay.is-animating {
  animation: mist-dissipate 2.5s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

@keyframes mist-dissipate {
  0% {
    --mist-inner: 0%;
    --mist-outer: 0%;
    opacity: 1;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }

  30% {
    --mist-inner: 0%;
    --mist-outer: 5%;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  100% {
    --mist-inner: 100%;
    --mist-outer: 150%;
    opacity: 0;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

@keyframes logo-load-reveal {
  0% {
    opacity: 0;
    transform: translate(-50%, 133%);
    width: 0px;
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    width: 225px;
  }
}

.feature-card-logo .logo-anim-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  animation: logo-load-reveal 0.2s ease-out forwards;
  animation-delay: 0.5s;
}

/* Override initial animation to make logo visible immediately on the white plane */

.feature-card-logo.loading-active .logo-anim-wrapper,
.feature-card-logo.has-loaded .logo-anim-wrapper {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
  width: 225px;
  animation: none;
  transition: transform 2.5s cubic-bezier(0.32, 0.72, 0, 1);
}

.feature-card-logo.loading-active.dissipating .logo-anim-wrapper {
  transform: translate(-50%, -50%) scale(1);
}

.feature-card-logo .logo-anim-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
  height: 65px;
}

.feature-card-logo .logo-anim-wrapper .logo-filled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.feature-card-logo .logo-anim-wrapper .logo-outline {
  opacity: 1;
}

.feature-hero .effect-container.is-revealed+.feature-card-logo .logo-outline {
  opacity: 0;
}

.feature-hero .effect-container.is-revealed+.feature-card-logo .logo-filled {
  opacity: 1;
}

.feature-hero .effect-container.is-revealed+.feature-card-logo {
  box-shadow: 10px 10px 50px #0402226b;
  background: #ffffff29;
  border: 1px solid #ffffff8c;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.feature-card-bottom {
  background-color: var(--ng-light);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.feature-card-bottom .feature-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 24px;
  color: var(--ng-dark-700);
  margin: 0;
  line-height: 1.4;
}

.feature-card-bottom .feature-title strong {
  font-weight: 900;
  letter-spacing: 0.05em;
}

/* Timeline Updates */

.history-timeline-gradient {
  background: linear-gradient(180deg, var(--ng-grey-50) 0%, var(--ng-grey-100) 100%);
  border-top: 1px solid var(--ng-grey-300);
}

.timeline-years-platinum {
  background: var(--gradient-platinum) !important;
  box-shadow: var(--shadow-normal);
  border: 1px solid var(--ng-grey-50);
}

/* Card Logos */

.card-title-logo {
  height: 30px;
  width: auto;
  margin-bottom: var(--ng-num-24);
}

/* ======================
   SCROLL TO TOP
   ====================== */

.btn-scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast);
  /* style = same as button hover */
  background: var(--gradient-bar);
  color: var(--ng-light);
  box-shadow: 0 2px 5px rgba(32, 19, 71, 0.15);
}

.btn-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-scroll-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(32, 19, 71, 0.3);
}

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

.hover\:text-ng-brand-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 255 / var(--tw-text-opacity, 1));
}

#mobileNav,
#mobilemenuOpen,
.mobilemenuwrapper {
  display: none;
}

/* ======================
   RESPONSIVE
   ====================== */

@media (max-width: 900px) {
  #mainNav {
    display: none;
  }

  .menu-wrapper .nav {
    flex-direction: column;
  }


  .mobilemenuwrapper {
    display: flex;
  }

  #mobilemenuOpen {
    display: flex;
  }

  #mobileNav {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: white;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.5rem;
    padding: var(--ng-num-24);
    z-index: 9999;
    /* Animation properties */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    justify-content: flex-start;
  }

  #mobileNav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  #mobilemenuOpen,
  #mobilemenuClose {
    cursor: pointer;
  }

  #mobileNav ul {
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
  }

  #mobileNav #btnEspaceClient {
    text-align: center;
  }

  .solutions-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-container {
    min-height: 360px;
    padding: 40px 20px;
  }

  .solution-featured {
    grid-template-columns: 1fr;
  }

  .solution-featured .card-illustration {
    border-right: none;
    border-bottom: 1px solid var(--ng-grey-300);
    min-height: 220px;
  }

  .solutions-grid-2 {
    grid-template-columns: 1fr;
  }

  .contact-body {
    grid-template-columns: 1fr;
  }

  .contact-illustration {
    order: -1;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .dark-mode-toggle {
    top: 10px;
    right: 16px;
    font-size: 10px;
    padding: 5px 10px;
  }

  .contact-form {
    padding: 16px;
  }
}

@media (max-width: 600px) {
  :root {
    --section-pad-x: 16px;
  }

  .header {
    margin: 0 auto;
    margin-top: 0px;
    display: flex;
    padding: 12px;
  }

  .hero-container {
    padding: 16px;
  }

  .solutions-container {
    padding: 20px;
  }

  .history-container {
    padding: 32px 20px 0;
  }

  .contact-info {
    padding: 40px 24px;
  }

  .footer-main {
    padding: 32px 24px 28px;
  }

  .main-content {
    padding: var(--ng-mar-small);
  }

  .effect-container img {
    width: auto;
    height: 100%;
    display: block;
  }
}

/* ======================
   SOLUTION TAGS
   ====================== */

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.solution-tag {
  font-size: 10px;
  color: white;
  background-color: var(--ng-brand-blue);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity var(--transition-fast);
}

.solution-tag:hover {
  opacity: 0.8;
}

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

.hover\:text-ng-brand-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 255 / var(--tw-text-opacity, 1));
}