/* Showcase Service Page — one continuous composition, shared content grid */

.showcase-service-page {
  overflow-x: hidden;
}

.showcase-service-page .wrapper {
  opacity: 1;
}

.showcase-service-page .header {
  background-color: #272737;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.42);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.42);
}

.showcase-service-page .header__item-nav,
.showcase-service-page .header__item-logo {
  opacity: 1 !important;
}

.showcase-service-page #fp-nav {
  display: none !important;
}

.showcase-service-page .section {
  height: auto !important;
  min-height: 0;
  position: relative;
  z-index: 1;
}

/* Continuous navy → blue page field (below the fixed header) */
.showcase-service-page #fullpage {
  margin-top: 0;
  position: relative;
  background: linear-gradient(180deg, #272737 0%, #2a3154 34%, #314070 68%, #365691 100%);
}

.showcase-service-page #fullpage:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/abstract-it.svg") no-repeat center 6% / cover;
  opacity: 0.32;
  pointer-events: none;
  z-index: 0;
}

.showcase-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.showcase-service-page .section .title-h1 {
  opacity: 1;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.showcase-service-page .showcase-panel .section__title {
  color: #fff;
  line-height: 1.02;
  padding: 0;
  width: 100%;
  position: relative;
  margin: 0 0 24px;
}

.showcase-service-page .showcase-panel .section__title-icon {
  fill: #fff;
  display: block;
  width: 72px;
  height: 12px;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0 0 18px;
  -webkit-transform: none;
  transform: none;
  opacity: 0.9;
}

.showcase-hero {
  padding: 200px 0 40px;
}

.showcase-hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.showcase-hero .section__contains-title {
  margin-bottom: 22px;
}

.showcase-hero .section__contains-title h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.showcase-hero .section__contains-text {
  margin: 0 auto;
  max-width: 640px;
  color: #c5cbd8;
  font-size: 17px;
  line-height: 1.7;
}

.showcase-hero .btn-wrap,
.showcase-close .btn-wrap {
  padding-left: 38px;
  display: inline-block;
  margin-top: 28px;
}

.showcase-panel {
  padding: 88px 0;
}

.showcase-panel--example {
  padding-top: 56px;
  padding-bottom: 64px;
}

.showcase-panel--offers {
  padding-top: 88px;
  padding-bottom: 72px;
}

.showcase-panel--paths {
  padding-top: 64px;
  padding-bottom: 64px;
}

.showcase-panel--connect {
  padding-top: 88px;
  padding-bottom: 72px;
}

.showcase-panel--details {
  padding-top: 88px;
  padding-bottom: 56px;
}

.showcase-panel--tech {
  padding-top: 72px;
  padding-bottom: 56px;
}

.showcase-panel--close {
  padding-top: 56px;
  padding-bottom: 96px;
}

.showcase-panel__wrap {
  width: 100%;
}

.showcase-panel__body {
  padding: 0;
  max-width: none;
  width: 100%;
  color: #c5cbd8;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 0;
}

.showcase-panel__body > p {
  margin: 0 0 36px;
  max-width: 820px;
}

.showcase-capability-list,
.showcase-tech-list {
  display: -ms-grid;
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
  gap: 22px;
}

.showcase-capability-list {
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.showcase-capability-list__item,
.showcase-tech-list__item {
  width: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.showcase-capability-list__item:nth-child(1) { grid-column: 1 / span 2; }
.showcase-capability-list__item:nth-child(2) { grid-column: 3 / span 2; }
.showcase-capability-list__item:nth-child(3) { grid-column: 5 / span 2; }
.showcase-capability-list__item:nth-child(4) { grid-column: 1 / span 3; }
.showcase-capability-list__item:nth-child(5) { grid-column: 4 / span 3; }

.showcase-tech-list {
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-capability,
.showcase-tech-card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(20, 28, 52, 0.28);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.showcase-capability {
  padding: 28px;
}

.showcase-capability:hover,
.showcase-tech-card:hover {
  border-color: rgba(20, 121, 240, 0.38);
  background: rgba(20, 28, 52, 0.4);
  -webkit-box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.showcase-capability h3,
.showcase-tech-card h3 {
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 12px;
  font-weight: 700;
}

.showcase-capability p,
.showcase-tech-card p {
  margin: 0;
  max-width: none;
  font-size: 15px;
  line-height: 1.6;
  color: #d0d5e2;
  font-weight: 400;
}

.showcase-tech-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding: 26px;
}

.showcase-tech-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.showcase-tech-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #d0d5e2;
}

/* Screenshot + copy */
.showcase-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.showcase-example__media,
.showcase-example__copy {
  padding: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.showcase-example__media {
  -webkit-box-flex: 1.22;
  -ms-flex: 1.22 1 0px;
  flex: 1.22 1 0;
  width: auto;
  max-width: none;
  margin: 0;
}

.showcase-example__copy {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  width: auto;
  max-width: none;
  color: #c5cbd8;
  font-size: 17px;
  line-height: 1.7;
}

.showcase-example__frame {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.showcase-example__frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  background: #fff;
}

.showcase-example__caption {
  margin: 12px 2px 0;
  font-size: 13px;
  line-height: 1.5;
  color: #9aa3b5;
}

.showcase-example__copy h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
}

.showcase-example__copy p {
  margin: 0 0 16px;
}

.showcase-example__copy p:last-child {
  margin-bottom: 0;
}

.showcase-offer-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 22px;
}

.showcase-offer-list__item {
  min-width: 0;
}

.showcase-panel--offers .showcase-capability {
  padding: 30px 28px;
}

.showcase-paths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 48px;
  padding: 36px 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.045);
}

