@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --st-navy: #050a30;
  --st-gold: #b79347;
  --st-gold-soft: #f1d256;
  --st-white: #ffffff;
  --st-ink: #1f2025;
  --st-copy: #666c86;
  --st-surface: #f7f8fc;
}

body.social-inner-page {
  background-color: #fff;
}

.st-page-wrap {
  overflow: hidden;
}

.st-page-header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  position: absolute;
  padding-top: 24px;
}

.st-page-header .xisma-header-main-menu {
  max-width: 100%;
}

.st-page-header .site-logo img {
  max-width: 220px;
  max-height: 62px;
}

.st-page-header .xis-dia-main-navigation a {
  color: #fff;
}

.st-page-hero {
  z-index: 1;
  padding: 180px 0 110px;
  background: linear-gradient(135deg, rgba(5, 10, 48, 0.97) 0%, rgba(10, 18, 74, 0.94) 100%);
}

.st-page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/digital_f/bg/bn-bg2.png");
  background-size: cover;
  background-position: center;
  opacity: 0.16;
}

.st-page-hero .container {
  position: relative;
  z-index: 2;
}

.st-page-hero-text {
  max-width: 650px;
}

.st-page-eyebrow {
  color: var(--st-gold-soft);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.st-page-hero-text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.08;
  margin: 18px 0 20px;
}

.st-page-hero-text p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  max-width: 580px;
}

.st-breadcrumb {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.st-breadcrumb a:hover {
  color: var(--st-gold-soft);
}

.st-page-hero-art {
  position: relative;
  min-height: 420px;
}

.st-float-card {
  position: absolute;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 45px rgba(3, 8, 33, 0.35);
  backdrop-filter: blur(12px);
}

.st-float-card img {
  display: block;
  width: 100%;
  height: auto;
}

.st-float-card-main {
  right: 30px;
  top: 0;
  width: 360px;
  padding: 22px;
}

.st-float-card-side {
  left: 10px;
  bottom: 26px;
  width: 190px;
  padding: 14px;
}

.st-float-card-badge {
  right: 0;
  bottom: 0;
  width: 190px;
  padding: 18px;
}

.st-float-card-badge h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 6px;
}

.st-float-card-badge p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

.st-shape-dot,
.st-shape-ring {
  position: absolute;
  z-index: 1;
}

.st-shape-dot {
  top: 120px;
  left: 2%;
  opacity: 30%;
}

.st-shape-ring {
  right: 4%;
  bottom: 40px;
}

.st-section {
  padding: 110px 0;
}

.st-section-light {
  background-color: var(--st-surface);
}

.st-section-title {
  max-width: 800px;
  margin: 0 auto 45px;
}

.st-section-title span {
  display: inline-block;
  color: var(--st-gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.st-section-title h2 {
  color: var(--st-ink);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 14px;
}

.st-section-title p {
  color: var(--st-copy);
  margin-top: 16px;
  font-size: 15px;
}

.st-split-copy {
  padding-right: 18px;
}

.st-split-copy p {
  color: var(--st-copy);
  font-size: 17px;
  line-height: 1.8;
}

.st-bullet-list {
  margin-top: 28px;
}

.st-bullet-list li {
  color: var(--st-ink);
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  padding-left: 28px;
}

.st-bullet-list li:before {
  content: "";
  left: 0;
  top: 9px;
  width: 11px;
  height: 11px;
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--st-navy) 0%, var(--st-gold) 100%);
}

.st-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.st-metric-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(10, 16, 52, 0.08);
}

.st-metric-card h3 {
  color: var(--st-navy);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 8px;
}

.st-metric-card p {
  color: var(--st-copy);
  font-size: 15px;
  line-height: 1.6;
}

.st-process-grid,
.st-service-link-grid,
.st-team-grid {
  display: grid;
  gap: 26px;
}

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

.st-service-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.st-process-card,
.st-service-link-card,
.st-team-card,
.st-study-card {
  height: 100%;
  border-radius: 26px;
  background: #fff;
  padding: 30px 26px;
  box-shadow: 0 20px 38px rgba(9, 15, 43, 0.08);
}

.st-process-card .st-step-no {
  width: 52px;
  height: 52px;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--st-navy) 0%, var(--st-gold) 100%);
}

.st-process-card h3,
.st-service-link-card h3,
.st-team-card h3,
.st-study-card h3 {
  color: var(--st-ink);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.st-process-card p,
.st-service-link-card p,
.st-team-card p,
.st-study-card p {
  color: var(--st-copy);
  line-height: 1.75;
}

.st-service-link-card {
  position: relative;
  overflow: hidden;
}

.st-service-link-card:before {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 210, 86, 0.18) 0%, rgba(241, 210, 86, 0) 72%);
}

.st-service-link-card .st-link {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  color: var(--st-navy);
  font-weight: 700;
}

.st-service-link-card .st-link i {
  margin-left: 10px;
  transition: 300ms all ease;
}

.st-service-link-card:hover .st-link i {
  transform: translateX(4px);
}

.st-visual-stack {
  position: relative;
  min-height: 520px;
}

