body.home #content.container-wrapper,
body.blog #content.container-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home.af-boxed-layout .af-whole-wrapper,
body.blog.af-boxed-layout .af-whole-wrapper {
  max-width: 1720px;
  margin: 0 auto;
  background: #f2f2f2;
}

body.home.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper,
body.blog.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
  margin: 0 auto;
}

body.home #content.container-wrapper > #primary.aitech-home,
body.blog #content.container-wrapper > #primary.aitech-home {
  width: 100%;
  padding-right: 0;
  float: none;
}

body.home .darknews-banner-overlay-text,
body.blog .darknews-banner-overlay-text {
  display: none;
}

body.home,
body.blog {
  --aitech-home-radius: 6px;
  background: #f2f2f2;
}

.aitech-home .container-wrapper,
body.home .banner-exclusive-posts-wrapper .container-wrapper,
body.blog .banner-exclusive-posts-wrapper .container-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
}

body.home.af-boxed-layout .banner-exclusive-posts-wrapper,
body.blog.af-boxed-layout .banner-exclusive-posts-wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body.home .banner-exclusive-posts-wrapper,
body.blog .banner-exclusive-posts-wrapper {
  margin-top: 0;
  padding: 0;
  background: #020400;
}

body.home .exclusive-posts,
body.blog .exclusive-posts {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 8px 0;
  background: #020400;
  font-size: 0.95rem;
}

body.home .banner-exclusive-posts-wrapper .exclusive-posts::before,
body.blog .banner-exclusive-posts-wrapper .exclusive-posts::before {
  display: none;
}

body.home .exclusive-posts .exclusive-now,
body.blog .exclusive-posts .exclusive-now {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  margin-right: 4px;
  padding: 0;
  background: transparent;
  color: #fff;
}

body.home .exclusive-posts .exclusive-now .aft-ripple,
body.blog .exclusive-posts .exclusive-now .aft-ripple {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}

body.home .exclusive-posts .exclusive-now .aft-ripple::before,
body.blog .exclusive-posts .exclusive-now .aft-ripple::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #18ace5;
  box-shadow: 0 0 14px rgba(24, 172, 229, 0.7);
}

body.home .exclusive-posts .exclusive-now .aft-ripple div,
body.blog .exclusive-posts .exclusive-now .aft-ripple div {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border: 1px solid rgba(24, 172, 229, 0.65);
  border-radius: 50%;
  opacity: 0;
  animation: aitechTickerPulse 1.8s ease-out infinite;
}

body.home .exclusive-posts .exclusive-now .aft-ripple div:nth-child(2),
body.blog .exclusive-posts .exclusive-now .aft-ripple div:nth-child(2) {
  animation-delay: 0.9s;
}

body.home .exclusive-posts .exclusive-now span,
body.blog .exclusive-posts .exclusive-now span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-left: 0;
  padding: 0 12px;
  border-radius: var(--aitech-home-radius);
  border: 1px solid rgba(24, 172, 229, 0.46);
  background: rgba(24, 172, 229, 0.16);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.home .exclusive-posts .exclusive-slides,
body.blog .exclusive-posts .exclusive-slides {
  min-width: 0;
  padding: 0;
  color: #fff;
  overflow: hidden;
}

.aitech-home__ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.aitech-home__ticker-track.is-animated {
  animation: aitechTickerScroll 44s linear infinite;
}

.aitech-home__ticker-track.is-animated:hover {
  animation-play-state: paused;
}

.aitech-home__ticker-sequence {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: max-content;
}

.aitech-home__ticker-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 18px 5px 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
}

.aitech-home__ticker-link:hover {
  color: #18ace5;
}

.aitech-home__ticker-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid rgba(24, 172, 229, 0.45);
  border-radius: 50%;
  background: rgba(24, 172, 229, 0.12);
  color: #18ace5;
  font-size: 0.72rem;
  font-weight: 800;
}

