body.aitech-content-surface {
  --aitech-content-bg: #f2f2f2;
  --aitech-content-card: #fff;
  --aitech-content-card-alt: #f8fbfd;
  --aitech-content-text: #0f172a;
  --aitech-content-muted: #475569;
  --aitech-content-subtle: #64748b;
  --aitech-content-border: rgba(15, 23, 42, 0.08);
  --aitech-content-line: rgba(15, 23, 42, 0.1);
  --aitech-content-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
  --aitech-content-shadow-soft: 0 14px 30px rgba(15, 23, 42, 0.06);
  --aitech-content-accent: #17a7df;
  --aitech-content-radius: 6px;
  background: var(--aitech-content-bg);
  color: var(--aitech-content-text);
}

body.aitech-content-surface.af-boxed-layout .af-whole-wrapper {
  max-width: 1720px;
  margin: 0 auto;
  background: var(--aitech-content-bg);
}

body.aitech-content-surface.aft-enable-top-bottom-gaps.af-boxed-layout .af-whole-wrapper {
  margin: 0 auto;
}

body.aitech-content-surface #content.container-wrapper {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 40px 72px;
  background: var(--aitech-content-bg);
}

body.aitech-content-surface .section-block-upper {
  display: block;
  padding: 0;
  background: transparent;
}

body.aitech-content-surface #primary.content-area,
body.aitech-content-surface #primary.aft-pagebuilder-full-width-content {
  float: none;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

body.aitech-content-search #primary.content-area,
body.aitech-content-archive #primary.content-area {
  max-width: 1320px;
}

body.aitech-content-surface #main.site-main {
  display: grid;
  gap: 28px;
}

body.aitech-content-surface .af-breadcrumbs {
  max-width: 1180px;
  margin: 0 auto 28px;
  padding: 14px 22px;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background:
    linear-gradient(180deg, rgba(23, 167, 223, 0.05), rgba(23, 167, 223, 0)),
    var(--aitech-content-card);
  box-shadow: var(--aitech-content-shadow-soft);
}

body.aitech-content-search .af-breadcrumbs,
body.aitech-content-archive .af-breadcrumbs {
  max-width: 1320px;
}

body.aitech-content-surface .af-breadcrumbs .trail-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.aitech-content-surface .af-breadcrumbs .trail-item {
  position: relative;
  margin: 0;
  color: var(--aitech-content-subtle);
  font-size: 0.92rem;
  line-height: 1.4;
}

body.aitech-content-surface .af-breadcrumbs .trail-item + .trail-item {
  padding-left: 18px;
}

body.aitech-content-surface .af-breadcrumbs .trail-item + .trail-item::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(100, 116, 139, 0.7);
}

body.aitech-content-surface .af-breadcrumbs a {
  color: var(--aitech-content-subtle);
  text-decoration: none;
}

body.aitech-content-surface .af-breadcrumbs .trail-item,
body.aitech-content-surface .af-breadcrumbs .trail-item a,
body.aitech-content-surface .af-breadcrumbs .trail-item span {
  color: var(--aitech-content-subtle) !important;
  opacity: 1;
}

body.aitech-content-surface .af-breadcrumbs .trail-item.trail-end,
body.aitech-content-surface .af-breadcrumbs .trail-item.trail-end a,
body.aitech-content-surface .af-breadcrumbs .trail-item.trail-end span {
  color: var(--aitech-content-text) !important;
}

body.aitech-content-surface .af-breadcrumbs a:hover,
body.aitech-content-surface .af-breadcrumbs a:focus {
  color: var(--aitech-content-accent);
}

body.aitech-content-surface .header-title-wrapper,
body.aitech-content-surface .header-title-wrapper1,
body.aitech-content-search .no-results,
body.aitech-content-page article.page,
body.aitech-content-single .entry-header,
body.aitech-content-single .read-img,
body.aitech-content-single .entry-content-wrap > .color-pad,
body.aitech-content-single .comments-area {
  margin: 0;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background:
    linear-gradient(180deg, rgba(23, 167, 223, 0.05), rgba(23, 167, 223, 0)),
    var(--aitech-content-card);
  box-shadow: var(--aitech-content-shadow);
}

body.aitech-content-surface .header-title-wrapper,
body.aitech-content-surface .header-title-wrapper1,
body.aitech-content-search .no-results,
body.aitech-content-page article.page,
body.aitech-content-single .entry-header,
body.aitech-content-single .entry-content-wrap > .color-pad,
body.aitech-content-single .comments-area {
  padding: clamp(26px, 3vw, 40px);
}

