@charset "UTF-8";
:root {
  --primary: #f9c00e;
  --primary-50: #fffeeb;
  --primary-100: #fffbc6;
  --primary-200: #fff788;
  --primary-300: #ffec4a;
  --primary-400: #ffde20;
  --primary-500: #f9c00e;
  --primary-600: #dc9303;
  --primary-700: #b76906;
  --primary-800: #94510c;
  --primary-900: #7a430d;
  --primary-950: #462202;
  --accent: #f9c00e;
  --dark: #111111;
  --dark-50: #f4f6fb;
  --dark-100: #e8ecf6;
  --dark-200: #cbd8ec;
  --dark-300: #9db6dc;
  --dark-400: #6990c7;
  --dark-500: #4672b1;
  --dark-600: #345995;
  --dark-700: #2b4779;
  --dark-800: #273e65;
  --dark-900: #253555;
  --dark-950: #111827;
  --light: #F7F7F7;
  --light-50: #f7f7f7;
  --light-100: #efefef;
  --light-200: #dcdcdc;
  --light-300: #bdbdbd;
  --light-400: #989898;
  --light-500: #7c7c7c;
  --light-600: #656565;
  --light-700: #525252;
  --light-800: #464646;
  --light-900: #3d3d3d;
  --light-950: #292929;
  --color-black: #000000;
  --body-color: #333333;
  --color-white: #ffffff;
  --color-gray: #f2f2f2;
  --shadow: 0 20px 40px rgba(0, 0, 0, .08);
  --white-light: #F7F7F7;
}

:root {
  --prime-bg: #050505;
  --prime-surface: #111111;
  --prime-surface-soft: #171717;
  --prime-border: rgba(255, 255, 255, 0.08);
  --prime-text: #f5f5f5;
  --prime-muted: rgba(255, 255, 255, 0.68);
  --prime-accent: #f6bf26;
  --prime-accent-2: #2ec5ff;
}

:root {
  --container-width: 1320px;
  --container-gutter: 40px;
  --letter-spacing--container-space: 40px;
  --_spacing---none: 0px;
  --_spacing---8xsm: 6px;
  --_spacing---7xsm: 8px;
  --_spacing---6xsm: 10px;
  --_spacing---5xsm: 12px;
  --_spacing---4xsm: 14px;
  --_spacing---3xsm: 16px;
  --_spacing---2xsm: 18px;
  --_spacing---xsm: 20px;
  --_spacing---sm: 24px;
  --_spacing---md: 32px;
  --_spacing---lg: 34px;
  --_spacing---xlg: 40px;
  --_spacing---2xlg: 50px;
  --_spacing---3xlg: 56px;
  --_spacing---4xlg: 60px;
  --_spacing---5xlg: 64px;
  --_spacing---6xlg: 80px;
  --_spacing---7xlg: 88px;
  --_spacing---8xlg: 100px;
  --_spacing---9xlg: 120px;
  --_spacing---10xlg: 140px;
  --_spacing---11xlg: 160px;
  --_spacing---full: 100%;
  --space-2xs: var(--_spacing---7xsm);
  --space-xs: var(--_spacing---5xsm);
  --space-sm: var(--_spacing---3xsm);
  --space-md: var(--_spacing---sm);
  --space-lg: var(--_spacing---md);
  --space-xl: var(--_spacing---3xlg);
  --space-2xl: var(--_spacing---5xlg);
  --space-3xl: var(--_spacing---8xlg);
  --section-space-y: var(--_spacing---11xlg);
  --section-space-y-tight: var(--_spacing---7xlg);
}

@media (max-width: 1199.98px) {
  :root {
    --container-gutter: 30px;
    --letter-spacing--container-space: 30px;
    --_spacing---lg: 30px;
    --_spacing---sm: 20px;
    --_spacing---md: 28px;
    --_spacing---xlg: 36px;
    --_spacing---2xlg: 42px;
    --_spacing---3xlg: 48px;
    --_spacing---4xlg: 56px;
    --_spacing---5xlg: 56px;
    --_spacing---6xlg: 64px;
    --_spacing---7xlg: 72px;
    --_spacing---8xlg: 72px;
    --_spacing---9xlg: 80px;
    --_spacing---10xlg: 80px;
    --_spacing---11xlg: 100px;
    --section-space-y: var(--_spacing---11xlg);
    --section-space-y-tight: var(--_spacing---7xlg);
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-gutter: 24px;
    --letter-spacing--container-space: 24px;
    --_spacing---8xsm: 4px;
    --_spacing---7xsm: 6px;
    --_spacing---6xsm: 8px;
    --_spacing---5xsm: 12px;
    --_spacing---4xsm: 12px;
    --_spacing---3xsm: 16px;
    --_spacing---2xsm: 18px;
    --_spacing---xsm: 20px;
    --_spacing---sm: 24px;
    --_spacing---md: 28px;
    --_spacing---lg: 30px;
    --_spacing---xlg: 36px;
    --_spacing---2xlg: 40px;
    --_spacing---3xlg: 44px;
    --_spacing---4xlg: 48px;
    --_spacing---5xlg: 56px;
    --_spacing---6xlg: 60px;
    --_spacing---7xlg: 64px;
    --_spacing---8xlg: 68px;
    --_spacing---9xlg: 72px;
    --_spacing---10xlg: 80px;
    --_spacing---11xlg: 88px;
    --section-space-y: var(--_spacing---11xlg);
    --section-space-y-tight: var(--_spacing---7xlg);
  }
}
:root {
  --font-primary: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
  --font-secondary: 'Prata', Georgia, 'Times New Roman', serif;
}

