/* =============================================
   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 {
  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__cards-left {
  padding: 24px;
  background: #eaecf0;
  border: 1px solid #eaecf0;
  border-radius: 16px;
}

.post-sale-visibility__cards-left-title {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #101828;
}

.post-sale-visibility__cards-left-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;
}

.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-title {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  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__card {
  background-color: #ffffffe5;
  border: 1px solid #eaecf0;
  border-radius: 24px;
  padding: 28px;
  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;
}

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

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

/* Feature Card */
.control-system__feature-card {
  background: linear-gradient(180deg, #f9fbff 0%, #eef5ff 100%);
  border: 1px solid #2376ef14;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0px 1px 2px 0px #1018280d;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

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

.control-system__feature-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__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 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0e4dbb;
  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%;
}

.presale-analytics-dashboard-mac {
  max-height: 400px;
  margin: auto;
}

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

.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: 991px) {
  /* ================================================
   control-system Section
   ================================================ */

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

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

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

  .control-system__card {
    padding: 0;
    border: none;
    background: #fff;
    box-shadow: none;
  }

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

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

  .control-system__card-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .control-system__feature-title {
    font-size: 18px;
    line-height: 24px;
  }

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

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

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

  .post-sale-visibility__cards-left {
    background: #1570ef;
    overflow: hidden;
    padding-bottom: 0;
  }

  .post-sale-visibility__cards-left-chip {
    width: fit-content;
    background-color: #eff8ff;
    color: #1570ef;
  }

  .post-sale-visibility__cards-left-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .post-sale-visibility__card-left-desc {
    color: #fff;
  }

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

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

  .post-sale-visibility__card-right-title {
    margin-bottom: 12px;
  }

  .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;
  }

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

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

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

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

@media (min-width: 2000px) {
  .analytics-decisions-wrapper {
    padding: 66px 8px 66px;
    background: url("../assets/img/new/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;
  }
}