body.aitech-content-single .read-img {
  padding: 16px;
}

body.aitech-content-single .entry-content-wrap.read-single {
  display: grid;
  gap: 24px;
}

body.aitech-content-page article.page .entry-header,
body.aitech-content-single .entry-header,
body.aitech-content-surface .header-title-wrapper,
body.aitech-content-surface .header-title-wrapper1 {
  border-bottom: 0;
}

body.aitech-content-surface .entry-title,
body.aitech-content-surface .page-title {
  margin: 0;
  color: var(--aitech-content-text);
  font-size: clamp(2.35rem, 4.4vw, 4.25rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.06em;
  text-transform: none;
}

body.aitech-content-surface .page-title span {
  color: var(--aitech-content-accent);
}

body.aitech-content-surface .archive-description {
  max-width: 70ch;
  margin-top: 14px;
  color: var(--aitech-content-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

body.aitech-content-page article.page .entry-content-wrap {
  display: grid;
  gap: 24px;
}

body.aitech-content-page article.page .post-thumbnail,
body.aitech-content-page article.page .post-thumbnail img,
body.aitech-content-single .read-img .post-thumbnail,
body.aitech-content-single .read-img .post-thumbnail img,
body.aitech-content-surface .inner-entry-content figure img,
body.aitech-content-surface .archive-grid-post .read-bg-img img {
  display: block;
  width: 100%;
  border-radius: var(--aitech-content-radius);
}

body.aitech-content-single .entry-header .read-details {
  max-width: 860px;
}

body.aitech-content-single .figure-categories .cat-links,
body.aitech-content-surface .read-categories .cat-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.aitech-content-single .figure-categories .meta-category,
body.aitech-content-surface .read-categories .meta-category {
  margin: 0;
}

body.aitech-content-single .figure-categories .darknews-categories,
body.aitech-content-surface .read-categories .darknews-categories {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(23, 167, 223, 0.24);
  border-radius: var(--aitech-content-radius);
  background: rgba(23, 167, 223, 0.12);
  color: var(--aitech-content-accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

body.aitech-content-single .figure-categories .darknews-categories,
body.aitech-content-single .af-reated-posts .read-categories .darknews-categories,
body.aitech-content-search .archive-grid-post .read-categories .darknews-categories,
body.aitech-content-archive .archive-grid-post .read-categories .darknews-categories {
  border-color: rgba(23, 167, 223, 0.24) !important;
  background: rgba(23, 167, 223, 0.12) !important;
  color: var(--aitech-content-accent) !important;
  box-shadow: none !important;
}

body.aitech-content-surface .read-categories .darknews-categories:hover,
body.aitech-content-surface .read-categories .darknews-categories:focus,
body.aitech-content-single .figure-categories .darknews-categories:hover,
body.aitech-content-single .figure-categories .darknews-categories:focus {
  border-color: rgba(23, 167, 223, 0.46);
  background: rgba(23, 167, 223, 0.18);
  color: #0b87ba;
}

body.aitech-content-single .aft-post-excerpt-and-meta {
  margin-top: 26px;
  padding: 24px 0 0;
  border-top: 1px solid var(--aitech-content-line);
  background: transparent;
}

body.aitech-content-single .post-excerpt {
  max-width: 62ch;
  margin: 0 0 18px;
  color: var(--aitech-content-muted);
  font-size: 1.08rem;
  line-height: 1.85;
}

body.aitech-content-surface .entry-meta,
body.aitech-content-surface .post-item-metadata.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: var(--aitech-content-subtle);
  font-size: 0.93rem;
  line-height: 1.5;
}

body.aitech-content-surface .entry-meta,
body.aitech-content-surface .entry-meta *,
body.aitech-content-surface .post-item-metadata.entry-meta,
body.aitech-content-surface .post-item-metadata.entry-meta * {
  opacity: 1;
}

body.aitech-content-single .entry-header .entry-meta,
body.aitech-content-single .entry-header .entry-meta span,
body.aitech-content-single .entry-header .entry-meta a,
body.aitech-content-search .archive-grid-post .entry-meta,
body.aitech-content-search .archive-grid-post .entry-meta span,
body.aitech-content-search .archive-grid-post .entry-meta a,
body.aitech-content-archive .archive-grid-post .entry-meta,
body.aitech-content-archive .archive-grid-post .entry-meta span,
body.aitech-content-archive .archive-grid-post .entry-meta a {
  color: var(--aitech-content-subtle) !important;
}

body.aitech-content-single .entry-header .entry-meta i,
body.aitech-content-search .archive-grid-post .entry-meta i,
body.aitech-content-archive .archive-grid-post .entry-meta i {
  color: var(--aitech-content-accent) !important;
}

body.aitech-content-surface .entry-meta a,
body.aitech-content-surface .post-item-metadata.entry-meta a {
  color: inherit;
  text-decoration: none;
}

body.aitech-content-surface .entry-meta a:hover,
body.aitech-content-surface .entry-meta a:focus,
body.aitech-content-surface .post-item-metadata.entry-meta a:hover,
body.aitech-content-surface .post-item-metadata.entry-meta a:focus {
  color: var(--aitech-content-accent);
}

body.aitech-content-surface .entry-meta .author-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

body.aitech-content-surface .entry-meta .item-metadata,
body.aitech-content-surface .post-item-metadata.entry-meta .item-metadata {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.aitech-content-surface .entry-meta i,
body.aitech-content-surface .post-item-metadata.entry-meta i {
  color: var(--aitech-content-accent);
}

body.aitech-content-surface .entry-meta .avatar,
body.aitech-content-surface .post-item-metadata.entry-meta .avatar {
  border-radius: 50%;
}

body.aitech-content-page .entry-content,
body.aitech-content-page .inner-entry-content {
  color: var(--aitech-content-muted);
}

body.aitech-content-page .inner-entry-content {
  max-width: 860px;
}

body.aitech-content-single .entry-content.read-details {
  color: var(--aitech-content-muted);
}

body.aitech-content-single .entry-content.read-details .inner-entry-content {
  width: min(100%, 760px);
  max-width: 760px !important;
  margin: 0 auto !important;
}

body.aitech-content-single .entry-content.read-details .inner-entry-content h1,
body.aitech-content-single .entry-content.read-details .inner-entry-content h2,
body.aitech-content-single .entry-content.read-details .inner-entry-content h3,
body.aitech-content-single .entry-content.read-details .inner-entry-content h4,
body.aitech-content-single .entry-content.read-details .inner-entry-content h5,
body.aitech-content-single .entry-content.read-details .inner-entry-content h6 {
  color: var(--aitech-content-text) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
}

body.aitech-content-single .entry-content.read-details .inner-entry-content h1 {
  font-size: clamp(2rem, 3vw, 2.8rem) !important;
}

body.aitech-content-single .entry-content.read-details .inner-entry-content h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem) !important;
}

body.aitech-content-single .entry-content.read-details .inner-entry-content h3 {
  font-size: clamp(1.28rem, 1.9vw, 1.65rem) !important;
}

body.aitech-content-surface .inner-entry-content,
body.aitech-content-search .no-results .page-content {
  font-size: 1.04rem;
  line-height: 1.9;
}

body.aitech-content-surface .inner-entry-content p,
body.aitech-content-search .no-results .page-content p {
  margin: 0 0 1.25em;
}

body.aitech-content-surface .inner-entry-content > :last-child,
body.aitech-content-search .no-results .page-content > :last-child {
  margin-bottom: 0;
}

body.aitech-content-surface .inner-entry-content h1:not(.entry-title):not(.page-title),
body.aitech-content-surface .inner-entry-content h2,
body.aitech-content-surface .inner-entry-content h3,
body.aitech-content-surface .inner-entry-content h4,
body.aitech-content-surface .inner-entry-content h5,
body.aitech-content-surface .inner-entry-content h6 {
  margin: 1.85em 0 0.65em;
  color: var(--aitech-content-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-transform: none;
}

body.aitech-content-surface .inner-entry-content h1:not(.entry-title):not(.page-title) {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

body.aitech-content-surface .inner-entry-content h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

body.aitech-content-surface .inner-entry-content h3 {
  font-size: clamp(1.28rem, 1.9vw, 1.65rem);
}

body.aitech-content-surface .inner-entry-content a:not(.wp-block-button__link) {
  color: #0b87ba;
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 167, 223, 0.24);
}

body.aitech-content-surface .inner-entry-content a:not(.wp-block-button__link):hover,
body.aitech-content-surface .inner-entry-content a:not(.wp-block-button__link):focus {
  color: var(--aitech-content-text);
  border-bottom-color: rgba(15, 23, 42, 0.22);
}

body.aitech-content-surface .inner-entry-content ul:not(.blocks-gallery-grid):not(.wp-block-social-links),
body.aitech-content-surface .inner-entry-content ol {
  margin: 1.6em 0;
  padding: 0;
  list-style: none;
}

body.aitech-content-surface .inner-entry-content ul:not(.blocks-gallery-grid):not(.wp-block-social-links) li,
body.aitech-content-surface .inner-entry-content ol li {
  position: relative;
  margin: 0;
  padding: 0 0 0 24px;
  color: var(--aitech-content-muted);
}

body.aitech-content-surface .inner-entry-content ul:not(.blocks-gallery-grid):not(.wp-block-social-links) li + li,
body.aitech-content-surface .inner-entry-content ol li + li {
  margin-top: 14px;
}

body.aitech-content-surface .inner-entry-content ul:not(.blocks-gallery-grid):not(.wp-block-social-links) li::before,
body.aitech-content-surface .inner-entry-content ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aitech-content-accent);
  box-shadow: 0 0 0 5px rgba(23, 167, 223, 0.12);
}

body.aitech-content-surface .inner-entry-content blockquote {
  margin: 2em 0;
  padding: 22px 24px;
  border-left: 4px solid var(--aitech-content-accent);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card-alt);
  color: var(--aitech-content-text);
}

body.aitech-content-surface .inner-entry-content hr {
  margin: 2.2em 0;
  border: 0;
  border-top: 1px solid var(--aitech-content-line);
}

body.aitech-content-surface .inner-entry-content figure,
body.aitech-content-surface .inner-entry-content .wp-block-image,
body.aitech-content-surface .inner-entry-content .wp-block-gallery,
body.aitech-content-surface .inner-entry-content table {
  margin: 2em 0;
}

body.aitech-content-surface .inner-entry-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
}

