body.page-index {
  background: #f3f4f7;
}

body.page-index #header,
body.page-index #footer,
body.page-index .breadcrumb,
body.page-index #notifications,
body.page-index .page-footer {
  display: none !important;
}

body.page-index #wrapper,
body.page-index #main,
body.page-index #content-wrapper,
body.page-index #content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.page-index #wrapper {
  padding-top: 0;
}

body.page-index #wrapper > .container {
  width: 100%;
  max-width: none;
  padding: 0 12px;
}

body.page-index #wrapper > .container > .row {
  margin: 0;
}

body.page-index #content-wrapper[class] {
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  padding: 0;
}

.skrupt-homepage-2026 {
  color: #0d1118;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
}

.sk2026-shell {
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 10px 0 44px;
}

.sk2026-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid #eaedf3;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(13, 17, 24, 0.04);
}

.sk2026-panel--light,
.sk2026-panel--expertises {
  background: linear-gradient(180deg, #fff 0%, #fcfcfe 100%);
}

.sk2026-panel--dark {
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, #0b0d13 0%, #0a0c12 100%);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 60px rgba(5, 7, 12, 0.22);
}

.sk2026-panel__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px 36px 18px;
}

.sk2026-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #11151c;
  font-weight: 800;
}

.sk2026-brand:hover,
.sk2026-brand:focus {
  color: #11151c;
}

.sk2026-brand--dark,
.sk2026-brand--dark:hover,
.sk2026-brand--dark:focus {
  color: #fff;
}

.sk2026-brand .skrupt-brand-logo__svg {
  width: 170px;
}

.sk2026-panel--dark .sk2026-brand .skrupt-brand-logo__svg {
  width: 164px;
}

.sk2026-brand__glyph {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ff4c5c;
  font-size: 1.8rem;
  line-height: 1;
}

.sk2026-brand__brace {
  display: inline-block;
}

.sk2026-brand__dots {
  display: inline-flex;
  gap: 3px;
  transform: translateY(1px);
}

.sk2026-brand__dots i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
}