.st-visual-stack .st-visual-main {
  width: 74%;
  padding: 20px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(7, 17, 59, 0.12);
}

.st-visual-stack .st-visual-main img {
  border-radius: 22px;
}

.st-visual-stack .st-visual-small {
  
  right: 0;
  bottom: 0;
  padding: 14px;
  position: absolute;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(7, 17, 59, 0.12);
}

.st-visual-stack .st-visual-small img {
  border-radius: 18px;
}

.st-cta-panel {
  color: #fff;
  padding: 48px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(5, 10, 48, 1) 0%, rgba(18, 29, 95, 1) 100%);
  position: relative;
  overflow: hidden;
}

.st-cta-panel.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.st-cta-panel:before {
  content: "";
  position: absolute;
  right: -120px;
  top: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(241, 210, 86, 0.18) 0%, rgba(241, 210, 86, 0) 72%);
}

.st-cta-panel h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 12px;
}

.st-cta-panel p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
  font-size: 17px;
}

.st-cta-panel.text-center p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.st-btn {
  color: #fff;
  height: 54px;
  border: none;
  display: inline-flex;
  padding: 0 28px;
  margin-top: 24px;
  font-weight: 700;
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  background: linear-gradient(30deg, var(--st-gold) 0%, var(--st-gold) 100%);
  box-shadow: 0 12px 30px rgba(183, 147, 71, 0.25);
}

.st-cta-panel.text-center .st-btn {
  align-self: center;
}

.st-btn.st-btn-dark {
  background: linear-gradient(30deg, var(--st-navy) 0%, var(--st-navy) 100%);
  box-shadow: 0 12px 30px rgba(5, 10, 48, 0.24);
}

.st-btn i {
  margin-left: 10px;
}

.st-team-card .st-team-thumb {
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 20px;
}

.st-team-card .st-team-meta {
  color: var(--st-gold);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.st-team-card ul li {
  color: var(--st-copy);
  display: block;
  margin-bottom: 8px;
}

.st-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.st-study-form-wrap {
  padding: 38px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 45px rgba(8, 18, 56, 0.08);
}

.st-study-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.st-study-form-wrap input,
.st-study-form-wrap select,
.st-study-form-wrap textarea {
  width: 100%;
  border: none;
  color: var(--st-ink);
  min-height: 58px;
  padding: 16px 20px;
  border-radius: 18px;
  background: #f6f8fc;
}

.st-study-form-wrap textarea {
  min-height: 180px;
  resize: vertical;
  grid-column: 1 / -1;
}

.st-study-form-wrap .st-full {
  grid-column: 1 / -1;
}

.st-footer-lite {
  padding: 28px 0 40px;
  border-top: 1px solid rgba(9, 15, 43, 0.08);
}

.st-footer-lite p,
.st-footer-lite a {
  color: var(--st-copy);
}

.st-footer-lite a:hover {
  color: var(--st-navy);
}

@media screen and (max-width: 1199px) {
  .st-page-hero-text h1 {
    font-size: 50px;
  }

  .st-float-card-main {
    width: 310px;
  }

  .st-process-grid,
  .st-team-grid,
  .st-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  .st-page-header {
    padding-top: 18px;
  }

  .st-page-hero {
    padding: 150px 0 80px;
  }

  .st-page-hero-art {
    margin-top: 40px;
    min-height: 380px;
  }

  .st-float-card-main {
    right: 20px;
  }

  .st-process-grid,
  .st-service-link-grid,
  .st-team-grid,
  .st-study-grid,
  .st-study-form-grid,
  .st-metric-grid {
    grid-template-columns: 1fr;
  }

  .st-split-copy {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .st-visual-stack {
    min-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .st-page-header .site-logo img {
    max-width: 150px;
    max-height: 48px;
  }

  .st-page-hero {
    padding: 130px 0 65px;
  }

  .st-page-hero-text h1 {
    font-size: 38px;
  }

  .st-page-hero-text p,
  .st-section-title p,
  .st-split-copy p,
  .st-cta-panel p {
    font-size: 15px;
  }

  .st-page-hero-art {
    min-height: 300px;
  }

  .st-float-card-main {
    width: 240px;
    right: 10px;
    padding: 14px;
  }

  .st-float-card-side {
    width: 120px;
    left: 0;
    bottom: 40px;
    padding: 10px;
  }

  .st-float-card-badge {
    width: 145px;
    padding: 14px;
  }

  .st-float-card-badge h3 {
    font-size: 26px;
  }

  .st-section {
    padding: 75px 0;
  }

  .st-section-title h2,
  .st-cta-panel h2 {
    font-size: 30px;
  }

  .st-process-card,
  .st-service-link-card,
  .st-team-card,
  .st-study-card,
  .st-study-form-wrap,
  .st-cta-panel {
    padding: 26px 20px;
  }

  .st-visual-stack {
    min-height: 320px;
  }

  .st-study-form-wrap input,
  .st-study-form-wrap select,
  .st-study-form-wrap textarea {
    min-height: 54px;
    padding: 14px 16px;
  }

  .st-study-form-wrap textarea {
    min-height: 150px;
  }
}