body.aitech-content-surface .inner-entry-content th,
body.aitech-content-surface .inner-entry-content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--aitech-content-border);
  text-align: left;
}

body.aitech-content-surface .inner-entry-content th {
  color: var(--aitech-content-text);
  background: var(--aitech-content-card-alt);
  font-weight: 700;
}

body.aitech-content-search .aft-archive-wrapper,
body.aitech-content-archive .aft-archive-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}

body.aitech-content-search .aft-archive-wrapper::before,
body.aitech-content-search .aft-archive-wrapper::after,
body.aitech-content-archive .aft-archive-wrapper::before,
body.aitech-content-archive .aft-archive-wrapper::after {
  display: none;
}

body.aitech-content-search .aft-archive-wrapper > article,
body.aitech-content-archive .aft-archive-wrapper > article {
  float: none;
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.aitech-content-search .aft-archive-wrapper > .aft-first-post-full,
body.aitech-content-archive .aft-archive-wrapper > .aft-first-post-full {
  grid-column: 1 / -1;
}

body.aitech-content-search .archive-grid-post,
body.aitech-content-archive .archive-grid-post {
  height: 100%;
}

body.aitech-content-search .archive-grid-post > .read-single,
body.aitech-content-archive .archive-grid-post > .read-single,
body.aitech-content-search .aft-first-post-full .read-single,
body.aitech-content-archive .aft-first-post-full .read-single {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card);
  box-shadow: var(--aitech-content-shadow-soft);
}

