/**
 * IT WEBHUT — Inner pages polish (breadcrumb, sections, rhythm)
 */

body.itwh-inner-page {
  background-color: var(--black, #090a0b);
}

/* Breadcrumb hero — account for 84px sticky nav */
body.itwh-inner-page .breadcrumb-area {
  padding-top: calc(var(--itwh-nav-h, 84px) + 96px);
  padding-bottom: 88px;
}

@media only screen and (max-width: 991px) {
  body.itwh-inner-page .breadcrumb-area {
    padding-top: calc(var(--itwh-nav-h, 84px) + 72px);
    padding-bottom: 64px;
  }
}

body.itwh-inner-page .breadcrumb-area__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(36px, 5.5vw, 64px);
  letter-spacing: -0.01em;
  line-height: 1.05;
  max-width: 14ch;
}

body.itwh-inner-page .breadcrumb-area__links {
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

body.itwh-inner-page .breadcrumb-area__links a {
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

body.itwh-inner-page .breadcrumb-area__links a:hover {
  color: rgba(255, 255, 255, 0.9);
}

body.itwh-inner-page .breadcrumb-area__shape-blur {
  opacity: 0.55;
}

/* Section rhythm */
body.itwh-inner-page .section-padding {
  padding-top: clamp(72px, 8vw, 112px);
  padding-bottom: clamp(72px, 8vw, 112px);
}

body.itwh-inner-page .section-top__subtitle {
  letter-spacing: 0.12em;
}

body.itwh-inner-page .itwh-prefooter-cta {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Contact page map + form spacing */
body.itwh-inner-page--contact .contact-map-section {
  margin-top: 0;
}

body.itwh-inner-page--contact .contact.section-padding {
  padding-top: clamp(80px, 9vw, 120px);
}

/* Card grid — products & industries listings */
.itwh-card-grid__link {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
  height: 100%;
}

.itwh-card-grid__link:hover {
  border-color: rgba(109, 82, 244, 0.45);
  transform: translateY(-4px);
}

.itwh-card-grid__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.itwh-card-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.itwh-card-grid__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.itwh-card-grid__tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme, #6d52f4);
  margin-bottom: 0.5rem;
}

.itwh-card-grid__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(22px, 2.5vw, 28px);
  color: #fff;
  margin-bottom: 0.35rem;
  line-height: 1.1;
}

.itwh-card-grid__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* Blog listing & single */
.itwh-blog-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding-bottom: 1.25rem;
}

.itwh-blog-single__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(32px, 4vw, 48px);
  color: #fff;
  line-height: 1.1;
}

.itwh-blog-single__cover img {
  width: 100%;
  border-radius: 12px;
}

.itwh-blog-single__content {
  font-family: var(--font_inter, "Inter", sans-serif);
  line-height: 1.85;
  font-size: 16px;
}

.itwh-blog-single__share-label {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1rem;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.itwh-blog-single__share a {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 0.75rem;
  font-size: 18px;
}

.itwh-pagination__btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.itwh-pagination__info {
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  margin: 0 1rem;
}

/* FAQ tabs */
.itwh-faq-tabs__btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  padding: 0.45rem 1rem;
  margin: 0.25rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: all 0.2s ease;
}

.itwh-faq-tabs__btn.active,
.itwh-faq-tabs__btn:hover {
  border-color: var(--theme, #6d52f4);
  color: #fff;
}

/* Careers */
.itwh-job-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
}

.itwh-job-card__dept {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme, #6d52f4);
}

.itwh-job-card__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: 26px;
  color: #fff;
  margin: 0.5rem 0;
}

.itwh-job-card__meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.75rem;
}

.itwh-job-card__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.itwh-internship-banner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
}

.itwh-internship-banner__title {
  font-family: var(--font_teko, "Teko", sans-serif);
  font-size: clamp(24px, 3vw, 32px);
  color: #fff;
  margin-bottom: 0.5rem;
}

.itwh-internship-banner__text {
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Partners */
.itwh-partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1.5rem;
  align-items: center;
}

.itwh-partner-logo {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
}

.itwh-partner-logo img {
  max-height: 40px;
  width: auto;
  opacity: 0.75;
  filter: grayscale(1);
}

.itwh-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.itwh-product-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
