/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-border-style: solid;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(.967 .003 264.542);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

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

  .h-full {
    height: 100%;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

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

.page-wrapper {
  background-color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 5vw, 2rem);
  padding-right: clamp(1rem, 5vw, 2rem);
}

.container-medium {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(1rem, 5vw, 2rem);
  padding-right: clamp(1rem, 5vw, 2rem);
}

.padding-vertical {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-xxlarge {
  padding-top: clamp(3rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.padding-large {
  padding-top: clamp(2rem, 6vw, 4rem);
  padding-bottom: clamp(2rem, 6vw, 4rem);
}

.padding-section-large {
  padding-top: clamp(3rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
}

.padding-section-medium {
  padding-top: clamp(2rem, 6vw, 4rem);
  padding-bottom: clamp(2rem, 6vw, 4rem);
}

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

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

.margin-small {
  margin-top: clamp(.5rem, 2vw, 1rem);
  margin-bottom: clamp(.5rem, 2vw, 1rem);
}

.margin-medium {
  margin-top: clamp(1rem, 3vw, 2rem);
  margin-bottom: clamp(1rem, 3vw, 2rem);
}

.margin-large {
  margin-top: clamp(2rem, 5vw, 4rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.heading-style-h1 {
  color: #343432;
  background: linear-gradient(to right, #343432, #6b6b6b);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2 {
  color: #343432;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.75rem, 4vw, 2.625rem);
  font-weight: 700;
  line-height: 1.24;
}

.heading-style-h3 {
  color: #343432;
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h4 {
  color: #343432;
  margin-bottom: 1rem;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.33;
}

.text-size-large {
  color: #6b6b6b;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.55;
}

.text-size-medium {
  color: #6b6b6b;
  font-size: clamp(.938rem, 1.5vw, 1.063rem);
  line-height: 1.65;
}

.text-size-small {
  color: #6b6b6b;
  font-size: clamp(.875rem, 1.2vw, 1rem);
  line-height: 1.5;
}

.text-size-tiny {
  color: #6b6b6b;
  font-size: clamp(.75rem, 1vw, .875rem);
  line-height: 1.4;
}

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-spacing-wide {
  letter-spacing: .125em;
}

.text-color-accent {
  color: #9aaf59;
}

.text-color-secondary {
  color: #6b6b6b;
}

.text-color-white {
  color: #fff;
}

.text-color-white-secondary {
  color: #d1d5db;
}

.section_hero {
  background: linear-gradient(135deg, #fff 0%, #f9fafb 50%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.section_hero-background-pattern {
  opacity: .03;
  pointer-events: none;
  background-image: radial-gradient(circle at .125rem .125rem, #9aaf59 .0625rem, #0000 0);
  background-size: 3rem 3rem;
  position: absolute;
  inset: 0;
}

.hero_logo-wrapper {
  justify-content: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  animation: .6s ease-in fadeIn;
  display: flex;
}

.hero_logo {
  width: clamp(9rem, 20vw, 11.25rem);
  height: auto;
  transition: transform .3s;
}

.hero_logo:hover {
  transform: scale(1.05);
}

.hero_badge-wrapper {
  text-align: center;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.hero_content {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.hero_video-wrapper {
  max-width: 62.5rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
  margin-left: auto;
  margin-right: auto;
}

.hero_form-wrapper {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.video_container {
  position: relative;
}

.video_glow-effect {
  filter: blur(2rem);
  opacity: .2;
  background: linear-gradient(to right, #9aaf59, #b58950, #9aaf59);
  border-radius: 1.5rem;
  transition: opacity .3s;
  position: absolute;
  inset: -.25rem;
}

.video_container:hover .video_glow-effect {
  opacity: .4;
}

.video_player {
  background-color: #000;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.25rem 3.125rem #00000026;
}

.video_aspect-ratio {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a1a1a, #000);
  position: relative;
}

.button_play-video {
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
}

.button_play-glow {
  filter: blur(1.5rem);
  opacity: .5;
  background: linear-gradient(to right, #9aaf59, #8a9e49);
  border-radius: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.button_play-video:hover .button_play-glow {
  opacity: 1;
}

.button_play-content {
  background: linear-gradient(135deg, #9aaf59, #8a9e49);
  border-radius: 3.125rem;
  align-items: center;
  gap: clamp(.5rem, 1.5vw, .75rem);
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.5rem, 3vw, 2rem) clamp(1rem, 2vw, 1.5rem) clamp(1rem, 2vw, 1.5rem);
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 .625rem 1.875rem #0003;
}

.button_play-video:hover .button_play-content {
  background: linear-gradient(135deg, #8a9e49, #9aaf59);
  transform: scale(1.1);
}

.button_play-text-wrapper {
  color: #fff;
  align-items: center;
  gap: .5rem;
  margin-right: .5rem;
  display: flex;
}

.form_container {
  position: relative;
}

.form_glow-effect {
  filter: blur(2rem);
  opacity: .1;
  pointer-events: none;
  background: linear-gradient(to right, #9aaf59, #b58950);
  border-radius: 1.5rem;
  position: absolute;
  inset: -.5rem;
}

.form_component {
  background-color: #fff;
  border: .0625rem solid #e5e7eb;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.25rem 3.125rem #00000026;
}

.form_header {
  background: linear-gradient(to right, #f8f7f4, #fff);
  border-bottom: .0625rem solid #e5e7eb;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.form_header-icon-wrapper {
  justify-content: center;
  align-items: center;
  gap: .75rem;
  margin-bottom: .75rem;
  display: flex;
}

.form_content {
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
}

.form_grid-2col {
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 1.5rem);
  display: grid;
}

@media (width >= 48em) {
  .form_grid-2col {
    grid-template-columns: 1fr 1fr;
  }
}

.form_field {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.form_label {
  color: #343432;
  font-size: .875rem;
  font-weight: 600;
}

.form_input {
  color: #343432;
  background-color: #fff;
  border: .125rem solid #e5e7eb;
  border-radius: .75rem;
  width: 100%;
  padding: .75rem 1rem;
  font-size: clamp(.875rem, 1.2vw, .938rem);
  transition: border-color .3s;
}

.form_input:focus {
  border-color: #b58950;
  outline: none;
}

.form_input::placeholder {
  color: #9ca3af;
}

.form_checkbox-wrapper {
  background-color: #f9fafb;
  border: .0625rem solid #e5e7eb;
  border-radius: .75rem;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

.form_checkbox {
  cursor: pointer;
  accent-color: #9aaf59;
  border: .125rem solid #d1d5db;
  border-radius: .25rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
}

.form_checkbox-label {
  color: #6b6b6b;
  font-size: .813rem;
  line-height: 1.54;
}

.form_security-text {
  text-align: center;
  color: #6b6b6b;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: .813rem;
  display: flex;
}

.button {
  cursor: pointer;
  border: none;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  padding: clamp(.875rem, 2vw, 1rem) clamp(2rem, 4vw, 3rem);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 700;
  transition: all .3s;
  display: inline-flex;
  position: relative;
}

.button-primary {
  color: #fff;
  background: linear-gradient(to right, #9aaf59, #8a9e49);
}

.button-primary:hover {
  background: linear-gradient(to right, #8a9e49, #9aaf59);
  transform: scale(1.02);
}

.button-outline {
  color: #343432;
  background: none;
  border: .125rem solid #343432;
}

.button-outline:hover {
  color: #fff;
  background-color: #343432;
}

.button-full-width {
  width: 100%;
}

.button_glow-effect {
  filter: blur(1rem);
  opacity: .5;
  pointer-events: none;
  background: linear-gradient(to right, #9aaf59, #8a9e49);
  border-radius: 1rem;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.button:hover .button_glow-effect {
  opacity: 1;
}

.button_content {
  justify-content: center;
  align-items: center;
  gap: .75rem;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.button_content.is-submitting {
  opacity: .7;
}

.button_text {
  color: #fff;
  letter-spacing: .025em;
  font-weight: 700;
}

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

.badge {
  border: .0625rem solid #0000;
  border-radius: 3.125rem;
  align-items: center;
  gap: .5rem;
  padding: clamp(.625rem, 1.5vw, .75rem) clamp(1rem, 2vw, 1.5rem);
  display: inline-flex;
}

.badge-gold {
  color: #b58950;
  background: linear-gradient(to right, #b589501a, #d4af371a);
  border-color: #b589504d;
}

.badge-accent {
  color: #fff;
  background: linear-gradient(to right, #b58950, #d4af37);
}

.badge-white {
  color: #1a1a1a;
  letter-spacing: .05em;
  background: #fff;
  border-color: #1a1a1a14;
  font-weight: 600;
  box-shadow: 0 .0625rem .125rem #0000000a, 0 .125rem .5rem #0000000f;
}

.icon-tiny {
  color: currentColor;
  width: 1rem;
  height: 1rem;
}

.icon-small {
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-medium {
  color: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}

.icon-large {
  color: currentColor;
  width: clamp(2rem, 5vw, 3rem);
  height: clamp(2rem, 5vw, 3rem);
}

.icon-fill-white {
  fill: #fff;
  color: #fff;
  margin-left: .5rem;
}

.icon-arrow {
  transition: transform .3s;
}

.button:hover .icon-arrow {
  transform: translateX(.25rem);
}

.icon-circle {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.icon-circle-accent {
  background: linear-gradient(135deg, #9aaf59, #8a9e49);
}

.spinner {
  border: .125rem solid #fff;
  border-top-color: #0000;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  animation: .6s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }

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

.section_divider-wave {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wave-svg {
  width: 100%;
  height: clamp(3rem, 8vw, 5rem);
}

.section_content {
  background-color: #fff;
}

.section_content-light {
  background-color: #f9fafb;
}

.content_grid-two-column {
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  display: grid;
}

@media (width >= 64em) {
  .content_grid-two-column {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content_column {
  width: 100%;
}

.content_header-with-icon {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

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

.w-full {
  width: 100%;
}

.badge-outline {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff1a;
  border-color: #fff3;
}

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

.section_how-it-works {
  background: linear-gradient(#f9fafb, #fff);
}

.section_heading-wrapper {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.steps_grid {
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2rem);
  display: grid;
}

@media (width >= 48em) {
  .steps_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step_card {
  position: relative;
}

.step_card-glow {
  filter: blur(1rem);
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(to right, #9aaf59, #b58950);
  border-radius: 1.5rem;
  transition: opacity .3s;
  position: absolute;
  inset: -.25rem;
}

.step_card-glow-gold {
  background: linear-gradient(to right, #b58950, #d4af37);
}

.step_card:hover .step_card-glow {
  opacity: .3;
}

.step_card-content {
  background-color: #fff;
  border: .0625rem solid #e5e7eb;
  border-radius: 1.5rem;
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  transition: border-color .3s;
  position: relative;
  box-shadow: 0 .625rem 1.875rem #0000001a;
}

.step_card:hover .step_card-content {
  border-color: #9aaf59;
}

.step_number-badge {
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  box-shadow: 0 .25rem .75rem #00000026;
}

.step_number-badge-green {
  background: linear-gradient(135deg, #9aaf59, #8a9e49);
}

.step_number-badge-gold {
  background: linear-gradient(135deg, #b58950, #d4af37);
}

.step_icon-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: clamp(4rem, 10vw, 5rem);
  height: clamp(4rem, 10vw, 5rem);
  margin: 1rem auto clamp(1.5rem, 3vw, 2rem);
  padding: 1rem;
  display: flex;
}

.step_icon-wrapper-green {
  background: linear-gradient(135deg, #9aaf591a, #b589501a);
}

.step_icon-wrapper-gold {
  background: linear-gradient(135deg, #b589501a, #d4af371a);
}

.step_icon-image, .step_icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.step_icon-gold {
  color: #b58950;
}

.section_comparison {
  background-color: #fff;
}

.comparison_grid {
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2rem);
  display: grid;
}

@media (width >= 48em) {
  .comparison_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.comparison_card {
  position: relative;
}

.comparison_card-glow {
  filter: blur(1rem);
  opacity: 0;
  pointer-events: none;
  border-radius: 1.5rem;
  transition: opacity .3s;
  position: absolute;
  inset: -.25rem;
}

.comparison_card-glow-problem {
  background: linear-gradient(to right, #ef4444, #f97316);
}

.comparison_card-glow-solution {
  background: linear-gradient(to right, #9aaf59, #8a9e49);
}

.comparison_card:hover .comparison_card-glow {
  opacity: .2;
}

.comparison_card-glow-solution {
  opacity: .3;
}

.comparison_card:hover .comparison_card-glow-solution {
  opacity: .5;
}

.comparison_card-content {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  position: relative;
}

.comparison_card-problem .comparison_card-content {
  border: .125rem solid #d1d5db;
}

.comparison_card-solution .comparison_card-content {
  background: linear-gradient(135deg, #fff, #9aaf590d);
  border: .125rem solid #9aaf59;
  box-shadow: 0 .625rem 1.875rem #9aaf5926;
}

.comparison_header {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
}

.comparison_card-problem .comparison_header {
  border-bottom: .25rem solid #b58950;
}

.comparison_card-solution .comparison_header {
  border-bottom: .25rem solid #9aaf59;
}

.comparison_list {
  flex-direction: column;
  flex-grow: 1;
  gap: clamp(.75rem, 2vw, 1.25rem);
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  list-style: none;
  display: flex;
}

.comparison_list-item {
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.comparison_icon {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  display: flex;
}

.comparison_icon-negative {
  background-color: #fee2e2;
}

.comparison_icon-symbol {
  color: #dc2626;
  font-size: 1.125rem;
}

.comparison_icon-positive {
  color: #fff;
  background-color: #9aaf59;
}

.section_opportunity {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
  position: relative;
  overflow: hidden;
}

.section_opportunity-background-pattern {
  opacity: .05;
  pointer-events: none;
  background-image: radial-gradient(circle at .125rem .125rem, #fff .0625rem, #0000 0);
  background-size: 2.5rem 2.5rem;
  position: absolute;
  inset: 0;
}

.section_faq {
  background: linear-gradient(#fff, #f9fafb);
}

.faq_list {
  flex-direction: column;
  gap: 1rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_item {
  background-color: #fff;
  border: .0625rem solid #e5e7eb;
  border-radius: 1rem;
  transition: box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 .25rem .75rem #0000001a;
}

.faq_item:hover {
  box-shadow: 0 .625rem 1.875rem #00000026;
}

.faq_question-button {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1.5rem, 4vw, 2rem);
  transition: background-color .3s;
  display: flex;
}

.faq_question-button:hover {
  background-color: #f9fafb;
}

.faq_question-text {
  color: #343432;
  padding-right: 1rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
}

.faq_toggle-icon {
  background: linear-gradient(135deg, #9aaf59, #8a9e49);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: transform .3s;
  display: flex;
}

.faq_toggle-icon.is-open {
  transform: rotate(180deg);
}

.faq_toggle-symbol {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}

.faq_answer {
  padding: .5rem clamp(1.5rem, 4vw, 2rem) clamp(1rem, 3vw, 1.5rem);
}

.section_footer-background-pattern {
  opacity: .05;
  pointer-events: none;
  background-image: radial-gradient(circle at .125rem .125rem, #fff .0625rem, #0000 0);
  background-size: 2.5rem 2.5rem;
  position: absolute;
  inset: 0;
}

.footer_logo-wrapper {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.footer_logo {
  opacity: .6;
  width: clamp(7rem, 15vw, 8.75rem);
  height: auto;
  margin: 0 auto;
  transition: opacity .3s;
}

.footer_copyright {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.footer_divider {
  background-color: #6b6b6b;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
}

.callbooked_steps-wrapper {
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2rem);
  max-width: 56.25rem;
  margin: 0 auto;
  display: grid;
}

@media (width >= 48em) {
  .callbooked_steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.callbooked_step-card {
  position: relative;
}

.callbooked_step-glow {
  filter: blur(1rem);
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(to right, #9aaf59, #b58950);
  border-radius: 1.5rem;
  transition: opacity .3s;
  position: absolute;
  inset: -.25rem;
}

.callbooked_step-glow-accent {
  opacity: .3;
  background: linear-gradient(135deg, #9aaf59, #8a9e49);
}

.callbooked_step-card:hover .callbooked_step-glow {
  opacity: .2;
}

.callbooked_step-card:hover .callbooked_step-glow-accent {
  opacity: .5;
}

.callbooked_step-content {
  background-color: #fff;
  border: .0625rem solid #e5e7eb;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: clamp(2rem, 5vw, 3rem);
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 .625rem 1.875rem #0000001a;
}

.callbooked_step-content-highlight {
  background: linear-gradient(135deg, #9aaf59, #8a9e49);
  border-color: #9aaf59;
  box-shadow: 0 .625rem 1.875rem #9aaf5940;
}

.callbooked_step-card:hover .callbooked_step-content {
  transform: translateY(-.25rem);
  box-shadow: 0 1rem 2.5rem #00000026;
}

.callbooked_icon-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: clamp(4.5rem, 12vw, 6rem);
  height: clamp(4.5rem, 12vw, 6rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  transition: transform .3s;
  display: flex;
}

.callbooked_step-card:hover .callbooked_icon-wrapper {
  transform: scale(1.05);
}

.callbooked_icon-wrapper-email {
  background: linear-gradient(135deg, #9aaf591a, #b589501a);
}

.callbooked_icon-wrapper-whatsapp {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, #fff3, #ffffff1a);
}

.callbooked_footer-note {
  background: linear-gradient(to right, #9aaf590d, #b589500d);
  border: .0625rem solid #9aaf5933;
  border-radius: 1rem;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.button-whatsapp {
  color: #1a1a1a;
  background: linear-gradient(135deg, #fff, #f9fafb);
  border: .125rem solid #ffffff4d;
}

.button-whatsapp:hover {
  background: linear-gradient(135deg, #f9fafb, #fff);
  transform: scale(1.05);
  box-shadow: 0 .5rem 1.5rem #ffffff4d;
}

.button-whatsapp .button_text {
  color: #1a1a1a;
  font-weight: 700;
}

.button-whatsapp .icon-fill-white {
  fill: #1a1a1a;
  color: #1a1a1a;
}

.button-whatsapp .button_glow-effect {
  background: linear-gradient(to right, #fff, #f9fafb);
}

.vimeo_aspect-ratio {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a1a1a, #000);
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.vimeo_iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width <= 47.99em) {
  .hide-mobile {
    display: none !important;
  }
}

@media (width >= 48em) {
  .hide-tablet {
    display: none !important;
  }
}

@media (width >= 64em) {
  .hide-desktop {
    display: none !important;
  }
}

.delivery_hero {
  background: linear-gradient(135deg, #fff 0%, #f9fafb 50%, #fff 100%);
  position: relative;
  overflow: hidden;
}

.delivery_stats-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
}

@media (width >= 48em) {
  .delivery_stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.delivery_stat-card {
  text-align: center;
  background-color: #fff;
  border: .0625rem solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  transition: all .3s;
  box-shadow: 0 .25rem .75rem #0000000d;
}

.delivery_stat-card:hover {
  border-color: #b58950;
  transform: translateY(-.25rem);
  box-shadow: 0 .5rem 1.5rem #b5895026;
}

.delivery_stat-icon-wrapper {
  color: #b58950;
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.delivery_stat-value {
  color: #343432;
  margin-bottom: .5rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
}

.delivery_stat-label {
  color: #ffffffb3;
  font-size: clamp(.875rem, 1vw, 1rem);
}

.section_selector {
  z-index: 50;
  background-color: #fff;
  border-bottom: .0625rem solid #e5e7eb;
  position: sticky;
  top: 0;
  box-shadow: 0 .25rem 1rem #0000001a;
}

.selector_wrapper {
  background-color: #f3f4f6;
  border-radius: 1rem;
  flex-direction: column;
  gap: .5rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

@media (width >= 48em) {
  .selector_wrapper {
    flex-direction: row;
  }
}

.selector_button {
  color: #6b7280;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: .75rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  font-size: clamp(.875rem, 1.5vw, 1rem);
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: relative;
}

.selector_button:hover {
  color: #111827;
  background-color: #fff;
}

.selector_button.is-active {
  color: #fff;
  background: linear-gradient(to right, #9aaf59, #8a9e49);
  transform: scale(1.05);
  box-shadow: 0 .25rem 1rem #9aaf594d;
}

.selector_emoji {
  font-size: 1.25rem;
}

.selector_text {
  flex: 1;
}

.project_title-card {
  background: linear-gradient(135deg, #fff, #f9fafb);
  border: .0625rem solid #e5e7eb;
  border-radius: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: 0 1.25rem 3.75rem #0000001a;
}

.project_header-icon-wrapper {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

@media (width >= 48em) {
  .project_header-icon-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}

.video_aspect-ratio {
  border-radius: 1.25rem;
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.video_thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video_overlay {
  background: linear-gradient(to top, #000000b3, #0000004d, #0000);
  position: absolute;
  inset: 0;
}

.video_play-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.video_play-button {
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
}

.play-button_glow {
  filter: blur(2rem);
  opacity: .6;
  background: linear-gradient(to right, #9aaf59, #8a9e49);
  border-radius: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.video_play-button:hover .play-button_glow {
  opacity: 1;
}

.play-button_circle {
  background: linear-gradient(to bottom right, #9aaf59, #8a9e49);
  border-radius: 50%;
  padding: 2rem;
  transition: transform .3s;
  position: relative;
  box-shadow: 0 1.25rem 3.75rem #0006;
}

.video_play-button:hover .play-button_circle {
  transform: scale(1.1);
}

.play-button_icon {
  color: #fff;
  fill: #fff;
  width: 4rem;
  height: 4rem;
  margin-left: .5rem;
}

.video_duration-badge {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #b58950;
  background-color: #000000e6;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.info_banner {
  background: linear-gradient(to right, #eff6ff, #eef2ff);
  border: .0625rem solid #bfdbfe;
  border-radius: 1rem;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
}

.info_banner-icon {
  color: #fff;
  background-color: #3b82f6;
  border-radius: 50%;
  flex-shrink: 0;
  padding: .5rem;
}

.download_card {
  text-align: center;
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  border: .0625rem solid #b589504d;
  border-radius: 2rem;
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: 0 1.25rem 3.75rem #0006;
}

.download_icon-wrapper {
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.icon-circle-gold {
  background: linear-gradient(to bottom right, #b58950, #d4af37);
}

.icon-circle-large {
  padding: 1.5rem;
}

.details_list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.detail_item {
  background-color: #f9fafb;
  border: .0625rem solid #e5e7eb;
  border-radius: 1rem;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.detail_item:hover {
  border-color: #9aaf59;
  box-shadow: 0 .25rem 1rem #9aaf5926;
}

.detail_icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: transform .3s;
}

.detail_item:hover .detail_icon {
  transform: scale(1.1);
}

.detail_text {
  color: #343432;
  flex: 1;
  padding-top: .25rem;
  font-weight: 500;
}

.detail_check-icon {
  color: #9aaf59;
  opacity: 0;
  flex-shrink: 0;
  margin-top: .25rem;
  transition: opacity .3s;
}

.detail_item:hover .detail_check-icon {
  opacity: 1;
}

.highlights_grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media (width >= 48em) {
  .highlights_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 64em) {
  .highlights_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.highlight_card {
  background-color: #fff;
  border: .125rem solid #e5e7eb;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: all .3s;
}

.highlight_card:hover {
  border-color: #9aaf59;
  box-shadow: 0 .625rem 1.875rem #9aaf591a;
}

.highlight_card-featured {
  background: linear-gradient(135deg, #9aaf591a, #fff);
  border-color: #9aaf59;
  box-shadow: 0 .625rem 1.875rem #9aaf5926;
}

.highlight_label {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #b58950;
  margin-bottom: .75rem;
  font-size: .875rem;
  font-weight: 700;
}

.highlight_card-featured .highlight_label {
  color: #9aaf59;
}

.highlight_value {
  color: #343432;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
}

.benefit_card {
  background: linear-gradient(135deg, #fff, #f9fafb);
  border: .0625rem solid #e5e7eb;
  border-radius: 2rem;
  padding: clamp(2rem, 4vw, 2.5rem);
  box-shadow: 0 .625rem 1.875rem #0000000d;
}

.benefit_card-featured {
  background: linear-gradient(135deg, #b589501a, #fff);
  border: .125rem solid #b58950;
  box-shadow: 0 .625rem 1.875rem #b5895026;
}

.benefit_icon-wrapper {
  margin-bottom: 1.5rem;
  display: inline-block;
}

.credentials_grid {
  grid-template-columns: 1fr;
  gap: 2rem;
  display: grid;
}

@media (width >= 48em) {
  .credentials_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 64em) {
  .credentials_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.credential_card {
  background: linear-gradient(135deg, #2d2d2d, #1a1a1a);
  border-radius: 1.5rem;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 .625rem 1.875rem #0003;
}

.credential_card:hover {
  box-shadow: 0 1.25rem 3.75rem #0000004d;
}

.credential_icon-wrapper {
  background: linear-gradient(135deg, #9aaf5933, #b5895033);
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem;
  display: flex;
}

.credential_content {
  padding: 1.5rem;
}

.credential_content h3 {
  color: #fff;
  margin-bottom: .5rem;
}

.credential_content p {
  color: #ffffffb3;
}

.timeline_list {
  flex-direction: column;
  gap: 2rem;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline_item {
  align-items: flex-start;
  gap: 1.5rem;
  display: flex;
}

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

.timeline_number {
  color: #fff;
  background: linear-gradient(to bottom right, #9aaf59, #8a9e49);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 .25rem 1rem #9aaf594d;
}

.timeline_content {
  background-color: #fff;
  border: .0625rem solid #e5e7eb;
  border-radius: 1.5rem;
  flex: 1;
  padding: 2rem;
  transition: all .3s;
}

.timeline_item:hover .timeline_content {
  border-color: #9aaf59;
  box-shadow: 0 .25rem 1rem #9aaf591a;
}

.timeline_icon-wrapper {
  margin-bottom: 1rem;
  display: inline-block;
}

.timeline_text h3 {
  margin-bottom: .75rem;
}

.section_footer {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
  position: relative;
  overflow: hidden;
}

.section_footer:before {
  content: "";
  opacity: .5;
  background-image: radial-gradient(circle at 2px 2px, #ffffff0d 1px, #0000 0);
  background-size: 40px 40px;
  position: absolute;
  inset: 0;
}

.footer_content {
  text-align: center;
  position: relative;
}

.footer_security-notice {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff0d;
  border: .0625rem solid #ffffff1a;
  border-radius: 1.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: inline-block;
}

.footer_security-notice .icon-circle {
  margin-left: auto;
  margin-right: auto;
}

.footer_security-notice p {
  color: #fffc;
}

.footer_logo-wrapper {
  justify-content: center;
  display: flex;
}

.footer_logo {
  opacity: .6;
  width: auto;
  height: 2.5rem;
  transition: opacity .3s;
}

.footer_logo:hover {
  opacity: 1;
}

.footer_copyright {
  color: #fff9;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.footer_divider {
  opacity: .5;
}

@media (width <= 47.99em) {
  .footer_divider {
    display: none;
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

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