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

body {
  font-family: Montserrat, sans-serif;
  width: 100%;
  max-width: 100vw;
  background: #fff;
}

/*Article.css */
.main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  /* margin: 2.63rem 25.5rem 4.25rem 9rem; */
  position: relative;
  flex-direction: row;
}

.key-points {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-radius: 1rem;
  background: var(--Blue-600, #04629a);
  position: relative;
  overflow: clip;
  width: 39.09vw;
}

.div1 {
  align-self: stretch;
  color: #1f1f1f;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  margin-top: 2.5rem;
}

.div1-header {
  align-self: stretch;
  color: #1f1f1f;
  font-feature-settings: "dlig" on;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.5rem;
}

/*keypoints*/
.key-points-card {
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Version 2: Clean background with gradient */
.key-points-card.clean {
  /* background: linear-gradient(135deg, #006BA6 0%, #0088CC 100%); */
  position: relative;
  overflow: hidden;
}

.key-points-card.clean::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.key-points-card.clean::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: 10%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.header h2 {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--White-100, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Heading/H5 */
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 121.739% */
}

.hide-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 0.95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: background 0.3s ease;
  color: var(--White-100, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

.hide-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.arrow {
  font-size: 1rem;
  font-weight: bold;
}

.points-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.points-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.points-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bullet {
  color: white;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.points-list p {
  color: white;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  color: var(--White-100, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

.article-image1 {
  width: 39rem;
  height: 22rem;
  border-radius: 1rem;
  margin-top: 2.5rem;
}

.article-image2 {
  width: 39rem;
  height: 21rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  aspect-ratio: 39/21;
}

.captions {
  margin-bottom: -0.5rem;
  align-self: stretch;
  color: var(--Black-800, #191919);
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1rem;
}

.newsletter {
  display: flex;
  padding: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  border-radius: 1rem;
  background: #cde5f3;
  position: relative;
  overflow: clip;
  margin-bottom: 2.5rem;
}

.newsletter-content {
  z-index: 1;
}

.newsletter h3 {
  margin-bottom: 1rem;
  color: #191919;
  font-feature-settings: "dlig" on;
  font-family: "Playfair Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}

.newsletter p {
  margin-bottom: 1.5rem;
  color: #191919;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.newsletter-form {
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.newsletter-section-svg {
  position: absolute;
  right: -0.25rem;
  top: 0rem;
  width: 7.9375rem;
  height: 10.563rem;
  aspect-ratio: 127/169;
}

.newsletter-form input {
  flex: 1;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  height: 2.5rem;
  font-size: 0.9rem;
  width: 36vw;
}

.newsletter-form button {
  padding: 0.7rem 1.4rem 0.9rem 1.4rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #0079b8;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  position: absolute;
  right: 1.6vw;
  margin-right: 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
}

.newsletter-form button:hover {
  background-color: #00659a;
}

.newsletter small {
  display: block;
  color: #999;
  font-size: 0.8rem;
  line-height: 1.4;
}

.newsletter a {
  color: #66b2ff;
  text-decoration: none;
}

.newsletter a:hover {
  text-decoration: underline;
}

.tags-container {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 1rem;
  align-self: stretch;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.tags-label {
  font-weight: 500;
  color: #333;
}

.tags-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.tag {
  background-color: #dcecf8;
  color: #000;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.3s;
}

.tag:hover {
  background-color: #c8e0f3;
  cursor: pointer;
}

.container {
  /*! max-width: 1400px; */
  margin: 0 auto;
  width: 42vw;
}

/* Section Headers */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}

.section-title-projects {
  color: #1f1f1f;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

.see-all-btn {
  padding: 14px 28px;
  background: #ffffff;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #000000;
  font-family: "Inter", sans-serif;
  color: var(--Black-800, #191919);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'dlig' on;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.see-all-btn:hover {
  border-color: #9ca3af;
  background: #f9fafb;
}

.see-all-btn::after {
  content: "→";
  font-size: 16px;
  font-weight: 400;
}

/* News Section */
.news-section {
  margin-bottom: 80px;
}

.news-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.news-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1.5rem;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  /*! border: 1px solid #f3f4f6; */
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.news-image-wrapper {
  width: 18.75rem;
  height: 10rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-meta {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}

.news-category {
  color: #1F1F1F;
  font-feature-settings: 'liga' off;

/* Captions/C1 */
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0625rem; /* 121.429% */
  text-transform: uppercase;
}

.news-date {
  font-size: 11px;
  color: #9ca3af;
  text-transform: uppercase;
  font-weight: 400;
}

.news-title-center {
  color: #1f1f1f;
  font-feature-settings: "dlig" on;
  align-self: stretch;
  font-family: "Playfair Display";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  margin-bottom: 1.06rem;
  margin-top: 0.88rem;
}

.news-excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  align-self: stretch;
  color: #1f1f1f;
  font-feature-settings: "liga" off;
  text-overflow: ellipsis;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

/* Projects Section */
.projects-section {
  position: relative;
}

.projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.projects-nav {
  display: flex;
  gap: 10px;
}

.nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #6b7280;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  line-height: 1;
}

.nav-btn:hover {
  background: #4b5563;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project-card {
  background: #1c1c1e;
  border-radius: 24px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  color: var(--White-100, #FFF);
  font-feature-settings: 'liga' off;

/* Body/B2 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
}

.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.project-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

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

.crypto-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  flex-shrink: 0;
}

.crypto-icon.ethereum {
  background: #627eea;
  color: #ffffff;
}

.crypto-icon.bitcoin {
  background: #f7931a;
  color: #ffffff;
}

.project-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.project-details h3 {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
  color: #ffffff;
  color: var(--White-100, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Body/B2 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
}

.crypto-symbol {
  color: #8e8e93;
  font-weight: 500;
  font-size: 15px;
}

.verified-badge {
  font-size: 14px;
  color: #ffffff;
  background: #007aff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.project-time {
  font-size: 12px;
  color: #8e8e93;
  font-weight: 400;
}

.project-badge {
  padding: 6px 12px;
  display: flex;
  width: 2.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  background: var(--Black-700, #474747);
  color: var(--White-100, #fff);
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
  padding-top: 0.15rem;
}

.project-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.price-value.cnter {
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

.price-change {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.price-change.positive {
  color: #52b578;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.price-change.negative {
  color: #b55252;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

/* Chart Styles */
.chart-container {
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-top: 4px;
}

.chart {
  width: 100%;
  height: 100%;
  position: relative;
}

.chart svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
  body {
    padding: 40px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body {
    padding: 24px;
  }

  .section-title {
    font-size: 28px;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-image-wrapper {
    width: 100%;
    height: 220px;
  }

  .news-content {
    padding: 24px;
  }

  .news-title {
    font-size: 22px;
  }

  .price-value {
    font-size: 32px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  body {
    padding: 16px;
  }

  .section-title {
    font-size: 24px;
  }

  .see-all-btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  .news-title {
    font-size: 20px;
  }

  .price-value {
    font-size: 28px;
  }
}

.hero-section {
  width: 100%;
  height: 25.0625rem;
  flex-shrink: 0;
  background: #04629a;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  align-self: stretch;
  margin-left: 5.25rem;
  margin-top: 1rem;
  margin-right: 5.25rem;
  z-index: 1;
}

.hero-section-vector {
  width: 31.4375rem;
  height: 41.9375rem;
  top: -6rem;
  position: absolute;
  left: -2rem;
  background: linear-gradient(180deg, #9bcae633 21.85%, #04629a33 66.16%);
}

.breadcrumb {
  margin-bottom: 2.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.breadcrumb a {
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.breadcrumb-separator {
  color: rgba(255, 255, 255, 0.5);
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Article Content */
.article-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1.0625rem;
  margin-top: -2rem;
}

.article-title {
  align-self: stretch;
  color: #fff;
  font-feature-settings: "dlig" on;
  font-family: "Playfair Display";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}

.news-header {
  margin-bottom: 1rem;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Captions/C1 */
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0625rem; /* 121.429% */
  text-transform: uppercase;
}

.article-excerpt {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  align-self: stretch;
  max-width: 100%;
  height: 2.1875rem;
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

.author-section {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 0 0;
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.reading-time {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.hero-image {
  width: 44.25rem;
  height: 25rem;
  flex-shrink: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-section {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-content {
    padding: 40px;
  }

  .hero-image {
    height: 350px;
  }

  .article-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    padding: 32px 24px;
  }

  .breadcrumb {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .article-title {
    font-size: 32px;
  }

  .article-excerpt {
    font-size: 15px;
    max-width: 100%;
  }

  .hero-image {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 24px 20px;
  }

  .article-title {
    font-size: 26px;
  }

  .article-excerpt {
    font-size: 14px;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
  }

  .author-name {
    font-size: 14px;
  }

  .reading-time {
    font-size: 12px;
  }
}

.section-title {
  margin-bottom: 16px;
  color: #1F1F1F;
  font-feature-settings: 'liga' off;

/* Heading/H5 */
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 121.739% */
}

/* Project Card */
.project-card-left {
  display: flex;
  width: 18.75rem;
  padding: 1rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.5rem;
  background: #191919;
}

.project-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

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

.project-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

/* Crypto Icon */
.crypto-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d4aa 0%, #00b894 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.crypto-icon::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transform: rotate(0deg);
}

.crypto-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
  transform: rotate(90deg);
}

/* Project Details */
.project-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.project-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  color: var(--White-100, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Body/B2 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 125% */
}

.crypto-symbol {
  color: #8e8e93;
  font-weight: 500;
  font-size: 15px;
  color: var(--white-80, rgba(255, 255, 255, 0.80));
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

.verified-badge {
  font-size: 14px;
  color: #ffffff;
  background: #007aff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.project-time {
  color: var(--white-80, rgba(255, 255, 255, 0.8));
  font-feature-settings: "liga" off;

  /* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

/* Badge */
.project-badge-left {
  display: flex;
  width: 2.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.25rem;
  background: var(--Black-700, #474747);
  color: var(--White-100, #fff);
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
  padding-top: 0.15rem;
}

.price-change.negative-left {
  color: var(--Index-Red, #b55252);
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}

/* Price Section */
.price-section {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.price-value {
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

.price-change {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.price-change.negative {
  color: #ff453a;
}

.price-change.positive {
  color: #30d158;
}

/* Container */
.linked-projects-container {
  max-width: 300px;
  margin-top: 2.5rem;
  /*! width: 100%; */
}

.latest-news-container {
  width: 100%;
  max-width: 98vw;
  margin-top: 1.5rem;
  padding: 0;
}
.latest-news-title {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #222;
  margin: 0 0 12px 0;
  color: #1F1F1F;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Heading/H5 */
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 121.739% */
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding: 14px 0 14px 0;
  align-items: flex-start;
  min-height: 86px;
  gap: 12px;
}
.news-info {
  flex: 2;
  min-width: 0;
  padding-right: 6px;
}
.news-meta-left {
  color: #1f1f1f;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.0625rem;
  text-transform: uppercase;
}
.news-title-left {
  color: #1f1f1f;
  font-feature-settings: "dlig" on;
  font-family: "Playfair Display";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
}
.news-thumb {
  flex: 0 0 75px;
  width: 75px;
  height: 57px;
  border-radius: 8px;
  object-fit: cover;
  margin-left: 8px;
  background: #d8d8d8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* Responsive for narrow viewports */
@media (max-width: 380px) {
  .latest-news-container {
    width: 99vw !important;
    min-width: 0;
  }
  .news-thumb {
    width: 55px;
    height: 40px;
  }
  .news-title {
    font-size: 15px;
  }
}

.jump-nav-header {
  color: #1f1f1f;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
}

.jump-nav-list {
  list-style: none;
  width: 100%;
}

.jump-nav-item {
  border-bottom: 1px solid #e5e7eb;
}

.jump-nav-item:last-child {
  border-bottom: none;
}

.jump-nav-link {
  display: flex;
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.2s ease;
  position: relative;
  margin: 1rem 0rem;
  color: var(--Black-600, #757575);
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: 'liga' off;

/* Body/B1 */
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
}

.jump-nav-link:hover {
  background-color: #f9fafb;
  color: #1f2937;
}

/* Smooth Scroll for Demo */
html {
  scroll-behavior: smooth;
}
.activejumpto {
  flex: 1 0 0;
  color: #191919;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
}

.key-points-arrow {
  width: 0.875rem;
  height: 1rem;
  fill: #69b0da;
  margin-right: 0.5rem;
}

.key-points-vector {
  position: absolute;
  right: -1.5rem;
  bottom: 0;
  width: 10.9375rem;
  height: 21.563rem;
  aspect-ratio: 175/233;
}

.center {
  display: grid;
  /* margin-left: auto; */
  margin-right: auto;
  width: 39vw;
}

.twitter-tweet {
  place-self: center;
  margin-top: 2.5rem !important;
  margin-bottom: 0rem !important;
}

.left-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 18.75vw;
  margin-right: 1.5vw;
}

.right-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  width: auto;
}

.share-container {
  position: relative;
  display: inline-block;
}

.share-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a1a1a;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.share-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.share-button:active {
  transform: scale(0.95);
}

.share-icon {
  width: 24px;
  height: 24px;
  fill: white;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: white;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.share-item {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}

.share-item:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-item:active {
  transform: scale(0.95);
}

.share-item svg {
  width: 20px;
  height: 20px;
  fill: white;
}

.share-item::after {
  content: attr(data-platform);
  position: absolute;
  left: 55px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1001;
}

.share-item:hover::after {
  opacity: 1;
}

.article-meta {
  display: flex;
  width: 39rem;
  height: 1.5rem;
  align-items: center;
  gap: 1.5rem;
  color: #191919;
  font-feature-settings: "liga" off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  margin-bottom: 2.5rem;
}

/* Social Icons Section */
.social-icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.social-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  color: #1a1a1a;
}

.social-icon:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

.social-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Responsive Design */
@media (max-width: 768px) {
  .article-meta {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .byline {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .social-icons {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .byline {
    font-size: 13px;
  }

  .social-icons {
    gap: 12px;
  }

  .social-icon {
    width: 22px;
    height: 22px;
  }

  .social-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 600px) {
  .tags-list {
    gap: 0.6rem;
  }
  .tag {
    font-size: 0.85rem;
    padding: 0.35rem 0.9rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  body {
    padding: 1rem;
  }

  .key-points-card {
    padding: 1.25rem;
  }

  .header h2 {
    font-size: 1.25rem;
  }

  .points-list p {
    font-size: 0.95rem;
  }
}

.bookmark-svg.bookmarked rect {
  fill: #04629a;
}
.bookmark-svg.bookmarked path {
  stroke: #fff;
}


/* ✅ Sticky left column (put at bottom so it overrides earlier rules) */
.left-div {
  position: sticky;
  top: 110px;              /* adjust if needed */
  align-self: flex-start;  /* important in flex layouts */
  height: fit-content;
}

/* ✅ Ensure right column isn't clipping dropdown */
.right-div {
  overflow: visible;
}

/* ✅ Share dropdown: open leftwards so it stays in view */
.share-container {
  position: relative;
  overflow: visible;
}

.dropdown-menu {
  /* override the existing center positioning */
  left: auto !important;
  transform: none !important;

  right: calc(100% + 12px);   /* place menu to the left of the button */
  top: 0;                     /* align with button */
  z-index: 999999;            /* sit above everything */
}

/* arrow should point to the button now */
.dropdown-menu::before {
  left: auto !important;
  right: -8px;
  top: 18px;
  transform: rotate(45deg);
}



/* ---------- FIX LAYOUT WIDTH (so right column actually exists on-screen) ---------- */
.main {
  /* stop using that huge right margin */
  /* margin: 2.63rem auto 4.25rem auto !important;
   */
  margin: 2.63rem;
  /* use padding instead of weird margins */
  padding: 0 9rem;

  /* keep it within a sane max width */
  max-width: 1500px;
  width: 100%;
  box-sizing: border-box;
}

/* Make columns predictable */
.left-div {
  flex: 0 0 18.75rem;   /* fixed column width */
  width: 18.75rem !important;

  /* ---------- STICKY ---------- */
  position: sticky;
  top: 24px;            /* change if you want it lower */
  align-self: flex-start;
  height: fit-content;
}

.center {
  flex: 1 1 auto;
  width: auto !important;  /* stop forcing 39vw */
  min-width: 0;            /* prevents overflow */
}

.right-div {
  flex: 0 0 60px;       /* enough for your 48px buttons */
  width: 60px;
  align-self: flex-start;
}

/* If anything is clipping sticky or dropdowns, this prevents it */
.main,
.left-div,
.right-div,
.share-container {
  overflow: visible !important;
}

/* ---------- OPTIONAL: responsive padding so it doesn't break on smaller screens ---------- */
@media (max-width: 1200px) {
  .main { padding: 0 3rem; }
}
@media (max-width: 768px) {
  .main {
    padding: 0 1rem;
    flex-direction: column;
  }
  .left-div, .right-div {
    position: static;
    width: 100% !important;
    flex: none;
  }
}