.sk2026-brand__word {
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.sk2026-brand__word span {
  color: #ff4c5c;
}

.sk2026-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.sk2026-nav a {
  color: #181d26;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.sk2026-nav a:hover,
.sk2026-nav a:focus {
  color: #ff4c5c;
}

.sk2026-nav--dark a {
  color: rgba(255, 255, 255, 0.9);
}

.sk2026-cta,
.sk2026-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.sk2026-cta:hover,
.sk2026-cta:focus,
.sk2026-button:hover,
.sk2026-button:focus {
  transform: translateY(-1px);
}

.sk2026-cta--dark,
.sk2026-button--dark {
  color: #fff;
  background: #11151c;
}

.sk2026-cta--dark:hover,
.sk2026-cta--dark:focus,
.sk2026-button--dark:hover,
.sk2026-button--dark:focus {
  color: #fff;
  background: #0b0f16;
}

.sk2026-cta--outline {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.sk2026-cta--outline:hover,
.sk2026-cta--outline:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
}

.sk2026-cta--accent,
.sk2026-button--accent {
  color: #fff;
  background: linear-gradient(135deg, #ff4c5c 0%, #ff5b6d 100%);
}

.sk2026-cta--accent:hover,
.sk2026-cta--accent:focus,
.sk2026-button--accent:hover,
.sk2026-button--accent:focus {
  color: #fff;
  background: linear-gradient(135deg, #ff4255 0%, #ff5267 100%);
}

.sk2026-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(580px, 1.18fr);
  align-items: center;
  gap: 30px;
  padding: 20px 36px 24px;
}

.sk2026-copy h1,
.sk2026-copy h2,
.sk2026-expertises__intro h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.93;
}

.sk2026-copy h1 {
  margin-bottom: 22px;
  font-size: clamp(4.15rem, 4.9vw, 5.75rem);
}

.sk2026-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(3.8rem, 4.6vw, 5.2rem);
}

.sk2026-copy h1 span:last-child,
.sk2026-copy h2 span:last-child,
.sk2026-expertises__intro h2 span {
  color: #ff4c5c;
}

.sk2026-copy p,
.sk2026-expertises__intro p {
  max-width: 24rem;
  margin: 0;
  color: #626b7b;
  font-size: 1rem;
  line-height: 1.62;
}

.sk2026-copy--dark p {
  color: rgba(255, 255, 255, 0.82);
}

.sk2026-copy--dark h2,
.sk2026-panel--dark .sk2026-nav a,
.sk2026-panel--dark .sk2026-brand__word {
  color: #fff;
}

.sk2026-eyebrow {
  margin: 0 0 18px;
  color: #ff4c5c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sk2026-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.sk2026-link {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #141922;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.sk2026-link:hover,
.sk2026-link:focus {
  color: #ff4c5c;
}

.sk2026-hero-art {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 0;
}

.sk2026-hero-art__image {
  display: block;
  width: min(100%, 760px);
  height: auto;
}

.sk2026-stack {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 14px 36px 26px;
}

.sk2026-stack span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #9a9fad;
  font-size: 0.96rem;
  font-weight: 700;
}

.sk2026-stack svg,
.sk2026-card__icon svg,
.sk2026-metric__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sk2026-stack span img,
.sk2026-metric__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sk2026-impact {
  display: grid;
  grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  padding: 6px 28px 0;
}

.sk2026-network {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: transparent;
}

.sk2026-network__image {
  display: block;
  width: min(100%, 980px);
  height: auto;
}

.sk2026-impact-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sk2026-impact-metrics article {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 88px;
  padding: 0 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.sk2026-impact-metrics article:first-child {
  border-left: 0;
}

.sk2026-metric__icon {
  width: 22px;
  color: rgba(255, 255, 255, 0.82);
  flex: 0 0 auto;
}

.sk2026-impact-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 1rem;
}

.sk2026-impact-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.sk2026-panel--expertises .sk2026-panel__header {
  padding-bottom: 8px;
}

.sk2026-expertises {
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
  gap: 30px;
  padding: 10px 36px 0;
}

.sk2026-expertises__intro {
  padding-top: 30px;
}

.sk2026-expertises__intro h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 3.85vw, 4.15rem);
}

.sk2026-expertises__intro p {
  margin-bottom: 30px;
  max-width: 25rem;
}

.sk2026-expertises__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.sk2026-card {
  position: relative;
  min-height: 232px;
  padding: 24px 22px 26px;
  border: 1px solid #ebeef4;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #fefeff 100%);
}

.sk2026-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #11161d;
}

.sk2026-card__icon svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.6;
}

.sk2026-card__icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.sk2026-card__icon svg .sk2026-svg-accent {
  fill: #ff4c5c;
  stroke: none;
}

.sk2026-card h3 {
  margin: 0 0 14px;
  color: #131820;
  font-size: 0.98rem;
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.sk2026-card__title-link,
.sk2026-card__title-link:hover,
.sk2026-card__title-link:focus {
  color: inherit;
  text-decoration: none;
}

.sk2026-card__title-link:hover,
.sk2026-card__title-link:focus {
  color: #ff4c5c;
}

.sk2026-card p {
  margin: 0;
  color: #666f80;
  font-size: 0.9rem;
  line-height: 1.62;
}

.sk2026-card__arrow {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #ff4c5c;
  font-size: 1.12rem;
  font-weight: 800;
}

.sk2026-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 26px 36px 0;
  background: #f8f8fb;
  border: 1px solid #ebeef4;
  border-radius: 10px;
}

.sk2026-stats article {
  padding: 26px 18px;
  text-align: center;
  border-left: 1px solid #e5e8ef;
}

.sk2026-stats article:first-child {
  border-left: 0;
}

.sk2026-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #11161d;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.sk2026-stats span {
  color: #666f80;
  font-size: 0.93rem;
}

