.tt-blogs-page .tt-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.tt-blog-card {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(134, 162, 181, 0.22);
  box-shadow: 0 16px 40px rgba(7, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.tt-blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(18, 168, 208, 0.35);
  box-shadow: 0 24px 56px rgba(7, 24, 39, 0.14);
}
.tt-blog-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.tt-blog-card-image {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #d9eef5;
}
.tt-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tt-blog-card:hover .tt-blog-card-image img {
  transform: scale(1.06);
}
.tt-blog-card-cat {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(7, 24, 39, 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.tt-blog-card-body {
  padding: 20px 20px 22px;
}
.tt-blog-card-body time {
  display: block;
  margin-bottom: 10px;
  color: #0b96bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.tt-blog-card-body h3 {
  margin: 0 0 12px;
  color: #071827 !important;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 900;
}
.tt-blog-card-body p {
  margin: 0 0 16px;
  color: #557086;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
}
.tt-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #087c9e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.tt-blog-read-more::after {
  content: "→";
  transition: transform 0.25s ease;
}
.tt-blog-card:hover .tt-blog-read-more::after {
  transform: translateX(4px);
}

.tt-blog-single .tt-blog-article {
  max-width: 860px;
}
.tt-blog-single .tt-blog-article h1 {
  margin: 14px 0 10px;
  color: #071827 !important;
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.08;
  font-weight: 900;
}
.tt-blog-meta {
  margin: 0 0 24px;
  color: #0b96bf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tt-blog-article-image {
  margin: 0 0 28px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(134, 162, 181, 0.22);
  box-shadow: 0 20px 50px rgba(7, 24, 39, 0.1);
}
.tt-blog-article-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 460px;
  object-fit: cover;
}
.tt-blog-article-content {
  font-size: 16px;
  line-height: 1.75;
  color: #557086;
  font-weight: 600;
}
.tt-blog-lead {
  font-size: 18px;
  line-height: 1.7;
  color: #395772;
  font-weight: 700;
}
.tt-blog-article-content p {
  margin: 0 0 18px;
}
.tt-blog-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(134, 162, 181, 0.2);
}

@media (max-width: 1100px) {
  .tt-blogs-page .tt-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .tt-blogs-page .tt-blog-grid {
    grid-template-columns: 1fr;
  }
  .tt-blog-card-image {
    height: 240px;
  }
  .tt-blog-article-actions,
  .tt-blog-article-actions .tt-info-btn {
    width: 100%;
  }
}

/* Full-width blog detail refresh */
.tt-blog-single {
  position: relative;
  left: auto;
  right: auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
  overflow: hidden;
}
.tt-blog-wide-container,
.tt-blog-article-shell {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.tt-blog-article-shell {
  max-width: 900px;
}
.tt-blog-single .tt-info-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 28px;
  color: #6a7f90;
  font-size: 12px;
  line-height: 1.6;
}
.tt-blog-single .tt-info-breadcrumb a {
  color: #28485f !important;
  font-weight: 800;
  text-decoration: none;
}
.tt-blog-single .tt-info-breadcrumb span {
  color: #9aacb9;
}
.tt-blog-single .tt-info-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 2px 12px 0;
  color: #087c9e;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  background: #eaf7fa;
  border: 1px solid rgba(8, 124, 158, 0.14);
  border-radius: 6px;
  vertical-align: middle;
}
.tt-blog-single-hero {
  padding: 46px 0 44px;
  background: linear-gradient(120deg, rgba(8, 124, 158, 0.08) 0, rgba(245, 249, 251, 0.94) 46%, #ffffff 100%);
  border-bottom: 1px solid rgba(113, 145, 168, 0.16);
}
.tt-blog-heading {
  max-width: 920px;
}
.tt-blog-heading h1 {
  margin: 0 0 16px;
  color: #071827 !important;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
}
.tt-blog-heading .tt-blog-meta {
  margin: 0 0 18px;
}
.tt-blog-single .tt-blog-lead {
  max-width: 820px;
  margin: 0;
  color: #395772;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
}
.tt-blog-media-section {
  padding: 30px 0 0;
  background: #ffffff;
}
.tt-blog-single .tt-blog-article-image {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(113, 145, 168, 0.18);
  box-shadow: 0 22px 54px rgba(7, 24, 39, 0.09);
}
.tt-blog-single .tt-blog-article-image img {
  display: block;
  width: 100%;
  height: 520px;
  max-height: none;
  object-fit: cover;
}
.tt-blog-reading-section {
  padding: 46px 0 64px;
  background: #ffffff;
}
.tt-blog-single .tt-blog-article {
  max-width: none;
}
.tt-blog-single .tt-blog-article-content {
  color: #405d72;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}
.tt-blog-single .tt-blog-article-content p {
  margin: 0 0 22px;
}
.tt-blog-single .tt-blog-article-content p:first-child {
  color: #29475e;
  font-size: 19px;
  line-height: 1.75;
  font-weight: 800;
}
.tt-blog-single .tt-blog-article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(113, 145, 168, 0.2);
}
.tt-blogs-page .tt-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: #087c9e !important;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(8, 124, 158, 0.28);
  border-radius: 6px;
  box-sizing: border-box;
}
.tt-blogs-page .tt-info-btn-primary {
  color: #ffffff !important;
  background: #087c9e;
  border-color: #087c9e;
  box-shadow: 0 12px 24px rgba(8, 124, 158, 0.18);
}

@media (max-width: 900px) {
  .tt-blog-heading h1 {
    font-size: 36px;
  }
  .tt-blog-single .tt-blog-article-image img {
    height: 420px;
  }
}
@media (max-width: 640px) {
  .tt-blog-single {
    left: auto;
    right: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .tt-blog-wide-container,
  .tt-blog-article-shell {
    width: calc(100% - 28px);
    max-width: 100%;
    padding: 0;
  }
  .tt-blog-single-hero {
    padding: 32px 0 34px;
  }
  .tt-blog-single .tt-info-breadcrumb a:last-of-type {
    display: none;
  }
  .tt-blog-heading {
    max-width: calc(100vw - 52px);
  }
  .tt-blog-heading h1 {
    max-width: 100%;
    font-size: 28px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .tt-blog-single .tt-blog-lead {
    max-width: calc(100vw - 52px);
    font-size: 16px;
    overflow-wrap: anywhere;
  }
  .tt-blog-single .tt-blog-article-image img {
    height: 280px;
  }
  .tt-blog-reading-section {
    padding: 34px 0 48px;
  }
  .tt-blog-single .tt-blog-article-content,
  .tt-blog-single .tt-blog-article-content p:first-child {
    font-size: 16px;
  }
  .tt-blog-single .tt-blog-article-actions,
  .tt-blog-single .tt-blog-article-actions .tt-info-btn {
    width: 100%;
  }
}

.tt-blog-read-more::after {
  content: "->";
}