body.aitech-content-search .archive-grid-post .read-bg-img,
body.aitech-content-archive .archive-grid-post .read-bg-img {
  margin: 0;
  background: #dcecf5;
}

body.aitech-content-search .archive-grid-post .read-bg-img img,
body.aitech-content-archive .archive-grid-post .read-bg-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body.aitech-content-search .archive-grid-post .aft-post-image-link,
body.aitech-content-archive .archive-grid-post .aft-post-image-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: 0;
}

body.aitech-content-search .archive-grid-post .category-min-read-wrap,
body.aitech-content-archive .archive-grid-post .category-min-read-wrap {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
}

body.aitech-content-search .archive-grid-post .pad.read-details.color-tp-pad,
body.aitech-content-archive .archive-grid-post .pad.read-details.color-tp-pad {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 22px 22px 24px;
  background: transparent;
}

body.aitech-content-search .archive-grid-post .read-title h4,
body.aitech-content-archive .archive-grid-post .read-title h4 {
  margin: 0;
  color: var(--aitech-content-text);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

body.aitech-content-search .archive-grid-post .read-title h4 a,
body.aitech-content-archive .archive-grid-post .read-title h4 a {
  color: var(--aitech-content-text);
  text-decoration: none;
}

body.aitech-content-search .archive-grid-post .read-title h4 a:hover,
body.aitech-content-search .archive-grid-post .read-title h4 a:focus,
body.aitech-content-archive .archive-grid-post .read-title h4 a:hover,
body.aitech-content-archive .archive-grid-post .read-title h4 a:focus {
  color: var(--aitech-content-accent);
}

body.aitech-content-search .archive-grid-post .post-description,
body.aitech-content-archive .archive-grid-post .post-description {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 18px;
  color: var(--aitech-content-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

body.aitech-content-search .archive-grid-post .post-description > :last-child,
body.aitech-content-archive .archive-grid-post .post-description > :last-child {
  margin-bottom: 0;
}

body.aitech-content-search .archive-grid-post .post-description .aft-readmore-wrapper,
body.aitech-content-archive .archive-grid-post .post-description .aft-readmore-wrapper {
  margin-top: auto;
}

body.aitech-content-single .post-item-metadata.entry-meta {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--aitech-content-line);
}

body.aitech-content-single .tags-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: var(--aitech-content-subtle);
}

body.aitech-content-single .tags-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card-alt);
  color: var(--aitech-content-text);
  text-decoration: none;
}

