/* =================================
   ARTICLES / INSIGHTS
================================= */

/* =================================
   ARTICLES / INSIGHTS LIST
================================= */

.blog-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 80px;
}

.blog-header {
  max-width: 750px;
  margin: 40px auto 55px;
  text-align: center;
}

.blog-header h2 {
  margin-bottom: 12px;
  font-size: 2.5rem;
}

.blog-header h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 14px auto 0;
  background-color: red;
  border-radius: 20px;
}

.blog-header p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
}

.blog-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.blog-card {
  width: 100%;
  max-width: 700px;
  padding: 35px 30px;
  background-color: #f8f8f8;
  border-top: 5px solid red;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.blog-card h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: black;
  font-size: 1.5rem;
}

.blog-card p {
  margin-bottom: 25px;
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
}

.blog-card a {
  display: inline-block;
  padding: 12px 22px;
  background-color: red;
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.blog-card a:hover {
  background-color: darkred;
  transform: translateY(-2px);
}


/* =================================
   ARTICLE PAGE
================================= */

.article-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 25px 80px;
}

.article-header {
  max-width: 900px;
  margin: 60px auto 50px;
  text-align: center;
}

.article-category {
  margin-bottom: 15px;
  color: red;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 3px;
}

.article-header h1 {
  max-width: 850px;
  margin: 0 auto;
  color: black;
  font-size: 3rem;
  line-height: 1.15;
  text-align: center;
}

.article-header h1 span {
  display: block;
  margin-top: 8px;
  color: red;
}

.article-title-line {
  width: 100px;
  height: 5px;
  margin: 25px auto;
  background: red;
  border-radius: 20px;
}

.article-intro {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
}

.article-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.article-content h2 {
  margin-top: 55px;
  margin-bottom: 20px;
  padding-left: 15px;
  color: black;
  border-left: 6px solid red;
  font-size: 1.7rem;
}

.article-content p {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.8;
}

.article-content strong {
  color: #111;
}

.article-quote {
  padding: 18px 22px;
  background: #f8f8f8;
  border-left: 5px solid red;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
  font-style: italic;
}

.article-highlight {
  margin: 35px 0;
  padding: 30px;
  background: #fff;
  border: 3px solid red;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.article-highlight p {
  margin: 0 0 10px;
  font-weight: bold;
}

.article-highlight span {
  display: block;
  color: red;
  font-size: 2.3rem;
  font-weight: 800;
}

.ashlee-price-box {
  margin: 40px 0;
  padding: 35px;
  background: black;
  border: 4px solid red;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.ashlee-price-box .price-label {
  margin-bottom: 5px;
  color: white;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ashlee-price-box h3 {
  margin: 10px 0;
  color: red;
  font-size: 2.7rem;
}

.ashlee-price-box p {
  color: white;
}

.article-cta {
  margin-top: 70px;
  padding: 40px 30px;
  background: #f8f8f8;
  border: 3px solid red;
  border-top: 8px solid red;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.10);
}

.article-cta h2 {
  margin-top: 0;
  padding-left: 0;
  color: red;
  border-left: none;
  text-align: center;
}

.article-cta-button {
  display: inline-block;
  margin-top: 12px;
  padding: 14px 30px;
  background: red;
  color: white;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s ease, transform 0.2s ease;
}

.article-cta-button:hover {
  background: darkred;
  transform: translateY(-3px);
}

.back-to-articles,
.article-back a {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

.back-to-articles {
  display: block;
  max-width: 900px;
  margin: 30px auto 10px;
  padding: 0 25px;
}

.back-to-articles:hover,
.article-back a:hover {
  color: darkred;
  text-decoration: underline;
}

.article-back {
  margin-top: 45px;
  text-align: center;
}



@media (max-width: 768px) {
  .blog-section { padding: 35px 16px 60px; }
  .blog-header { margin-bottom: 35px; }
  .blog-header h2 { font-size: 2rem; }
  .blog-card { padding: 28px 20px; }
  .blog-card h3 { font-size: 1.3rem; }
  .article-page { padding: 0 18px 60px; }
  .article-header { margin-top: 40px; }
  .article-header h1 { font-size: 2.1rem; }
  .article-content h2 { font-size: 1.4rem; }
  .article-highlight span { font-size: 1.8rem; }
  .ashlee-price-box h3 { font-size: 2rem; }
}

/* =================================
   ARTICLE COMPARISON TABLE
================================= */

.article-table-wrap {
  width: 100%;
  margin: 35px 0 45px;
  overflow-x: auto;
}

.article-comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: white;
  border: 2px solid red;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.article-comparison-table th {
  padding: 16px;
  background: black;
  color: white;
  text-align: left;
  border-bottom: 4px solid red;
}

.article-comparison-table td {
  padding: 16px;
  color: #333;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}

.article-comparison-table tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.article-comparison-table tbody tr:hover {
  background: #fff3f3;
}


/* LITTLE EMPHASIS PARAGRAPH */

.article-highlight-text {
  margin: 30px 0;
  padding: 22px 24px;
  background: #f8f8f8;
  border-left: 5px solid red;
  border-radius: 10px;
}


/* MOBILE */

@media (max-width: 768px) {

  .article-table-wrap {
    margin: 30px 0;
  }

  .article-comparison-table {
    font-size: 0.9rem;
  }

  .article-comparison-table th,
  .article-comparison-table td {
    padding: 12px;
  }

}