.bg-pattern {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' viewBox='0 0 192 192'%3E%3Cpath fill='%23ff7701' fill-opacity='0.1' d='M192 15v2a11 11 0 0 0-11 11c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H145v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11 13 13 0 1 1 .02 26 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43a6.1 6.1 0 0 0-3.03 4.87V143h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 181 164a11 11 0 0 0 11 11v2a13 13 0 0 1-13-13 12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84a6.1 6.1 0 0 0-4.87-3.03H145v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 124 181a11 11 0 0 0-11 11h-2a13 13 0 0 1 13-13c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43a6.1 6.1 0 0 0 3.03-4.87V145h-35.02a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 107 124a11 11 0 0 0-22 0c0 1.94 1.16 4.75 2.53 6.11l2.36 2.36a6.93 6.93 0 0 1 1.22 7.56l-.43.84a8.08 8.08 0 0 1-6.66 4.13H49v35.02a6.1 6.1 0 0 0 3.03 4.87l.84.43c1.58.79 4 .4 5.24-.85l2.36-2.36a12.04 12.04 0 0 1 7.51-3.11A13 13 0 0 1 81 192h-2a11 11 0 0 0-11-11c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V145H11.98a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 0 1 0 177v-2a11 11 0 0 0 11-11c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H47v-35.02a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 28 109a13 13 0 1 1 0-26c2.47 0 5.79 1.37 7.53 3.11l2.36 2.36a4.94 4.94 0 0 0 5.24.85l.84-.43A6.1 6.1 0 0 0 47 84.02V49H11.98a8.08 8.08 0 0 1-6.66-4.13l-.43-.84a6.91 6.91 0 0 1 1.22-7.56l2.36-2.36A10.06 10.06 0 0 0 11 28 11 11 0 0 0 0 17v-2a13 13 0 0 1 13 13c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84A6.1 6.1 0 0 0 11.98 47H47V11.98a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 68 11 11 11 0 0 0 79 0h2a13 13 0 0 1-13 13 12 12 0 0 1-7.53-3.11l-2.36-2.36a4.93 4.93 0 0 0-5.24-.85l-.84.43A6.1 6.1 0 0 0 49 11.98V47h35.02a8.08 8.08 0 0 1 6.66 4.13l.43.84a6.91 6.91 0 0 1-1.22 7.56l-2.36 2.36A10.06 10.06 0 0 0 85 68a11 11 0 0 0 22 0c0-1.94-1.16-4.75-2.53-6.11l-2.36-2.36a6.93 6.93 0 0 1-1.22-7.56l.43-.84a8.08 8.08 0 0 1 6.66-4.13H143V11.98a6.1 6.1 0 0 0-3.03-4.87l-.84-.43c-1.59-.8-4-.4-5.24.85l-2.36 2.36A12 12 0 0 1 124 13a13 13 0 0 1-13-13h2a11 11 0 0 0 11 11c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V47h35.02a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 179 28a13 13 0 0 1 13-13zM84.02 143a6.1 6.1 0 0 0 4.87-3.03l.43-.84c.8-1.59.4-4-.85-5.24l-2.36-2.36A12 12 0 0 1 83 124a13 13 0 1 1 26 0c0 2.47-1.37 5.79-3.11 7.53l-2.36 2.36a4.94 4.94 0 0 0-.85 5.24l.43.84a6.1 6.1 0 0 0 4.87 3.03H143v-35.02a8.08 8.08 0 0 1 4.13-6.66l.84-.43a6.91 6.91 0 0 1 7.56 1.22l2.36 2.36A10.06 10.06 0 0 0 164 107a11 11 0 0 0 0-22c-1.94 0-4.75 1.16-6.11 2.53l-2.36 2.36a6.93 6.93 0 0 1-7.56 1.22l-.84-.43a8.08 8.08 0 0 1-4.13-6.66V49h-35.02a6.1 6.1 0 0 0-4.87 3.03l-.43.84c-.79 1.58-.4 4 .85 5.24l2.36 2.36a12.04 12.04 0 0 1 3.11 7.51A13 13 0 1 1 83 68a12 12 0 0 1 3.11-7.53l2.36-2.36a4.93 4.93 0 0 0 .85-5.24l-.43-.84A6.1 6.1 0 0 0 84.02 49H49v35.02a8.08 8.08 0 0 1-4.13 6.66l-.84.43a6.91 6.91 0 0 1-7.56-1.22l-2.36-2.36A10.06 10.06 0 0 0 28 85a11 11 0 0 0 0 22c1.94 0 4.75-1.16 6.11-2.53l2.36-2.36a6.93 6.93 0 0 1 7.56-1.22l.84.43a8.08 8.08 0 0 1 4.13 6.66V143h35.02z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-danger-soft {
  background-color: rgba(214, 41, 62, 0.1) !important;
  color: #d6293e !important;
}
.bg-danger-soft-hover:hover, .bg-danger-soft-hover:active, .bg-danger-soft-hover:focus {
  background-color: rgba(214, 41, 62, 0.1) !important;
  color: #d6293e !important;
}

.bg-primary {
  background-color: #f9c00e !important;
}

.bg-primary-transparent {
  background-color: rgba(249, 192, 14, 0.5) !important;
}

.text-primary {
  color: #f9c00e !important;
}

.border-primary {
  border-color: #f9c00e !important;
}

.bg-primary-50 {
  background-color: #fffeeb !important;
}

.bg-primary-50-transparent {
  background-color: rgba(255, 254, 235, 0.5) !important;
}

.text-primary-50 {
  color: #fffeeb !important;
}

.border-primary-50 {
  border-color: #fffeeb !important;
}

.bg-primary-100 {
  background-color: #fffbc6 !important;
}

.bg-primary-100-transparent {
  background-color: rgba(255, 251, 198, 0.5) !important;
}

.text-primary-100 {
  color: #fffbc6 !important;
}

.border-primary-100 {
  border-color: #fffbc6 !important;
}

.bg-primary-200 {
  background-color: #fff788 !important;
}

.bg-primary-200-transparent {
  background-color: rgba(255, 247, 136, 0.5) !important;
}

.text-primary-200 {
  color: #fff788 !important;
}

.border-primary-200 {
  border-color: #fff788 !important;
}

.bg-primary-300 {
  background-color: #ffec4a !important;
}

.bg-primary-300-transparent {
  background-color: rgba(255, 236, 74, 0.5) !important;
}

.text-primary-300 {
  color: #ffec4a !important;
}

.border-primary-300 {
  border-color: #ffec4a !important;
}

.bg-primary-400 {
  background-color: #ffde20 !important;
}

.bg-primary-400-transparent {
  background-color: rgba(255, 222, 32, 0.5) !important;
}

.text-primary-400 {
  color: #ffde20 !important;
}

.border-primary-400 {
  border-color: #ffde20 !important;
}

.bg-primary-500 {
  background-color: #f9c00e !important;
}

.bg-primary-500-transparent {
  background-color: rgba(249, 192, 14, 0.5) !important;
}

.text-primary-500 {
  color: #f9c00e !important;
}

.border-primary-500 {
  border-color: #f9c00e !important;
}

.bg-primary-600 {
  background-color: #dc9303 !important;
}

.bg-primary-600-transparent {
  background-color: rgba(220, 147, 3, 0.5) !important;
}

.text-primary-600 {
  color: #dc9303 !important;
}

.border-primary-600 {
  border-color: #dc9303 !important;
}

.bg-primary-700 {
  background-color: #b76906 !important;
}

.bg-primary-700-transparent {
  background-color: rgba(183, 105, 6, 0.5) !important;
}

.text-primary-700 {
  color: #b76906 !important;
}

.border-primary-700 {
  border-color: #b76906 !important;
}

.bg-primary-800 {
  background-color: #94510c !important;
}

.bg-primary-800-transparent {
  background-color: rgba(148, 81, 12, 0.5) !important;
}

.text-primary-800 {
  color: #94510c !important;
}

.border-primary-800 {
  border-color: #94510c !important;
}

.bg-primary-900 {
  background-color: #7a430d !important;
}

.bg-primary-900-transparent {
  background-color: rgba(122, 67, 13, 0.5) !important;
}

.text-primary-900 {
  color: #7a430d !important;
}

.border-primary-900 {
  border-color: #7a430d !important;
}

.bg-primary-950 {
  background-color: #462202 !important;
}

.bg-primary-950-transparent {
  background-color: rgba(70, 34, 2, 0.5) !important;
}

.text-primary-950 {
  color: #462202 !important;
}

.border-primary-950 {
  border-color: #462202 !important;
}

.bg-accent {
  background-color: #f9c00e !important;
}

.bg-accent-transparent {
  background-color: rgba(249, 192, 14, 0.5) !important;
}

.text-accent {
  color: #f9c00e !important;
}

.border-accent {
  border-color: #f9c00e !important;
}

.bg-dark {
  background-color: #111111 !important;
}

.bg-dark-transparent {
  background-color: rgba(17, 17, 17, 0.5) !important;
}

.text-dark {
  color: #111111 !important;
}

.border-dark {
  border-color: #111111 !important;
}

.bg-dark-50 {
  background-color: #f4f6fb !important;
}

.bg-dark-50-transparent {
  background-color: rgba(244, 246, 251, 0.5) !important;
}

.text-dark-50 {
  color: #f4f6fb !important;
}

.border-dark-50 {
  border-color: #f4f6fb !important;
}

.bg-dark-100 {
  background-color: #e8ecf6 !important;
}

.bg-dark-100-transparent {
  background-color: rgba(232, 236, 246, 0.5) !important;
}

.text-dark-100 {
  color: #e8ecf6 !important;
}

.border-dark-100 {
  border-color: #e8ecf6 !important;
}

.bg-dark-200 {
  background-color: #cbd8ec !important;
}

.bg-dark-200-transparent {
  background-color: rgba(203, 216, 236, 0.5) !important;
}

.text-dark-200 {
  color: #cbd8ec !important;
}

.border-dark-200 {
  border-color: #cbd8ec !important;
}

.bg-dark-300 {
  background-color: #9db6dc !important;
}

.bg-dark-300-transparent {
  background-color: rgba(157, 182, 220, 0.5) !important;
}

.text-dark-300 {
  color: #9db6dc !important;
}

.border-dark-300 {
  border-color: #9db6dc !important;
}

.bg-dark-400 {
  background-color: #6990c7 !important;
}

.bg-dark-400-transparent {
  background-color: rgba(105, 144, 199, 0.5) !important;
}

.text-dark-400 {
  color: #6990c7 !important;
}

.border-dark-400 {
  border-color: #6990c7 !important;
}

.bg-dark-500 {
  background-color: #4672b1 !important;
}

.bg-dark-500-transparent {
  background-color: rgba(70, 114, 177, 0.5) !important;
}

.text-dark-500 {
  color: #4672b1 !important;
}

.border-dark-500 {
  border-color: #4672b1 !important;
}

.bg-dark-600 {
  background-color: #345995 !important;
}

.bg-dark-600-transparent {
  background-color: rgba(52, 89, 149, 0.5) !important;
}

.text-dark-600 {
  color: #345995 !important;
}

.border-dark-600 {
  border-color: #345995 !important;
}

.bg-dark-700 {
  background-color: #2b4779 !important;
}

.bg-dark-700-transparent {
  background-color: rgba(43, 71, 121, 0.5) !important;
}

.text-dark-700 {
  color: #2b4779 !important;
}

.border-dark-700 {
  border-color: #2b4779 !important;
}

.bg-dark-800 {
  background-color: #273e65 !important;
}

.bg-dark-800-transparent {
  background-color: rgba(39, 62, 101, 0.5) !important;
}

.text-dark-800 {
  color: #273e65 !important;
}

.border-dark-800 {
  border-color: #273e65 !important;
}

.bg-dark-900 {
  background-color: #253555 !important;
}

.bg-dark-900-transparent {
  background-color: rgba(37, 53, 85, 0.5) !important;
}

.text-dark-900 {
  color: #253555 !important;
}

.border-dark-900 {
  border-color: #253555 !important;
}

.bg-dark-950 {
  background-color: #111827 !important;
}

.bg-dark-950-transparent {
  background-color: rgba(17, 24, 39, 0.5) !important;
}

.text-dark-950 {
  color: #111827 !important;
}

.border-dark-950 {
  border-color: #111827 !important;
}

.bg-light {
  background-color: #F7F7F7 !important;
}

.bg-light-transparent {
  background-color: rgba(247, 247, 247, 0.5) !important;
}

.text-light {
  color: #F7F7F7 !important;
}

.border-light {
  border-color: #F7F7F7 !important;
}

.bg-light-50 {
  background-color: #f7f7f7 !important;
}

.bg-light-50-transparent {
  background-color: rgba(247, 247, 247, 0.5) !important;
}

.text-light-50 {
  color: #f7f7f7 !important;
}

.border-light-50 {
  border-color: #f7f7f7 !important;
}

.bg-light-100 {
  background-color: #efefef !important;
}

.bg-light-100-transparent {
  background-color: rgba(239, 239, 239, 0.5) !important;
}

.text-light-100 {
  color: #efefef !important;
}

.border-light-100 {
  border-color: #efefef !important;
}

.bg-light-200 {
  background-color: #dcdcdc !important;
}

.bg-light-200-transparent {
  background-color: rgba(220, 220, 220, 0.5) !important;
}

.text-light-200 {
  color: #dcdcdc !important;
}

.border-light-200 {
  border-color: #dcdcdc !important;
}

.bg-light-300 {
  background-color: #bdbdbd !important;
}

.bg-light-300-transparent {
  background-color: rgba(189, 189, 189, 0.5) !important;
}

.text-light-300 {
  color: #bdbdbd !important;
}

.border-light-300 {
  border-color: #bdbdbd !important;
}

.bg-light-400 {
  background-color: #989898 !important;
}

.bg-light-400-transparent {
  background-color: rgba(152, 152, 152, 0.5) !important;
}

.text-light-400 {
  color: #989898 !important;
}

.border-light-400 {
  border-color: #989898 !important;
}

.bg-light-500 {
  background-color: #7c7c7c !important;
}

.bg-light-500-transparent {
  background-color: rgba(124, 124, 124, 0.5) !important;
}

.text-light-500 {
  color: #7c7c7c !important;
}

.border-light-500 {
  border-color: #7c7c7c !important;
}

.bg-light-600 {
  background-color: #656565 !important;
}

.bg-light-600-transparent {
  background-color: rgba(101, 101, 101, 0.5) !important;
}

.text-light-600 {
  color: #656565 !important;
}

.border-light-600 {
  border-color: #656565 !important;
}

.bg-light-700 {
  background-color: #525252 !important;
}

.bg-light-700-transparent {
  background-color: rgba(82, 82, 82, 0.5) !important;
}

.text-light-700 {
  color: #525252 !important;
}

.border-light-700 {
  border-color: #525252 !important;
}

.bg-light-800 {
  background-color: #464646 !important;
}

.bg-light-800-transparent {
  background-color: rgba(70, 70, 70, 0.5) !important;
}

.text-light-800 {
  color: #464646 !important;
}

.border-light-800 {
  border-color: #464646 !important;
}

.bg-light-900 {
  background-color: #3d3d3d !important;
}

.bg-light-900-transparent {
  background-color: rgba(61, 61, 61, 0.5) !important;
}

.text-light-900 {
  color: #3d3d3d !important;
}

.border-light-900 {
  border-color: #3d3d3d !important;
}

.bg-light-950 {
  background-color: #292929 !important;
}

.bg-light-950-transparent {
  background-color: rgba(41, 41, 41, 0.5) !important;
}

.text-light-950 {
  color: #292929 !important;
}

.border-light-950 {
  border-color: #292929 !important;
}

.bg-color-black {
  background-color: #000000 !important;
}

.bg-color-black-transparent {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.text-color-black {
  color: #000000 !important;
}

.border-color-black {
  border-color: #000000 !important;
}

.bg-body-color {
  background-color: #333333 !important;
}

.bg-body-color-transparent {
  background-color: rgba(51, 51, 51, 0.5) !important;
}

.text-body-color {
  color: #333333 !important;
}

.border-body-color {
  border-color: #333333 !important;
}

.bg-color-white {
  background-color: #ffffff !important;
}

.bg-color-white-transparent {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.text-color-white {
  color: #ffffff !important;
}

.border-color-white {
  border-color: #ffffff !important;
}

.bg-color-gray {
  background-color: #f2f2f2 !important;
}

.bg-color-gray-transparent {
  background-color: rgba(242, 242, 242, 0.5) !important;
}

.text-color-gray {
  color: #f2f2f2 !important;
}

.border-color-gray {
  border-color: #f2f2f2 !important;
}

/* Small devices (landscape phones, less than 768px) */
.w-6 {
  width: 6rem !important;
}

.h-6 {
  height: 6rem !important;
}

.m-6 {
  margin: 6rem !important;
}
.m-n6 {
  margin: -6rem !important;
}
.mt-n6 {
  margin-top: -6rem !important;
}
.ms-n6 {
  margin-left: -6rem !important;
}

.w-7 {
  width: 7rem !important;
}

.h-7 {
  height: 7rem !important;
}

.m-7 {
  margin: 7rem !important;
}
.m-n7 {
  margin: -7rem !important;
}
.mt-n7 {
  margin-top: -7rem !important;
}
.ms-n7 {
  margin-left: -7rem !important;
}

.w-8 {
  width: 8rem !important;
}

.h-8 {
  height: 8rem !important;
}

.m-8 {
  margin: 8rem !important;
}
.m-n8 {
  margin: -8rem !important;
}
.mt-n8 {
  margin-top: -8rem !important;
}
.ms-n8 {
  margin-left: -8rem !important;
}

.w-9 {
  width: 9rem !important;
}

.h-9 {
  height: 9rem !important;
}

.m-9 {
  margin: 9rem !important;
}
.m-n9 {
  margin: -9rem !important;
}
.mt-n9 {
  margin-top: -9rem !important;
}
.ms-n9 {
  margin-left: -9rem !important;
}

.w-10px {
  width: 10px !important;
}

.h-10px {
  height: 10px !important;
}

.m-10px {
  margin: 10px !important;
}
.m-n10px {
  margin: -10px !important;
}
.mt-n10px {
  margin-top: -10px !important;
}
.ms-n10px {
  margin-left: -10px !important;
}

.w-100px {
  width: 100px !important;
}

.h-100px {
  height: 100px !important;
}

.m-100px {
  margin: 100px !important;
}
.m-n100px {
  margin: -100px !important;
}
.mt-n100px {
  margin-top: -100px !important;
}
.ms-n100px {
  margin-left: -100px !important;
}

.w-130px {
  width: 130px !important;
}

.h-130px {
  height: 130px !important;
}

.m-130px {
  margin: 130px !important;
}
.m-n130px {
  margin: -130px !important;
}
.mt-n130px {
  margin-top: -130px !important;
}
.ms-n130px {
  margin-left: -130px !important;
}

.w-20px {
  width: 20px !important;
}

.h-20px {
  height: 20px !important;
}

.m-20px {
  margin: 20px !important;
}
.m-n20px {
  margin: -20px !important;
}
.mt-n20px {
  margin-top: -20px !important;
}
.ms-n20px {
  margin-left: -20px !important;
}

.w-25px {
  width: 25px !important;
}

.h-25px {
  height: 25px !important;
}

.m-25px {
  margin: 25px !important;
}
.m-n25px {
  margin: -25px !important;
}
.mt-n25px {
  margin-top: -25px !important;
}
.ms-n25px {
  margin-left: -25px !important;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.m-200px {
  margin: 200px !important;
}
.m-n200px {
  margin: -200px !important;
}
.mt-n200px {
  margin-top: -200px !important;
}
.ms-n200px {
  margin-left: -200px !important;
}

.w-230px {
  width: 230px !important;
}

.h-230px {
  height: 230px !important;
}

.m-230px {
  margin: 230px !important;
}
.m-n230px {
  margin: -230px !important;
}
.mt-n230px {
  margin-top: -230px !important;
}
.ms-n230px {
  margin-left: -230px !important;
}

.w-30px {
  width: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.m-30px {
  margin: 30px !important;
}
.m-n30px {
  margin: -30px !important;
}
.mt-n30px {
  margin-top: -30px !important;
}
.ms-n30px {
  margin-left: -30px !important;
}

.w-35px {
  width: 35px !important;
}

.h-35px {
  height: 35px !important;
}

.m-35px {
  margin: 35px !important;
}
.m-n35px {
  margin: -35px !important;
}
.mt-n35px {
  margin-top: -35px !important;
}
.ms-n35px {
  margin-left: -35px !important;
}

.w-300px {
  width: 300px !important;
}

.h-300px {
  height: 300px !important;
}

.m-300px {
  margin: 300px !important;
}
.m-n300px {
  margin: -300px !important;
}
.mt-n300px {
  margin-top: -300px !important;
}
.ms-n300px {
  margin-left: -300px !important;
}

.w-330px {
  width: 330px !important;
}

.h-330px {
  height: 330px !important;
}

.m-330px {
  margin: 330px !important;
}
.m-n330px {
  margin: -330px !important;
}
.mt-n330px {
  margin-top: -330px !important;
}
.ms-n330px {
  margin-left: -330px !important;
}

.w-40px {
  width: 40px !important;
}

.h-40px {
  height: 40px !important;
}

.m-40px {
  margin: 40px !important;
}
.m-n40px {
  margin: -40px !important;
}
.mt-n40px {
  margin-top: -40px !important;
}
.ms-n40px {
  margin-left: -40px !important;
}

.w-45px {
  width: 45px !important;
}

.h-45px {
  height: 45px !important;
}

.m-45px {
  margin: 45px !important;
}
.m-n45px {
  margin: -45px !important;
}
.mt-n45px {
  margin-top: -45px !important;
}
.ms-n45px {
  margin-left: -45px !important;
}

.w-400px {
  width: 400px !important;
}

.h-400px {
  height: 400px !important;
}

.m-400px {
  margin: 400px !important;
}
.m-n400px {
  margin: -400px !important;
}
.mt-n400px {
  margin-top: -400px !important;
}
.ms-n400px {
  margin-left: -400px !important;
}

.w-430px {
  width: 430px !important;
}

.h-430px {
  height: 430px !important;
}

.m-430px {
  margin: 430px !important;
}
.m-n430px {
  margin: -430px !important;
}
.mt-n430px {
  margin-top: -430px !important;
}
.ms-n430px {
  margin-left: -430px !important;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px !important;
}

.m-50px {
  margin: 50px !important;
}
.m-n50px {
  margin: -50px !important;
}
.mt-n50px {
  margin-top: -50px !important;
}
.ms-n50px {
  margin-left: -50px !important;
}

.w-55px {
  width: 55px !important;
}

.h-55px {
  height: 55px !important;
}

.m-55px {
  margin: 55px !important;
}
.m-n55px {
  margin: -55px !important;
}
.mt-n55px {
  margin-top: -55px !important;
}
.ms-n55px {
  margin-left: -55px !important;
}

.w-500px {
  width: 500px !important;
}

.h-500px {
  height: 500px !important;
}

.m-500px {
  margin: 500px !important;
}
.m-n500px {
  margin: -500px !important;
}
.mt-n500px {
  margin-top: -500px !important;
}
.ms-n500px {
  margin-left: -500px !important;
}

.w-530px {
  width: 530px !important;
}

.h-530px {
  height: 530px !important;
}

.m-530px {
  margin: 530px !important;
}
.m-n530px {
  margin: -530px !important;
}
.mt-n530px {
  margin-top: -530px !important;
}
.ms-n530px {
  margin-left: -530px !important;
}

.w-60px {
  width: 60px !important;
}

.h-60px {
  height: 60px !important;
}

.m-60px {
  margin: 60px !important;
}
.m-n60px {
  margin: -60px !important;
}
.mt-n60px {
  margin-top: -60px !important;
}
.ms-n60px {
  margin-left: -60px !important;
}

.w-65px {
  width: 65px !important;
}

.h-65px {
  height: 65px !important;
}

.m-65px {
  margin: 65px !important;
}
.m-n65px {
  margin: -65px !important;
}
.mt-n65px {
  margin-top: -65px !important;
}
.ms-n65px {
  margin-left: -65px !important;
}

.w-600px {
  width: 600px !important;
}

.h-600px {
  height: 600px !important;
}

.m-600px {
  margin: 600px !important;
}
.m-n600px {
  margin: -600px !important;
}
.mt-n600px {
  margin-top: -600px !important;
}
.ms-n600px {
  margin-left: -600px !important;
}

.w-70px {
  width: 70px !important;
}

.h-70px {
  height: 70px !important;
}

.m-70px {
  margin: 70px !important;
}
.m-n70px {
  margin: -70px !important;
}
.mt-n70px {
  margin-top: -70px !important;
}
.ms-n70px {
  margin-left: -70px !important;
}

.w-75px {
  width: 75px !important;
}

.h-75px {
  height: 75px !important;
}

.m-75px {
  margin: 75px !important;
}
.m-n75px {
  margin: -75px !important;
}
.mt-n75px {
  margin-top: -75px !important;
}
.ms-n75px {
  margin-left: -75px !important;
}

.w-700px {
  width: 700px !important;
}

.h-700px {
  height: 700px !important;
}

.m-700px {
  margin: 700px !important;
}
.m-n700px {
  margin: -700px !important;
}
.mt-n700px {
  margin-top: -700px !important;
}
.ms-n700px {
  margin-left: -700px !important;
}

.w-80px {
  width: 80px !important;
}

.h-80px {
  height: 80px !important;
}

.m-80px {
  margin: 80px !important;
}
.m-n80px {
  margin: -80px !important;
}
.mt-n80px {
  margin-top: -80px !important;
}
.ms-n80px {
  margin-left: -80px !important;
}

.w-85px {
  width: 85px !important;
}

.h-85px {
  height: 85px !important;
}

.m-85px {
  margin: 85px !important;
}
.m-n85px {
  margin: -85px !important;
}
.mt-n85px {
  margin-top: -85px !important;
}
.ms-n85px {
  margin-left: -85px !important;
}

.w-800px {
  width: 800px !important;
}

.h-800px {
  height: 800px !important;
}

.m-800px {
  margin: 800px !important;
}
.m-n800px {
  margin: -800px !important;
}
.mt-n800px {
  margin-top: -800px !important;
}
.ms-n800px {
  margin-left: -800px !important;
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .w-lg-6 {
    width: 6rem !important;
  }
  .h-lg-6 {
    height: 6rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .w-lg-7 {
    width: 7rem !important;
  }
  .h-lg-7 {
    height: 7rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7rem !important;
  }
  .w-lg-8 {
    width: 8rem !important;
  }
  .h-lg-8 {
    height: 8rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .w-lg-9 {
    width: 9rem !important;
  }
  .h-lg-9 {
    height: 9rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .ms-lg-n9 {
    margin-left: -9rem !important;
  }
  .w-lg-10px {
    width: 10px !important;
  }
  .h-lg-10px {
    height: 10px !important;
  }
  .m-lg-10px {
    margin: 10px !important;
  }
  .m-lg-n10px {
    margin: -10px !important;
  }
  .mt-lg-n10px {
    margin-top: -10px !important;
  }
  .ms-lg-n10px {
    margin-left: -10px !important;
  }
  .w-lg-100px {
    width: 100px !important;
  }
  .h-lg-100px {
    height: 100px !important;
  }
  .m-lg-100px {
    margin: 100px !important;
  }
  .m-lg-n100px {
    margin: -100px !important;
  }
  .mt-lg-n100px {
    margin-top: -100px !important;
  }
  .ms-lg-n100px {
    margin-left: -100px !important;
  }
  .w-lg-130px {
    width: 130px !important;
  }
  .h-lg-130px {
    height: 130px !important;
  }
  .m-lg-130px {
    margin: 130px !important;
  }
  .m-lg-n130px {
    margin: -130px !important;
  }
  .mt-lg-n130px {
    margin-top: -130px !important;
  }
  .ms-lg-n130px {
    margin-left: -130px !important;
  }
  .w-lg-20px {
    width: 20px !important;
  }
  .h-lg-20px {
    height: 20px !important;
  }
  .m-lg-20px {
    margin: 20px !important;
  }
  .m-lg-n20px {
    margin: -20px !important;
  }
  .mt-lg-n20px {
    margin-top: -20px !important;
  }
  .ms-lg-n20px {
    margin-left: -20px !important;
  }
  .w-lg-25px {
    width: 25px !important;
  }
  .h-lg-25px {
    height: 25px !important;
  }
  .m-lg-25px {
    margin: 25px !important;
  }
  .m-lg-n25px {
    margin: -25px !important;
  }
  .mt-lg-n25px {
    margin-top: -25px !important;
  }
  .ms-lg-n25px {
    margin-left: -25px !important;
  }
  .w-lg-200px {
    width: 200px !important;
  }
  .h-lg-200px {
    height: 200px !important;
  }
  .m-lg-200px {
    margin: 200px !important;
  }
  .m-lg-n200px {
    margin: -200px !important;
  }
  .mt-lg-n200px {
    margin-top: -200px !important;
  }
  .ms-lg-n200px {
    margin-left: -200px !important;
  }
  .w-lg-230px {
    width: 230px !important;
  }
  .h-lg-230px {
    height: 230px !important;
  }
  .m-lg-230px {
    margin: 230px !important;
  }
  .m-lg-n230px {
    margin: -230px !important;
  }
  .mt-lg-n230px {
    margin-top: -230px !important;
  }
  .ms-lg-n230px {
    margin-left: -230px !important;
  }
  .w-lg-30px {
    width: 30px !important;
  }
  .h-lg-30px {
    height: 30px !important;
  }
  .m-lg-30px {
    margin: 30px !important;
  }
  .m-lg-n30px {
    margin: -30px !important;
  }
  .mt-lg-n30px {
    margin-top: -30px !important;
  }
  .ms-lg-n30px {
    margin-left: -30px !important;
  }
  .w-lg-35px {
    width: 35px !important;
  }
  .h-lg-35px {
    height: 35px !important;
  }
  .m-lg-35px {
    margin: 35px !important;
  }
  .m-lg-n35px {
    margin: -35px !important;
  }
  .mt-lg-n35px {
    margin-top: -35px !important;
  }
  .ms-lg-n35px {
    margin-left: -35px !important;
  }
  .w-lg-300px {
    width: 300px !important;
  }
  .h-lg-300px {
    height: 300px !important;
  }
  .m-lg-300px {
    margin: 300px !important;
  }
  .m-lg-n300px {
    margin: -300px !important;
  }
  .mt-lg-n300px {
    margin-top: -300px !important;
  }
  .ms-lg-n300px {
    margin-left: -300px !important;
  }
  .w-lg-330px {
    width: 330px !important;
  }
  .h-lg-330px {
    height: 330px !important;
  }
  .m-lg-330px {
    margin: 330px !important;
  }
  .m-lg-n330px {
    margin: -330px !important;
  }
  .mt-lg-n330px {
    margin-top: -330px !important;
  }
  .ms-lg-n330px {
    margin-left: -330px !important;
  }
  .w-lg-40px {
    width: 40px !important;
  }
  .h-lg-40px {
    height: 40px !important;
  }
  .m-lg-40px {
    margin: 40px !important;
  }
  .m-lg-n40px {
    margin: -40px !important;
  }
  .mt-lg-n40px {
    margin-top: -40px !important;
  }
  .ms-lg-n40px {
    margin-left: -40px !important;
  }
  .w-lg-45px {
    width: 45px !important;
  }
  .h-lg-45px {
    height: 45px !important;
  }
  .m-lg-45px {
    margin: 45px !important;
  }
  .m-lg-n45px {
    margin: -45px !important;
  }
  .mt-lg-n45px {
    margin-top: -45px !important;
  }
  .ms-lg-n45px {
    margin-left: -45px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
  .h-lg-400px {
    height: 400px !important;
  }
  .m-lg-400px {
    margin: 400px !important;
  }
  .m-lg-n400px {
    margin: -400px !important;
  }
  .mt-lg-n400px {
    margin-top: -400px !important;
  }
  .ms-lg-n400px {
    margin-left: -400px !important;
  }
  .w-lg-430px {
    width: 430px !important;
  }
  .h-lg-430px {
    height: 430px !important;
  }
  .m-lg-430px {
    margin: 430px !important;
  }
  .m-lg-n430px {
    margin: -430px !important;
  }
  .mt-lg-n430px {
    margin-top: -430px !important;
  }
  .ms-lg-n430px {
    margin-left: -430px !important;
  }
  .w-lg-50px {
    width: 50px !important;
  }
  .h-lg-50px {
    height: 50px !important;
  }
  .m-lg-50px {
    margin: 50px !important;
  }
  .m-lg-n50px {
    margin: -50px !important;
  }
  .mt-lg-n50px {
    margin-top: -50px !important;
  }
  .ms-lg-n50px {
    margin-left: -50px !important;
  }
  .w-lg-55px {
    width: 55px !important;
  }
  .h-lg-55px {
    height: 55px !important;
  }
  .m-lg-55px {
    margin: 55px !important;
  }
  .m-lg-n55px {
    margin: -55px !important;
  }
  .mt-lg-n55px {
    margin-top: -55px !important;
  }
  .ms-lg-n55px {
    margin-left: -55px !important;
  }
  .w-lg-500px {
    width: 500px !important;
  }
  .h-lg-500px {
    height: 500px !important;
  }
  .m-lg-500px {
    margin: 500px !important;
  }
  .m-lg-n500px {
    margin: -500px !important;
  }
  .mt-lg-n500px {
    margin-top: -500px !important;
  }
  .ms-lg-n500px {
    margin-left: -500px !important;
  }
  .w-lg-530px {
    width: 530px !important;
  }
  .h-lg-530px {
    height: 530px !important;
  }
  .m-lg-530px {
    margin: 530px !important;
  }
  .m-lg-n530px {
    margin: -530px !important;
  }
  .mt-lg-n530px {
    margin-top: -530px !important;
  }
  .ms-lg-n530px {
    margin-left: -530px !important;
  }
  .w-lg-60px {
    width: 60px !important;
  }
  .h-lg-60px {
    height: 60px !important;
  }
  .m-lg-60px {
    margin: 60px !important;
  }
  .m-lg-n60px {
    margin: -60px !important;
  }
  .mt-lg-n60px {
    margin-top: -60px !important;
  }
  .ms-lg-n60px {
    margin-left: -60px !important;
  }
  .w-lg-65px {
    width: 65px !important;
  }
  .h-lg-65px {
    height: 65px !important;
  }
  .m-lg-65px {
    margin: 65px !important;
  }
  .m-lg-n65px {
    margin: -65px !important;
  }
  .mt-lg-n65px {
    margin-top: -65px !important;
  }
  .ms-lg-n65px {
    margin-left: -65px !important;
  }
  .w-lg-600px {
    width: 600px !important;
  }
  .h-lg-600px {
    height: 600px !important;
  }
  .m-lg-600px {
    margin: 600px !important;
  }
  .m-lg-n600px {
    margin: -600px !important;
  }
  .mt-lg-n600px {
    margin-top: -600px !important;
  }
  .ms-lg-n600px {
    margin-left: -600px !important;
  }
  .w-lg-70px {
    width: 70px !important;
  }
  .h-lg-70px {
    height: 70px !important;
  }
  .m-lg-70px {
    margin: 70px !important;
  }
  .m-lg-n70px {
    margin: -70px !important;
  }
  .mt-lg-n70px {
    margin-top: -70px !important;
  }
  .ms-lg-n70px {
    margin-left: -70px !important;
  }
  .w-lg-75px {
    width: 75px !important;
  }
  .h-lg-75px {
    height: 75px !important;
  }
  .m-lg-75px {
    margin: 75px !important;
  }
  .m-lg-n75px {
    margin: -75px !important;
  }
  .mt-lg-n75px {
    margin-top: -75px !important;
  }
  .ms-lg-n75px {
    margin-left: -75px !important;
  }
  .w-lg-700px {
    width: 700px !important;
  }
  .h-lg-700px {
    height: 700px !important;
  }
  .m-lg-700px {
    margin: 700px !important;
  }
  .m-lg-n700px {
    margin: -700px !important;
  }
  .mt-lg-n700px {
    margin-top: -700px !important;
  }
  .ms-lg-n700px {
    margin-left: -700px !important;
  }
  .w-lg-80px {
    width: 80px !important;
  }
  .h-lg-80px {
    height: 80px !important;
  }
  .m-lg-80px {
    margin: 80px !important;
  }
  .m-lg-n80px {
    margin: -80px !important;
  }
  .mt-lg-n80px {
    margin-top: -80px !important;
  }
  .ms-lg-n80px {
    margin-left: -80px !important;
  }
  .w-lg-85px {
    width: 85px !important;
  }
  .h-lg-85px {
    height: 85px !important;
  }
  .m-lg-85px {
    margin: 85px !important;
  }
  .m-lg-n85px {
    margin: -85px !important;
  }
  .mt-lg-n85px {
    margin-top: -85px !important;
  }
  .ms-lg-n85px {
    margin-left: -85px !important;
  }
  .w-lg-800px {
    width: 800px !important;
  }
  .h-lg-800px {
    height: 800px !important;
  }
  .m-lg-800px {
    margin: 800px !important;
  }
  .m-lg-n800px {
    margin: -800px !important;
  }
  .mt-lg-n800px {
    margin-top: -800px !important;
  }
  .ms-lg-n800px {
    margin-left: -800px !important;
  }
}
body {
  font-family: var(--font-secondary);
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  font-family: var(--font-primary);
  font-weight: 500;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

.fs-heading {
  font-size: clamp(2rem, 4.8vw, 3rem) !important;
}
.fs-heading-primary, .fs-heading-hero {
  font-size: clamp(2rem, 4.8vw, 3.4rem) !important;
}
.fs-heading-sub {
  font-size: clamp(1.3rem, 3vw, 1.5rem) !important;
}
.fs-small {
  font-size: 12px;
}
.fs-default {
  font-size: 16px;
}

.fw-bold, .fw-500 {
  font-weight: 500 !important;
}

.red-border {
  border-color: darkred;
}

.input-no-error {
  border-color: green;
}

.error {
  color: red;
}

hr {
  color: #000 !important;
  border-width: 1.2px;
  opacity: 1;
}

.border {
  border-width: 1.2px !important;
  border-color: var(-- "primary");
}
.border-start, .border-end, .border-top, .border-bottom {
  border-width: 1.2px !important;
  border-color: var(-- "primary");
  border-color: var(-- "primary");
}
.border-white {
  border-color: var(-- "white");
}
.border-primary {
  border-color: var(-- "primary") !important;
}
.border-accent {
  border-color: var(-- "accent");
}

.min-vh-100 {
  min-height: 100vh !important;
}
.min-vh-90 {
  min-height: 90vh !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.min-vh-50 {
  min-height: 50vh !important;
}

.box {
  border-radius: 10px;
  width: 44px !important;
  height: 41px !important;
}
.box.check {
  width: 60px !important;
  height: 42px !important;
}

.text-link {
  font-size: small;
  color: var(--color-red);
  font-weight: bold;
  transition: all 0.2s;
}
.text-link:hover {
  text-decoration: none;
}

.icon {
  height: 16px;
  width: 16px;
}
.icon-sm {
  height: 12px;
  width: 12px;
}
.icon-md {
  height: 14px;
  width: 14px;
}

.rounded-full {
  border-radius: var(--radius-default);
}

/* Reset Summernote Backdrop */
.note-modal-backdrop {
  z-index: -1 !important;
}

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

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-between.center {
  align-items: center;
}

.img-icon {
  height: 50px;
  width: 50px;
}

body {
  font-size: 18px;
  font-family: var(--font-primary);
}

a {
  font-size: 14px;
  color: var(--dark);
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: var(--accent);
}
a.disabled {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
.fs-10px,
.text-sm {
  font-size: 10px !important;
}

.fs-12px,
.text-md {
  font-size: 12px !important;
}

.fs-14px,
.text-lg {
  font-size: 14px !important;
}

.button {
  font-size: var(--font-size-base);
  font-weight: var(font-weight-bold);
  padding: var(spacing-sm) var(spacing-md);
  border-radius: var(border-radius-sm);
  background-color: var(--primary);
  color: var(--light);
  box-shadow: var(--shadow-md);
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.button:hover {
  background-color: var(--primary);
  transform: translateY(-1px);
}

.btn {
  transition: all ease-in-out;
  background-color: var(--primary);
  color: white;
  font-size: 11.5px;
  font-weight: bold;
  border-radius: 5px;
  padding: 0.7rem 1.4rem;
}
.btn:hover {
  transition-duration: 1s;
  background-color: var(--dark);
  color: white;
  font-weight: bold;
}
.btn-sm {
  font-size: 11px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.btn-md {
  font-size: 13px;
  padding: 0.9rem 1.4rem !important;
}
.btn-lg {
  font-size: 14px;
  padding: 0.9rem 1.4rem !important;
}
.btn-outline {
  transition: all;
  background-color: transparent;
  color: var(--black);
  border: 1px solid var(--black);
}
.btn-outline:hover {
  background-color: var(--black);
  color: var(--color-white) !important;
}
.btn-outline.no-hover {
  background-color: transparent !important;
  color: var(--black) !important;
}
.btn-outline-primary {
  color: var(--accent) !important;
}
.btn:focus {
  box-shadow: unset;
}
.btn.bg-primary {
  background-color: var(--accent) !important;
  color: var(--color-white) !important;
}
.btn.bg-primary-light {
  background-color: var(--color-red-light) !important;
  color: var(--color-white) !important;
}
.btn.bg-accent {
  background-color: var(--accent) !important;
  color: var(--color-white) !important;
}
.btn.bg-dark {
  background-color: var(--color-dak);
}
.btn.bg-dark:hover {
  color: var(--color-white);
}
.btn.bg-black {
  background-color: var(--black);
}
.btn.bg-black:hover {
  background-color: var(--accent);
  color: var(--white);
  border: 1px solid rgba(var(--primary), 0.8);
}
.btn.bg-white {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.btn.bg-white:hover {
  background-color: var(--white) !important;
  color: var(--black) I !important;
  border: 1px solid rgba(var(--white), 0.8);
}
.btn:not([data-kt-indicator]) .spinner-border {
  display: none;
}
.btn[data-kt-indicator=on] .spinner-border,
.btn [data-kt-indicator] .spinner-border {
  display: inline-block;
}

.card {
  transition: border 0.2s ease, transform 0.1s ease;
}
.card:hover {
  outline: 2px solid var(--primary);
}

.swiper-slide {
  transition: transform 0.5s ease;
}

.swiper-container {
  will-change: transform;
}

.form-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  box-shadow: 0 6px 24px rgba(16, 24, 40, 0.08);
  padding: clamp(1rem, 2.5vw, 2rem);
  max-width: 720px;
  margin-inline: auto;
}
.form-card .form-card__header {
  margin-bottom: 1rem;
}
.form-card .form-card__header h1,
.form-card .form-card__header h2,
.form-card .form-card__header h3 {
  margin: 0 0 0.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.form-card .form-card__header p {
  margin: 0;
  color: #6c757d;
}

.form-control,
.form-select,
.input-group .form-control {
  border-radius: 10px;
  border-color: #e9ecef;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  padding-block: 0.65rem;
  padding-inline: 0.875rem;
}
.form-control::placeholder, .form-control::-webkit-input-placeholder,
.form-select::placeholder,
.form-select::-webkit-input-placeholder,
.input-group .form-control::placeholder,
.input-group .form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.form-control:hover,
.form-select:hover,
.input-group .form-control:hover {
  border-color: rgba(233, 236, 239, 0.6);
}
.form-control:focus,
.form-select:focus,
.input-group .form-control:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-accent), 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
  background-color: #fff;
}
.form-control.is-valid:focus,
.form-select.is-valid:focus,
.input-group .form-control.is-valid:focus {
  border-color: #00c2a8 !important;
  box-shadow: 0 0 0 2px rgba(0, 194, 168, 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}
.form-control.is-invalid:focus,
.form-select.is-invalid:focus,
.input-group .form-control.is-invalid:focus {
  border-color: #e63946 !important;
  box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}

.form-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.form-text {
  color: #6c757d;
  font-size: 0.875rem;
}

.mb-field {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mb-field {
    margin-bottom: 1.15rem;
  }
}

.input-group .input-group-text {
  background: #f8f9fb;
  border-color: #e9ecef;
  border-right: none;
}
.input-group .form-control {
  border-left: none;
}
.input-group .input-group-text:first-child,
.input-group .form-control:first-child,
.input-group .form-select:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.input-group .input-group-text:last-child,
.input-group .form-control:last-child,
.input-group .form-select:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control,
.input-group:focus-within .form-select {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-accent), 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}
.input-group::-moz-placeholder {
  font-size: 1rem;
  color: rgba(250, 250, 250, 0.822);
}
.input-group::placeholder {
  font-size: 1rem;
  color: rgba(250, 250, 250, 0.822);
}

.form-check .form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid #e9ecef;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.form-check .form-check-input:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-accent), 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}
.form-check .form-check-input:checked {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.form-check .form-check-label {
  cursor: pointer;
  font-weight: 500;
}

.form-switch .form-check-input {
  width: 2.3em;
  height: 1.3em;
  background-size: 50% 50%;
}
.form-switch .form-check-input:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-accent), 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}
.form-switch .form-check-input:checked {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.form-floating .form-control,
.form-floating .form-select {
  padding-top: 1.125rem;
  padding-bottom: 0.5rem;
}
.form-floating label {
  color: #6c757d;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.form-floating .form-control:not(:-moz-placeholder) ~ label {
  transform: translateY(-0.35rem) scale(0.92);
  opacity: 0.9;
}
.form-floating .form-control:focus ~ label,
.form-floating .form-control:not(:placeholder-shown) ~ label,
.form-floating .form-select:focus ~ label,
.form-floating .form-select:not([value=""]) ~ label {
  transform: translateY(-0.35rem) scale(0.92);
  opacity: 0.9;
}

.form-control[type=file] {
  padding: 0.5rem 0.75rem;
}
.form-control[type=file]::file-selector-button {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 0.45rem 0.75rem;
  margin-right: 0.75rem;
  background: #f8f9fb;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.form-control[type=file]::file-selector-button:hover {
  background: #eef1f5;
  border-color: rgba(233, 236, 239, 0.6);
}

.valid-feedback,
.invalid-feedback {
  margin-top: 0.35rem;
  font-size: 0.875rem;
}

.is-invalid {
  border-color: #e63946 !important;
}

.is-valid {
  border-color: #00c2a8 !important;
}

.form-control:disabled,
.form-select:disabled,
.form-control[readonly] {
  background-color: #f6f7f9;
  border-color: #e9ecef;
  color: #6c757d;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: inherit;
}

.form-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.form-actions .btn {
  border-radius: 10px;
  padding: 0.6rem 1rem;
  font-weight: 600;
}
.form-actions .btn-primary {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.form-actions .btn-primary:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 2px rgba(var(--color-accent), 0.32), 0 1px 2px rgba(16, 24, 40, 0.06) !important;
}
.form-actions .btn-outline-secondary {
  border-color: #e9ecef;
}
.form-actions .btn-outline-secondary:hover {
  background: #f8f9fb;
}

.form-section-title {
  margin: 1.25rem 0 0.75rem;
  font-weight: 700;
  font-size: 0.975rem;
  color: #111827;
}

.prime-nav-cart {
  position: relative;
}

.prime-nav-cart__count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--prime-accent);
  color: #090909;
  font-size: 0.68rem;
  font-weight: 700;
}

.prime-cart-modal {
  --bs-modal-width: 840px;
}

.prime-cart-modal .modal-content {
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.6rem;
  color: #fff;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55);
}

.prime-cart-modal .modal-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.prime-cart-modal .modal-title {
  font-size: 2rem;
  font-weight: 700;
}

.prime-cart-modal .modal-body {
  padding: 2rem;
}

.prime-cart-modal__empty {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  padding: 1rem 0 0.5rem;
}

.prime-cart-modal__empty p {
  margin: 0;
  color: var(--prime-muted);
}

.prime-cart-modal__item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 86px;
  gap: 1.5rem;
  align-items: start;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.prime-cart-modal__thumb {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.prime-cart-modal__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-cart-modal__details h3 {
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 0.9rem;
  color: #fff;
}

.prime-cart-modal__price {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 0.9rem;
}

.prime-cart-modal__remove {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--prime-accent);
  font-weight: 600;
}

.prime-cart-modal__remove:hover {
  color: #ffd458;
}

.prime-cart-modal__qty input {
  width: 68px;
  height: 52px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #181818;
  color: #fff;
  text-align: center;
}

.prime-cart-modal__summary {
  padding-top: 1.75rem;
}

.prime-cart-modal__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.15rem;
}

.prime-cart-modal__subtotal strong {
  color: #55d3ff;
  font-size: 1.25rem;
}

.prime-cart-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.navbar > .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.prime-nav-cta {
  justify-self: end;
}

nav.bg-light .nav-link {
  border-radius: 5px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
nav.bg-light .nav-link.active {
  background-color: var(--dark);
  color: var(--white);
  font-weight: 500;
}
nav.bg-light .nav-link.active:hover {
  background-color: var(--primary);
  color: var(--white);
}
nav.navbar {
  background: transparent;
}
nav.navbar.is-scrolled {
  background-color: var(--white);
}
nav.navbar .nav-item .nav-link {
  border-radius: 5px;
  color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
nav.navbar .nav-item .nav-link.active {
  background-color: var(--dark);
  color: var(--white);
  font-weight: 500;
}
nav.navbar .nav-item .nav-link.active:hover {
  background-color: var(--primary);
  color: var(--white);
}
nav.navbar .nav-item .nav-link:hover {
  background-color: var(--primary);
  color: var(--white);
}
nav.navbar.is-scrolled {
  background-color: var(--white);
}

@media screen and (max-width: 768px) {
  nav.navbar .nav-item .nav-link {
    font-size: 13px;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  nav.navbar .navbar-brand img {
    height: 20px !important;
  }
  nav.navbar .offcanvas.offcanvas-end.show {
    min-height: 100vh;
  }
  nav.navbar .offcanvas.offcanvas-end.show .offcanvas-body {
    background-color: var(--black);
  }
}
.page-home,
.page-about,
.page-services,
.page-store,
.page-product,
.page-checkout,
.page-contact,
.page-privacy-policy,
.page-term-of-use,
.page-risk-disclosure,
.page-refund-policy,
.page-cookie-policy {
  background: #000;
  color: var(--prime-text);
}

#primeSiteContent {
  transition: opacity 0.2s ease;
}
#primeSiteContent.is-loading {
  opacity: 0.72;
  pointer-events: none;
}

.page-home .navbar,
.page-about .navbar,
.page-services .navbar,
.page-store .navbar,
.page-product .navbar,
.page-checkout .navbar,
.page-contact .navbar,
.page-privacy-policy .navbar,
.page-term-of-use .navbar,
.page-risk-disclosure .navbar,
.page-refund-policy .navbar,
.page-cookie-policy .navbar {
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .navbar-brand img,
.page-about .navbar-brand img,
.page-services .navbar-brand img,
.page-store .navbar-brand img,
.page-product .navbar-brand img,
.page-checkout .navbar-brand img,
.page-contact .navbar-brand img,
.page-privacy-policy .navbar-brand img,
.page-term-of-use .navbar-brand img,
.page-risk-disclosure .navbar-brand img,
.page-refund-policy .navbar-brand img,
.page-cookie-policy .navbar-brand img {
  filter: drop-shadow(0 0 16px rgba(255, 255, 255, 0.08));
}

.page-home .navbar-toggler,
.page-about .navbar-toggler,
.page-services .navbar-toggler,
.page-store .navbar-toggler,
.page-product .navbar-toggler,
.page-checkout .navbar-toggler,
.page-contact .navbar-toggler,
.page-privacy-policy .navbar-toggler,
.page-term-of-use .navbar-toggler,
.page-risk-disclosure .navbar-toggler,
.page-refund-policy .navbar-toggler,
.page-cookie-policy .navbar-toggler {
  box-shadow: none;
}

.page-home .navbar-toggler-icon,
.page-about .navbar-toggler-icon,
.page-services .navbar-toggler-icon,
.page-store .navbar-toggler-icon,
.page-product .navbar-toggler-icon,
.page-checkout .navbar-toggler-icon,
.page-contact .navbar-toggler-icon,
.page-privacy-policy .navbar-toggler-icon,
.page-term-of-use .navbar-toggler-icon,
.page-risk-disclosure .navbar-toggler-icon,
.page-refund-policy .navbar-toggler-icon,
.page-cookie-policy .navbar-toggler-icon {
  filter: invert(1);
}

.page-home .offcanvas,
.page-about .offcanvas,
.page-services .offcanvas,
.page-store .offcanvas,
.page-product .offcanvas,
.page-checkout .offcanvas,
.page-contact .offcanvas,
.page-privacy-policy .offcanvas,
.page-term-of-use .offcanvas,
.page-risk-disclosure .offcanvas,
.page-refund-policy .offcanvas,
.page-cookie-policy .offcanvas {
  background: #090909;
  color: #fff;
}

.page-home .nav-link,
.page-home .navbar .btn-link,
.page-about .nav-link,
.page-about .navbar .btn-link,
.page-services .nav-link,
.page-services .navbar .btn-link,
.page-store .nav-link,
.page-store .navbar .btn-link,
.page-product .nav-link,
.page-product .navbar .btn-link,
.page-checkout .nav-link,
.page-checkout .navbar .btn-link,
.page-contact .nav-link,
.page-contact .navbar .btn-link,
.page-privacy-policy .nav-link,
.page-privacy-policy .navbar .btn-link,
.page-term-of-use .nav-link,
.page-term-of-use .navbar .btn-link,
.page-risk-disclosure .nav-link,
.page-risk-disclosure .navbar .btn-link,
.page-refund-policy .nav-link,
.page-refund-policy .navbar .btn-link,
.page-cookie-policy .nav-link,
.page-cookie-policy .navbar .btn-link {
  color: rgba(255, 255, 255, 0.76) !important;
}

.page-home .nav-link.active,
.page-home .nav-link:hover,
.page-home .navbar .btn-link:hover,
.page-about .nav-link.active,
.page-about .nav-link:hover,
.page-about .navbar .btn-link:hover,
.page-services .nav-link.active,
.page-services .nav-link:hover,
.page-services .navbar .btn-link:hover,
.page-store .nav-link.active,
.page-store .nav-link:hover,
.page-store .navbar .btn-link:hover,
.page-product .nav-link.active,
.page-product .nav-link:hover,
.page-product .navbar .btn-link:hover,
.page-checkout .nav-link.active,
.page-checkout .nav-link:hover,
.page-checkout .navbar .btn-link:hover,
.page-contact .nav-link.active,
.page-contact .nav-link:hover,
.page-contact .navbar .btn-link:hover,
.page-privacy-policy .nav-link.active,
.page-privacy-policy .nav-link:hover,
.page-privacy-policy .navbar .btn-link:hover,
.page-term-of-use .nav-link.active,
.page-term-of-use .nav-link:hover,
.page-term-of-use .navbar .btn-link:hover,
.page-risk-disclosure .nav-link.active,
.page-risk-disclosure .nav-link:hover,
.page-risk-disclosure .navbar .btn-link:hover,
.page-refund-policy .nav-link.active,
.page-refund-policy .nav-link:hover,
.page-refund-policy .navbar .btn-link:hover,
.page-cookie-policy .nav-link.active,
.page-cookie-policy .nav-link:hover,
.page-cookie-policy .navbar .btn-link:hover {
  color: #fff !important;
}

.page-home .navbar .btn-dark,
.page-about .navbar .btn-dark,
.page-services .navbar .btn-dark,
.page-store .navbar .btn-dark,
.page-product .navbar .btn-dark,
.page-checkout .navbar .btn-dark,
.page-contact .navbar .btn-dark,
.page-privacy-policy .navbar .btn-dark,
.page-term-of-use .navbar .btn-dark,
.page-risk-disclosure .navbar .btn-dark,
.page-refund-policy .navbar .btn-dark,
.page-cookie-policy .navbar .btn-dark {
  background: var(--prime-accent);
  border-color: var(--prime-accent);
  color: #0b0b0b;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(246, 191, 38, 0.2);
}

.page-home .footer,
.page-about .footer,
.page-services .footer,
.page-store .footer,
.page-product .footer,
.page-checkout .footer,
.page-contact .footer,
.page-privacy-policy .footer,
.page-term-of-use .footer,
.page-risk-disclosure .footer,
.page-refund-policy .footer,
.page-cookie-policy .footer {
  background: #000000 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-home .footer-link,
.page-home .footer p,
.page-about .footer-link,
.page-about .footer p,
.page-services .footer-link,
.page-services .footer p,
.page-store .footer-link,
.page-store .footer p,
.page-product .footer-link,
.page-product .footer p,
.page-checkout .footer-link,
.page-checkout .footer p,
.page-contact .footer-link,
.page-contact .footer p,
.page-privacy-policy .footer-link,
.page-privacy-policy .footer p,
.page-term-of-use .footer-link,
.page-term-of-use .footer p,
.page-risk-disclosure .footer-link,
.page-risk-disclosure .footer p,
.page-refund-policy .footer-link,
.page-refund-policy .footer p,
.page-cookie-policy .footer-link,
.page-cookie-policy .footer p {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .footer-link:hover,
.page-about .footer-link:hover,
.page-services .footer-link:hover,
.page-store .footer-link:hover,
.page-product .footer-link:hover,
.page-checkout .footer-link:hover,
.page-contact .footer-link:hover,
.page-privacy-policy .footer-link:hover,
.page-term-of-use .footer-link:hover,
.page-risk-disclosure .footer-link:hover,
.page-refund-policy .footer-link:hover,
.page-cookie-policy .footer-link:hover {
  color: #fff;
}

.prime-nav-links .nav-link {
  font-size: 0.98rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.5rem 1rem !important;
}

.prime-nav-cta .btn-link {
  font-size: 0.98rem;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.5rem 0.9rem;
}

.prime-navbar-brand {
  margin-right: 2rem;
}

.prime-nav-links {
  gap: 0.35rem;
}

.prime-nav-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.prime-nav-icon img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.prime-nav-icon:hover {
  background: rgba(255, 255, 255, 0.06);
}

.prime-nav-cta .btn-dark {
  padding-inline: 1.35rem;
}

.container {
  max-width: var(--container-width);
  padding-left: var(--letter-spacing--container-space);
  padding-right: var(--letter-spacing--container-space);
}

.hero {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: linear-gradient(180deg, #fafaff 0%, #fff 60%);
}
.hero h1 {
  font-weight: 500;
  letter-spacing: -0.02em;
}
.hero .accent {
  color: var(--onedev-primary);
}
.hero-kicker {
  display: inline-block;
  background: #eef0ff;
  color: var(--onedev-primary);
  padding: 0.35rem 0.6rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.8rem;
}
.hero.home, .hero.scholarship {
  padding-top: 8rem;
  background-image: url("https://onedev.club/public/images/Header Background.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 90%;
}
.hero.home::after, .hero.scholarship::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
}
.hero.scholarship {
  background: url("https://onedev.club/public/images/Scholarship Background Image.jpg");
  background-size: cover;
}
.hero.section {
  padding-top: 10rem;
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.section--sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section-top {
  padding-top: 7rem;
}
.section-top--sm {
  padding-top: 2.5rem;
}
.section-bottom {
  padding-bottom: 7rem;
}
.section-bottom--sm {
  padding-bottom: 2.5rem;
}
.section-pattern {
  background-image: url("https://onedev.club/public/images/Background Pattern.svg");
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.section-pattern-cta {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.section-pattern-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://onedev.club/public/images/Shape Image 3.png") no-repeat 20% center, url("https://onedev.club/public/images/Shape Image 4.png") no-repeat 80% center;
  background-size: auto 60%;
  filter: blur(5px);
  /* Adjust blur as needed */
  z-index: 0;
}
.section-pattern-cta .content {
  position: relative;
  z-index: 1;
  /* Your text or content styles here */
}
.section-pattern-circle {
  background-image: url("https://onedev.club/public/images/circle.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 1000%;
}
.section-pattern-join {
  background: linear-gradient(135deg, #a5d8ff 20%, #ffffff 50%, #d1c2ff 70%);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 1000%;
}
.section-pattern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  z-index: -1;
}
.section-join .card {
  overflow: hidden;
}
.section-join .card .row {
  height: 400px;
}
.section-join .card img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  margin-left: -3%;
}
.section-join .card {
  background: linear-gradient(135deg, #a5d8ff 10%, #ffffff 65%, #d1c2ff 90%);
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.section-join .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-black {
  background: var(--black);
  color: var(--white);
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.section-black .card {
  background: #0f1320;
  border-color: #1e2436;
}
.section-black .text-muted {
  color: #9aa3b2 !important;
}
.section-dark {
  background: var(--dark);
  color: #e8e8e8;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.section-dark .card {
  background: #0f1320;
  border-color: #1e2436;
}
.section-dark .text-muted {
  color: #9aa3b2 !important;
}

@media screen and (max-width: 768px) {
  .hero.home {
    padding-top: 4rem;
    background-size: cover;
  }
  .section-pattern-cta::before {
    background-size: auto 29%;
  }
  .section-join .card .row {
    height: auto;
  }
  .section-join .card img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    margin-left: -3%;
  }
  .section-join .card img.h-100 {
    height: 250px !important;
  }
  .container {
    padding-left: var(--_spacing---xsm);
    padding-right: var(--_spacing---xsm);
  }
}
@media screen and (min-width: 1400px) {
  .section {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section--sm {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-top {
    padding-top: 9rem;
  }
  .section-top--sm {
    padding-top: 3rem;
  }
  .section-bottom {
    padding-bottom: 9rem;
  }
  .section-bottom--sm {
    padding-bottom: 3rem;
  }
}
.tp-widget-wrapper {
  text-align: left !important;
}

footer .footer-link {
  color: white;
}
footer .footer-link:hover {
  color: var(--primary);
}
footer.bg-white .nav-link {
  color: var(--color-red);
}
footer .nav-link {
  color: var(--color-white);
  padding: 0;
  margin-bottom: 0.6rem;
}
footer .nav-link:last-of-type {
  margin-bottom: 0;
}
footer .nav-link:hover {
  font-weight: 500;
}
footer .nav-link.active {
  color: var(--color-red);
  font-weight: bold;
}
footer.user-nav {
  border-top: 2px solid var(--color-accent);
}
footer.user-nav a.active {
  background-color: var(--color-accent) !important;
  padding: 0.25rem;
  padding-top: 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}
footer.user-nav .dropdown-menu.show {
  border-top: 4px solid var(--color-accent) !important;
}

.prime-auth-page {
  min-height: 100vh;
  padding: 7.5rem 0 3rem;
  background: radial-gradient(circle at top left, rgba(246, 191, 38, 0.1), transparent 28%), linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), #050505;
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.prime-auth-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: stretch;
}

.prime-auth-aside,
.prime-auth-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.75rem;
  background: rgba(20, 20, 20, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 60px rgba(0, 0, 0, 0.3);
}

.prime-auth-aside {
  position: relative;
  overflow: hidden;
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 42rem;
}

.prime-auth-aside::before {
  content: "";
  position: absolute;
  inset: auto -10% -20% 10%;
  height: 60%;
  background: radial-gradient(circle, rgba(246, 191, 38, 0.2), transparent 62%);
  filter: blur(36px);
  pointer-events: none;
}

.prime-auth-brand {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.prime-auth-brand img {
  width: 8.75rem;
  height: auto;
}

.prime-auth-brand .prime-pill {
  width: -moz-fit-content;
  width: fit-content;
}

.prime-auth-brand h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #fff;
}

.prime-auth-brand p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.6;
}

.prime-auth-points {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.prime-auth-journey {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(33, 205, 233, 0.18);
  border-radius: 1.15rem;
  background: linear-gradient(180deg, rgba(17, 29, 33, 0.88), rgba(10, 10, 10, 0.72));
}

.prime-auth-journey__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.prime-auth-journey__head strong {
  color: #fff;
  font-size: 0.96rem;
}

.prime-auth-journey__head span {
  color: rgba(33, 205, 233, 0.84);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prime-auth-journey__steps {
  display: grid;
  gap: 0.85rem;
}

.prime-auth-journey__step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.prime-auth-journey__step span {
  width: 1.9rem;
  height: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  font-weight: 700;
}

.prime-auth-journey__step strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
}

.prime-auth-journey__step small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
  line-height: 1.45;
}

.prime-auth-journey__step.is-active span {
  background: var(--prime-accent);
  color: #050505;
}

.prime-auth-point {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.prime-auth-point strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.prime-auth-point span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.prime-auth-card {
  padding: 2.1rem;
}

.prime-auth-card__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.prime-auth-card__head h2 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: clamp(2.1rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.prime-auth-card__head p,
.prime-auth-card__foot,
.prime-auth-card__helper,
.prime-auth-check label,
.prime-auth-form label {
  color: rgba(255, 255, 255, 0.68);
}

.prime-auth-card__helper {
  font-size: 0.95rem;
  text-align: right;
}

.prime-auth-card__helper a,
.prime-auth-card__foot a {
  color: var(--prime-accent);
  text-decoration: none;
}

.prime-auth-form {
  display: grid;
  gap: 1.15rem;
}

.prime-auth-badge-row {
  display: grid;
}

.prime-auth-badge {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(33, 205, 233, 0.16);
  border-radius: 1rem;
  background: rgba(33, 205, 233, 0.06);
}

.prime-auth-badge strong {
  display: block;
  color: #fff;
  font-size: 0.94rem;
}

.prime-auth-badge span {
  display: block;
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

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

.prime-auth-field {
  display: grid;
  gap: 0.55rem;
}

.prime-auth-field label {
  font-size: 0.92rem;
}

.prime-auth-input {
  width: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.95rem;
  background: #101010;
  color: #fff;
  outline: none;
}

.prime-auth-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.prime-auth-input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.prime-auth-input:focus {
  border-color: rgba(246, 191, 38, 0.65);
  box-shadow: 0 0 0 4px rgba(246, 191, 38, 0.1);
}

.prime-auth-password {
  position: relative;
}

.prime-auth-password .prime-auth-input {
  padding-right: 3.5rem;
}

.prime-auth-toggle {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
}

.prime-auth-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.prime-auth-check {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
}

.prime-auth-check input {
  accent-color: var(--prime-accent);
}

.prime-auth-submit {
  width: 100%;
  margin-top: 0.35rem;
}

.prime-auth-card__foot {
  margin-top: 1.25rem;
  font-size: 0.96rem;
}

.prime-auth-note {
  margin-bottom: 1.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(246, 191, 38, 0.22);
  border-radius: 1rem;
  background: rgba(246, 191, 38, 0.08);
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 991.98px) {
  .prime-auth-wrap {
    grid-template-columns: 1fr;
  }
  .prime-auth-aside {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .prime-auth-page {
    padding-top: 6.5rem;
  }
  .prime-auth-card,
  .prime-auth-aside {
    padding: 1.4rem;
    border-radius: 1.25rem;
  }
  .prime-auth-grid,
  .prime-auth-row {
    grid-template-columns: 1fr;
    display: grid;
  }
}
.prime-home {
  position: relative;
  overflow: hidden;
}

.prime-home .container {
  position: relative;
  z-index: 1;
}

.prime-hero {
  padding: 8.75rem 0 2.75rem;
  position: relative;
}

.prime-about-hero {
  padding: 9rem 0 1.5rem;
  position: relative;
}

.prime-services-hero {
  padding: 8.75rem 0 2.75rem;
  position: relative;
}

.prime-hero::before,
.prime-about-hero::before,
.prime-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent);
          mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent);
  pointer-events: none;
}

.prime-hero__shell {
  margin-bottom: 2.5rem;
}

.prime-about-hero__shell {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.prime-services-hero__copy {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}

.prime-kicker,
.prime-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(46, 197, 255, 0.12);
  border: 1px solid rgba(46, 197, 255, 0.22);
  color: #9ceaff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prime-hero h1,
.prime-about-hero h1,
.prime-section-heading h2,
.prime-card h3,
.prime-service-card h3,
.prime-plan__roi,
.prime-product-card h3,
.prime-cta__panel h2,
.prime-mobile h2 {
  color: #fff;
}

.prime-hero h1 {
  font-size: clamp(3.5rem, 5.6vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 0 0 1.35rem;
}

.prime-about-hero h1 {
  max-width: 11ch;
  margin: 1rem auto 1rem;
  font-size: clamp(4rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.prime-about-hero p {
  max-width: 42rem;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.5;
}

.prime-services-hero h1 {
  max-width: 12ch;
  margin: 1rem auto 1rem;
  font-size: clamp(3.6rem, 6vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.prime-services-hero p {
  max-width: 46rem;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--prime-muted);
}

.prime-about-hero .prime-actions {
  justify-content: center;
}

.prime-about-hero__visual {
  position: relative;
  margin-top: -2rem;
  pointer-events: none;
}

.prime-about-hero__visual img, .prime-about-hero__visual video {
  width: 100%;
  min-height: 18rem;
  max-height: 18rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.42;
  mix-blend-mode: screen;
  filter: sepia(0.7) saturate(0.8) brightness(0.78);
}

.prime-hero p,
.prime-about-hero p,
.prime-section-heading p,
.prime-card p,
.prime-service-card p,
.prime-feature-card p,
.prime-plan__min,
.prime-quote p,
.prime-mobile p,
.prime-cta__panel p {
  color: var(--prime-muted);
}

.prime-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.prime-btn-primary,
.prime-btn-secondary {
  padding: 0.95rem 1.65rem;
  border-radius: 0.8rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.prime-btn-primary {
  background: var(--prime-accent);
  color: #0e0e0e;
}

.prime-btn-primary:hover {
  background: #ffd458;
  color: #0e0e0e;
}

.prime-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.prime-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.prime-btn-secondary--light {
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #111;
}

.prime-btn-secondary--light:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #111;
}

.prime-hero__image {
  background: #04070d;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 1.9rem;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  position: relative;
}

.prime-hero__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 30%;
  background: linear-gradient(to top, rgba(5, 5, 5, 0.3), transparent);
  pointer-events: none;
}

.prime-hero__image img,
.prime-service-card__visual img,
.prime-product-card img,
.prime-mobile__visual img,
.prime-dashboard__panel img {
  width: 100%;
  display: block;
}

.prime-hero__image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 2rem;
}

.prime-section-heading--center {
  display: block;
  max-width: 56rem;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.prime-section-heading h2 {
  font-size: clamp(2rem, 4.8vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0 0 0.75rem;
}

.prime-card,
.prime-feature-card,
.prime-plan,
.prime-product-card,
.prime-dashboard__panel,
.prime-quote__box,
.prime-cta__panel,
.prime-service-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), var(--prime-surface);
  border: 1px solid var(--prime-border);
  border-radius: 1.35rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.prime-card,
.prime-feature-card,
.prime-plan,
.prime-quote__box {
  padding: 1.5rem;
}

.prime-card h3,
.prime-feature-card h3,
.prime-product-card h3 {
  font-size: 1.35rem;
  margin: 1rem 0 0.75rem;
}

.prime-card--stat {
  min-height: 100%;
}

.prime-stat {
  font-size: clamp(4.25rem, 5vw, 5.4rem);
  font-weight: 700;
  line-height: 0.9;
  color: #fff;
}

.prime-intro-card {
  min-height: 100%;
  background: #161616;
  border-radius: 1.7rem;
  padding: 2.4rem 2.5rem;
}

.prime-intro-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.prime-intro-card__head--stat {
  align-items: start;
  margin-bottom: 2.1rem;
}

.prime-intro-card--copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.prime-intro-card--copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.55;
}

.prime-intro-card--stat p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.prime-service-card {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  overflow: hidden;
  background: var(--dark);
  border-radius: 1.6rem;
}

.prime-service-card--wide {
  grid-template-columns: 1fr 1.1fr;
  min-height: 23rem;
}
.prime-service-card--wide .prime-service-card__content {
  padding: 2rem;
}

.prime-service-card__content a:not(.btn),
.prime-product-card__meta a:not(.btn),
.prime-section-heading a:not(.btn) {
  color: var(--prime-accent);
}
.prime-service-card__content a,
.prime-product-card__meta a,
.prime-section-heading a {
  text-decoration: none;
  font-weight: 700;
}

.prime-service-card__visual {
  border-radius: 1rem;
  overflow: hidden;
  background: #111;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 17rem;
}

.prime-service-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 0;
}

.prime-service-card__content h3 {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  line-height: 1.08;
  margin: 1.35rem 0 1rem;
}

.prime-service-card__content p {
  max-width: 31rem;
  font-size: 1.06rem;
  line-height: 1.6;
}

.prime-service-card__extra {
  margin-top: 0.4rem;
}

.prime-service-card__content a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-size: 1.02rem;
}

.prime-service-card--wide .prime-service-card__visual img {
  width: 100%;
  max-width: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.prime-solutions .col-lg-6 .prime-service-card {
  min-height: 28rem;
}

.prime-solutions .col-lg-6 .prime-service-card__content {
  justify-content: flex-start;
}

.prime-solutions .col-lg-6 .prime-service-card__content h3 {
  font-size: clamp(1.3rem, 3vw, 1.9rem);
}

.prime-solutions .col-lg-6 .prime-service-card__visual {
  min-height: 15.5rem;
  margin: -0.35rem -0.35rem 0;
}

.prime-solutions .col-lg-6 .prime-service-card__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-feature-card__icon {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1.5px solid rgba(246, 191, 38, 0.95);
  color: var(--prime-accent);
  font-size: 0.9rem;
  margin-bottom: 1.85rem;
}

.prime-feature-card__icon--image {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.prime-feature-card {
  min-height: 100%;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  padding: 2rem 1.6rem 1.55rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.prime-feature-card h3 {
  margin: 0 0 0.95rem;
  font-size: clamp(1.35rem, 1.9vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.prime-feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.01rem;
  line-height: 1.48;
}

.prime-features .prime-section-heading--center {
  max-width: 50rem;
  margin-inline: auto;
}

.prime-features .prime-section-heading p {
  max-width: 36rem;
  margin-inline: auto;
}

.prime-quote__box {
  text-align: center;
  padding: 3.7rem 2rem 3.5rem;
  background: #151515;
}

.prime-quote__rating {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 600;
}

.prime-quote__rating i {
  color: var(--prime-accent);
  font-size: 0.82rem;
}

.prime-quote blockquote {
  max-width: 70rem;
  margin: 1rem auto 1.7rem;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #fff;
}

.prime-quote__author {
  display: grid;
  gap: 0.15rem;
  justify-items: center;
}

.prime-quote__author strong {
  font-size: 1.05rem;
  font-weight: 600;
}

.prime-quote__author span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.95rem;
}

.prime-dashboard__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 0.75rem 0;
}

.prime-dashboard__copy h2 {
  max-width: 14ch;
  margin: 1.1rem 0 1rem;
  font-size: clamp(2.35rem, 4.8vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.prime-dashboard__copy p {
  max-width: 30rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.prime-dashboard__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.2rem;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.prime-dashboard__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.prime-dashboard__trust i {
  color: var(--prime-accent);
  font-size: 0.8rem;
}

.prime-dashboard__panel {
  padding: 1.15rem 1.15rem 1rem;
}

.prime-dashboard__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.prime-dashboard__label {
  display: block;
  margin-bottom: 0.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.prime-dashboard__top strong {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  line-height: 1;
}

.prime-dashboard__gain {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(126, 211, 86, 0.18);
  color: #7ed356;
  font-size: 0.82rem;
  font-weight: 700;
}

.prime-dashboard__chart {
  position: relative;
  height: 12rem;
  margin-bottom: 0.65rem;
  overflow: hidden;
  border-radius: 0.9rem;
  background: linear-gradient(to top, rgba(246, 191, 38, 0.08), transparent 70%), linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 100% 100%, 100% 25%;
  background-position: 0 0, 0 0;
}

.prime-dashboard__chart-fill {
  position: absolute;
  inset: 3rem 0 0;
  background: linear-gradient(180deg, rgba(246, 191, 38, 0.28), rgba(246, 191, 38, 0.08) 55%, rgba(246, 191, 38, 0));
  clip-path: polygon(0% 33%, 11% 30%, 24% 31%, 37% 32%, 51% 31%, 66% 22%, 80% 28%, 92% 27%, 100% 20%, 100% 100%, 0% 100%);
}

.prime-dashboard__chart-line {
  position: absolute;
  inset: 0;
}

.prime-dashboard__chart-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246, 191, 38, 0.98), rgba(246, 191, 38, 0.92));
  clip-path: polygon(0% 56%, 11% 53%, 24% 54%, 37% 55%, 51% 54%, 66% 45%, 80% 51%, 92% 50%, 100% 43%, 100% 46%, 92% 53%, 80% 54%, 66% 48%, 51% 57%, 37% 58%, 24% 57%, 11% 56%, 0% 59%);
  box-shadow: 0 0 20px rgba(246, 191, 38, 0.35);
}

.prime-dashboard__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.72rem;
}

.prime-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.prime-dashboard__stat-card {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background: rgba(5, 5, 5, 0.45);
}

.prime-dashboard__stat-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
}

.prime-dashboard__stat-label i {
  color: var(--prime-accent);
}

.prime-dashboard__stat-card strong {
  font-size: 1.2rem;
  line-height: 1;
}

.prime-dashboard__panel,
.prime-mobile__visual {
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36);
}

.prime-plan {
  height: 100%;
  position: relative;
  padding: 1.35rem 1.25rem 1.25rem;
}

.prime-plan--featured {
  background: linear-gradient(180deg, rgba(246, 191, 38, 0.18), rgba(255, 255, 255, 0.02)), var(--prime-surface);
  border-color: rgba(246, 191, 38, 0.35);
  transform: translateY(-10px);
}

.prime-plan h3 {
  margin: 0 0 0.8rem;
  font-size: 1.75rem;
  line-height: 1.1;
}

.prime-plan__badge {
  position: absolute;
  top: -0.85rem;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 0.9rem;
}

.prime-plan__roi-row {
  display: flex;
  align-items: end;
  gap: 0.35rem;
  margin-bottom: 1.15rem;
}

.prime-plan__roi {
  font-size: clamp(2.8rem, 4vw, 3.6rem);
  font-weight: 800;
  line-height: 0.95;
}

.prime-plan__term {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  margin-bottom: 0.28rem;
}

.prime-plan__stats {
  display: grid;
  margin-bottom: 1.1rem;
}

.prime-plan__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.92rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prime-plan__stat span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.prime-plan__stat strong {
  font-size: 0.98rem;
  font-weight: 700;
}

.prime-plan__stat-accent {
  color: #8be85b;
}

.prime-plan ul {
  margin: 1rem 0 1.4rem;
  padding-left: 0;
  list-style: none;
  color: var(--prime-muted);
}

.prime-plan li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.94rem;
}

.prime-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid var(--prime-accent);
  border-radius: 999px;
}

.prime-plan li + li {
  margin-top: 0.7rem;
}

.prime-pricing .prime-section-heading--center {
  max-width: 39rem;
}

.prime-pricing .prime-section-heading p {
  max-width: 32rem;
  margin-inline: auto;
}

.prime-product-card {
  overflow: hidden;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
}

.prime-products .prime-section-heading {
  align-items: center;
}

.prime-products .prime-section-heading h2 {
  margin-bottom: 0.5rem;
}

.prime-products .prime-section-heading p {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.prime-products__cta {
  min-width: 9rem;
}

.prime-product-card__media {
  background: #f7f7f4;
  padding: 1rem;
}

.prime-product-card img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.prime-product-card__body {
  padding: 1rem 1rem 0.95rem;
}

.prime-product-card__body h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.28;
  color: #fff;
}

.prime-product-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 0.95rem;
  color: #5ed8ff;
  font-weight: 700;
}

.prime-product-card__stock {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 0.72rem;
  font-weight: 600;
}

.prime-mobile h2 {
  max-width: 15ch;
  margin: 1rem 0 1rem;
  font-size: clamp(2.35rem, 4.8vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.prime-mobile p {
  max-width: 32rem;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
}

.prime-mobile__stores {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.45rem;
}

.prime-trust-card {
  min-height: 100%;
  padding: 1.6rem 1.35rem 1.45rem;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
}

.prime-trust-card__icon {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(246, 191, 38, 0.95);
  border-radius: 999px;
  color: var(--prime-accent);
  font-size: 0.78rem;
}

.prime-trust-card h3 {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  line-height: 1.12;
}

.prime-trust-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.45;
}

.prime-mobile__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 34rem;
  margin-top: 0;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.prime-store-badge {
  padding: 0.45rem 0.8rem;
  border-radius: 0.45rem;
  background: #fff;
}

.prime-store-badge img {
  height: 44px;
  width: auto;
  display: block;
}

.prime-mobile__meta div {
  position: relative;
  display: grid;
  gap: 0.15rem;
  padding-left: 1.8rem;
}

.prime-mobile__meta div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 0.95rem;
  height: 0.95rem;
  border: 1.4px solid var(--prime-accent);
  border-radius: 0.18rem;
}

.prime-mobile__meta strong {
  color: #fff;
  font-size: 1.05rem;
}

.prime-mobile__meta span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
}

.prime-cta__panel {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 7.25rem 1.5rem;
  background: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), #171717;
  background-size: 6rem 6rem, 6rem 6rem, auto;
}

.prime-cta__panel::before {
  -webkit-mask-image: none;
          mask-image: none;
  opacity: 0;
}

.prime-cta__panel h2 {
  max-width: 20ch;
  margin: 0 auto 1rem;
  font-size: clamp(3rem, 5vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.prime-cta__panel p {
  max-width: 40rem;
  margin: 0 auto 1.7rem;
  color: rgba(255, 255, 255, 0.66);
}

.prime-about-story h2,
.prime-about-highlight h2,
.prime-service-row h2,
.prime-contact-copy h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  margin: 1rem 0 1rem;
}

.prime-about-story p,
.prime-about-highlight p,
.prime-service-row p,
.prime-contact-copy p {
  color: var(--prime-muted);
}

.prime-about-story__image,
.prime-about-highlight__image,
.prime-services-hero__image,
.prime-service-row__visual,
.prime-contact-visual {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--prime-border);
  background: #0b0b0b;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36);
}

.prime-about-story__image img,
.prime-about-highlight__image img,
.prime-services-hero__image img,
.prime-service-row__visual img,
.prime-contact-visual img {
  width: 100%;
  display: block;
}

.prime-about-highlight__image {
  margin-bottom: 1.5rem;
}

.prime-services-hero__image {
  margin-top: 2rem;
  border-radius: 1.8rem;
}

.prime-services-hero__image img {
  min-height: 32rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-service-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.prime-service-row--reverse .prime-service-row__copy {
  order: 2;
}

.prime-service-row--reverse .prime-service-row__visual {
  order: 1;
}

.prime-service-row__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.4rem;
  margin-top: 1.6rem;
}

.prime-service-row__feature {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.prime-service-row__feature img {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.prime-service-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
  color: var(--prime-muted);
  font-size: 0.95rem;
}

.prime-service-row__meta span {
  position: relative;
}

.prime-service-row__meta span:not(:first-child)::before {
  content: "â€¢";
  margin-right: 1rem;
  color: rgba(255, 255, 255, 0.4);
}

.prime-faq {
  --bs-accordion-border-color: rgba(255, 255, 255, 0.08);
  --bs-accordion-bg: transparent;
  --bs-accordion-color: #fff;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon-filter: invert(1);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prime-faq .accordion-item {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.prime-faq .accordion-button {
  padding: 1.35rem 0;
  font-weight: 600;
  background: transparent;
}

.prime-faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.prime-faq .accordion-button::after {
  background-size: 1rem;
}

.prime-faq .accordion-body {
  padding: 0 0 1.35rem;
  color: var(--prime-muted);
}

.prime-about-faq .prime-section-heading--center {
  max-width: 38rem;
}

.prime-about-faq .prime-section-heading h2 {
  line-height: 0.98;
}

.prime-about-faq .prime-faq {
  border-top: 0;
}

.prime-about-faq .prime-faq .accordion-item {
  margin-bottom: 1rem;
  padding: 0 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: transparent;
}

.prime-about-faq .prime-faq .accordion-button {
  padding: 1.45rem 0;
  font-size: 1.05rem;
}

.prime-about-faq .prime-faq .accordion-button::after {
  background-size: 0.9rem;
}

.prime-about-faq .prime-faq .accordion-body {
  padding: 0 0 1.4rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.prime-store-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.prime-store-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.prime-store-tab,
.prime-store-filter {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 0.9rem;
  font-size: 0.92rem;
}

.prime-store-tab.is-active {
  background: var(--prime-accent);
  color: #0e0e0e;
  border-color: var(--prime-accent);
  font-weight: 700;
}

.prime-store-card {
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), var(--prime-surface);
  border: 1px solid var(--prime-border);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.prime-store-card__image {
  background: #fff;
  aspect-ratio: 1/1;
}

.prime-store-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.prime-store-card__body {
  padding: 1rem 1rem 1.1rem;
}

.prime-store-card__category {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.prime-store-card h3 {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0.5rem;
}

.prime-store-card h3 a {
  color: inherit;
  text-decoration: none;
}

.prime-store-card p {
  color: var(--prime-muted);
  font-size: 0.92rem;
  margin-bottom: 0.9rem;
}

.prime-store-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.prime-store-card__price {
  color: #55d3ff;
  font-weight: 700;
}

.prime-store-card__tag {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.78rem;
}

.prime-product-section {
  padding: 7.5rem 0 2.5rem;
}

.prime-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.prime-product-gallery__main,
.prime-product-gallery__thumb {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.prime-product-gallery__main {
  margin-bottom: 1rem;
}

.prime-product-gallery__main img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.prime-product-gallery__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-product-info h1 {
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  margin: 0.4rem 0 0.8rem;
}

.prime-product-price {
  color: #55d3ff;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.prime-product-status,
.prime-product-stock {
  color: var(--prime-muted);
}

.prime-product-purchase {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin: 1rem 0;
}

.prime-product-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  overflow: hidden;
}

.prime-product-qty button,
.prime-product-qty span {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: 0;
}

.prime-product-qty button + span,
.prime-product-qty span + button {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.prime-product-accordion {
  margin-top: 1.5rem;
}

.prime-product-specs {
  margin: 0;
  padding-left: 1rem;
  color: var(--prime-muted);
}

.prime-product-specs li + li {
  margin-top: 0.5rem;
}

.prime-checkout-section {
  padding: 8.5rem 0 4rem;
}

.prime-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.prime-checkout-heading,
.prime-checkout-payment h2,
.prime-checkout-order h2 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.prime-checkout-heading h1,
.prime-checkout-payment h2,
.prime-checkout-order h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin: 0;
}

.prime-checkout-heading p {
  margin: 0;
  color: var(--prime-muted);
}

.prime-checkout-heading a,
.prime-checkout-payment__copy a,
.prime-checkout-terms a {
  color: var(--prime-accent);
  text-decoration: none;
}

.prime-checkout-card,
.prime-checkout-order__card,
.prime-checkout-payment__method {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), var(--prime-surface);
  border: 1px solid var(--prime-border);
  border-radius: 1.35rem;
}

.prime-checkout-card {
  padding: 1.5rem;
}

.prime-checkout-card__section h2 {
  color: #fff;
  font-size: 1.9rem;
  margin: 0.75rem 0 0;
}

.prime-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.prime-field-group {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.prime-field-group label {
  color: #fff;
  font-weight: 500;
}

.prime-field-group input,
.prime-field-group select,
.prime-field-group textarea {
  width: 100%;
  min-height: 58px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #121212;
  color: #fff;
  padding: 0.95rem 1rem;
  outline: none;
}

.prime-field-group textarea {
  min-height: 108px;
  resize: vertical;
}

.prime-field-group input::-moz-placeholder, .prime-field-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.prime-field-group input::placeholder,
.prime-field-group textarea::placeholder,
.prime-field-group select {
  color: rgba(255, 255, 255, 0.45);
}

.prime-checkout-payment {
  margin-top: 2rem;
}

.prime-checkout-payment__method {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
}

.prime-checkout-payment__method span {
  color: #fff;
}

.prime-checkout-payment__icons {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}

.prime-coin {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.prime-coin--ngn {
  background: #2f9f4a;
}

.prime-coin--btc {
  background: #f7931a;
}

.prime-coin--eth {
  background: #6c727f;
}

.prime-coin--usdt {
  background: #2775ca;
}

.prime-checkout-payment__copy {
  max-width: 42rem;
  margin: 1.5rem 0;
  color: var(--prime-muted);
}

.prime-checkout-submit {
  width: 100%;
  border-radius: 1rem;
  font-size: 1.1rem;
}

.prime-checkout-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.prime-checkout-terms {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  margin-top: 1rem;
  color: var(--prime-muted);
}

.prime-checkout-terms input {
  margin-top: 0.25rem;
}

.prime-checkout-order__card {
  padding: 1.5rem;
}

.prime-checkout-order__head,
.prime-checkout-order__item,
.prime-checkout-order__line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.prime-checkout-order__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 600;
}

.prime-checkout-order__head div,
.prime-checkout-order__meta {
  min-width: 130px;
  display: grid;
  grid-template-columns: minmax(36px, auto) minmax(70px, auto);
  justify-content: end;
  gap: 1.25rem;
  text-align: right;
}

.prime-checkout-order__item {
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.prime-checkout-order__product {
  min-width: 0;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.prime-checkout-order__thumb {
  background: #fff;
  border-radius: 0.9rem;
  overflow: hidden;
}

.prime-checkout-order__thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.prime-checkout-order__details h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
}

.prime-checkout-order__meta span,
.prime-checkout-order__line {
  color: var(--prime-muted);
}

.prime-checkout-order__meta strong,
.prime-checkout-order__line strong {
  color: #fff;
}

.prime-checkout-order__empty {
  display: grid;
  gap: 1rem;
  justify-items: start;
  padding: 1.5rem 0;
}

.prime-checkout-order__empty p {
  margin: 0;
  color: var(--prime-muted);
}

.prime-checkout-order__totals {
  padding-top: 1.25rem;
}

.prime-checkout-order__line {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.prime-checkout-order__line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.prime-checkout-order__line--total span,
.prime-checkout-order__line--total strong {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.prime-contact-hero {
  padding-top: 7.8rem;
}

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

.prime-contact-form,
.prime-contact-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), var(--prime-surface);
  border: 1px solid var(--prime-border);
  border-radius: 1.35rem;
}

.prime-contact-form {
  padding: 1.5rem;
}

.prime-contact-form .prime-btn-primary {
  margin-top: 1.25rem;
  border-radius: 0.9rem;
  padding-inline: 1.4rem;
}

.prime-contact-cards {
  margin-top: 1.5rem;
}

.prime-contact-card {
  height: 100%;
  padding: 1.4rem;
}

.prime-contact-card__icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(246, 191, 38, 0.28);
  color: var(--prime-accent);
  margin-bottom: 1rem;
}

.prime-contact-card h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.prime-contact-card p {
  color: var(--prime-muted);
  margin: 0;
}

.dashboard-app {
  background: #050608;
  color: #f5f7fa;
  font-family: "Geist", sans-serif;
}

.prime-dashboard-app {
  min-height: 100vh;
  overflow-x: clip;
  background: radial-gradient(circle at top right, rgba(245, 195, 43, 0.08), transparent 26%), linear-gradient(180deg, #060709 0%, #0a0b0d 100%);
}

.prime-dashboard-shell {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  min-height: 100vh;
}

.prime-dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem 1.25rem;
  background-color: var(--dark);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.03);
}

.prime-dashboard-sidebar__inner {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1.75rem;
}

.prime-dashboard-sidebar__mobile-header {
  padding: 1.25rem 1.25rem 0.5rem;
  border-bottom: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.72;
}

.prime-dashboard-content {
  min-width: 0;
}
.prime-dashboard-content.is-loading {
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.prime-dashboard-brand img {
  width: 132px;
}

.prime-dashboard-user {
  padding: 1.25rem;
  background: linear-gradient(180deg, #14181d, #101317);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
}

.prime-dashboard-user__eyebrow,
.prime-dashboard-kicker,
.prime-dashboard-stat__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8c9199;
}

.prime-dashboard-user h2,
.prime-dashboard-topbar h1,
.prime-dashboard-panel h2 {
  margin: 0;
  color: #fff;
}

.prime-dashboard-user h2 {
  margin-top: 0.45rem;
  font-size: 1.2rem;
}

.prime-dashboard-user p {
  margin: 0.35rem 0 0;
  color: #8c9199;
  font-size: 0.95rem;
}

.prime-dashboard-user__meta {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.prime-dashboard-user__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #c6ccd5;
  font-size: 0.9rem;
}

.prime-dashboard-nav {
  display: grid;
  gap: 0.45rem;
}

.prime-dashboard-nav__group {
  display: grid;
  gap: 0.55rem;
}

.prime-dashboard-nav__group + .prime-dashboard-nav__group {
  margin-top: 0.45rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.prime-dashboard-nav__title {
  padding: 0 0.35rem;
  color: #7f8792;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prime-dashboard-nav__links {
  display: grid;
  gap: 0.45rem;
}

.prime-dashboard-nav a,
.prime-dashboard-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  color: #b5bac1;
  text-decoration: none;
  transition: 0.2s ease;
}

.prime-dashboard-nav a:hover,
.prime-dashboard-link:hover,
.prime-dashboard-nav a.is-active {
  background: #f7a90a;
  color: #0b0f14;
}

.prime-dashboard-nav a.is-active i,
.prime-dashboard-nav a:hover i {
  color: #fff;
}

.prime-dashboard-sidebar__footer {
  margin-top: auto;
  display: grid;
  gap: 0.4rem;
}

.prime-dashboard-main {
  padding: 2rem;
}

.prime-dashboard-overview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.prime-dashboard-overview-head h2 {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.prime-dashboard-overview-head p {
  margin: 0.35rem 0 0;
  color: #8c9199;
}

.prime-dashboard-invest-btn {
  white-space: nowrap;
}

.prime-dashboard-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(226, 182, 98, 0.55);
  border-radius: 24px;
  background: rgba(39, 30, 24, 0.78);
}

.prime-dashboard-alert__content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.prime-dashboard-alert__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #f7a90a;
  font-size: 1.1rem;
}

.prime-dashboard-alert strong {
  display: block;
  color: #f7a90a;
  font-size: 1.35rem;
}

.prime-dashboard-alert p {
  margin: 0.2rem 0 0;
  color: #a8a1a0;
}

.prime-dashboard-balance-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: linear-gradient(180deg, #141b2d, #12192a);
}

.prime-dashboard-balance-bar__content span {
  display: block;
  color: #98a0ab;
  font-size: 0.9rem;
}

.prime-dashboard-balance-bar__content strong {
  display: inline-block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.prime-dashboard-balance-bar__content small {
  display: inline-block;
  margin-left: 0.8rem;
  color: #677186;
  font-size: 1.05rem;
  font-weight: 600;
}

.prime-dashboard-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.75fr);
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(245, 195, 43, 0.12), transparent 28%), linear-gradient(180deg, #14181d, #101317);
}

.prime-dashboard-hero__content h2 {
  margin: 0.3rem 0 0;
  max-width: 15ch;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.prime-dashboard-hero__content p {
  margin: 0.9rem 0 0;
  max-width: 42rem;
  color: #9ba2ab;
  line-height: 1.65;
}

.prime-dashboard-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.prime-dashboard-hero__stats {
  display: grid;
  gap: 0.9rem;
}

.prime-dashboard-hero__stat {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(8, 10, 12, 0.62);
}

.prime-dashboard-hero__stat span {
  display: block;
  color: #8c9199;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prime-dashboard-hero__stat strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.05;
}

.prime-dashboard-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.prime-dashboard-topbar__intro {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.prime-dashboard-topbar__copy {
  min-width: 0;
}

.prime-dashboard-topbar__copy .fs-12px {
  color: #f3f6fb;
}

.prime-dashboard-topbar h1 {
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 1.02;
}

.prime-dashboard-topbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.prime-dashboard-topbar__meta--icons {
  align-items: center;
}

.prime-dashboard-icon-chip,
.prime-dashboard-avatar-chip {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: #dce1ea;
}

.prime-dashboard-icon-chip--alert {
  position: relative;
}

.prime-dashboard-icon-chip--alert::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f04d6a;
}

.prime-dashboard-avatar-chip {
  color: #f7a90a;
  font-weight: 700;
}

.prime-dashboard-sidebar-toggle {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  transition: 0.2s ease;
}

.prime-dashboard-sidebar-toggle:hover {
  border-color: rgba(247, 169, 10, 0.45);
  color: #f7a90a;
}

.prime-dashboard-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  background: #13161a;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: #d8dde5;
  font-size: 0.9rem;
}

.prime-dashboard-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.prime-dashboard-summary--wallet {
  margin-bottom: 1.5rem;
}

.prime-dashboard-stat,
.prime-dashboard-panel {
  background: linear-gradient(180deg, #13161a, #101317);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px;
}

.prime-dashboard-stat {
  padding: 1.4rem;
  position: relative;
  overflow: hidden;
}

.prime-dashboard-stat::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 195, 43, 0.12), transparent 64%);
  pointer-events: none;
}

.prime-dashboard-stat strong {
  display: block;
  margin-top: 1rem;
  font-size: 1.55rem;
  line-height: 1;
  color: #fff;
}

.prime-dashboard-stat p {
  margin: 0.75rem 0 0;
  color: #8c9199;
}

.prime-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.prime-dashboard-panel {
  padding: 1.5rem;
}

.prime-dashboard-panel__intro {
  margin-bottom: 1rem;
}

.prime-dashboard-panel__intro p {
  margin: 0;
  color: #8c9199;
  line-height: 1.6;
}

.prime-dashboard-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.prime-dashboard-chart {
  height: 420px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  background: rgba(8, 10, 12, 0.44);
}

.prime-dashboard-panel__head--chart {
  align-items: center;
}

.prime-dashboard-chart-tabs {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.25rem;
  border-radius: 14px;
  background: #090f1d;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.prime-dashboard-chart-tabs span {
  padding: 0.55rem 1rem;
  border-radius: 10px;
  color: #7f8997;
  font-size: 0.86rem;
  font-weight: 700;
}

.prime-dashboard-chart-tabs .is-active {
  background: #1a2235;
  color: #fff;
}

.prime-dashboard-plan-list,
.prime-dashboard-activity,
.prime-dashboard-plan-grid,
.prime-dashboard-notifications,
.prime-dashboard-orders {
  display: grid;
  gap: 0.85rem;
}

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

.prime-dashboard-plan,
.prime-dashboard-activity__item {
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #0f1215, #0b0d10);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}

.prime-dashboard-plan--card {
  min-height: 100%;
}

.prime-dashboard-plan__top,
.prime-dashboard-activity__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.prime-dashboard-plan__hero {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.prime-dashboard-plan__hero strong {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}

.prime-dashboard-plan__hero span,
.prime-dashboard-plan__meta--stack span {
  color: #8c9199;
}

.prime-dashboard-plan__meta--stack {
  display: grid;
}

.prime-dashboard-plan h3,
.prime-dashboard-activity__item h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
}

.prime-dashboard-stat__icon {
  width: 3.9rem;
  height: 3.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 1.45rem;
}

.prime-dashboard-stat__icon--blue {
  background: rgba(75, 136, 255, 0.14);
  color: #6eabff;
}

.prime-dashboard-stat__icon--green {
  background: rgba(29, 190, 145, 0.12);
  color: #3de7b8;
}

.prime-dashboard-stat__icon--purple {
  background: rgba(145, 93, 255, 0.14);
  color: #bc8eff;
}

.prime-dashboard-plan__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.55rem;
  color: #d8dde5;
}

.prime-dashboard-plan ul {
  margin: 0.9rem 0 0;
  padding-left: 1rem;
  color: #8c9199;
}

.prime-dashboard-plan__form {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.prime-dashboard-plan__form input {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #090b0d;
  color: #fff;
}

.prime-dashboard-plan li + li {
  margin-top: 0.4rem;
}

.prime-dashboard-empty {
  padding: 2rem 1rem;
  text-align: center;
  color: #8c9199;
}

.prime-dashboard-form {
  display: grid;
  gap: 1rem;
}

.prime-dashboard-fund-form {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.prime-dashboard-fund-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.prime-dashboard-fund-form__head h3 {
  margin: 0.3rem 0 0;
  color: #fff;
  font-size: 1.05rem;
}

.prime-dashboard-earnings-feed {
  display: grid;
  gap: 1rem;
}

.prime-dashboard-earning-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #0a1020;
}

.prime-dashboard-earning-item__icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(14, 57, 55, 0.92);
  color: #35e2b2;
}

.prime-dashboard-earning-item__content strong {
  display: block;
  color: #fff;
  font-size: 1.02rem;
}

.prime-dashboard-earning-item__content span {
  display: block;
  margin-top: 0.2rem;
  color: #7e8797;
}

.prime-dashboard-earning-item__amount {
  color: #35e2b2;
  font-size: 1rem;
  font-weight: 700;
}

.prime-dashboard-feed-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  background: #090f1d;
  color: #c4cbd8;
  text-decoration: none;
  font-weight: 700;
}

.prime-dashboard-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.prime-dashboard-form__field {
  display: grid;
  gap: 0.45rem;
}

.prime-dashboard-form__field label {
  color: #d8dde5;
  font-size: 0.92rem;
  font-weight: 600;
}

.prime-dashboard-form__field input,
.prime-dashboard-form__field select {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0f12;
  color: #fff;
}

.prime-dashboard-form__field input:disabled {
  opacity: 0.7;
}

.prime-dashboard-form__note {
  color: #8c9199;
}

.prime-dashboard-payouts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.prime-dashboard-payout {
  padding: 1rem;
  border-radius: 18px;
  background: #0d0f12;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.prime-dashboard-payout strong {
  display: block;
  margin-top: 0.35rem;
  color: #fff;
}

.prime-dashboard-payout p {
  margin: 0.35rem 0 0;
  color: #8c9199;
  word-break: break-word;
}

.prime-dashboard-empty h3 {
  color: #fff;
  margin-bottom: 0.45rem;
}

.prime-dashboard-table-wrap {
  overflow-x: auto;
}

.prime-dashboard-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.prime-dashboard-table th,
.prime-dashboard-table td {
  padding: 1rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.prime-dashboard-table th {
  color: #8c9199;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.prime-dashboard-table td {
  color: #e6ebf2;
}

.prime-dashboard-activity__item p {
  margin: 0.35rem 0 0;
  color: #8c9199;
  font-size: 0.92rem;
}

.prime-dashboard-notification {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #0f1215, #0b0d10);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}

.prime-dashboard-notification__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(245, 195, 43, 0.12);
  color: #f5c32b;
}

.prime-dashboard-notification h3 {
  margin: 0;
  color: #fff;
  font-size: 1rem;
}

.prime-dashboard-notification p {
  margin: 0.35rem 0;
  color: #c4cad3;
}

.prime-dashboard-notification span {
  color: #8c9199;
  font-size: 0.85rem;
}

.prime-dashboard-order {
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #0f1215, #0b0d10);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}

.prime-dashboard-order__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.prime-dashboard-order__head h3 {
  margin: 0.25rem 0 0;
  color: #fff;
  font-size: 1.05rem;
}

.prime-dashboard-order__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.9rem;
  color: #9ca4b0;
  font-size: 0.92rem;
}

.prime-dashboard-order__items {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.prime-dashboard-order__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #cdd3dd;
}

.prime-dashboard-order__item strong {
  color: #fff;
  font-size: 0.95rem;
}

.prime-dashboard-funding-history {
  display: grid;
  gap: 0.85rem;
}

.prime-dashboard-funding-item {
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #0f1215, #0b0d10);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
}

.prime-dashboard-funding-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.prime-dashboard-funding-item__head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
}

.prime-dashboard-funding-item__head p {
  margin: 0.35rem 0 0;
  color: #8c9199;
  font-size: 0.92rem;
}

.prime-dashboard-funding-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.9rem;
  color: #9ca4b0;
  font-size: 0.9rem;
}

.prime-dashboard-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.prime-dashboard-status--active,
.prime-dashboard-status--approved,
.prime-dashboard-status--paid,
.prime-dashboard-status--processed {
  background: rgba(42, 167, 103, 0.12);
  color: #5be39a;
}

.prime-dashboard-status--pending {
  background: rgba(245, 195, 43, 0.14);
  color: #f5c32b;
}

.prime-dashboard-status--rejected,
.prime-dashboard-status--failed {
  background: rgba(230, 72, 72, 0.14);
  color: #ff8b8b;
}

@media (max-width: 1199.98px) {
  .prime-dashboard-summary,
  .prime-dashboard-grid,
  .prime-dashboard-grid--bottom,
  .prime-dashboard-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .prime-dashboard-shell {
    grid-template-columns: 1fr;
  }
  .prime-dashboard-sidebar {
    width: min(320px, 88vw) !important;
    padding: 0;
    background: linear-gradient(180deg, rgba(10, 12, 16, 0.98), rgb(8, 9, 12)), radial-gradient(circle at top left, rgba(247, 169, 10, 0.08), transparent 28%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 0;
  }
  .prime-dashboard-sidebar__mobile-header {
    padding: 1rem 1.25rem 0.4rem;
  }
  .prime-dashboard-sidebar .offcanvas-body {
    padding: 0 1.25rem 1.25rem;
    overflow-y: auto;
  }
  .prime-dashboard-sidebar.offcanvas.show,
  .prime-dashboard-sidebar.offcanvas.showing {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  }
  .prime-dashboard-sidebar .prime-dashboard-user {
    border-radius: 20px;
  }
  .prime-dashboard-sidebar .prime-dashboard-nav a,
  .prime-dashboard-sidebar .prime-dashboard-link {
    min-height: 52px;
  }
}
@media (max-width: 767.98px) {
  .prime-dashboard-main {
    padding: 1rem;
  }
  .prime-dashboard-hero,
  .prime-dashboard-alert,
  .prime-dashboard-overview-head,
  .prime-dashboard-balance-bar,
  .prime-dashboard-panel__head,
  .prime-dashboard-summary,
  .prime-dashboard-grid,
  .prime-dashboard-grid--bottom,
  .prime-dashboard-plan-grid,
  .prime-dashboard-form__row,
  .prime-dashboard-payouts {
    grid-template-columns: 1fr;
    display: grid;
  }
  .prime-dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
  }
  .prime-dashboard-topbar__meta {
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
  }
  .prime-dashboard-topbar__intro {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    gap: 0.75rem;
  }
  .prime-dashboard-topbar__copy {
    display: grid;
    gap: 0.15rem;
  }
  .prime-dashboard-kicker {
    font-size: 0.72rem;
  }
  .prime-dashboard-topbar__copy .fs-12px {
    display: block;
    font-size: 0.8rem !important;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .prime-dashboard-sidebar-toggle,
  .prime-dashboard-icon-chip,
  .prime-dashboard-avatar-chip {
    width: 42px;
    height: 42px;
  }
  .prime-dashboard-overview-head {
    gap: 0.85rem;
    margin-bottom: 0.85rem !important;
  }
  .prime-dashboard-overview-head h2,
  .prime-dashboard-overview-head h3 {
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .prime-dashboard-invest-btn,
  .prime-dashboard-balance-bar__action,
  .prime-dashboard-feed-link {
    width: 100%;
    justify-content: center;
  }
  .prime-dashboard-alert,
  .prime-dashboard-balance-bar,
  .prime-dashboard-stat,
  .prime-dashboard-panel {
    padding: 1rem;
    border-radius: 22px;
  }
  .prime-dashboard-alert {
    gap: 0.85rem;
  }
  .prime-dashboard-alert strong {
    font-size: 1.1rem;
  }
  .prime-dashboard-balance-bar {
    gap: 0.9rem;
    margin-bottom: 1rem;
  }
  .prime-dashboard-balance-bar__content strong {
    font-size: 2rem;
  }
  .prime-dashboard-balance-bar__content small {
    font-size: 0.92rem;
  }
  .prime-dashboard-stat__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
  .prime-dashboard-stat__value {
    font-size: 1.9rem;
  }
  .prime-dashboard-grid,
  .prime-dashboard-grid--bottom {
    gap: 0.85rem;
  }
  .prime-dashboard-panel__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .prime-dashboard-panel__head--chart {
    gap: 1rem;
  }
  .prime-dashboard-chart-tabs {
    width: 100%;
    overflow-x: auto;
    padding: 0.3rem;
    gap: 0.35rem;
    scrollbar-width: none;
  }
  .prime-dashboard-chart-tabs::-webkit-scrollbar {
    display: none;
  }
  .prime-dashboard-chart-tabs button {
    flex: 0 0 auto;
    min-width: 58px;
  }
  .prime-dashboard-earnings-feed {
    gap: 0.75rem;
  }
  .prime-dashboard-earning-item {
    gap: 0.7rem;
    padding: 0.95rem;
    border-radius: 18px;
  }
  .prime-dashboard-earning-item > :last-child {
    justify-self: start;
  }
  .prime-dashboard-plan-grid {
    gap: 0.85rem;
  }
  .prime-dashboard-order__head,
  .prime-dashboard-order__item,
  .prime-dashboard-funding-item__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .prime-dashboard-plan__form .btn,
  .prime-dashboard-form .btn,
  .prime-dashboard-payouts .btn {
    width: 100%;
  }
  .prime-dashboard-form__row {
    gap: 0.85rem;
  }
  .prime-dashboard-payouts {
    gap: 0.85rem;
  }
  .prime-dashboard-history-item,
  .prime-dashboard-withdrawal,
  .prime-dashboard-notification {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .prime-dashboard-history-item > :last-child,
  .prime-dashboard-withdrawal > :last-child,
  .prime-dashboard-notification > :last-child {
    width: 100%;
    justify-content: flex-start;
  }
  .prime-dashboard-panel table,
  .prime-dashboard-main table {
    min-width: 680px;
  }
  .prime-dashboard-panel .table-responsive,
  .prime-dashboard-main .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .prime-dashboard-hero__actions .btn {
    width: 100%;
  }
  .prime-dashboard-balance-bar__content small {
    display: block;
    margin: 0.45rem 0 0;
  }
  .prime-dashboard-earning-item {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .prime-dashboard-main {
    padding: 0.9rem;
  }
  .prime-dashboard-sidebar {
    width: min(300px, 90vw) !important;
  }
  .prime-dashboard-topbar {
    gap: 0.65rem;
  }
  .prime-dashboard-topbar__copy .fs-12px {
    font-size: 0.75rem !important;
  }
  .prime-dashboard-alert,
  .prime-dashboard-balance-bar,
  .prime-dashboard-stat,
  .prime-dashboard-panel {
    padding: 0.9rem;
    border-radius: 20px;
  }
  .prime-dashboard-balance-bar__content strong {
    font-size: 1.8rem;
  }
  .prime-dashboard-stat__value {
    font-size: 1.7rem;
  }
  .prime-dashboard-panel h2,
  .prime-dashboard-panel h3 {
    font-size: 1.1rem;
  }
}
.prime-legal-hero {
  padding-top: 7.8rem;
}

.prime-legal-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), var(--prime-surface);
  border: 1px solid var(--prime-border);
  border-radius: 1.35rem;
}

.prime-legal-card section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.prime-legal-card h2 {
  color: #fff;
  font-size: 1.35rem;
  margin: 0 0 0.85rem;
}

.prime-legal-card p,
.prime-legal-card li {
  color: var(--prime-muted);
  line-height: 1.75;
}

.prime-legal-card a {
  color: var(--prime-accent);
  text-decoration: none;
}

.prime-onboarding-page {
  min-height: 100vh;
  padding: 2rem 0;
  background: radial-gradient(circle at top left, rgba(246, 191, 38, 0.12), transparent 26%), linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), #050505;
  background-size: auto, 72px 72px, 72px 72px, auto;
}

.prime-onboarding-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  min-height: calc(100vh - 4rem);
}

.prime-onboarding-aside,
.prime-onboarding-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.8rem;
  background: rgba(17, 17, 17, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 24px 60px rgba(0, 0, 0, 0.28);
}

.prime-onboarding-aside {
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.prime-onboarding-brand {
  display: grid;
  gap: 1rem;
}

.prime-onboarding-brand img {
  width: 8.6rem;
  height: auto;
}

.prime-onboarding-brand h1 {
  margin: 0;
  max-width: 11ch;
  color: #fff;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.prime-onboarding-brand p {
  margin: 0;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.prime-onboarding-snapshot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.prime-onboarding-snapshot__metric {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(33, 205, 233, 0.14);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(16, 24, 28, 0.92), rgba(11, 11, 11, 0.72));
}

.prime-onboarding-snapshot__metric span {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prime-onboarding-snapshot__metric strong {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}

.prime-onboarding-steps,
.prime-onboarding-support {
  display: grid;
  gap: 1rem;
}

.prime-onboarding-step,
.prime-onboarding-support__card,
.prime-onboarding-note,
.prime-onboarding-summary__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.02);
}

.prime-onboarding-step {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
}

.prime-onboarding-step__count {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
}

.prime-onboarding-step strong,
.prime-onboarding-support__card strong,
.prime-onboarding-summary__item strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.prime-onboarding-step span,
.prime-onboarding-support__card span,
.prime-onboarding-summary__item span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.prime-onboarding-step.is-active {
  border-color: rgba(33, 205, 233, 0.45);
  background: rgba(33, 205, 233, 0.08);
}

.prime-onboarding-step.is-active .prime-onboarding-step__count,
.prime-onboarding-step.is-done .prime-onboarding-step__count {
  background: var(--prime-accent);
  color: #050505;
}

.prime-onboarding-card {
  padding: 2.2rem;
  display: grid;
  gap: 1.5rem;
  align-content: start;
}

.prime-onboarding-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.prime-onboarding-card__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: rgba(33, 205, 233, 0.9);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prime-onboarding-card__head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.prime-onboarding-card__logout {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  transition: color 0.2s ease;
}

.prime-onboarding-card__logout:hover {
  color: #fff;
}

.prime-onboarding-progress__bar {
  width: 100%;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.prime-onboarding-progress__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #21cde9, #f5bf26);
}

.prime-onboarding-note,
.prime-onboarding-summary__item {
  padding: 1rem 1.1rem;
}

.prime-onboarding-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
}

.prime-onboarding-panel--single {
  grid-template-columns: 1fr;
}

.prime-onboarding-panel__item span {
  display: block;
  margin-bottom: 0.24rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.prime-onboarding-panel__item strong {
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.5;
}

.prime-onboarding-form {
  display: grid;
  gap: 1.2rem;
  align-content: start;
}

.prime-onboarding-field {
  display: grid;
  gap: 0.55rem;
}

.prime-onboarding-field label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.prime-onboarding-grid {
  display: grid;
  gap: 1rem;
}

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

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

.prime-onboarding-otp {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.prime-onboarding-otp--pin {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 24rem;
}

.prime-onboarding-otp .prime-auth-input {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.prime-onboarding-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.prime-onboarding-actions .btn {
  min-width: 11rem;
}

.prime-onboarding-summary {
  display: grid;
  gap: 1rem;
}

.prime-onboarding-summary__item strong {
  font-size: 1.02rem;
}

@media (max-width: 991.98px) {
  .prime-onboarding-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .prime-onboarding-snapshot,
  .prime-onboarding-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .prime-onboarding-page {
    padding: 1rem 0;
  }
  .prime-onboarding-aside,
  .prime-onboarding-card {
    padding: 1.4rem;
    border-radius: 1.25rem;
  }
  .prime-onboarding-card__head {
    display: grid;
    gap: 0.6rem;
  }
  .prime-onboarding-grid--two,
  .prime-onboarding-grid--three,
  .prime-onboarding-otp {
    grid-template-columns: 1fr;
  }
  .prime-onboarding-actions .btn {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .prime-hero {
    padding-top: 6.5rem;
  }
  .prime-about-hero {
    padding-top: 6.5rem;
  }
  .prime-contact-hero {
    padding-top: 6.5rem;
  }
  .prime-legal-hero {
    padding-top: 6.5rem;
  }
  .prime-service-card--wide {
    grid-template-columns: 1fr;
  }
  .prime-service-card--wide .prime-service-card__content {
    padding: 1.25rem;
  }
  .prime-service-row {
    grid-template-columns: 1fr;
  }
  .prime-contact-layout {
    grid-template-columns: 1fr;
  }
  .prime-service-row--reverse .prime-service-row__copy,
  .prime-service-row--reverse .prime-service-row__visual {
    order: initial;
  }
  .prime-store-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .prime-product-layout {
    grid-template-columns: 1fr;
  }
  .prime-checkout-layout {
    grid-template-columns: 1fr;
  }
  .prime-checkout-heading,
  .prime-checkout-payment h2,
  .prime-checkout-order h2,
  .prime-checkout-payment__method {
    display: block;
  }
  .prime-checkout-heading p {
    margin-top: 0.75rem;
  }
  .prime-cart-modal .modal-header,
  .prime-cart-modal .modal-body {
    padding: 1.5rem;
  }
  .prime-cart-modal__item {
    grid-template-columns: 1fr;
  }
  .prime-cart-modal__qty input {
    width: 100%;
  }
  .prime-cart-modal__actions {
    grid-template-columns: 1fr;
  }
  .prime-plan--featured {
    transform: none;
  }
  .prime-section-heading {
    display: block;
  }
  .prime-nav-links {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0;
  }
  .prime-nav-cta {
    align-items: stretch !important;
  }
  .prime-nav-icon {
    justify-content: flex-start;
    border-radius: 0.75rem;
    padding-inline: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .prime-hero h1 {
    max-width: none;
  }
  .prime-card,
  .prime-feature-card,
  .prime-plan,
  .prime-quote__box,
  .prime-service-card,
  .prime-cta__panel,
  .prime-legal-card {
    padding: 1.25rem;
  }
  .prime-actions {
    flex-direction: column;
  }
  .prime-actions .btn {
    width: 100%;
  }
  .prime-field-grid {
    grid-template-columns: 1fr;
  }
  .prime-checkout-order__head {
    display: none;
  }
  .prime-checkout-order__item,
  .prime-checkout-order__product,
  .prime-checkout-order__meta {
    display: grid;
    grid-template-columns: 1fr;
  }
  .prime-checkout-order__meta {
    min-width: 0;
    justify-content: start;
    text-align: left;
    gap: 0.35rem;
  }
}
/***================== MIN Widths ==================== 
// Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/**
// Extra large devices (large desktops, 1200px and up) */
/***================== MAX Widths ==================== 
// Extra small devices (portrait phones, less than 576px)**/
/* Small devices (landscape phones, less than 768px) */
/* Large devices (desktops, less than 992px) */
/**
// Large devices (desktops, less than 1200px)**/
/* Onedev UI - Bootstrap + GSAP starter
   Color tokens from UI Kit:
   primary: #130395; neutral_dark: #111827;
   neutral_2: #F7F7F7; neutral_3: #FFFFFF;
   Fonts (recommended): Geist (primary), Prata (secondary). Add via @font-face or web fonts.
*/
:root {
  --primary: #f9c00e;
  --dark: #111111;
  --black: #000;
  --onedev-bg: #F7F7F7;
  --surface: #FFFFFF;
  --onedev-white: #FFFFFF;
  --radius: 16px;
}

html,
body {
  height: 100%;
}

body {
  background: var(--surface);
}

.display-serif,
.h-serif {
  font-family: "Prata", Georgia, "Times New Roman", serif;
}

.lead-contrast {
  color: #2d2d2d;
  opacity: 0.9;
}

.navbar-brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: radial-gradient(circle at 30% 30%, #7a7cff, var(--primary));
  display: inline-block;
  margin-right: 0.5rem;
}

.btn-primary,
.btn-primary:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}

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

.badge-pill {
  border-radius: 9999px;
  padding: 0.45rem 0.8rem;
  font-weight: 600;
}

.card-soft {
  border: 1px solid #eee;
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-soft .card-img-top {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.grid-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--black);
  color: var(--white);
  font-weight: 700;
}

.footer {
  border-top: 1px solid #eee;
  background: #fff;
}

.newsletter {
  background: #f7f7ff;
  border: 1px dashed #cfd3ff;
  border-radius: var(--radius);
  padding: 1rem;
}

/* Simple reveal states for GSAP */
.reveal-up {
  opacity: 0;
  transform: translateY(24px);
}

.reveal-fade {
  opacity: 0;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.98);
}

/* Blog cards */
.post-meta {
  font-size: 0.825rem;
  color: #6b7280;
}

/* Forms */
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(19, 3, 149, 0.15);
  border-color: var(--primary);
}

/* Small helpers */
hr.soft {
  border-top: 1px solid #eee;
  opacity: 1;
}

.shadow-soft {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive tweaks */
