/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(site)/styles/site.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family:
    "Segoe UI",
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

:root {
  --primary: #dc2626;

  --gray01: #212529;
  --gray02: #343a40;
  --gray03: #6e7191;
  --gray04: #a0a3bd;
  --gray05: #d6d8e7;
  --gray06: #f7f7fc;
  --white: #fff;
  --light: #cacaca;
  --light2: #8a8a8a;
  --light3: #6a6a6a;
  --light4: #8a8a8a;
  --light5: rgba(255, 255, 255, 0.25);

  --black: #0a0a0a;
}

.container {
  width: 100%;
  max-width: 1224px;
  margin: 0 auto;
}

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

.black {
  color: var(--black);
}

.light {
  color: var(--light);
}

.light2 {
  color: var(--light2);
}

.light3 {
  color: var(--light3);
}

.light4 {
  color: var(--light4);
}

.light5 {
  color: var(--light5);
}

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

.primary {
  color: var(--primary);
}

.gray1 {
  color: var(--gray01);
}

.gray2 {
  color: var(--gray02);
}

.gray3 {
  color: var(--gray03);
}

.gray4 {
  color: var(--gray04);
}

.gray5 {
  color: var(--gray05);
}

.gray6 {
  color: var(--gray06);
}

.margin4 {
  margin-bottom: 4px;
}

.margin8 {
  margin-bottom: 8px;
}

.margin12 {
  margin-bottom: 12px;
}

.margin16 {
  margin-bottom: 16px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin24 {
  margin-bottom: 24px;
}

.margin32 {
  margin-bottom: 32px;
}

.margin40 {
  margin-bottom: 40px;
}

a {
  text-decoration: none;
  color: black;
  display: flex;
}

li {
  list-style: none;
}

.heading104 {
  font-size: 104px;
  font-style: normal;
  font-weight: 600;
  line-height: 104px; /* 100% */
  letter-spacing: -6px;
}

.heading72 {
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 90px; /* 125% */
  letter-spacing: -1.8px;
}

.heading64 {
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 112.5% */
  letter-spacing: -2px;
}

.heading32 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 131.25% */
  letter-spacing: -1.5px;
}

.heading20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 140% */
  letter-spacing: -1.5px;
}

.body14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.35px;
}

.body18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.body24 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

.button16 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.button14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.overline12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 2px;
}

.button12 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.link14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.16px;
}

button {
  background-color: transparent;
  border: none;
}

.text_overline {
  border-radius: 250px;
  background: #141414;
  width: -moz-fit-content;
  width: fit-content;
  color: #a19a94;
  padding: 8px 16px;
}