body.aitech-content-single .tags-links a:hover,
body.aitech-content-single .tags-links a:focus {
  border-color: rgba(23, 167, 223, 0.28);
  color: var(--aitech-content-accent);
}

body.aitech-content-single .post-navigation {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--aitech-content-line);
}

body.aitech-content-single .post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.aitech-content-single .post-navigation .nav-previous,
body.aitech-content-single .post-navigation .nav-next {
  min-width: 0;
}

body.aitech-content-single .post-navigation a {
  display: block;
  min-height: 100%;
  padding: 18px 20px;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card-alt);
  color: var(--aitech-content-text);
  text-decoration: none;
  line-height: 1.55;
}

body.aitech-content-single .post-navigation a:hover,
body.aitech-content-single .post-navigation a:focus {
  border-color: rgba(23, 167, 223, 0.28);
  color: var(--aitech-content-accent);
}

body.aitech-content-single .post-navigation .em-post-navigation {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--aitech-content-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.aitech-content-single .promotionspace.enable-promotionspace {
  margin-top: 36px;
}

body.aitech-content-single .af-reated-posts {
  margin-top: 0;
}

body.aitech-content-single .af-reated-posts .af-title-subtitle-wrap {
  margin-bottom: 22px;
}

body.aitech-content-single .af-reated-posts .widget-title,
body.aitech-content-single .af-reated-posts .widget-title .heading-line {
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--aitech-content-text) !important;
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-transform: none;
}

body.aitech-content-single .af-reated-posts .widget-title::before,
body.aitech-content-single .af-reated-posts .widget-title::after,
body.aitech-content-single .af-reated-posts .heading-line-before,
body.aitech-content-single .af-reated-posts .heading-line-after {
  display: none !important;
}

body.aitech-content-single .af-reated-posts .af-container-row {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

body.aitech-content-single.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post,
body.aitech-content-single .af-reated-posts .col-3.float-l.pad.latest-posts-grid.af-sec-post {
  float: none;
  clear: none !important;
  width: auto !important;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

body.aitech-content-single .af-reated-posts .read-single {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card);
  box-shadow: var(--aitech-content-shadow-soft);
}

body.aitech-content-single .af-reated-posts .read-img.read-bg-img {
  margin: 0;
  height: auto !important;
  background: #dcecf5;
}

body.aitech-content-single .af-reated-posts .read-img.read-bg-img img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0;
}

body.aitech-content-single .af-reated-posts .category-min-read-wrap {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
}

body.aitech-content-single .af-reated-posts .pad.read-details.color-tp-pad {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 16px;
  padding: 22px 22px 24px;
  background: transparent;
}