.aitech-home__ticker-title {
  white-space: nowrap;
}

@keyframes aitechTickerPulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  25% {
    opacity: 0.9;
  }

  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

@keyframes aitechTickerScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aitech-home__ticker-track.is-animated {
    animation: none;
  }
}

.aitech-home {
  padding-bottom: 10px;
  background: #f2f2f2;
}

/* Keep homepage surfaces and controls on the same subtle radius. */
body.home .aitech-header,
body.blog .aitech-header {
  --aitech-header-radius: 6px;
}

body.home .exclusive-posts .exclusive-now span,
body.blog .exclusive-posts .exclusive-now span,
body.home .aitech-header__nav-item > a,
body.blog .aitech-header__nav-item > a,
body.home .aitech-header__nav-button,
body.blog .aitech-header__nav-button,
body.home .aitech-header__mega-parent .aitech-header__icon--arrow,
body.blog .aitech-header__mega-parent .aitech-header__icon--arrow,
body.home .aitech-header__subscribe,
body.blog .aitech-header__subscribe,
body.home .aitech-header__search-inline,
body.blog .aitech-header__search-inline,
body.home .aitech-header__search-inline .search-field,
body.blog .aitech-header__search-inline .search-field,
body.home .aitech-header__search-inline .search-submit,
body.blog .aitech-header__search-inline .search-submit,
body.home #scroll-up,
body.blog #scroll-up,
.aitech-home__tag-chip,
.aitech-home__readmore,
.aitech-home__pagination .page-numbers,
.aitech-home__missed-chip {
  border-radius: var(--aitech-home-radius);
}

.aitech-home__hero {
  padding: 18px 0 24px;
}

.aitech-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 1.42fr) minmax(320px, 0.86fr);
  gap: 26px;
  align-items: start;
}

.aitech-home__lead-stack {
  min-width: 0;
}

.aitech-home__lead-card,
.aitech-home__feature-card,
.aitech-home__feed-card {
  min-width: 0;
  background: #f2f2f2;
}

.aitech-home__lead-media,
.aitech-home__feature-media,
.aitech-home__feed-media,
.aitech-home__missed-media {
  position: relative;
  display: block;
  border: 1px solid rgba(7, 15, 19, 0.08);
  border-radius: var(--aitech-home-radius);
  background: #eef3f6;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.aitech-home__lead-media::after,
.aitech-home__feature-media::after,
.aitech-home__feed-media::after,
.aitech-home__missed-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(24, 172, 229, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.aitech-home__lead-media img,
.aitech-home__feature-media img,
.aitech-home__feed-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.42s ease, filter 0.42s ease;
}

.aitech-home__lead-media img {
  aspect-ratio: 1.03;
  object-fit: cover;
  object-position: center;
}

.aitech-home__lead-card--secondary .aitech-home__lead-media img {
  aspect-ratio: 1.66;
  object-fit: cover;
  object-position: center 50%;
}

.aitech-home__feature-media img {
  aspect-ratio: 1.18;
  object-position: center 42%;
}

.aitech-home__feed-media img {
  aspect-ratio: 1.66;
  object-position: center 50%;
}

.aitech-home__lead-card:hover .aitech-home__lead-media,
.aitech-home__feature-card:hover .aitech-home__feature-media,
.aitech-home__feed-card:hover .aitech-home__feed-media,
.aitech-home__missed-card:hover .aitech-home__missed-media {
  transform: translateY(-4px);
  border-color: rgba(24, 172, 229, 0.24);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.aitech-home__lead-card:hover .aitech-home__lead-media::after,
.aitech-home__feature-card:hover .aitech-home__feature-media::after,
.aitech-home__feed-card:hover .aitech-home__feed-media::after,
.aitech-home__missed-card:hover .aitech-home__missed-media::after {
  opacity: 1;
}

.aitech-home__lead-card:hover .aitech-home__lead-media img,
.aitech-home__feature-card:hover .aitech-home__feature-media img,
.aitech-home__feed-card:hover .aitech-home__feed-media img,
.aitech-home__missed-card:hover .aitech-home__missed-media img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.02);
}

