/* [project]/apps/web/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-400: #fcbb00;
    --color-amber-500: #f99c00;
    --color-amber-800: #953d00;
    --color-slate-600: #45556c;
    --color-slate-700: #314158;
    --color-slate-800: #1d293d;
    --color-slate-950: #020618;
    --color-stone-50: #fafaf9;
    --color-stone-100: #f5f5f4;
    --color-stone-200: #e7e5e4;
    --color-stone-300: #d6d3d1;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -.025em;
    --radius-2xl: 1rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-amber-500: lab(72.7183% 31.8672 97.9407);
      --color-amber-800: lab(37.8822% 37.1699 52.2718);
      --color-slate-600: lab(35.5623% -1.74978 -15.4316);
      --color-slate-700: lab(26.9569% -1.47016 -15.6993);
      --color-slate-800: lab(16.132% -.318035 -14.6672);
      --color-slate-950: lab(1.76974% 1.32743 -9.28855);
      --color-stone-50: lab(98.2686% -.0991821 .364304);
      --color-stone-100: lab(96.5286% -.0991821 .364268);
      --color-stone-200: lab(91.055% .663072 .865579);
      --color-stone-300: lab(84.7909% .928015 1.59738);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

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

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

  .table {
    display: table;
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }

  .min-h-14 {
    min-height: calc(var(--spacing) * 14);
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

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

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-stone-200\/80 {
    border-color: #e7e5e4cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-stone-200\/80 {
      border-color: color-mix(in oklab, var(--color-stone-200) 80%, transparent);
    }
  }

  .border-stone-300 {
    border-color: var(--color-stone-300);
  }

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

  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }

  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }

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

  .bg-white {
    background-color: var(--color-white);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }

  .px-\[18px\] {
    padding-inline: 18px;
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

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

  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-amber-800 {
    color: var(--color-amber-800);
  }

  .text-slate-600 {
    color: var(--color-slate-600);
  }

  .text-slate-700 {
    color: var(--color-slate-700);
  }

  .text-slate-950 {
    color: var(--color-slate-950);
  }

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

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-slate-950\/15 {
    --tw-shadow-color: #02061826;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-slate-950\/15 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-950) 15%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:bg-amber-400:hover {
      background-color: var(--color-amber-400);
    }
  }

  @media (hover: hover) {
    .hover\:bg-slate-800:hover {
      background-color: var(--color-slate-800);
    }
  }

  @media (hover: hover) {
    .hover\:bg-stone-50:hover {
      background-color: var(--color-stone-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-stone-100:hover {
      background-color: var(--color-stone-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-stone-100\/80:hover {
      background-color: #f5f5f4cc;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-stone-100\/80:hover {
        background-color: color-mix(in oklab, var(--color-stone-100) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

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

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }
}

:root {
  color: #111827;
  scroll-behavior: smooth;
  background: #f7f3ed;
}

body {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

::selection {
  color: #111827;
  background: #fde68a;
}

a {
  transition: background-color .18s, border-color .18s, color .18s, transform .18s, box-shadow .18s;
}

.btn {
  color: #fff;
  background: #111827;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .85rem 1.1rem;
  font-weight: 900;
  display: inline-flex;
  box-shadow: 0 18px 42px #1118272e;
}

.btn:hover {
  background: #0f172a;
  transform: translateY(-1px);
  box-shadow: 0 22px 50px #1118273d;
}

.card {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #ffffffe6;
  border: 1px solid #eadfd2;
  border-radius: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 20px 60px #11182714;
}

.card:hover {
  border-color: #decfbe;
  box-shadow: 0 24px 70px #1118271c;
}

@media (max-width: 640px) {
  .btn {
    width: 100%;
  }

  .card {
    border-radius: 1.25rem;
    padding: 1.15rem;
  }
}

.ng-page {
  --ng-ink: #111315;
  --ng-muted: #667085;
  --ng-line: #e5e7eb;
  --ng-brand: #111827;
  --ng-accent: #c78a3b;
  --ng-shadow: 0 24px 70px #11131524;
  min-height: 100vh;
  color: var(--ng-ink);
  background: radial-gradient(circle at 20% 10%, #f4d09c73, #0000 30rem), linear-gradient(#fffaf3 0%, #fff 42%, #f8fafc 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.ng-page * {
  box-sizing: border-box;
}

.ng-page a {
  color: inherit;
  text-decoration: none;
}

.ng-container {
  width: min(1120px, 100% - 32px);
  margin: 0 auto;
}

.ng-header {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffaf3c7;
  border-bottom: 1px solid #e5e7ebcc;
  position: sticky;
  top: 0;
}

.ng-nav {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 72px;
  display: flex;
}

.ng-logo {
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.ng-site-logo {
  width: auto;
  max-width: min(190px, 44vw);
  height: 40px;
}

.ng-footer .ng-site-logo {
  max-width: 220px;
  height: 48px;
}

.ng-nav-links {
  color: #475467;
  gap: 22px;
  font-size: 14px;
  font-weight: 650;
  display: flex;
}

.ng-nav-links a:hover {
  color: #111827;
}

.ng-nav-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ng-btn {
  border: 1px solid #0000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  font-weight: 800;
  transition: transform .18s, box-shadow .18s, background .18s;
  display: inline-flex;
}

.ng-btn:hover {
  transform: translateY(-1px);
}

.ng-page .ng-btn-primary {
  background: var(--ng-brand);
  color: #fff;
  box-shadow: 0 14px 30px #1118273d;
}

.ng-page .ng-btn-secondary {
  border-color: var(--ng-line);
  color: #1f2937;
  background: #fff;
}

.ng-page .ng-btn-accent {
  background: var(--ng-accent);
  color: #fff;
  box-shadow: 0 14px 30px #c78a3b3d;
}

.ng-hero {
  padding: 84px 0 72px;
}

.ng-hero-grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 46px;
  display: grid;
}

.ng-pill {
  color: #7a4d13;
  background: #ffffffc2;
  border: 1px solid #c78a3b52;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 10px 30px #c78a3b1f;
}

.ng-page h1 {
  letter-spacing: -.07em;
  margin: 20px 0 18px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .93;
}

.ng-page h2 {
  letter-spacing: -.055em;
  margin: 10px 0 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
}

.ng-lead {
  color: #475467;
  max-width: 640px;
  margin: 0 0 28px;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.ng-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
  display: flex;
}

.ng-actions-flat {
  margin: 0;
}

.ng-trust {
  color: #667085;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 650;
  display: flex;
}

.ng-trust span {
  background: #ffffffb8;
  border: 1px solid #ececec;
  border-radius: 999px;
  padding: 8px 10px;
}

.ng-product-scene {
  min-height: 610px;
  position: relative;
}

.ng-plate {
  aspect-ratio: 1;
  color: #fff;
  width: min(410px, 92vw);
  box-shadow: var(--ng-shadow);
  background: linear-gradient(140deg, #25272c, #08090b 55%, #1b1d22);
  border-radius: 38px;
  padding: 34px;
  position: absolute;
  top: 22px;
  right: 0;
  overflow: hidden;
  transform: rotate(3deg);
}

.ng-plate:before {
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, #ffffff1f, #0000 28%, #ffffff0f 70%, #0000);
  position: absolute;
  inset: 0;
}

.ng-plate small {
  color: #d1d5db;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}

.ng-plate h2 {
  letter-spacing: -.04em;
  margin: 48px 0 8px;
  font-size: 34px;
}

.ng-plate p {
  color: #cbd5e1;
  line-height: 1.5;
}

.ng-qr {
  background: linear-gradient(90deg, #fff 12px, #0000 12px) 0 0 / 24px 24px, linear-gradient(#fff 12px, #0000 12px) 0 0 / 24px 24px, #111;
  border: 12px solid #fff;
  border-radius: 18px;
  width: 142px;
  height: 142px;
  margin-top: 26px;
  box-shadow: inset 0 0 0 8px #111;
}

.ng-guide-preview {
  background: #fffffff0;
  border: 1px solid #e5e7ebe6;
  border-radius: 34px;
  width: min(330px, 82vw);
  position: absolute;
  bottom: 0;
  left: 12px;
  overflow: hidden;
  box-shadow: 0 22px 70px #0f172a2e;
}

.ng-phone-top {
  border-bottom: 1px solid #eef2f7;
  justify-content: space-between;
  padding: 18px 20px;
  font-weight: 800;
  display: flex;
}

.ng-guide-body {
  padding: 20px;
}

.ng-guide-body h3 {
  letter-spacing: -.04em;
  margin: 0 0 6px;
  font-size: 24px;
}

.ng-guide-body p {
  color: #667085;
  margin: 0;
  line-height: 1.45;
}

.ng-tabs {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
  display: grid;
}

.ng-tabs span {
  text-align: center;
  background: #f4f4f5;
  border-radius: 11px;
  padding: 8px;
  font-size: 12px;
  font-weight: 800;
}

.ng-wifi-card, .ng-stat-card {
  color: #fff;
  background: #111827;
  border-radius: 18px;
  margin-top: 12px;
  padding: 14px;
}

.ng-wifi-card strong, .ng-stat-card strong {
  margin-top: 6px;
  font-size: 18px;
  display: block;
}

.ng-section {
  padding: 74px 0;
}

.ng-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ng-eyebrow {
  color: #a16207;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.ng-muted {
  color: var(--ng-muted);
  line-height: 1.62;
}

.ng-grid-2, .ng-grid-3 {
  gap: 20px;
  display: grid;
}

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

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

.ng-card {
  background: #ffffffdb;
  border: 1px solid #e5e7ebe6;
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 12px 40px #0f172a0f;
}

.ng-card h3 {
  letter-spacing: -.03em;
  margin: 0 0 10px;
  font-size: 20px;
}

.ng-card p, .ng-card li {
  color: #667085;
  line-height: 1.55;
}

.ng-icon {
  background: #fff3dc;
  border-radius: 14px;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  font-size: 22px;
  display: grid;
}

.ng-live-demo {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

.ng-demo-link {
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  min-height: 170px;
  display: flex;
}

.ng-demo-link strong {
  letter-spacing: -.04em;
  font-size: 22px;
}

.ng-demo-link span {
  color: var(--ng-muted);
  line-height: 1.55;
}

.ng-demo-link em {
  color: var(--ng-accent);
  font-style: normal;
  font-weight: 900;
}

.ng-steps {
  counter-reset: step;
}

.ng-step {
  padding-left: 74px;
  position: relative;
}

.ng-step:before {
  color: #fff;
  content: counter(step);
  counter-increment: step;
  background: #111827;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 24px;
  left: 24px;
}

.ng-dashboard {
  color: #fff;
  box-shadow: var(--ng-shadow);
  background: #111827;
  border-radius: 38px;
  padding: 28px;
}

.ng-dashboard .ng-muted {
  color: #cbd5e1;
}

.ng-metric-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 20px;
  display: grid;
}

.ng-metric {
  background: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  padding: 18px;
}

.ng-metric b {
  letter-spacing: -.04em;
  font-size: 28px;
  display: block;
}

.ng-metric span {
  color: #cbd5e1;
  font-size: 13px;
}

.ng-module-list {
  gap: 10px;
  display: grid;
}

.ng-module {
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 16px;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  display: flex;
}

.ng-module b {
  letter-spacing: -.02em;
}

.ng-module span {
  color: #667085;
  font-size: 14px;
}

.ng-compare-bad {
  background: #fff7f7;
}

.ng-compare-good {
  background: #f3fbf6;
  border-color: #bbf7d0;
}

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

.ng-price-card {
  flex-direction: column;
  display: flex;
}

.ng-price-highlight {
  box-shadow: var(--ng-shadow);
  border-color: #c78a3b;
}

.ng-price {
  letter-spacing: -.06em;
  margin: 12px 0;
  font-size: 42px;
  font-weight: 950;
}

.ng-price small {
  color: #667085;
  font-size: 15px;
  font-weight: 700;
}

.ng-page ul {
  margin: 16px 0 0;
  padding-left: 20px;
}

.ng-page li {
  margin: 8px 0;
}

.ng-cta {
  color: #fff;
  box-shadow: var(--ng-shadow);
  background: linear-gradient(135deg, #111827, #2f251b);
  border-radius: 36px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 44px;
  display: flex;
}

.ng-cta h2 {
  margin: 0 0 10px;
}

.ng-cta p {
  color: #e5e7eb;
  margin: 0;
}

.ng-footer {
  color: #cbd5e1;
  background: #0f172a;
  padding: 56px 0 34px;
}

.ng-footer-main {
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, .7fr));
  align-items: start;
  gap: 34px;
  padding-bottom: 34px;
  display: grid;
}

.ng-footer-brand {
  gap: 16px;
  max-width: 430px;
  display: grid;
}

.ng-footer-brand p {
  color: #cbd5e1;
  margin: 0;
  line-height: 1.62;
}

.ng-footer-cta {
  color: #111827;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  width: fit-content;
  padding: 11px 14px;
  font-size: 14px;
  font-weight: 850;
  display: inline-flex;
}

.ng-footer-col {
  gap: 10px;
  display: grid;
}

.ng-footer-col strong {
  color: #fff;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 850;
}

.ng-footer-links {
  flex-wrap: wrap;
  gap: 14px;
  display: flex;
}

.ng-footer-col a, .ng-footer-bottom {
  color: #94a3b8;
  font-size: 14px;
}

.ng-footer-col a:hover, .ng-footer-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.ng-footer-cta:hover {
  background: var(--ng-accent);
}

.ng-footer-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-top: 22px;
  display: flex;
}

.ng-info-page {
  min-height: 100vh;
  padding: 64px 0 88px;
}

.ng-info-page .ng-container {
  max-width: 920px;
}

.ng-info-back {
  color: #475467;
  width: fit-content;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 750;
  display: flex;
}

.ng-info-page h1 {
  max-width: 780px;
  margin: 16px 0;
  font-size: clamp(42px, 6vw, 72px);
}

.ng-info-video-wrap {
  width: min(100%, 640px);
  margin: 24px 0 4px;
}

.ng-info-video-frame {
  border: 1px solid var(--ng-line);
  background: #0f172a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 44px #1118271a;
}

.ng-info-video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0f172a;
  width: 100%;
  max-height: 360px;
  display: block;
}

.ng-info-video-caption {
  color: #667085;
  text-align: center;
  margin: 10px 2px 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ng-info-list {
  gap: 16px;
  margin-top: 34px;
  display: grid;
}

.ng-info-card {
  padding: 24px;
}

.ng-info-card h2 {
  letter-spacing: -.035em;
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
}

.ng-info-card p {
  color: #667085;
  margin: 8px 0 0;
  line-height: 1.65;
}

.ng-contact-form-card {
  margin-top: 34px;
  padding: 26px;
}

.ng-contact-form-heading h2 {
  letter-spacing: -.04em;
  margin: 8px 0 10px;
  font-size: clamp(26px, 4vw, 38px);
}

.ng-contact-form-heading p, .ng-contact-form label {
  color: #667085;
  line-height: 1.55;
}

.ng-contact-form {
  gap: 18px;
  margin-top: 22px;
  display: grid;
}

.ng-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.ng-contact-form label {
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  display: grid;
}

.ng-contact-form input, .ng-contact-form textarea {
  color: #111827;
  width: 100%;
  font: inherit;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 12px 14px;
  font-weight: 600;
}

.ng-contact-form textarea {
  resize: vertical;
}

.ng-contact-form input:focus, .ng-contact-form textarea:focus {
  border-color: #c78a3b;
  outline: 3px solid #c78a3b2e;
}

.ng-contact-honeypot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.ng-contact-consent {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
}

.ng-contact-consent input {
  accent-color: #111827;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.ng-contact-alert {
  border: 1px solid;
  border-radius: 16px;
  margin: 18px 0 0;
  padding: 13px 14px;
  font-weight: 800;
}

.ng-contact-alert-success {
  color: #166534;
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.ng-contact-alert-error {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fecaca;
}

.ng-tarif-badge {
  color: #7c2d12;
  background: #fff7ed;
  border: 1px solid #c78a3b52;
  border-radius: 999px;
  margin-top: 10px;
  padding: 9px 13px;
  font-size: 14px;
  font-weight: 850;
  display: inline-flex;
}

.ng-tarif-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
  display: grid;
}

.ng-tarif-card {
  flex-direction: column;
  gap: 12px;
  padding: 26px;
  display: flex;
}

.ng-tarif-highlight {
  border-color: #c78a3b;
  box-shadow: 0 24px 70px #c78a3b29;
}

.ng-tarif-kicker {
  color: #fff;
  background: #111827;
  border-radius: 999px;
  width: fit-content;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 850;
}

.ng-tarif-card h2 {
  margin: 2px 0 0;
  font-size: 28px;
}

.ng-tarif-card p {
  color: #667085;
  margin: 0;
  line-height: 1.58;
}

.ng-tarif-price {
  align-items: baseline;
  gap: 6px;
  margin-top: 6px;
  display: flex;
}

.ng-tarif-price strong {
  letter-spacing: -.06em;
  font-size: 42px;
  line-height: 1;
}

.ng-tarif-price span, .ng-tarif-card small {
  color: #667085;
  font-weight: 700;
}

.ng-tarif-monthly {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.ng-tarif-card .ng-btn, .ng-tarif-card ul {
  margin-top: 8px;
}

.ng-tarif-card li {
  color: #475467;
}

.ng-tarif-limits {
  border-top: 1px solid #eef2f7;
  padding-top: 12px;
  font-size: 13px;
}

.ng-tarifs-page {
  padding: 32px 0 56px;
}

.ng-marketing-page {
  color: var(--ng-ink);
  padding: 32px 0 56px;
}

.ng-marketing-container, .ng-tarifs-container {
  width: min(1180px, 100% - 32px);
}

.ng-marketing-top, .ng-tarifs-top {
  text-align: center;
  margin-bottom: 28px;
}

.ng-marketing-brand, .ng-tarifs-brand {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  display: flex;
}

.ng-marketing-brand-logo, .ng-tarifs-brand-logo {
  width: min(220px, 72vw);
  height: auto;
  margin-bottom: 4px;
}

.ng-marketing-eyebrow, .ng-tarifs-eyebrow {
  color: #a16207;
  letter-spacing: .18em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 8px 0 10px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}

.ng-marketing-eyebrow:before, .ng-marketing-eyebrow:after, .ng-tarifs-eyebrow:before, .ng-tarifs-eyebrow:after {
  content: "";
  background: #c78a3b73;
  width: 34px;
  height: 1px;
}

.ng-marketing-title, .ng-tarifs-title {
  letter-spacing: -.04em;
  color: var(--ng-brand);
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.ng-marketing-diamond-line, .ng-tarifs-diamond-line {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 16px auto 10px;
  display: flex;
}

.ng-marketing-diamond-line:before, .ng-marketing-diamond-line:after, .ng-tarifs-diamond-line:before, .ng-tarifs-diamond-line:after {
  content: "";
  background: #c78a3b59;
  width: 72px;
  height: 1px;
}

.ng-marketing-diamond, .ng-tarifs-diamond {
  background: var(--ng-accent);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

.ng-marketing-subtitle, .ng-tarifs-subtitle {
  color: #667085;
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
}

.ng-marketing-video-wrap {
  width: min(100%, 640px);
  margin: 0 auto 28px;
}

.ng-marketing-video-frame {
  border: 1px solid var(--ng-line);
  background: #0f172a;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 44px #1118271a;
}

.ng-marketing-video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0f172a;
  width: 100%;
  max-height: 360px;
  display: block;
}

.ng-marketing-video-caption {
  color: #667085;
  text-align: center;
  margin: 10px 2px 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ng-marketing-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.ng-marketing-card {
  border: 1px solid var(--ng-line);
  box-shadow: var(--ng-shadow);
  background: #ffffffeb;
  border-radius: 18px;
  padding: 24px;
}

.ng-marketing-card h2 {
  letter-spacing: -.03em;
  color: var(--ng-brand);
  margin: 0 0 12px;
  font-size: clamp(20px, 2.5vw, 26px);
}

.ng-marketing-card p {
  color: #667085;
  margin: 8px 0 0;
  line-height: 1.65;
}

.ng-marketing-steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}

.ng-marketing-step-card {
  border: 1px solid var(--ng-line);
  box-shadow: var(--ng-shadow);
  background: #ffffffeb;
  border-radius: 18px;
  padding: 28px 22px 22px;
  position: relative;
}

.ng-marketing-step-num {
  background: var(--ng-accent);
  color: #fff;
  border-radius: 999px;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 24px #c78a3b47;
}

.ng-marketing-step-card h2 {
  text-align: center;
  letter-spacing: -.03em;
  color: var(--ng-brand);
  margin: 8px 0 12px;
  font-size: 22px;
}

.ng-marketing-step-card p {
  text-align: center;
  color: #667085;
  margin: 0;
  line-height: 1.65;
}

.ng-marketing-faq {
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
  display: grid;
}

.ng-marketing-faq-item {
  border: 1px solid var(--ng-line);
  background: #ffffffeb;
  border-radius: 16px;
  transition: border-color .18s, box-shadow .18s;
  overflow: hidden;
  box-shadow: 0 12px 32px #1118270f;
}

.ng-marketing-faq-item.is-open {
  border-color: #c78a3b73;
  box-shadow: 0 18px 40px #c78a3b1f;
}

.ng-marketing-faq-heading {
  margin: 0;
}

.ng-marketing-faq-trigger {
  text-align: left;
  cursor: pointer;
  width: 100%;
  color: var(--ng-brand);
  letter-spacing: -.02em;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
}

.ng-marketing-faq-trigger:hover {
  color: #92400e;
}

.ng-marketing-faq-trigger:focus-visible {
  outline: 2px solid var(--ng-accent);
  outline-offset: -2px;
}

.ng-marketing-faq-icon {
  color: #a16207;
  background: #fff7ed;
  border-radius: 999px;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  transition: transform .22s, background .18s;
  position: relative;
}

.ng-marketing-faq-icon:before, .ng-marketing-faq-icon:after {
  content: "";
  background: currentColor;
  border-radius: 999px;
  width: 12px;
  height: 2px;
  transition: transform .22s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ng-marketing-faq-icon:after {
  transform: translate(-50%, -50%)rotate(90deg);
}

.ng-marketing-faq-item.is-open .ng-marketing-faq-icon {
  background: var(--ng-accent);
  color: #fff;
}

.ng-marketing-faq-item.is-open .ng-marketing-faq-icon:after {
  opacity: 0;
  transform: translate(-50%, -50%)rotate(0);
}

.ng-marketing-faq-panel {
  grid-template-rows: 0fr;
  transition: grid-template-rows .24s;
  display: grid;
}

.ng-marketing-faq-item.is-open .ng-marketing-faq-panel {
  grid-template-rows: 1fr;
}

.ng-marketing-faq-panel-inner {
  overflow: hidden;
}

.ng-marketing-faq-panel-inner p {
  color: #667085;
  margin: 0;
  padding: 0 22px 18px;
  line-height: 1.65;
}

.ng-marketing-blog-grid, .ng-marketing-blog-article {
  gap: 16px;
  display: grid;
}

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

.ng-marketing-blog-card {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.ng-marketing-blog-link {
  color: inherit;
  text-decoration: none;
}

.ng-marketing-blog-link:hover {
  color: var(--ng-accent);
}

.ng-marketing-blog-cta {
  color: #a16207;
  margin-top: auto;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ng-marketing-blog-cta:hover {
  text-decoration: underline;
}

.ng-marketing-back {
  margin: 0 0 8px;
}

.ng-marketing-back a {
  color: #475467;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.ng-marketing-back a:hover {
  color: var(--ng-brand);
}

.ng-marketing-contact-card {
  border: 1px solid var(--ng-line);
  background: #fffffff5;
  border-radius: 18px;
  max-width: 760px;
  margin: 0 auto 28px;
  padding: 28px;
  box-shadow: 0 20px 50px #11182714;
}

.ng-marketing-contact-card .ng-contact-form {
  margin-top: 4px;
}

.ng-marketing-contact-card .ng-contact-form input, .ng-marketing-contact-card .ng-contact-form textarea {
  border-color: #e4e7ec;
  border-radius: 12px;
}

.ng-marketing-contact-heading {
  margin-bottom: 20px;
}

.ng-marketing-contact-kicker {
  color: #a16207;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #fff7ed;
  border-radius: 999px;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.ng-marketing-contact-heading h2 {
  letter-spacing: -.03em;
  color: var(--ng-brand);
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
}

.ng-marketing-contact-heading p {
  color: #667085;
  margin: 0;
  line-height: 1.6;
}

.ng-marketing-legal {
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
  display: grid;
}

.ng-marketing-legal-item {
  border: 1px solid var(--ng-line);
  border-left: 3px solid var(--ng-accent);
  background: #ffffffeb;
  border-radius: 0 16px 16px 0;
  padding: 20px 24px;
  box-shadow: 0 12px 32px #1118270d;
}

.ng-marketing-legal-item h2 {
  letter-spacing: -.02em;
  color: var(--ng-brand);
  margin: 0 0 10px;
  font-size: 18px;
}

.ng-marketing-legal-item p {
  color: #667085;
  margin: 8px 0 0;
  line-height: 1.65;
}

.ng-marketing-legal-item p:first-of-type {
  margin-top: 0;
}

.ng-tarifs-catalog {
  color: var(--ng-ink);
}

.ng-tarifs-catalog-embedded {
  margin-top: 8px;
}

.ng-tarifs-catalog-embedded .ng-tarifs-pricing {
  margin-top: 4px;
}

.ng-tarifs-pricing {
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 16px;
  margin-bottom: 20px;
  display: grid;
}

.ng-tarifs-card {
  border: 1px solid var(--ng-line);
  min-height: 394px;
  box-shadow: var(--ng-shadow);
  background: #ffffffeb;
  border-radius: 18px;
  flex-direction: column;
  padding: 16px 18px 18px;
  display: flex;
  position: relative;
}

.ng-tarifs-card-popular {
  border: 1.5px solid var(--ng-accent);
  box-shadow: 0 24px 70px #c78a3b29;
}

.ng-tarifs-popular-badge {
  background: var(--ng-accent);
  color: #fff;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 16px 7px;
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 24px #c78a3b47;
}

.ng-tarifs-plan {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.02em;
  min-height: 52px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.ng-tarifs-price {
  text-align: center;
  color: var(--ng-brand);
  margin-bottom: 16px;
  line-height: 1;
}

.ng-tarifs-price-num {
  letter-spacing: -.04em;
  font-size: 54px;
  font-weight: 900;
}

.ng-tarifs-price-eur {
  color: var(--ng-accent);
  vertical-align: middle;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 800;
}

.ng-tarifs-qr-box {
  border: 1px solid var(--ng-line);
  background: #fffaf3;
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  display: flex;
}

.ng-tarifs-card-popular .ng-tarifs-qr-box {
  background: #fff;
}

.ng-tarifs-qr-icon {
  width: 30px;
  height: 30px;
  color: var(--ng-brand);
  flex: 0 0 30px;
}

.ng-tarifs-qr-text {
  line-height: 1.1;
}

.ng-tarifs-qr-title {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 800;
}

.ng-tarifs-qr-sub {
  color: var(--ng-muted);
  font-size: 13px;
}

.ng-tarifs-separator {
  background: var(--ng-line);
  height: 1px;
  margin: 12px 0 14px;
}

.ng-tarifs-addon {
  color: #92400e;
  margin: 0 0 10px;
  font-size: 15px;
  font-style: italic;
}

.ng-tarifs-features {
  color: #475467;
  gap: 11px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.35;
  list-style: none;
  display: grid;
}

.ng-tarifs-features li {
  padding-left: 20px;
  position: relative;
}

.ng-tarifs-features li:before {
  content: "✓";
  color: var(--ng-accent);
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: -1px;
  left: 0;
}

.ng-tarifs-supports {
  border: 1px solid var(--ng-line);
  box-shadow: var(--ng-shadow);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffffdb;
  border-radius: 18px;
  grid-template-columns: 220px repeat(4, 1fr);
  display: grid;
  overflow: hidden;
}

.ng-tarifs-supports-head {
  background: var(--ng-accent);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 900;
  display: flex;
}

.ng-tarifs-spark {
  font-size: 19px;
  line-height: 1;
}

.ng-tarifs-support-item {
  border-left: 1px solid var(--ng-line);
  background: #ffffffeb;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 12px 14px;
  display: flex;
}

.ng-tarifs-support-icon {
  border: 1px solid #decfbe;
  border-radius: 50%;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  position: relative;
}

.ng-tarifs-support-icon:before {
  content: "";
  border: 1.6px solid var(--ng-accent);
  border-radius: 4px;
  position: absolute;
  inset: 11px;
}

.ng-tarifs-support-icon-1:before {
  border-top-width: 3px;
  border-radius: 2px 2px 6px 6px;
  inset: 10px 13px 12px;
}

.ng-tarifs-support-icon-2:before, .ng-tarifs-support-icon-3:before {
  background: linear-gradient(var(--ng-accent) 0 0) center / 1.5px 22px no-repeat,
    linear-gradient(var(--ng-accent) 0 0) center / 22px 1.5px no-repeat,
    linear-gradient(var(--ng-accent) 0 0) 25% center / 1.5px 22px no-repeat,
    linear-gradient(var(--ng-accent) 0 0) 75% center / 1.5px 22px no-repeat;
  border: none;
  inset: 10px;
}

.ng-tarifs-support-label {
  text-transform: uppercase;
  color: var(--ng-brand);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.ng-tarifs-support-size {
  color: var(--ng-muted);
  margin-top: 2px;
  font-size: 13px;
  line-height: 1;
}

.ng-tarifs-support-price {
  color: var(--ng-brand);
  white-space: nowrap;
  margin-left: auto;
  font-size: 18px;
  font-weight: 900;
}

.ng-tarifs-support-price span {
  color: var(--ng-accent);
}

.ng-tarifs-footer {
  border-top: 1px solid var(--ng-line);
  color: #475467;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 18px;
  padding: 14px 2px 0;
  display: flex;
}

.ng-tarifs-notes {
  gap: 6px;
  display: grid;
}

.ng-tarifs-note-line {
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  font-style: italic;
  display: flex;
}

.ng-tarifs-small-icon {
  width: 18px;
  height: 18px;
  color: var(--ng-accent);
  border: 1px solid #c78a3b73;
  border-radius: 50%;
  flex: 0 0 18px;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  font-size: 11px;
  display: inline-flex;
}

.ng-tarifs-contact {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  font-size: 15px;
  display: flex;
}

.ng-tarifs-contact-item {
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.ng-tarifs-contact a:hover {
  color: var(--ng-accent);
}

@media (max-width: 1100px) {
  .ng-marketing-grid, .ng-marketing-steps, .ng-marketing-blog-grid, .ng-tarifs-pricing {
    grid-template-columns: repeat(2, 1fr);
  }

  .ng-tarifs-supports {
    grid-template-columns: 1fr 1fr;
  }

  .ng-tarifs-supports-head {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .ng-marketing-grid, .ng-marketing-steps, .ng-marketing-blog-grid {
    grid-template-columns: 1fr;
  }

  .ng-marketing-video {
    max-height: 220px;
  }

  .ng-tarifs-pricing, .ng-tarifs-supports {
    grid-template-columns: 1fr;
  }

  .ng-tarifs-support-item {
    border-top: 1px solid var(--ng-line);
    border-left: none;
  }

  .ng-tarifs-footer {
    flex-direction: column;
  }

  .ng-tarifs-contact {
    justify-content: flex-start;
  }
}

.ng-shop-specs {
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 30px;
  display: grid;
}

.ng-shop-specs div {
  background: #ffffffdb;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 14px;
}

.ng-shop-specs span {
  color: #667085;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  display: block;
}

.ng-shop-specs strong {
  margin-top: 5px;
  font-size: 16px;
  display: block;
}

.ng-shop-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 22px;
  display: grid;
}

.ng-shop-card {
  gap: 14px;
  display: grid;
}

.ng-shop-card h2 {
  margin: 0;
  font-size: 28px;
}

.ng-shop-card p {
  color: #667085;
  margin: 0;
  line-height: 1.58;
}

.ng-shop-price {
  color: #111827;
  letter-spacing: -.04em;
  font-size: 28px;
  font-weight: 900;
}

.ng-shop-stripe-note {
  color: #64748b;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.ng-shop-card-soon {
  opacity: .92;
}

.ng-btn-secondary {
  color: #334155;
  background: #fff;
  border: 1px solid #e5e7eb;
}

.ng-btn-secondary:hover {
  background: #f8fafc;
}

.ng-shop-plate {
  color: #fff;
  border-radius: 28px;
  place-items: center;
  min-height: 210px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 60px #0f172a2e;
}

.ng-shop-plate:after {
  content: "";
  background: linear-gradient(115deg, #ffffff29, #0000 35%, #ffffff14 70%, #0000);
  position: absolute;
  inset: 0;
}

.ng-shop-plate span {
  z-index: 1;
  color: #ffffffbd;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 18px;
  left: 18px;
}

.ng-shop-plate b {
  z-index: 1;
  color: #fff;
  background: #111;
  border: 10px solid #fff;
  border-radius: 18px;
  place-items: center;
  width: 96px;
  height: 96px;
  font-size: 24px;
  display: grid;
}

.ng-shop-plate-dark {
  background: linear-gradient(140deg, #25272c, #08090b 58%, #1b1d22);
}

.ng-shop-plate-silver {
  color: #111827;
  background: linear-gradient(140deg, #f8fafc, #cbd5e1 55%, #94a3b8);
}

.ng-shop-plate-silver span {
  color: #1118279e;
}

.ng-shop-plate-graphite {
  background: linear-gradient(140deg, #475569, #1f2937 55%, #0f172a);
}

.ng-shop-upcoming {
  margin-top: 18px;
}

.ng-shop-upcoming h2 {
  margin: 8px 0 14px;
  font-size: 30px;
}

.ng-shop-upcoming div {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.ng-shop-upcoming div span {
  color: #334155;
  background: #f8fafc;
  border-radius: 999px;
  padding: 9px 12px;
  font-weight: 800;
}

body.ng-modal-open {
  overflow: hidden;
}

.ng-shop-toolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  margin: 32px 0 18px;
  display: flex;
}

.ng-shop-toolbar h2 {
  letter-spacing: -.03em;
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
}

.ng-shop-toolbar p {
  margin: 4px 0 0;
  font-size: 14px;
}

.ng-shop-tools {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ng-shop-cart-link {
  border: 1px solid var(--ng-line);
  color: #111827;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 8px 18px 8px 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s;
  display: inline-flex;
  box-shadow: 0 10px 30px #0f172a1a;
}

.ng-shop-cart-link:hover {
  box-shadow: var(--ng-shadow);
  transform: translateY(-1px);
}

.ng-shop-cart-icon {
  background: #f8fafc;
  border-radius: 999px;
  flex-shrink: 0;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
  position: relative;
}

.ng-shop-cart-count {
  background: var(--ng-accent);
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 999px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 900;
  line-height: 16px;
  position: absolute;
  top: -2px;
  right: -4px;
}

.ng-shop-cart-label {
  white-space: nowrap;
}

.ng-shop-cart-link--float {
  right: max(18px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 30;
  border-radius: 999px;
  padding: 10px;
  position: fixed;
  box-shadow: 0 16px 40px #0f172a2e;
}

.ng-shop-cart-link--float .ng-shop-cart-label {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.ng-shop-cart-link--float .ng-shop-cart-icon {
  width: 44px;
  height: 44px;
}

.ng-shop-page-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 8px 0 4px;
  display: flex;
}

.ng-shop-page-head-copy {
  min-width: 0;
}

.ng-shop-page-head h1 {
  margin: 10px 0 0;
}

.ng-shop-page-head .ng-shop-cart-link {
  flex-shrink: 0;
  margin-top: 18px;
}

@media (max-width: 720px) {
  .ng-shop-page-head {
    align-items: center;
  }

  .ng-shop-page-head .ng-shop-cart-link {
    margin-top: 14px;
    padding: 8px;
  }

  .ng-shop-page-head .ng-shop-cart-label {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
}

.ng-shop-search, .ng-shop-select {
  border: 1px solid var(--ng-line);
  min-height: 44px;
  color: var(--ng-ink);
  font: inherit;
  background: #fff;
  border-radius: 999px;
  padding: 0 16px;
  font-weight: 600;
}

.ng-shop-search:focus, .ng-shop-select:focus {
  border-color: var(--ng-accent);
  outline: 3px solid #c78a3b2e;
}

.ng-shop-filters-trigger {
  display: none;
}

.ng-shop-catalog {
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  display: grid;
}

.ng-shop-filters {
  background: #ffffffdb;
  border: 1px solid #e5e7ebe6;
  border-radius: 24px;
  gap: 14px;
  padding: 18px;
  display: grid;
  position: sticky;
  top: 90px;
  box-shadow: 0 12px 40px #0f172a0f;
}

.ng-shop-filters-title, .ng-shop-filters-head strong {
  font-size: 16px;
  font-weight: 850;
}

.ng-shop-filter-body {
  gap: 14px;
  display: grid;
}

.ng-shop-filter-group {
  gap: 9px;
  display: grid;
}

.ng-shop-filter-group strong {
  font-size: 14px;
}

.ng-shop-range {
  width: 100%;
  accent-color: var(--ng-accent);
}

.ng-shop-filter-value {
  color: var(--ng-muted);
  font-size: 14px;
  font-weight: 700;
}

.ng-shop-filter-empty {
  color: var(--ng-muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.ng-shop-products {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
  display: grid;
}

.ng-shop-empty {
  color: var(--ng-muted);
  margin: 0;
}

.ng-shop-product {
  background: #ffffffeb;
  border: 1px solid #e5e7ebe6;
  border-radius: 24px;
  flex-direction: column;
  transition: transform .18s, box-shadow .18s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 40px #0f172a0f;
}

.ng-shop-product:hover {
  box-shadow: var(--ng-shadow);
  transform: translateY(-3px);
}

.ng-shop-main-img {
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  cursor: zoom-in;
  background: #f1efe9;
  width: 100%;
  display: block;
}

.ng-shop-noimg {
  cursor: default;
  color: #fff;
  background: linear-gradient(140deg, #25272c, #08090b 58%, #1b1d22);
  place-items: center;
  display: grid;
  position: relative;
}

.ng-shop-noimg span {
  color: #ffffffbd;
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
  position: absolute;
  top: 16px;
  left: 16px;
}

.ng-shop-noimg b {
  background: #111;
  border: 9px solid #fff;
  border-radius: 16px;
  place-items: center;
  width: 84px;
  height: 84px;
  font-size: 22px;
  display: grid;
}

.ng-shop-thumbs {
  border-top: 1px solid var(--ng-line);
  background: #fff9;
  gap: 6px;
  padding: 8px;
  display: flex;
  overflow-x: auto;
}

.ng-shop-thumb {
  border: 1px solid var(--ng-line);
  opacity: .7;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  flex: none;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: opacity .18s, border-color .18s, transform .18s;
  overflow: hidden;
}

.ng-shop-thumb:hover, .ng-shop-thumb.is-active {
  opacity: 1;
  border-color: var(--ng-accent);
  transform: translateY(-1px);
}

.ng-shop-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ng-shop-product-body {
  gap: 8px;
  padding: 16px;
  display: grid;
}

.ng-shop-product-body h3 {
  letter-spacing: -.02em;
  margin: 0;
  font-size: 18px;
}

.ng-shop-product-desc {
  color: var(--ng-muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.ng-shop-product-price {
  letter-spacing: -.03em;
  font-size: 22px;
  font-weight: 900;
}

.ng-shop-product-actions {
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.ng-shop-product-actions .ng-btn {
  white-space: nowrap;
  flex: 1;
  min-height: 42px;
  padding: 0 12px;
}

.ng-shop-product-cta {
  width: 100%;
}

.ng-shop-filters-modal {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #080a0c6b;
  justify-content: center;
  align-items: flex-end;
  padding: 12px;
  display: none;
  position: fixed;
  inset: 0;
}

.ng-shop-filters-modal.is-open {
  display: flex;
}

.ng-shop-filters-sheet {
  border: 1px solid var(--ng-line);
  width: min(100%, 34rem);
  max-height: 88vh;
  box-shadow: var(--ng-shadow);
  background: #fffdf9;
  border-radius: 24px 24px 0 0;
  gap: 14px;
  padding: 18px;
  display: grid;
  overflow: auto;
}

.ng-shop-filters-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.ng-shop-filters-head .ng-btn {
  min-height: 40px;
  padding: 0 14px;
}

.ng-shop-lightbox {
  z-index: 60;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0c0c0ebd;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: none;
  position: fixed;
  inset: 0;
}

.ng-shop-lightbox.is-open {
  display: flex;
}

.ng-shop-lightbox-shell {
  background: #0e0f12;
  border: 1px solid #ffffff1f;
  border-radius: 22px;
  width: min(100%, 920px);
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 28px 80px #0006;
}

.ng-shop-stage {
  aspect-ratio: 16 / 10;
  background: #0b0c0e;
  position: relative;
}

.ng-shop-stage img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.ng-shop-lb-btn {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffff1f;
  border: 1px solid #ffffff2e;
  place-items: center;
  display: grid;
  position: absolute;
}

.ng-shop-lb-close {
  border-radius: 999px;
  width: 42px;
  height: 42px;
  top: 14px;
  right: 14px;
}

.ng-shop-lb-nav {
  border-radius: 999px;
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
}

.ng-shop-lb-prev {
  left: 14px;
}

.ng-shop-lb-next {
  right: 14px;
}

.ng-shop-strip {
  background: #ffffff0f;
  gap: 8px;
  padding: 12px;
  display: flex;
  overflow-x: auto;
}

.ng-shop-strip button {
  cursor: pointer;
  background: none;
  border: 2px solid #0000;
  border-radius: 12px;
  flex: none;
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: hidden;
}

.ng-shop-strip button.is-active {
  border-color: var(--ng-accent);
}

.ng-shop-strip img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ng-shop-detail {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 28px;
  margin-top: 8px;
  display: grid;
}

.ng-shop-detail-media {
  gap: 10px;
  display: grid;
}

.ng-shop-detail-main {
  aspect-ratio: 4 / 4.2;
  object-fit: cover;
  cursor: zoom-in;
  background: #f1efe9;
  border: 1px solid #e5e7ebe6;
  border-radius: 26px;
  width: 100%;
  display: block;
  box-shadow: 0 12px 40px #0f172a0f;
}

.ng-shop-detail-thumbs {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.ng-shop-detail-thumbs .ng-shop-thumb {
  width: 56px;
  height: 56px;
}

.ng-shop-detail-info {
  gap: 14px;
  display: grid;
}

.ng-shop-detail-info h1 {
  margin: 6px 0 0;
  font-size: clamp(30px, 4vw, 46px);
}

.ng-shop-purchase {
  gap: 16px;
  display: grid;
}

.ng-shop-price-na {
  color: var(--ng-muted);
  font-size: 18px;
  font-weight: 800;
}

.ng-shop-options {
  gap: 16px;
  display: grid;
}

.ng-shop-option-group {
  gap: 8px;
  display: grid;
}

.ng-shop-option-label {
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--ng-muted);
  font-size: 13px;
  font-weight: 850;
}

.ng-shop-option-values {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.ng-shop-option-btn {
  border: 1px solid var(--ng-line);
  min-height: 42px;
  color: var(--ng-ink);
  font: inherit;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  padding: 0 16px;
  font-weight: 700;
  transition: border-color .18s, box-shadow .18s, background .18s, transform .18s;
}

.ng-shop-option-btn:hover {
  border-color: var(--ng-accent);
  transform: translateY(-1px);
}

.ng-shop-option-btn.is-active {
  border-color: var(--ng-accent);
  box-shadow: 0 0 0 1px var(--ng-accent);
  background: #c9a2271f;
}

.ng-shop-option-btn.is-disabled {
  opacity: .45;
  cursor: not-allowed;
}

.ng-shop-selected-variant {
  color: var(--ng-muted);
  margin: 0;
  font-size: 14px;
}

.ng-shop-add-btn {
  cursor: pointer;
  justify-content: center;
  width: 100%;
}

.ng-shop-add-form {
  margin: 0;
}

.ng-shop-cart-feedback {
  margin: 0;
  font-size: 14px;
}

.ng-shop-cart-feedback-success {
  color: #166534;
}

.ng-shop-cart-feedback-success a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
}

.ng-shop-cart-feedback-error {
  color: #b91c1c;
}

.ng-shop-flow-header {
  max-width: 720px;
  margin-bottom: 24px;
}

.ng-shop-flow-header h1 {
  margin: 10px 0 12px;
}

.ng-shop-flow-header .ng-lead {
  margin: 0;
}

.ng-shop-banner {
  border-radius: 14px;
  margin: 0 0 20px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 700;
}

.ng-shop-banner-success {
  color: #166534;
  background: #ecfdf3;
  border: 1px solid #bbf7d0;
}

.ng-shop-banner-error {
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.ng-shop-flow {
  align-items: start;
  gap: 24px;
  display: grid;
}

.ng-shop-flow-main {
  z-index: 1;
  gap: 20px;
  min-width: 0;
  display: grid;
  position: relative;
}

.ng-shop-flow-aside {
  z-index: 0;
  position: sticky;
  top: 24px;
}

.ng-shop-flow-aside h2, .ng-shop-section-head h2 {
  letter-spacing: -.03em;
  margin: 0 0 4px;
  font-size: 20px;
}

.ng-shop-section-head p {
  color: var(--ng-muted);
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.55;
}

.ng-shop-flow-empty {
  justify-items: start;
  gap: 12px;
  max-width: 520px;
  margin-top: 8px;
  display: grid;
}

.ng-shop-flow-empty h2 {
  margin: 0;
  font-size: 24px;
}

.ng-shop-flow-empty p {
  color: var(--ng-muted);
  margin: 0;
  line-height: 1.55;
}

.ng-shop-flow-empty-icon {
  background: #f8fafc;
  border-radius: 16px;
  place-items: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: grid;
}

.ng-shop-flow-actions {
  gap: 10px;
  margin-top: 20px;
  display: grid;
}

.ng-shop-flow-cta {
  justify-content: center;
  width: 100%;
}

.ng-shop-cart-lines {
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.ng-shop-cart-line {
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px;
  display: grid;
}

.ng-shop-cart-line-media img, .ng-shop-cart-line-placeholder {
  object-fit: cover;
  border-radius: 16px;
  width: 88px;
  height: 88px;
}

.ng-shop-cart-line-placeholder {
  color: #fff;
  background: linear-gradient(140deg, #25272c, #08090b 58%, #1b1d22);
  place-items: center;
  display: grid;
}

.ng-shop-cart-line-placeholder span {
  letter-spacing: .14em;
  font-size: 11px;
  font-weight: 900;
}

.ng-shop-cart-line-body {
  gap: 6px;
  min-width: 0;
  display: grid;
}

.ng-shop-cart-line-body strong {
  font-size: 17px;
  line-height: 1.3;
}

.ng-shop-cart-line-link {
  color: var(--ng-accent);
  font-size: 14px;
  font-weight: 700;
}

.ng-shop-cart-line-qty {
  color: var(--ng-muted);
  font-size: 14px;
}

.ng-shop-cart-line-price {
  white-space: nowrap;
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 900;
}

.ng-shop-order-rows {
  gap: 12px;
  margin: 18px 0 0;
  display: grid;
}

.ng-shop-order-rows div {
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  display: flex;
}

.ng-shop-order-rows dt {
  color: var(--ng-muted);
  margin: 0;
  font-weight: 600;
}

.ng-shop-order-rows dd {
  margin: 0;
  font-weight: 800;
}

.ng-shop-order-muted {
  color: var(--ng-muted) !important;
  font-weight: 650 !important;
}

.ng-shop-order-total {
  border-top: 1px solid var(--ng-line);
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  font-size: 15px;
  display: flex;
}

.ng-shop-order-total strong {
  letter-spacing: -.04em;
  font-size: 28px;
}

.ng-shop-order-hint {
  color: var(--ng-muted);
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.ng-shop-trust-list {
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.ng-shop-trust-list li {
  color: var(--ng-muted);
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.45;
  position: relative;
}

.ng-shop-trust-list li:before {
  content: "✓";
  color: #166534;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.ng-shop-stepper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}

.ng-shop-stepper-item {
  grid-template-columns: 1fr;
  gap: 8px;
  min-width: 0;
  display: grid;
}

.ng-shop-stepper-line {
  display: none;
}

.ng-shop-step {
  border: 1px solid var(--ng-line);
  background: #ffffffb8;
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  display: flex;
}

.ng-shop-step.is-active {
  background: #fff;
  border-color: #111827;
  box-shadow: 0 10px 28px #0f172a14;
}

.ng-shop-step.is-done {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.ng-shop-step-num {
  color: #475467;
  background: #f1f5f9;
  border-radius: 999px;
  flex-shrink: 0;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 900;
  display: grid;
}

.ng-shop-step.is-active .ng-shop-step-num {
  color: #fff;
  background: #111827;
}

.ng-shop-step.is-done .ng-shop-step-num {
  color: #fff;
  background: #166534;
}

.ng-shop-step-copy {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.ng-shop-step-copy strong {
  font-size: 14px;
}

.ng-shop-step-copy small {
  color: var(--ng-muted);
  font-size: 12px;
}

.ng-shop-checkout-form {
  gap: 20px;
  display: grid;
}

.ng-shop-checkout-section {
  gap: 16px;
  display: grid;
}

.ng-shop-fieldset {
  border: 0;
  gap: 14px;
  margin: 0;
  padding: 0;
  display: grid;
}

.ng-shop-fieldset legend {
  color: #334155;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 2px;
  padding: 0;
  font-size: 13px;
  font-weight: 900;
}

.ng-shop-checkout-section label {
  color: #334155;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  display: grid;
}

.ng-shop-checkout-section input, .ng-shop-checkout-section select {
  border: 1px solid var(--ng-line);
  width: 100%;
  font: inherit;
  background: #fff;
  border-radius: 12px;
  padding: 13px 14px;
  transition: border-color .16s, box-shadow .16s;
}

.ng-shop-checkout-section input:focus, .ng-shop-checkout-section select:focus {
  border-color: #111827;
  outline: none;
  box-shadow: 0 0 0 3px #11182714;
}

.ng-shop-checkout-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.ng-shop-shipping-options {
  gap: 10px;
  display: grid;
}

.ng-shop-shipping-option {
  border: 1px solid var(--ng-line);
  cursor: pointer;
  background: #fff;
  border-radius: 16px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  transition: border-color .16s, box-shadow .16s;
  display: grid;
}

.ng-shop-shipping-option:hover {
  border-color: #cbd5e1;
}

.ng-shop-shipping-option.is-selected {
  border-color: #111827;
  box-shadow: 0 10px 28px #0f172a14;
}

.ng-shop-shipping-option:has(input:checked) {
  border-color: #111827;
  box-shadow: 0 10px 28px #0f172a14;
}

.ng-shop-shipping-option input {
  accent-color: #111827;
  width: 18px;
  height: 18px;
}

.ng-shop-shipping-option-body {
  gap: 4px;
  display: grid;
}

.ng-shop-shipping-option-body small {
  color: var(--ng-muted);
  font-size: 13px;
}

.ng-shop-shipping-option-price {
  white-space: nowrap;
  font-size: 16px;
}

.ng-shop-pay-total {
  background: #f8fafc;
  border-radius: 14px;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.ng-shop-pay-total strong {
  letter-spacing: -.04em;
  font-size: 24px;
}

.ng-shop-checkout-pay-btn {
  cursor: pointer;
  justify-content: center;
  width: 100%;
}

.ng-shop-checkout-pay-btn:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: none;
  transform: none;
}

.ng-shop-stripe-mount {
  min-height: 220px;
}

.ng-shop-stripe-form {
  z-index: 1;
  gap: 16px;
  display: grid;
  position: relative;
}

.ng-shop-stripe-note {
  color: var(--ng-muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

.ng-shop-checkout-lines {
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.ng-shop-checkout-line {
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  display: grid;
}

.ng-shop-checkout-line-media img, .ng-shop-checkout-line .ng-shop-cart-line-placeholder {
  border-radius: 12px;
  width: 48px;
  height: 48px;
}

.ng-shop-checkout-line-body {
  gap: 2px;
  min-width: 0;
  display: grid;
}

.ng-shop-checkout-line-body strong {
  font-size: 14px;
  line-height: 1.35;
}

.ng-shop-checkout-line-body span {
  color: var(--ng-muted);
  font-size: 12px;
}

.ng-shop-checkout-line > strong {
  white-space: nowrap;
  font-size: 14px;
}

.ng-shop-confirm {
  text-align: center;
  max-width: 640px;
  margin: 12px auto 0;
}

.ng-shop-confirm-icon {
  color: #166534;
  background: #ecfdf3;
  border-radius: 999px;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  font-size: 28px;
  font-weight: 900;
  display: grid;
}

.ng-shop-confirm h1 {
  margin: 10px 0 12px;
}

.ng-shop-confirm .ng-lead {
  margin: 0 auto;
}

.ng-shop-order-ref {
  color: var(--ng-muted);
  margin: 16px 0 0;
  font-size: 13px;
}

.ng-shop-confirm .ng-shop-flow-actions {
  justify-items: center;
  margin-top: 24px;
}

@media (min-width: 960px) {
  .ng-shop-flow {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  }

  .ng-shop-flow-aside {
    order: 2;
  }

  .ng-shop-flow-main {
    order: 1;
  }
}

@media (max-width: 720px) {
  .ng-shop-stepper {
    grid-template-columns: 1fr;
  }

  .ng-shop-cart-line {
    grid-template-columns: 72px 1fr;
    grid-template-areas: "media body"
                         "media price";
  }

  .ng-shop-cart-line-media {
    grid-area: media;
  }

  .ng-shop-cart-line-body {
    grid-area: body;
  }

  .ng-shop-cart-line-price {
    grid-area: price;
    justify-self: start;
    padding-left: 0;
  }

  .ng-shop-cart-line-media img, .ng-shop-cart-line-placeholder {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 640px) {
  .ng-shop-checkout-grid {
    grid-template-columns: 1fr;
  }
}

.ng-page p, .ng-page li, .ng-page span, .ng-page a {
  text-wrap: pretty;
}

.ng-section .ng-container > .ng-section-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ng-grid-2 > .ng-section-head, .ng-dashboard, .ng-cta, .ng-footer, .ng-hero-grid > div:first-child, .ng-card, .ng-demo-link, .ng-module, .ng-guide-preview, .ng-plate {
  text-align: left;
}

.ng-card h3, .ng-demo-link strong, .ng-module b, .ng-guide-body h3, .ng-plate h2 {
  font-weight: 850;
}

.ng-card p, .ng-card li, .ng-demo-link span, .ng-module span, .ng-guide-body p, .ng-plate p {
  font-weight: 450;
}

.ng-icon {
  margin-left: 0;
  margin-right: 0;
}

.ng-live-demo .ng-demo-link {
  align-items: flex-start;
}

.ng-price-card h3, .ng-price-card > p, .ng-price {
  text-align: center;
}

.ng-price-card ul {
  text-align: left;
  align-self: stretch;
}

.ng-metric {
  text-align: center;
  place-items: center;
  display: grid;
}

.ng-module-list {
  text-align: left;
}

.ng-phone-top, .ng-tabs span {
  text-align: center;
}

.ng-wifi-card, .ng-stat-card {
  text-align: left;
}

@media (max-width: 1000px) {
  .ng-live-demo, .ng-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .ng-nav-links {
    display: none;
  }

  .ng-hero-grid, .ng-grid-2, .ng-grid-3, .ng-live-demo {
    grid-template-columns: 1fr;
  }

  .ng-product-scene {
    min-height: 680px;
  }

  .ng-plate {
    width: min(360px, 90vw);
    right: 0;
  }

  .ng-guide-preview {
    left: 0;
  }

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

  .ng-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .ng-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .ng-tarif-grid, .ng-shop-specs, .ng-shop-grid, .ng-shop-catalog {
    grid-template-columns: 1fr;
  }

  .ng-shop-filters {
    display: none;
  }

  .ng-shop-filters-trigger {
    display: inline-flex;
  }

  .ng-shop-detail, .ng-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .ng-nav {
    height: 64px;
  }

  .ng-hero {
    padding-top: 54px;
  }

  .ng-product-scene {
    min-height: 610px;
  }

  .ng-plate {
    border-radius: 28px;
    padding: 24px;
  }

  .ng-guide-preview {
    width: 92vw;
  }

  .ng-metric-grid {
    grid-template-columns: 1fr;
  }

  .ng-section {
    padding: 54px 0;
  }

  .ng-cta {
    padding: 28px;
  }

  .ng-footer {
    padding-top: 42px;
  }

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

  .ng-footer-bottom {
    flex-direction: column;
  }

  .ng-hero-grid > div:first-child, .ng-actions, .ng-trust {
    text-align: center;
    justify-content: center;
  }

  .ng-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .ng-info-video-wrap {
    width: 100%;
  }

  .ng-info-video {
    max-height: 220px;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

/*# sourceMappingURL=apps_web_app_globals_0xyo3ls.css.map*/