body.aitech-content-single .af-reated-posts .read-title h4 {
  margin: 0;
  color: var(--aitech-content-text);
  font-size: clamp(1.18rem, 1.7vw, 1.42rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

body.aitech-content-single .af-reated-posts .read-title h4 a {
  color: var(--aitech-content-text) !important;
  text-decoration: none;
}

body.aitech-content-single .af-reated-posts .read-title h4 a:hover,
body.aitech-content-single .af-reated-posts .read-title h4 a:focus {
  color: var(--aitech-content-accent) !important;
}

body.aitech-content-single .af-reated-posts .entry-meta,
body.aitech-content-single .af-reated-posts .entry-meta span,
body.aitech-content-single .af-reated-posts .entry-meta a {
  color: var(--aitech-content-subtle) !important;
}

body.aitech-content-single .af-reated-posts .entry-meta i {
  color: var(--aitech-content-accent) !important;
}

body.aitech-content-surface .darknews-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

body.aitech-content-surface .darknews-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card);
  color: var(--aitech-content-text);
  text-decoration: none;
}

body.aitech-content-surface .darknews-pagination .page-numbers:hover,
body.aitech-content-surface .darknews-pagination .page-numbers:focus,
body.aitech-content-surface .darknews-pagination .page-numbers.current {
  border-color: rgba(23, 167, 223, 0.34);
  background: rgba(23, 167, 223, 0.1);
  color: var(--aitech-content-accent);
}

body.aitech-content-surface #primary .search-form,
body.aitech-content-surface #primary .comment-form {
  margin-top: 22px;
}

body.aitech-content-surface #primary .search-form {
  display: flex;
  align-items: stretch;
  gap: 12px;
  max-width: 640px;
}

body.aitech-content-surface #primary .search-form label {
  flex: 1 1 auto;
  margin: 0;
}

body.aitech-content-surface #primary .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}

body.aitech-content-surface #primary .comment-form .comment-notes,
body.aitech-content-surface #primary .comment-form .logged-in-as,
body.aitech-content-surface #primary .comment-form .comment-form-comment,
body.aitech-content-surface #primary .comment-form .comment-form-cookies-consent,
body.aitech-content-surface #primary .comment-form .form-submit {
  grid-column: 1 / -1;
}

body.aitech-content-surface #primary .comment-form .comment-form-cookies-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

body.aitech-content-surface #primary .comment-form .comment-form-cookies-consent input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
}

body.aitech-content-surface #primary .comment-notes,
body.aitech-content-surface #primary .logged-in-as,
body.aitech-content-surface #primary .required-field-message {
  color: var(--aitech-content-subtle);
  font-size: 0.92rem;
  line-height: 1.6;
}

body.aitech-content-surface .comments-area .comment-reply-title {
  margin: 0 0 18px;
  color: var(--aitech-content-text);
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

body.aitech-content-surface #primary input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
body.aitech-content-surface #primary input.search-field,
body.aitech-content-surface #primary textarea,
body.aitech-content-surface #primary select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: var(--aitech-content-radius);
  background: var(--aitech-content-card-alt);
  color: var(--aitech-content-text);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

body.aitech-content-surface #primary textarea {
  min-height: 180px;
  resize: vertical;
}

body.aitech-content-surface #primary input:focus,
body.aitech-content-surface #primary textarea:focus,
body.aitech-content-surface #primary select:focus {
  outline: none;
  border-color: rgba(23, 167, 223, 0.42);
  box-shadow: 0 0 0 4px rgba(23, 167, 223, 0.12);
  background: #fff;
}

body.aitech-content-surface #primary .entry-content label,
body.aitech-content-surface #primary .comment-form label,
body.aitech-content-search #primary .search-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--aitech-content-text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

body.aitech-content-surface #primary .search-form .search-submit,
body.aitech-content-surface #primary .comment-form .submit,
body.aitech-content-surface #primary .entry-content .wp-block-button__link,
body.aitech-content-surface #primary .entry-content .wp-element-button,
body.aitech-content-surface #primary .entry-content input[type="submit"],
body.aitech-content-surface #primary .entry-content button,
body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid rgba(2, 4, 0, 0.16);
  border-radius: var(--aitech-button-radius, 14px);
  background: #fff;
  color: var(--aitech-content-text);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 var(--aitech-button-fill, #000);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    color 0.3s ease,
    background-color 0.3s ease;
}

body.aitech-content-surface #primary .comment-form .submit,
body.aitech-content-surface #primary .entry-content .wp-block-button__link,
body.aitech-content-surface #primary .entry-content .wp-element-button,
body.aitech-content-surface #primary .entry-content input[type="submit"],
body.aitech-content-surface #primary .entry-content button,
body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--aitech-content-accent);
  text-underline-offset: 0.34em;
}

body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore {
  background: #fff !important;
  border-color: rgba(2, 4, 0, 0.16) !important;
  color: var(--aitech-content-text) !important;
  font-size: 0.95rem !important;
}

