/* ====================================
   Article Section Styling
   ==================================== */

.article-section {
  background: #ffffff;
}

.article-content {
  max-width: 900px;
  margin: 0 auto;
}

/* ====================================
   Article Header
   ==================================== */

.article-header {
  margin-bottom: 3rem;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 2rem;
}

.article-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.article-intro {
  font-weight: 600;
  font-size: 2.2rem;
  color: #073261;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.95rem;
  color: #999999;
}

.meta-date,
.meta-read-time {
  font-weight: 500;
}

.meta-separator {
  color: #ddd;
}

/* ====================================
   Article Content Section
   ==================================== */

.article-section-content {
  margin-bottom: 3rem;
}

.article-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 1.5rem;
}

.article-paragraph.highlight-text {
  font-size: 1.15rem;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8f0f7 100%);
  padding: 1.5rem;
  border-left: 4px solid #00a300;
  border-radius: 8px;
}

/* ====================================
   Callout & Warning Boxes
   ==================================== */

.callout-box {
  background: #e8f5e9;
  border-left: 4px solid #00a300;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 2rem 0;
}

.callout-box p {
  font-size: 1rem;
  color: #1b5e20;
  margin: 0;
}

.warning-box {
  background: #fff3cd;
  border-left: 4px solid #ff9800;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.warning-box strong {
  color: #ff6f00;
}

/* ====================================
   Article Items (Numbered Points)
   ==================================== */

.article-items {
  margin-bottom: 3rem;
}

.article-item {
  /* display: grid; */
  /* grid-template-columns: 80px 1fr; */
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  /* background: #f9f9f9; */
  /* border-radius: 12px; */
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.article-item:hover {
  border-color: #00a300;
  background: #f0f8f0;
  box-shadow: 0 5px 20px rgba(0, 163, 0, 0.08);
}

.cta {
  border-color: #00a300;
  background: #f0f8f0;
  box-shadow: 0 5px 20px rgba(0, 163, 0, 0.08);
  padding: 2rem;
  /* background: #f9f9f9; */
  /* border-radius: 12px; */
}

.item-number {
  font-size: 3rem;
  font-weight: 800;
  color: #00a300;
  opacity: 0.15;
  line-height: 1;
  display: none;
}

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

.item-content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
  transition: color 0.3s ease;
}

.article-item:hover .item-content h3 {
  color: #00a300;
}

.item-content h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
  margin: 1.5rem 0 0.75rem 0;
}

.item-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.feature-list li {
  font-size: 1rem;
  color: #555555;
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #00a300;
  font-weight: bold;
  font-size: 1.1rem;
  background: url(check_circle.svg) no-repeat;
  width: 35px;
  height: 36px;
  background-size: 24px;
}
.highlight-point {
  background: #f0f8f0;
  padding: 1.2rem;
  border-left: 3px solid #00a300;
  border-radius: 6px;
  margin: 1rem 0;
}

.highlight-point strong {
  color: #1b5e20;
  font-size: 1.05rem;
}

.sub-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #00a300;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}

/* ====================================
   Closing Section
   ==================================== */

.article-closing {
  background: linear-gradient(135deg, #00a300 0%, #00803d 100%);
  color: white;
  padding: 3rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.article-closing h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.closing-highlight {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  opacity: 0.95;
}

.key-points-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.key-points-box p {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.closing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.closing-list li {
  font-size: 1.05rem;
  padding-left: 1.8rem;
  position: relative;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.closing-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  font-weight: bold;
  opacity: 0.8;
}

.closing-text {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-top: 1.5rem;
  opacity: 0.95;
}

/* ====================================
   Responsive Design
   ==================================== */

@media (max-width: 768px) {
  .article-title {
    font-size: 1.8rem;
  }

  .article-intro {
    font-size: 1.05rem;
  }

  .article-item {
    grid-template-columns: 60px 1fr;
    gap: 1.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .item-number {
    font-size: 2.5rem;
  }

  .item-content h3 {
    font-size: 1.2rem;
  }

  .article-paragraph.highlight-text {
    font-size: 1.05rem;
    padding: 1.2rem;
  }

  .article-closing {
    padding: 2rem;
  }

  .article-closing h2 {
    font-size: 1.5rem;
  }

  .closing-highlight {
    font-size: 1.15rem;
  }
}

@media (max-width: 576px) {
  .article-title {
    font-size: 1.5rem;
  }

  .article-intro {
    font-size: 1rem;
  }

  .article-item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.2rem;
  }

  .item-number {
    position: absolute;
    opacity: 0.08;
    font-size: 3rem;
    z-index: -1;
  }

  .article-meta {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .feature-list li {
    font-size: 0.95rem;
    padding-left: 1.5rem;
  }

  .article-closing {
    padding: 1.5rem;
  }

  .article-closing h2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }

  .closing-highlight {
    font-size: 1.05rem;
  }

  .closing-list li,
  .closing-text {
    font-size: 1rem;
  }
}

/* ====================================
   Print Styles
   ==================================== */

@media print {
  .article-section {
    background: white;
    padding: 0;
  }

  .article-item {
    page-break-inside: avoid;
    border: 1px solid #ccc;
  }

  .article-closing {
    background: white;
    color: black;
    border: 2px solid #00a300;
  }
}

/* ====================================
   Accessibility
   ==================================== */

@media (prefers-reduced-motion: reduce) {
  .article-item {
    transition: none;
  }
}

a:focus,
button:focus {
  outline: 2px solid #00a300;
  outline-offset: 2px;
}

.about-section {
  background: linear-gradient(180deg, #fff 80%, #d1e5ee 100%);
  margin-top: 50px;
}

.banner-img.b img {
  border-radius: 24px;
}