.sk2026-dots {
  width: 118px;
  height: 118px;
  margin: 16px 26px 22px auto;
  background-image: radial-gradient(#ff5b6d 1.35px, transparent 1.35px);
  background-size: 14px 14px;
}

@media (max-width: 1239px) {
  .sk2026-panel__header {
    grid-template-columns: auto 1fr;
    gap: 16px 24px;
  }

  .sk2026-panel__header .sk2026-nav {
    justify-content: flex-end;
    gap: 26px;
  }

  .sk2026-panel__header .sk2026-cta {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .sk2026-hero,
  .sk2026-impact,
  .sk2026-expertises {
    grid-template-columns: 1fr;
  }

  .sk2026-copy p,
  .sk2026-expertises__intro p {
    max-width: 36rem;
  }

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

@media (max-width: 991px) {
  body.page-index #wrapper > .container {
    padding: 0 10px;
  }

  .sk2026-shell {
    padding-bottom: 28px;
  }

  .sk2026-panel {
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .sk2026-panel__header,
  .sk2026-hero,
  .sk2026-impact,
  .sk2026-expertises,
  .sk2026-stack {
    padding-left: 22px;
    padding-right: 22px;
  }

  .sk2026-panel__header {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .sk2026-panel__header .sk2026-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 22px;
    flex-wrap: wrap;
  }

  .sk2026-hero {
    gap: 18px;
    padding-top: 12px;
  }

  .sk2026-hero-art,
  .sk2026-network {
    justify-content: center;
  }

  .sk2026-hero-art__image,
  .sk2026-network__image {
    width: 100%;
  }

  .sk2026-copy h1,
  .sk2026-copy h2,
  .sk2026-expertises__intro h2 {
    font-size: clamp(3.2rem, 7.5vw, 4.4rem);
  }

  .sk2026-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 14px;
  }

  .sk2026-impact-metrics,
  .sk2026-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sk2026-impact-metrics article:nth-child(3),
  .sk2026-stats article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  body.page-index #wrapper > .container {
    padding: 0 8px;
  }

  .sk2026-panel__header,
  .sk2026-hero,
  .sk2026-impact,
  .sk2026-expertises,
  .sk2026-stack {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sk2026-panel__header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 18px;
    padding-bottom: 14px;
  }

  .sk2026-panel__header .sk2026-cta {
    width: 100%;
  }

  .sk2026-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 2px;
  }

  .sk2026-nav::-webkit-scrollbar {
    display: none;
  }

  .sk2026-hero,
  .sk2026-impact,
  .sk2026-expertises {
    gap: 22px;
    padding-bottom: 18px;
  }

  .sk2026-copy h1,
  .sk2026-copy h2,
  .sk2026-expertises__intro h2 {
    font-size: clamp(2.55rem, 11vw, 3.45rem);
  }

  .sk2026-copy p,
  .sk2026-expertises__intro p {
    font-size: 0.98rem;
  }

  .sk2026-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sk2026-button,
  .sk2026-link {
    width: 100%;
    justify-content: center;
  }

  .sk2026-link {
    min-height: 50px;
    border: 1px solid #ebeef4;
    border-radius: 10px;
    text-decoration: none;
  }

  .sk2026-hero-art__image,
  .sk2026-network__image {
    width: min(100%, 640px);
  }

  .sk2026-stack,
  .sk2026-impact-metrics,
  .sk2026-stats,
  .sk2026-expertises__grid {
    grid-template-columns: 1fr;
  }

  .sk2026-stack span {
    justify-content: flex-start;
  }

  .sk2026-impact-metrics article,
  .sk2026-stats article {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .sk2026-stats article {
    border-top-color: #e5e8ef;
  }

  .sk2026-impact-metrics article:first-child,
  .sk2026-stats article:first-child {
    border-top: 0;
  }

  .sk2026-impact-metrics article {
    min-height: 84px;
    padding: 18px;
  }

  .sk2026-stats {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sk2026-dots {
    width: 92px;
    height: 92px;
    margin-right: 18px;
    margin-bottom: 18px;
  }
}