body.aitech-content-surface #primary .search-form .search-submit .aitech-button__label {
  border-bottom-color: var(--aitech-content-accent);
}

body.aitech-content-surface #primary .search-form .search-submit .aitech-button__icon {
  color: var(--aitech-content-accent);
}

body.aitech-content-surface #primary .search-form .search-submit:hover,
body.aitech-content-surface #primary .search-form .search-submit:focus,
body.aitech-content-surface #primary .comment-form .submit:hover,
body.aitech-content-surface #primary .comment-form .submit:focus,
body.aitech-content-surface #primary .entry-content .wp-block-button__link:hover,
body.aitech-content-surface #primary .entry-content .wp-block-button__link:focus,
body.aitech-content-surface #primary .entry-content .wp-element-button:hover,
body.aitech-content-surface #primary .entry-content .wp-element-button:focus,
body.aitech-content-surface #primary .entry-content input[type="submit"]:hover,
body.aitech-content-surface #primary .entry-content input[type="submit"]:focus,
body.aitech-content-surface #primary .entry-content button:hover,
body.aitech-content-surface #primary .entry-content button:focus,
body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore:hover,
body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore:focus {
  outline: none;
  border-color: var(--aitech-button-accent);
  color: #fff;
  box-shadow:
    inset var(--aitech-button-fill-width, 260px) 0 0 0 var(--aitech-button-fill, #000),
    var(--aitech-button-shadow-light);
  transform: translateY(-2px);
}

body.aitech-content-surface #primary .search-form .search-submit:hover .aitech-button__icon,
body.aitech-content-surface #primary .search-form .search-submit:focus .aitech-button__icon {
  color: currentColor;
}

body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore:hover,
body.aitech-content-surface #primary .aft-readmore-wrapper .aft-readmore:focus {
  border-color: var(--aitech-button-accent) !important;
  color: #fff !important;
}

body.aitech-content-search .no-results .page-content,
body.aitech-content-search .no-results .page-content p {
  color: var(--aitech-content-muted);
}

body.aitech-content-search .no-results .search-form {
  margin-top: 24px;
}

body.aitech-contact-page #primary.content-area {
  max-width: 1320px;
}

body.aitech-contact-page article.page .entry-content-wrap {
  gap: 0;
}

body.aitech-contact-page .entry-content,
body.aitech-contact-page .inner-entry-content {
  width: 100%;
  max-width: none;
}

body.aitech-contact-page .aitech-contact {
  display: grid;
  gap: 28px;
  width: 100%;
}

body.aitech-contact-page .aitech-contact__intro {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background:
    linear-gradient(180deg, rgba(23, 167, 223, 0.08), rgba(23, 167, 223, 0)),
    var(--aitech-content-card-alt);
  box-shadow: var(--aitech-content-shadow-soft);
}

body.aitech-contact-page .aitech-contact__eyebrow {
  margin: 0;
  color: var(--aitech-content-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.aitech-contact-page .aitech-contact__headline {
  margin: 14px 0 0;
  color: var(--aitech-content-text);
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.05em;
}

body.aitech-contact-page .aitech-contact__copy {
  max-width: 70ch;
  margin: 16px 0 0;
  color: var(--aitech-content-muted);
  font-size: 1rem;
  line-height: 1.8;
}

body.aitech-contact-page .aitech-contact__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 24px;
}

body.aitech-contact-page .aitech-contact__card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background:
    linear-gradient(180deg, rgba(23, 167, 223, 0.04), rgba(23, 167, 223, 0)),
    var(--aitech-content-card);
  box-shadow: var(--aitech-content-shadow-soft);
}