.aitech-home__lead-media.no-image,
.aitech-home__feature-media.no-image,
.aitech-home__feed-media.no-image {
  min-height: 180px;
  background: linear-gradient(135deg, #dce8ed 0%, #bed9e6 100%);
}

.aitech-home__lead-content,
.aitech-home__feature-content,
.aitech-home__feed-content {
  padding-top: 14px;
  min-width: 0;
}

.aitech-home__author-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.aitech-home__author-row.is-large {
  gap: 13px;
}

.aitech-home__author-avatar {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(13, 15, 16, 0.08);
  text-decoration: none;
}

.aitech-home__author-row.is-large .aitech-home__author-avatar {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.aitech-home__author-row.is-on-dark .aitech-home__author-avatar {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.aitech-home__author-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.aitech-home__author-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: #758088;
  font-size: 0.9rem;
  line-height: 1.3;
}

.aitech-home__author-prefix {
  color: #8e959a;
  font-size: 0.84rem;
}

.aitech-home__author-name {
  color: #101215;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
}

.aitech-home__author-name:hover {
  color: #18ace5;
}

.aitech-home__author-row.is-large .aitech-home__author-copy {
  font-size: 0.96rem;
}

.aitech-home__author-row.is-large .aitech-home__author-name {
  font-size: 1rem;
}

.aitech-home__author-row.is-on-dark .aitech-home__author-copy,
.aitech-home__missed-date {
  color: rgba(255, 255, 255, 0.7);
}

.aitech-home__author-row.is-on-dark .aitech-home__author-prefix {
  color: rgba(255, 255, 255, 0.5);
}

.aitech-home__author-row.is-on-dark .aitech-home__author-name {
  color: #fff;
}

.aitech-home__category {
  display: inline-flex;
  align-items: center;
  color: #16aae6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-decoration: none;
  text-transform: uppercase;
}

.aitech-home__category:hover {
  color: #0b8ec2;
}

.aitech-home__lead-title,
.aitech-home__feature-content h2,
.aitech-home__feed-content h3,
.aitech-home__rail-item h3 {
  margin: 10px 0 0;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.aitech-home__lead-title {
  font-size: clamp(2.2rem, 2.95vw, 3.45rem);
  line-height: 0.96;
}

.aitech-home__lead-card--secondary .aitech-home__lead-title {
  font-size: clamp(1.32rem, 1.8vw, 1.82rem);
}

.aitech-home__feature-content h2 {
  font-size: clamp(1.12rem, 1.22vw, 1.38rem);
  line-height: 1.14;
}

.aitech-home__feed-content h3 {
  font-size: 1.12rem;
}

.aitech-home__lead-content a,
.aitech-home__feature-content a,
.aitech-home__feed-content a,
.aitech-home__rail-item h3 a {
  color: #0d0f10;
  text-decoration: none;
}

.aitech-home__feature-content h2 a,
.aitech-home__feed-content h3 a,
.aitech-home__rail-item h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.aitech-home__feature-content h2 a {
  -webkit-line-clamp: 4;
}

.aitech-home__feed-content h3 a,
.aitech-home__rail-item h3 a {
  -webkit-line-clamp: 2;
}

.aitech-home__lead-content p,
.aitech-home__feed-content p {
  margin: 14px 0 0;
  color: #4b555c;
  font-size: 0.95rem;
  line-height: 1.6;
}

.aitech-home__lead-excerpt {
  display: -webkit-box;
  max-width: 40rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 1.04rem;
  line-height: 1.72;
}

.aitech-home__date,
.aitech-home__feature-meta span {
  display: inline-flex;
  align-items: center;
  color: #8e959a;
  font-size: 0.86rem;
  line-height: 1.4;
}

.aitech-home__date {
  margin-top: 14px;
}

.aitech-home__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.aitech-home__tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(24, 172, 229, 0.18);
  border-radius: var(--aitech-home-radius);
  background: rgba(24, 172, 229, 0.08);
  box-shadow: inset 0 0 0 0 var(--aitech-button-fill, #000);
  color: #0c8fc4;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.aitech-home__tag-chip:hover,
.aitech-home__tag-chip:focus {
  transform: translateY(-2px);
  border-color: var(--aitech-button-fill, #000);
  background: #18ace5;
  color: #fff;
  box-shadow: inset var(--aitech-button-fill-width, 260px) 0 0 0 var(--aitech-button-fill, #000);
  outline: none;
}

.aitech-home__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 22px;
  align-content: start;
}

.aitech-home__feature-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 10px;
  align-items: start;
  margin-bottom: 10px;
}

.aitech-home__feature-meta--lead {
  margin-bottom: 12px;
}

.aitech-home__news-rail {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 108px;
  align-self: start;
  min-height: 0;
  min-width: 0;
  max-height: calc(100vh - 126px);
  padding: 18px 18px 18px;
  border: 1px solid rgba(24, 172, 229, 0.16);
  border-radius: var(--aitech-home-radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
  background: #030506;
  color: #fff;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(24, 172, 229, 0.42) rgba(255, 255, 255, 0.06);
}

.aitech-home__news-rail::-webkit-scrollbar {
  width: 8px;
}

.aitech-home__news-rail::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--aitech-home-radius);
}

.aitech-home__news-rail::-webkit-scrollbar-thumb {
  background: rgba(24, 172, 229, 0.38);
  border-radius: var(--aitech-home-radius);
}

body.admin-bar .aitech-home__news-rail {
  top: 140px;
  max-height: calc(100vh - 158px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .aitech-home__news-rail {
    top: 154px;
    max-height: calc(100vh - 172px);
  }
}

.aitech-home__rail-tabs {
  display: flex;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aitech-home__rail-tabs button {
  position: relative;
  min-height: 36px;
  padding: 0 2px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.96rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.22s ease;
}

.aitech-home__rail-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #18ace5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.aitech-home__rail-tabs button.is-active,
.aitech-home__rail-tabs button:hover {
  color: #fff;
}

.aitech-home__rail-tabs button.is-active::after,
.aitech-home__rail-tabs button:hover::after {
  transform: scaleX(1);
}

.aitech-home__rail-panel {
  display: none;
  padding-top: 14px;
}

.aitech-home__rail-panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aitech-home__rail-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--aitech-home-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.aitech-home__rail-item:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 172, 229, 0.32);
  background: linear-gradient(180deg, rgba(24, 172, 229, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.aitech-home__rail-thumb {
  display: block;
  width: 86px;
  height: 86px;
  border-radius: var(--aitech-home-radius);
  overflow: hidden;
  background: linear-gradient(135deg, #0d1720 0%, #1b2e3a 100%);
}

.aitech-home__rail-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.aitech-home__rail-item:hover .aitech-home__rail-thumb img {
  transform: scale(1.05);
}

.aitech-home__rail-thumb.no-image {
  background: linear-gradient(135deg, #10202a 0%, #153f54 100%);
}

.aitech-home__rail-copy {
  min-width: 0;
}

.aitech-home__rail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-bottom: 8px;
}

.aitech-home__rail-item .aitech-home__category {
  margin-bottom: 0;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
}

.aitech-home__rail-date {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.3;
}

.aitech-home__rail-item h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.34;
  letter-spacing: -0.02em;
}

.aitech-home__rail-item h3 a {
  color: #fff;
  -webkit-line-clamp: 3;
}

.aitech-home__rail-section {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.aitech-home__rail-section-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.aitech-home__archive-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aitech-home__archive-list li {
  margin: 0;
}

.aitech-home__archive-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--aitech-home-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.aitech-home__archive-list a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.72;
}

.aitech-home__archive-list a:hover,
.aitech-home__archive-list a:focus {
  transform: translateY(-2px);
  border-color: rgba(24, 172, 229, 0.28);
  background: linear-gradient(180deg, rgba(24, 172, 229, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
  color: #fff;
  outline: none;
}

.aitech-home__rail-section--voices {
  margin-top: 16px;
}

.aitech-home__discussion-list {
  display: grid;
  gap: 10px;
}

.aitech-home__discussion-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--aitech-home-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.015) 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.aitech-home__discussion-card:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 172, 229, 0.32);
  background: linear-gradient(180deg, rgba(24, 172, 229, 0.12) 0%, rgba(255, 255, 255, 0.02) 100%);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.aitech-home__discussion-card--pick {
  grid-template-columns: 1fr;
  gap: 0;
}

.aitech-home__discussion-avatar {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.aitech-home__discussion-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.aitech-home__discussion-copy {
  min-width: 0;
}

.aitech-home__discussion-kicker {
  display: inline-flex;
  margin-bottom: 6px;
  color: #18ace5;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.aitech-home__discussion-kicker:visited {
  color: #18ace5;
}

.aitech-home__discussion-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.22s ease;
}

.aitech-home__discussion-title:visited {
  color: #fff;
}

.aitech-home__discussion-title:hover,
.aitech-home__discussion-title:focus {
  color: #18ace5;
  outline: none;
}

.aitech-home__discussion-meta {
  display: inline-flex;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.76rem;
  line-height: 1.35;
}

.aitech-home__latest {
  padding-top: 8px;
  padding-bottom: 8px;
  content-visibility: auto;
  contain-intrinsic-size: 1400px;
}

.aitech-home__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.aitech-home__section-head h2 {
  margin: 0;
  color: #050607;
  font-size: clamp(3rem, 5vw, 4.7rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.95;
  text-transform: uppercase;
}

.aitech-home__section-head a {
  display: inline-flex;
  align-items: center;
  color: #1f2428;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.aitech-home__section-head a:hover {
  color: #16aae6;
}

.aitech-home__latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
}

.aitech-home__feed-card {
  min-width: 0;
}

.aitech-home__feed-content h3 {
  margin-top: 10px;
}

.aitech-home__feed-content p {
  font-size: 0.9rem;
}

.aitech-home__feed-content {
  padding-top: 10px;
}

.aitech-home__readmore {
  min-height: 50px;
  margin-top: 16px;
  padding: 0 22px;
}

.aitech-home__readmore.is-on-dark {
  --aitech-button-border: rgba(255, 255, 255, 0.22);
  --aitech-button-background: rgba(24, 172, 229, 0.12);
  --aitech-button-text: #dff7ff;
  --aitech-button-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
}

.aitech-home__missed-media img {
  aspect-ratio: 1.68;
  object-fit: cover;
  object-position: center;
}

.aitech-home__empty {
  padding: 20px 0;
}

.aitech-home__pagination {
  margin-top: 34px;
}

.aitech-home__pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aitech-home__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #d5dde2;
  border-radius: var(--aitech-home-radius);
  background: #fff;
  box-shadow: inset 0 0 0 0 var(--aitech-button-fill, #000);
  color: #101215;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.aitech-home__pagination .page-numbers.current {
  border-color: #18ace5;
  background: #18ace5;
  color: #fff;
}

.aitech-home__pagination .page-numbers:hover,
.aitech-home__pagination .page-numbers:focus {
  border-color: var(--aitech-button-fill, #000);
  color: #fff;
  box-shadow: inset var(--aitech-button-fill-width, 260px) 0 0 0 var(--aitech-button-fill, #000);
  outline: none;
  transform: translateY(-2px);
}

.aitech-home__missed {
  padding: 24px 0 18px;
  content-visibility: auto;
  contain-intrinsic-size: 1100px;
}

.aitech-home__section-head--missed {
  margin-bottom: 26px;
}

.aitech-home__missed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
}

.aitech-home__missed-card {
  min-width: 0;
  background: #f2f2f2;
}

.aitech-home__missed-card:hover {
  transform: none;
  border-color: transparent;
  background: #f2f2f2;
  box-shadow: none;
}

.aitech-home__missed-media {
  border: 1px solid rgba(7, 15, 19, 0.08);
  border-radius: var(--aitech-home-radius);
  background: #eef3f6;
}

.aitech-home__missed-media::after {
  inset: 0;
  height: auto;
  background:
    linear-gradient(135deg, rgba(24, 172, 229, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%);
}

.aitech-home__missed-media img {
  display: block;
  width: 100%;
  aspect-ratio: 1.68;
  object-fit: contain;
  background: #10171d;
}

.aitech-home__missed-media.no-image {
  min-height: 180px;
  background: linear-gradient(135deg, #152532 0%, #183d52 100%);
}

.aitech-home__missed-chip {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: var(--aitech-home-radius);
  border: 1px solid rgba(24, 172, 229, 0.2);
  background: rgba(24, 172, 229, 0.16);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
}

.aitech-home__missed-content {
  padding-top: 10px;
  min-width: 0;
}

.aitech-home__missed-content h3 {
  margin: 10px 0 0;
  font-size: 1.12rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.aitech-home__missed-content h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #0d0f10;
  text-decoration: none;
}

.aitech-home__missed-content h3 a:hover {
  color: #18ace5;
}

.aitech-home__missed-content p {
  margin: 14px 0 0;
  color: #4b555c;
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 1279px) {
  .aitech-home .container-wrapper,
  body.home .banner-exclusive-posts-wrapper .container-wrapper,
  body.blog .banner-exclusive-posts-wrapper .container-wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }

  .aitech-home__hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }

  .aitech-home__news-rail {
    grid-column: 1 / -1;
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }

  .aitech-home__latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aitech-home__missed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home.af-boxed-layout .af-whole-wrapper,
  body.blog.af-boxed-layout .af-whole-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .aitech-home__hero {
    padding-top: 24px;
  }

  .aitech-home__hero-grid,
  .aitech-home__latest-grid,
  .aitech-home__missed-grid {
    grid-template-columns: 1fr;
  }

  .aitech-home__lead-media img {
    aspect-ratio: 1.08;
  }

  .aitech-home__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .aitech-home__feature-media img {
    aspect-ratio: 1.28;
  }

  .aitech-home__feed-media img {
    aspect-ratio: 1.58;
  }

  .aitech-home__section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .aitech-home .container-wrapper,
  body.home .banner-exclusive-posts-wrapper .container-wrapper,
  body.blog .banner-exclusive-posts-wrapper .container-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.home .exclusive-posts,
  body.blog .exclusive-posts {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body.home .exclusive-posts .exclusive-now,
  body.blog .exclusive-posts .exclusive-now {
    min-height: auto;
    padding-right: 0;
  }

  body.home .exclusive-posts .marquee a,
  body.blog .exclusive-posts .marquee a {
    padding-left: 0;
    padding-right: 18px;
    font-size: 0.9rem;
  }

  .aitech-home__news-rail {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aitech-home__rail-item {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .aitech-home__rail-thumb {
    width: 78px;
    height: 78px;
  }

  .aitech-home__feature-grid {
    grid-template-columns: 1fr;
  }

  .aitech-home__lead-title {
    font-size: 2rem;
  }

  .aitech-home__lead-excerpt {
    max-width: none;
    font-size: 0.96rem;
    line-height: 1.6;
    -webkit-line-clamp: 5;
  }

  .aitech-home__section-head h2 {
    font-size: 2.8rem;
  }
}
