/* =============================================
   Presale Analytics Hero Section
   ============================================= */
.analytics-section {
  padding: 100px 8px;
  background: url("../assets/img/token-launch-platform-bg.png"), #eff8ff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.analytics-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.analytics-content {
  max-width: 500px;
}

.analytics-content h2 {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}

.analytics-content p {
  color: #667085;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
}

.analytics-section__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .analytics-content-wrapper {
    flex-direction: column;
  }

  .analytics-content {
    max-width: 100%;
  }

  .analytics-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .analytics-section__actions {
    width: 100%;
    flex-direction: column;
  }

  .section__btn {
    width: 100%;
  }
}

/* =============================================
   Really Driving Presale Section
   ============================================= */
.insights-section {
  padding: 96px 8px;
}

.insights-section .section-header {
  max-width: 820px;
  margin: 0 auto 48px;
}

.insights-section .section-header h2 {
  color: #101828;
  text-align: center;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}

.insights-section .section-header p {
  color: #434656;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.insights-section .insights-grid {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.insights-section .insight-card {
  flex: 1;
}

.insights-section .card-image {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
}

.insights-section .card-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.insights-section .insight-card h3 {
  color: #101828;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}

.insights-section .insight-card p {
  color: #98a2b3;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 992px) {
  .insights-section .section-header {
    margin-bottom: 40px;
  }

  .insights-section .section-header h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .insights-section .insights-grid {
    flex-direction: column;
    gap: 40px;
  }
}

/* =============================================
   Complete View Section
   ============================================= */
.complete-view-wrapper {
  padding: 48px 8px 96px 8px;
}

.complete-view__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto 48px;
}

.complete-view__title {
  color: #101828;
  text-align: center;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.72px;
}

.complete-view__desc {
  color: #434656;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.complete-view-wrapper .complete-view .presale-layout {
  gap: 32px;
}

.complete-view-wrapper .complete-view .presale-tabs {
  width: 50%;
}

.complete-view-wrapper .complete-view .presale-tab {
  flex-direction: row;
  gap: 16px;
  padding: 16px 24px;
  border-bottom: 1px solid #f2f4f7;
  background: none;
  border-radius: 0;
}

.complete-view-wrapper .complete-view .presale-tab h4 {
  color: #101828;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.complete-view-wrapper .complete-view .presale-tab p {
  color: #667085;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.complete-view-wrapper .complete-view .presale-tab.active {
  background: #f9fafb;
  border-radius: 16px;
}

.feature-checkbox {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  background: #fff;
  margin: auto;
  position: relative;
}

.presale-tab.active .feature-checkbox {
  border: none;
}

.presale-tab.active .feature-checkbox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("../assets/img/svg/done-blue.svg") center center / contain no-repeat;
}

