/* ==========================
        Hero css
============================= */

.sis-hero {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.sis-hero.sis-br-radius {
  overflow: hidden;
}

.sis-hero-revia {
  position: relative;
  min-height: 760px;
  padding: 150px 0 110px;
  background: #ffffff;
  isolation: isolate;
}

.sis-hero-revia-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--main-gradient-soft);
}

.sis-hero-revia .container,
.sis-hero-revia .row,
.hero-content-revia,
.hero-revia-visual {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.hero-content-revia {
  max-width: 700px;
  padding-right: 30px;
}

.hero-content-revia .sis-section-title h1 {
  max-width: 680px;
  margin-bottom: 26px;
  color: var(--heading-color);
  font-size: 4em;
  line-height: 1.08;
  letter-spacing: -1.6px;
}

.hero-content-revia .sis-section-title .sisf-subtitle {
  margin-bottom: 22px;
  padding: 8px 16px 8px 12px;
  color: var(--text-color);
  background: var(--main-gradient-soft);
  border: 1px solid rgba(22, 104, 242, 0.1);
}

.hero-content-revia .sis-section-title .sisf-subtitle::before {
  background: var(--main-gradient);
}

.hero-content-revia .sis-section-title p {
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--text-color);
  font-size: 1.2em;
  line-height: 1.8;
  text-align: left;
}

.hero-revia-actions {
  margin-top: 34px;
  margin-bottom: 0;
}

.hero-revia-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 560px;
  padding-left: 20px;
}

.hero-revia-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.65;
}

.hero-revia-orb-1 {
  top: 34px;
  right: 34px;
  width: 240px;
  height: 240px;
  background: radial-gradient(
    circle,
    rgba(24, 220, 212, 0.18) 0%,
    rgba(24, 220, 212, 0) 72%
  );
}

.hero-revia-orb-2 {
  bottom: 24px;
  left: 18px;
  width: 280px;
  height: 280px;
  background: radial-gradient(
    circle,
    rgba(22, 104, 242, 0.14) 0%,
    rgba(22, 104, 242, 0) 74%
  );
}

.hero-revia-panel {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 460px;
  margin-left: -40px;
  padding: 30px 30px 30px 40px;
  overflow: hidden;
  border: none;
  border-radius: 32px;
  box-shadow: none;
  backdrop-filter: blur(10px);
  align-content: center;
}

.hero-revia-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.92) 18%,
    rgba(255, 255, 255, 0.58) 52%,
    rgba(255, 255, 255, 0) 100%
  );
}

.hero-revia-panel-body {
  position: relative;
  z-index: 2;
}

.hero-revia-panel-body h3 {
  margin-bottom: 1.4em;
  color: var(--heading-color);
  font-size: 1.6em;
  line-height: 1.18;
  letter-spacing: -0.6px;
}

.hero-revia-panel-body p {
  margin-bottom: 2em;
  color: var(--text-color);
  font-size: 1em;
  line-height: 1.8;
}

.hero-revia-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.5;
}

.hero-revia-list li:last-child {
  margin-bottom: 0;
}

.hero-revia-list i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  color: var(--white-color);
  font-size: 12px;
  border-radius: 50%;
  background: var(--main-gradient);
  box-shadow: 0 10px 22px rgba(22, 104, 242, 0.16);
}