body.aitech-contact-page .aitech-contact__card-head h3,
body.aitech-contact-page .aitech-contact__response h4 {
  margin: 0;
  color: var(--aitech-content-text);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

body.aitech-contact-page .aitech-contact__card-head p,
body.aitech-contact-page .aitech-contact__response p {
  margin: 12px 0 0;
  color: var(--aitech-content-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

body.aitech-contact-page .aitech-contact__notice {
  margin-top: 18px;
}

body.aitech-contact-page .aitech-form-notice {
  border-radius: 16px;
  font-weight: 600;
}

body.aitech-contact-page .aitech-form-notice--success {
  border-color: rgba(16, 185, 129, 0.26);
  background: #ecfdf5;
  color: #065f46;
}

body.aitech-contact-page .aitech-form-notice--info {
  border-color: rgba(14, 165, 233, 0.28);
  background: #f0f9ff;
  color: #0c4a6e;
}

body.aitech-contact-page .aitech-form-notice--error {
  border-color: rgba(244, 63, 94, 0.28);
  background: #fff1f2;
  color: #9f1239;
}

body.aitech-contact-page .aitech-contact__form {
  margin-top: 22px;
}

body.aitech-contact-page .aitech-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.aitech-contact-page .aitech-contact__field {
  display: grid;
  gap: 8px;
}

body.aitech-contact-page .aitech-contact__field--full {
  margin-top: 18px;
}

body.aitech-contact-page .aitech-contact__field label {
  color: var(--aitech-content-text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

body.aitech-contact-page .aitech-contact__field input,
body.aitech-contact-page .aitech-contact__field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--aitech-content-border);
  border-radius: var(--aitech-content-radius);
  background: #fff;
  color: var(--aitech-content-text);
  font-size: 1rem;
  line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.aitech-contact-page .aitech-contact__field textarea {
  min-height: 200px;
  resize: vertical;
}

body.aitech-contact-page .aitech-contact__field input:focus,
body.aitech-contact-page .aitech-contact__field textarea:focus {
  border-color: rgba(23, 167, 223, 0.6);
  box-shadow: 0 0 0 3px rgba(23, 167, 223, 0.12);
  outline: none;
}

body.aitech-contact-page .aitech-contact__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  margin-top: 24px;
}

body.aitech-contact-page .aitech-contact__submit {
  min-height: 56px;
  padding: 0 24px;
}

body.aitech-contact-page .aitech-contact__submit:hover,
body.aitech-contact-page .aitech-contact__submit:focus {
  color: #fff;
}

body.aitech-contact-page .aitech-contact__meta {
  margin: 0;
  color: var(--aitech-content-subtle);
  font-size: 0.92rem;
  line-height: 1.6;
}

body.aitech-contact-page .aitech-contact__direct-email {
  min-height: 56px;
  margin-top: 22px;
  padding: 0 24px;
  justify-content: flex-start;
  max-width: 100%;
  color: var(--aitech-content-text);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
}

body.aitech-contact-page .aitech-contact__direct-email:hover,
body.aitech-contact-page .aitech-contact__direct-email:focus {
  color: #fff;
}

body.aitech-contact-page .aitech-contact__direct-email .aitech-button__label {
  display: inline;
  min-width: 0;
  white-space: normal;
  word-break: break-word;
}

body.aitech-contact-page .aitech-contact__topics {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.aitech-contact-page .aitech-contact__topics li {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--aitech-content-muted);
  line-height: 1.7;
}

body.aitech-contact-page .aitech-contact__topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--aitech-content-accent);
  transform: translateY(-50%);
}

body.aitech-contact-page .aitech-contact__response {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--aitech-content-line);
}

body.aitech-contact-page .aitech-contact__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  body.aitech-content-search .aft-archive-wrapper,
  body.aitech-content-archive .aft-archive-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.aitech-contact-page .aitech-contact__layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 991px) {
  body.aitech-content-surface #content.container-wrapper {
    padding: 0 24px 56px;
  }

  body.aitech-content-single .af-reated-posts .af-container-row,
  body.aitech-content-single .post-navigation .nav-links,
  body.aitech-content-surface #primary .comment-form {
    grid-template-columns: minmax(0, 1fr);
  }

  body.aitech-contact-page .aitech-contact__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 767px) {
  body.aitech-content-surface #content.container-wrapper {
    padding: 0 18px 44px;
  }

  body.aitech-content-surface #main.site-main {
    gap: 22px;
  }

  body.aitech-content-surface .af-breadcrumbs {
    margin-bottom: 22px;
    padding: 12px 16px;
  }

  body.aitech-content-search .aft-archive-wrapper,
  body.aitech-content-archive .aft-archive-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  body.aitech-content-single .read-img {
    padding: 12px;
  }

  body.aitech-content-surface #primary .search-form {
    flex-direction: column;
  }

  body.aitech-content-surface #primary .search-form .search-submit {
    width: 100%;
  }

  body.aitech-contact-page .aitech-contact__actions {
    align-items: stretch;
  }

  body.aitech-contact-page .aitech-contact__submit,
  body.aitech-contact-page .aitech-contact__direct-email {
    width: 100%;
  }
}