.showcase-paths__intro {
  -webkit-box-flex: 1.15;
  -ms-flex: 1.15 1 0px;
  flex: 1.15 1 0;
  min-width: 0;
}

.showcase-panel--paths .section__title {
  margin-bottom: 18px;
}

.showcase-service-page .showcase-panel--paths .title-h1 {
  font-size: 34px;
  line-height: 1.18;
}

.showcase-paths__intro p {
  margin: 0;
  color: #c5cbd8;
  font-size: 16px;
  line-height: 1.7;
}

.showcase-paths__split {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}

.showcase-path {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 8px 0 8px 28px;
}

.showcase-path:first-child {
  padding-left: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.showcase-path h3 {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 14px;
  font-weight: 700;
}

.showcase-path ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.showcase-path li {
  position: relative;
  color: #d0d5e2;
  font-size: 14px;
  line-height: 1.55;
  padding: 0 0 10px 14px;
}

.showcase-path li:last-child {
  padding-bottom: 0;
}

.showcase-path li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1479f0;
}

.showcase-diagram {
  position: relative;
  max-width: 920px;
  min-height: 460px;
  margin: 8px auto 0;
}

.showcase-diagram__lines {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-filter: drop-shadow(0 0 2px rgba(20, 121, 240, 0.7)) drop-shadow(0 0 8px rgba(20, 121, 240, 0.35));
  filter: drop-shadow(0 0 2px rgba(20, 121, 240, 0.7)) drop-shadow(0 0 8px rgba(20, 121, 240, 0.35));
}