@media (max-width: 1399px) {
  .presale-visual .visual-slide {
    max-height: 450px;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .complete-view__title {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ================================================
   Post Sale Visibility Section
   ================================================ */

.post-sale-visibility {
  padding: 112px 8px;
  background-color: #fff;
}

.post-sale-visibility__header-section {
  margin-bottom: 36px;
}

.post-sale-visibility__title {
  margin-bottom: 24px;
}

.post-sale-visibility__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.post-sale-visibility__left-card {
  padding: 24px;
  background: #eaecf0;
  border: 1px solid #eaecf0;
  border-radius: 16px;
}

.post-sale-visibility__left-card-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #101828;
}

.post-sale-visibility__left-card-chip {
  font-family: "Inter";
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  padding: 4px 13px;
  background-color: #475467;
  border-radius: 24px;
  width: fit-content;
}

.post-sale-visibility__card-left-desc {
  color: #344054;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.post-sale-visibility__cards-right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, auto);
  gap: 16px;
}

.post-sale-visibility__card-right {
  padding: 24px;
  border: 1px solid#EAECF0;
  background: #f9fafb;
  border-radius: 16px;
}

.post-sale-visibility__card-right-heading {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #101828;
  margin-bottom: 8px;
}

.post-sale-visibility__card-right-desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #475467;
}

.post-sale-visibility__card-right-desc a {
  color: #1570ef;
}

.presale-analytics-chart {
  max-height: 478px;
}

/* ================================================
   control-system Section
   ================================================ */

.control-system {
  background-color: #fff;
  padding: 96px 8px;
}

/* Section Header */
.control-system__header {
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.control-system__title {
  margin-bottom: 16px;
}

.control-system__subtitle {
  margin-bottom: 0;
  max-width: 780px;
}

/* Main Card Container */
.control-system__section-card {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.control-system__card-intro {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}

/* Features Grid */
.control-system__features {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.control-system__card-img {
  height: 48px;
  width: 48px;
  margin-bottom: 10px;
}

.control-system__section-card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(16, 24, 40, 0.08);
}

.control-system__card-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #101828;
  margin: 0 0 10px 0;
  line-height: normal;
}

.control-system__info-title {
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #0a2158;
  margin-bottom: 12px;
}

.control-system__feature-desc {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  line-height: 24px;
  margin: 0;
  flex-grow: 1;
}

.control-system__feature-highlight {
  color: #1570ef;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

/* Card Footer */
.control-system__card-footer-note {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

/* ================================================
   Analytics Decisions Section
   ================================================ */

.analytics-decisions {
  background:
    url("../assets/img/presale-dashboard.png"),
    url("../assets/img/analytics-decision-bg.png");
  background-size: clamp(400px, 58vw, 792px), cover;
  background-repeat: no-repeat;
  background-position:
    114% 145%,
    100%;
}

.analytics-decisions-wrapper {
  padding: 66px 8px 66px;
}

.presale-analytics-dashboard-img {
  max-height: 400px;
  margin: 40px auto 0;
}

.analytics-decisions-content {
  gap: 32px;
  max-width: 564px;
}

.analytics-decisions-content-title {
  color: #fff;
  max-width: 464px;
}

.analytics-decisions-content-desc {
  color: #fff;
}

.analytics-decisions-feature-title {
  color: #fff;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.analytics-decisions-feature-desc {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}

@media (max-width: 1400px) {
  .analytics-decisions-content {
    max-width: 480px;
  }
}

@media (max-width: 1200px) {
  .analytics-decisions-wrapper {
    background: none;
  }

  .analytics-decisions-content,
  .analytics-decisions-content-title {
    max-width: 100%;
  }

  .analytics-decisions {
    background: url("../assets/img/analytics-decision-bg-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .analytics-decisions-content-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* ================================================
   control-system Section
   ================================================ */

  .control-system {
    padding: 48px 8px 0px;
    background-color: #fff;
  }

  .control-system__header {
    margin-bottom: 40px;
  }

  .control-system__title,
  .post-sale-visibility__header-section {
    font-family: "Nobile", sans-serif;
  }

  .post-sale-visibility__header-section {
    margin-bottom: 24px;
  }

  .control-system__features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 0;
  }

  .control-system__subtitle,
  .post-sale-visibility__subtitle {
    max-width: 100%;
  }

  /* ================================================
   Post Sale Visibility Section
   ================================================ */

  .post-sale-visibility {
    padding: 48px 8px 0px;
  }

  .post-sale-visibility__cards {
    grid-template-columns: auto;
  }

  .post-sale-visibility__left-card {
    padding-bottom: 0;
  }

  .post-sale-visibility__left-card-chip {
    width: fit-content;
  }

  .presale-analytics-charts-wrapper {
    margin: 0 -24px;
  }

  .post-sale-visibility__card-right {
    padding: 16px 24px;
  }

  .post-sale-visibility__card-right-heading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .post-sale-visibility__cards-right {
    gap: 24px;
  }

  /* ================================================
   Analytics Decisions Section
   ================================================ */

  .analytics-decisions {
    background: url("../assets/img/analytics-decision-bg-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 48px 8px 56px;
    overflow: hidden;
  }

  .analytics-decisions-content {
    max-width: unset;
  }

  .analytics-decisions-content-title {
    font-family: "Nobile";
    text-align: center;
    max-width: none;
  }

  .analytics-decisions-wrapper {
    padding: 0;
  }

  .control-system__info-title {
    font-size: 18px;
    line-height: 24px;
    color: #101828;
    margin-bottom: 8px;
  }

  .complete-view-wrapper {
    padding: 48px 8px 0px 8px;
  }

  .complete-view__header {
    margin: 0px;
  }
}

.highlight {
  color: #1570ef;
  cursor: pointer !important;
}

@media (min-width: 2000px) {
  .analytics-decisions-wrapper {
    padding: 66px 8px 66px;
    background: url("..../assets/img/presale-dashboard.png");
    background-size: clamp(400px, 50vw, 684px), cover;
    background-repeat: no-repeat;
    background-position: center right;
  }
}

@media (min-width: 2560px) {
  .analytics-decisions {
    background-position: 70% 145%, 100%;
  }
}

@media (max-width: 1200px) {
  .analytics-decisions-wrapper {
    background: none;
  }

  .analytics-decisions-content,
  .analytics-decisions-content-title {
    max-width: 100%;
  }

  .analytics-decisions {
    background: url("../assets/img/analytics-decision-bg-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .analytics-decisions-content-title {
    text-align: center;
  }
}

@media (max-width: 1080px) {
  .presale-analytics-dashboard-img {
    transform: scale(1.5);
    translate: 20% 20%;
  }
}

.post-sale-cards__dots {
  display: none;
}

@media (max-width: 991.98px) {
  .post-sale-cards__slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px !important;
    padding-bottom: 0.5rem;
  }

  .post-sale-cards__slider::-webkit-scrollbar {
    display: none;
  }

  .post-sale-cards__slider>.post-sale-cards__slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    scroll-snap-align: center;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .post-sale-cards__dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 16px 0 0;
  }

  .post-sale-cards__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: #F2F4F7;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.25s ease, transform 0.25s ease;
    transform: scale(1.2) !important;
  }

  .post-sale-cards__dot.post-sale-cards__dot--active {
    background-color: #1570EF !important;
    transform: scale(1.2);
  }
}

.control-system-cards__dots {
  display: none;
}

@media (max-width: 991.98px) {
  .control-system-cards__slider {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px !important;
    padding-bottom: 0.5rem;
  }

  .control-system-cards__slider::-webkit-scrollbar {
    display: none;
  }

  .control-system-cards__slider>.control-system-cards__slide {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    scroll-snap-align: center;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .control-system-cards__dots {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 16px 0 0;
  }

  .control-system-cards__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: #F2F4F7;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.25s ease, transform 0.25s ease;
    transform: scale(1.2) !important;
  }

  .control-system-cards__dot.control-system-cards__dot--active {
    background-color: #1570EF !important;
    transform: scale(1.2);
  }
}