.background_center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.button_primary {
  background: var(--primary);
  color: var(--white);
  padding: 16px 48px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.button_primary:hover {
  transform: scale(0.98);
}

.button_primary2 {
  background: var(--primary);
  color: var(--white);
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.button_primary2:hover {
  transform: scale(0.98);
}

.button_secondary {
  background: var(--white);
  color: var(--black);
  padding: 10px 24px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.button_secondary:hover {
  transform: scale(0.98);
}

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

.underline {
  border-bottom: 2px solid #dc2626;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

.ajust_gap4 {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ajust_gap8 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ajust_gap12 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ajust_gap16 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.ajust_gap20 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ajust_gap24 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ajust_gap32 {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width: 1024px) {
  .heading104 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -4px;
  }

  .heading72 {
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -1.4px;
  }

  .heading64 {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -1.5px;
  }
}

@media (max-width: 768px) {
  .heading104 {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -3px;
  }

  .heading72 {
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -1px;
  }

  .heading64 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }

  .body24 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* Fade Up Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-up.visible {
  animation: fadeUp 0.5s ease-out forwards;
}

/* Staggered delays for children */
.fade-up.visible.delay-1 { animation-delay: 0.1s; }
.fade-up.visible.delay-2 { animation-delay: 0.2s; }
.fade-up.visible.delay-3 { animation-delay: 0.3s; }
.fade-up.visible.delay-4 { animation-delay: 0.4s; }
.fade-up.visible.delay-5 { animation-delay: 0.5s; }

/* Scroll Spotlight Effect */
.spotlight-item {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  opacity: 0;
  transform: translateY(30px);
}

.spotlight-item.spotlight-active {
  opacity: 1;
  transform: translateY(0);
}

.spotlight-item.spotlight-passed {
  opacity: 0.3;
  transform: translateY(0);
}

.spotlight-item.spotlight-upcoming {
  opacity: 0;
  transform: translateY(30px);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(site)/components/shared/cta.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.cta {
  .container {
    background-image: url("/images/components/background-cta.png");
    padding: 128px 0px 128px 128px;

    .content_cta {
      width: 100%;
      max-width: 640px;
    }
  }
}

@media (max-width: 1224px) {
  .cta {
    .container {
      background-image: url("/images/components/background-cta2.png");
      padding: 64px 20px;
      background-position: center;
    }
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(site)/components/shared/integrations.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.integrations {
  padding: 128px 0px;

  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;

    .top_integrations {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      justify-content: center;
    }

    .mid_integrations {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
    }

    .bottom_integrations {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;

      .buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
      }
    }
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(site)/components/shared/process.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.process {
  padding: 128px 0px;

  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 64px;

    .top_process {
      text-align: center;
    }

    .bottom_process {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;

      .card_process {
        width: 100%;
        max-width: 226px;
        height: 500px;
        padding: 56px 24px 220px 24px;
        text-align: center;
        cursor: pointer;
        transition: max-width 0.4s ease;
        overflow: hidden;

        p.body18 {
          opacity: 0;
          max-height: 0;
          overflow: hidden;
          transition:
            opacity 0.15s ease,
            max-height 0.2s ease;
        }
      }

      .card_process:nth-child(1) {
        background-image: url("/images/components/process1.png");
      }

      .card_process:nth-child(2) {
        background-image: url("/images/components/process2.png");
      }

      .card_process:nth-child(3) {
        background-image: url("/images/components/process3.png");
      }

      .card_process:nth-child(4) {
        background-image: url("/images/components/process4.png");
      }

      .card_process_active {
        max-width: 496px;

        p.body18 {
          opacity: 1;
          max-height: 200px;
          transition:
            opacity 0.3s ease 0.3s,
            max-height 0.4s ease;
        }
      }
    }
  }
}

@media (max-width: 1224px) {
  .process {
    padding: 60px 0px 0px;
    .container {
      .bottom_process {
        .card_process {
          max-width: 496px;
          height: auto;

          p.body18 {
            opacity: 1;
            max-height: 200px;
          }
        }
      }
    }
  }
}

@media (max-width: 800px) {
  .process {
    .container {
      .bottom_process {
        gap: 0px;
      }
    }
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/(site)/components/shared/sidebar.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* Sidebar Overlay */
.sidebar_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 998;
}

.sidebar_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar Container */
.sidebar_form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 480px;
  height: 100%;
  background: linear-gradient(150deg, #0a0a0a 0%, #151517 50%, #0a0a0a 100%);
  padding: 32px;
  overflow-y: auto;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.sidebar_form.active {
  right: 0;
}

/* Sidebar Header */
.sidebar_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sidebar_close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
  transition: background 0.2s ease;
}

.sidebar_close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Sidebar Form Content */
.sidebar_form_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.sidebar_form_content .input_box {
  width: 100%;
}

.sidebar_form_content .alert_success {
  width: 100%;
  padding: 12px 16px;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  border-radius: 8px;
  color: #4ade80;
}

.sidebar_form_content .alert_error {
  width: 100%;
  padding: 12px 16px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
  border-radius: 8px;
  color: #f87171;
}

.input_sidebar,
.input_sidebar_select {
  width: 100%;
  padding: 12px 0px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #3a3a3a;
  transition: border-color 0.2s ease;
}

.input_sidebar:focus,
.input_sidebar_select:focus {
  border-color: var(--primary);
}

.input_sidebar_select {
  cursor: pointer;
}

.input_sidebar_select option {
  background: #0a0a0a;
  color: #ffffff;
  padding: 12px;
}

.sidebar_form_content textarea.input_sidebar {
  resize: none;
  min-height: 80px;
}

.sidebar_submit {
  width: 100%;
  margin-top: 8px;
}

.sidebar_submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.sidebar_form_content .loading_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sidebar_form_content .spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

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

/* Mobile adjustments */
@media (max-width: 520px) {
  .sidebar_form {
    max-width: 100%;
    padding: 24px 20px;
  }

  .sidebar_header h2 {
    font-size: 20px;
  }
}