.showcase-diagram__lines line,
.showcase-diagram__lines path {
  fill: none;
  stroke: rgba(154, 196, 255, 0.55);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.showcase-diagram__node {
  position: absolute;
  z-index: 1;
  min-width: 148px;
  max-width: 190px;
  padding: 14px 16px;
  text-align: center;
  color: #d8dce8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(20, 28, 52, 0.42);
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.showcase-diagram__node--center {
  left: 50%;
  top: 46%;
  min-width: 196px;
  max-width: 220px;
  padding: 22px 18px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  border-color: rgba(20, 121, 240, 0.5);
  background: rgba(20, 88, 196, 0.28);
  -webkit-box-shadow: 0 0 36px rgba(20, 121, 240, 0.22), 0 12px 28px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 36px rgba(20, 121, 240, 0.22), 0 12px 28px rgba(0, 0, 0, 0.22);
}

.showcase-diagram__node--center strong {
  display: block;
  font-weight: 800;
}

.showcase-diagram__node--center span {
  display: block;
  opacity: 0.8;
  font-weight: 600;
  margin: 2px 0;
}

.showcase-diagram__node--api {
  left: 40%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.showcase-diagram__node--crm {
  left: 0;
  top: 28%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.showcase-diagram__node--cms {
  right: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.showcase-diagram__node--pay {
  left: 16%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.showcase-diagram__node--data {
  left: 70%;
  top: 71%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.showcase-diagram-stack {
  display: none;
  list-style: none;
  margin: 8px auto 0;
  padding: 0;
  max-width: 420px;
}

.showcase-diagram-stack li {
  position: relative;
  margin: 0 auto 22px;
  padding: 14px 16px;
  text-align: center;
  color: #d8dce8;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(20, 28, 52, 0.42);
}

.showcase-diagram-stack li:last-child {
  margin-bottom: 0;
}

.showcase-diagram-stack li:not(:last-child):after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.28);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.showcase-diagram-stack__hub {
  color: #fff !important;
  border-color: rgba(20, 121, 240, 0.5) !important;
  background: rgba(20, 88, 196, 0.28) !important;
  -webkit-box-shadow: 0 0 28px rgba(20, 121, 240, 0.18);
  box-shadow: 0 0 28px rgba(20, 121, 240, 0.18);
}

.showcase-close {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 44px;
  text-align: center;
  border: 1px solid rgba(20, 121, 240, 0.28);
  border-radius: 10px;
  background: rgba(20, 88, 196, 0.16);
  -webkit-box-shadow: 0 0 40px rgba(20, 121, 240, 0.12);
  box-shadow: 0 0 40px rgba(20, 121, 240, 0.12);
}

.showcase-close h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.showcase-close p {
  margin: 0 auto;
  max-width: 640px;
  color: #d0d5e2;
  font-size: 16px;
  line-height: 1.65;
}

@media only screen and (max-width: 1199px) {
  .showcase-container,
  .showcase-hero__inner {
    padding: 0 32px;
  }

  .showcase-hero {
    padding: 160px 0 36px;
  }

  .showcase-hero .section__contains-title h1 {
    font-size: 40px;
  }

  .showcase-service-page .section .title-h1 {
    font-size: 40px;
  }

  .showcase-panel {
    padding: 64px 0;
  }

  .showcase-panel--example {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .showcase-panel--offers,
  .showcase-panel--connect,
  .showcase-panel--details {
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .showcase-panel--paths {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .showcase-panel--tech {
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .showcase-panel--close {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .showcase-example {
    display: block;
    gap: 0;
  }

  .showcase-example__media,
  .showcase-example__copy {
    width: 100%;
    max-width: none;
  }

  .showcase-example__copy {
    margin-top: 32px;
    font-size: 16px;
  }

  .showcase-example__copy h2 {
    font-size: 30px;
  }

  .showcase-offer-list,
  .showcase-capability-list,
  .showcase-tech-list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .showcase-capability-list__item,
  .showcase-capability-list__item:nth-child(1),
  .showcase-capability-list__item:nth-child(2),
  .showcase-capability-list__item:nth-child(3),
  .showcase-capability-list__item:nth-child(4),
  .showcase-capability-list__item:nth-child(5),
  .showcase-tech-list__item {
    grid-column: auto;
  }

  .showcase-panel__body > p {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .showcase-hero .btn-wrap,
  .showcase-close .btn-wrap {
    padding-left: 0;
  }

  .showcase-service-page .showcase-panel--paths .title-h1 {
    font-size: 28px;
  }

  .showcase-paths {
    display: block;
    padding: 28px 24px;
  }

  .showcase-paths__intro {
    margin-bottom: 28px;
  }

  .showcase-path:first-child {
    padding-right: 20px;
  }

  .showcase-path {
    padding-left: 20px;
  }

  .showcase-diagram {
    min-height: 400px;
  }

  .showcase-diagram__node {
    min-width: 128px;
    max-width: 168px;
    font-size: 13px;
    padding: 12px 12px;
  }

  .showcase-diagram__node--center {
    min-width: 168px;
    max-width: 196px;
    padding: 18px 14px;
    font-size: 14px;
  }

  .showcase-close {
    padding: 32px 28px;
  }

  .showcase-close h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .showcase-container,
  .showcase-hero__inner {
    padding: 0 20px;
  }

  .showcase-hero {
    padding: 136px 0 32px;
  }

  .showcase-hero .section__contains-title {
    margin-bottom: 16px;
  }

  .showcase-hero .section__contains-title h1 {
    font-size: 32px;
    line-height: 1.22;
  }

  .showcase-hero .section__contains-text {
    font-size: 16px;
    max-width: none;
  }

  .showcase-service-page .section .title-h1 {
    font-size: 30px;
  }

  .showcase-service-page .showcase-panel .section__title {
    margin-bottom: 18px;
  }

  .showcase-service-page .showcase-panel .section__title-icon {
    width: 56px;
    height: 10px;
    margin-bottom: 12px;
  }

  .showcase-panel {
    padding: 52px 0;
  }

  .showcase-panel--example {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .showcase-panel--offers,
  .showcase-panel--connect,
  .showcase-panel--details,
  .showcase-panel--paths,
  .showcase-panel--tech {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .showcase-panel--close {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .showcase-offer-list,
  .showcase-capability-list,
  .showcase-tech-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .showcase-capability,
  .showcase-tech-card {
    padding: 22px 20px;
  }

  .showcase-capability h3,
  .showcase-tech-card h3 {
    font-size: 17px;
  }

  .showcase-panel__body > p {
    margin-bottom: 22px;
    font-size: 16px;
  }

  .showcase-example__frame {
    padding: 8px;
    border-radius: 8px;
  }

  .showcase-example__copy {
    margin-top: 24px;
    font-size: 16px;
  }

  .showcase-example__copy h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .showcase-example__caption {
    font-size: 13px;
    margin-top: 10px;
  }

  .showcase-diagram {
    display: none;
  }

  .showcase-diagram-stack {
    display: block;
  }

  .showcase-hero .btn-wrap,
  .showcase-close .btn-wrap {
    padding-left: 0;
    margin-top: 24px;
  }

  .showcase-paths {
    padding: 22px 18px;
  }

  .showcase-paths__split {
    display: block;
  }

  .showcase-path,
  .showcase-path:first-child {
    padding: 0;
    border-right: 0;
  }

  .showcase-path + .showcase-path {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .showcase-service-page .showcase-panel--paths .title-h1 {
    font-size: 26px;
  }

  .showcase-close {
    padding: 24px 18px;
  }

  .showcase-close h2 {
    font-size: 24px;
  }
}
