/* ===== Page: Giai phap ===== */

.page-solution .wrap {
  max-width: var(--page);
  overflow: hidden;
}

.sol-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eef5fb 0%, #f7f9fc 100%);
}
.sol-hero-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.sol-eco {
  padding: 50px 0px 0px 0px;
  background: #fff;
}
.sol-eco-inner {
  overflow: visible;
}
.sol-cta-icon{
  width: 30px;
  top: 2px;
  position: relative;
}
.page-solution .layers-title {
  margin: 0 auto clamp(32px, 3.6vw, 52px);
  max-width: 980px;
}

.page-solution .layers-title .row.row-reverse-2 {
  justify-content: center;
  align-items: center;
}

.sol-layout {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 0;
  gap: 50px;
  margin-bottom: 40px;
}

/* Card chẵn (2, 4, 6…) — media đứng trước; bỏ qua h2/popup sibling */
.sol-eco-inner > .sol-layout:nth-child(even of .sol-layout) .sol-media {
  order: -1;
}
.sol-card {
  position: relative;
  z-index: 1;
  flex: 1;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(29, 64, 182, 0.1);
  display: flex;
  flex-direction: column;
  min-width: 0;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s;
}
.sol-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(29, 64, 182, 0.16);
}
.sol-card-inner {
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
}
.sol-card-main {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 40px 20px 30px 20px;
 
}
.sol-card-chips{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sol-card-index {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 4px;
  gap: 20px;
}
.sol-num {
  position: relative;
  z-index: 2;
  color: var(--blue);
  font-family: Fraunces, Georgia, serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: clamp(70px, calc(var(--canvas) * 70 / 1800), 70px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.sol-tab {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  background-image: var(--fl-bg-sol-icon);
   
    height: 150px;
    width: 116px;
    background-size: contain;
    background-repeat: no-repeat;
 
}
.sol-tab-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 12% 50%;
  pointer-events: none;
}
.sol-tab-icon {
  position: relative;
  z-index: 1;
  width: clamp(28px, calc(var(--canvas) * 36 / 1800), 36px);
  height: auto;
  filter: brightness(0) invert(1);
}

.sol-card-copy {
  min-width: 0;
  flex: 1;
  padding-top: 4px;
}
.sol-card-copy h2 {
  margin: 0 0 10px;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, calc(var(--canvas) * 24 / 1800), 24px);
  letter-spacing: 0.01em;
  line-height: 1.2;
}
.sol-card-copy p {
  margin: 0 0 18px;
  color: #5a6275;
  font-size: clamp(16px, calc(var(--canvas) * 16 / 1800), 16px);
  font-weight: 400;
  margin-bottom: 0px;
}

.sol-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  justify-content: end;
    width: 80%;
    padding: 0px 30px 40px 0px;
}
.sol-chips li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  min-height: 52px;
  padding: 8px 12px 8px 14px;
  border-radius: 10px;
  background: #e8ecf8;
  color: #3a4660;
  font-size: clamp(14px, calc(var(--canvas) * 14 / 1800), 14px);
  font-weight: 700;
  line-height: 1.3;
}
.sol-chips li span {
  min-width: 0;
}
.sol-chips i {
  flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 1.5px solid #fff;
    border-radius: 5px;
    display: grid;
    place-items: center;
    color: #1d40b6;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background: #fff;
}

.sol-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 20px;
  background: linear-gradient(90deg, var(--cyan) 0%, #2f6ad6 80%, var(--blue) 100%);
  color: #fff;
  font-size: clamp(14px, calc(var(--canvas) * 16 / 1800), 16px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: filter 0.25s, letter-spacing 0.25s;
  transition: filter 0.25s, letter-spacing 0.25s;
    padding-top: 38px;
    z-index: 0;
    margin-top: -25px;
}
.sol-cta span {
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0;
}
.sol-cta:hover {
  filter: brightness(1.06);
}

.sol-media {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: clamp(210px, 22vw, 300px);
  pointer-events: none;
}
.sol-media img {
  width: 100%;
  height: auto;
  display: block;
}
/* sol-three */
.sol-three {
  padding: 50px 0px 0px 0px;
}
.sol-three-inner .layers-title{
  margin-bottom: 2dvb;
}
.sol-three .row-reverse-2 .rowmdText,.sol-four .row-reverse-2 .rowmdText{
  font-weight: 700;
  font-size: clamp(32px, calc(var(--canvas) * 32 / 1800), 32px);
  margin-top: 15px;
}
.sol-three .quote {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 40px;
}
.sol-three-content-img{
  margin: 0px auto;
  display: flex;
  justify-content: center;
    align-items: center;
    width: 910px;
}
.sol-three-content-img{
  position: relative;
}
.sol-three-content .sol-three-content-img-1{
  left: 50%;
  transform: translate(-50%, -50%);
  animation: deviceIn .9s var(--ease) .25s both, deviceFloat 4.5s ease-in-out 1.3s infinite;
}
.sol-three-content-img-2{
    top: 0;
    left: 7.2%;
}
.sol-three-content-img-3{
  left: 0px;
  top: 50%;
  transform: translateY(-47.5%);
}
.sol-three-content-img-4{
  bottom: 0px;
  left: 7.4%;
}

.sol-three-content-img-5{
  top: 0;
  right: 7.1%;
}
.sol-three-content-img-6{
  top: 50%;
  right: 0px;
  transform: translateY(-47.5%);
}
.sol-three-content-img-7{
  bottom: 0px;
  right: 7.3%;
}
.sol-three-content-item{
  position: absolute;
  cursor: pointer;
}
.sol-three-content-img-item-2{
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.sol-three-content-img-item-3{
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.sol-three-content-img-item-4{
  top: 48%;
    left: 42%;
  transform: translate(-50%, -50%);
}

.sol-three-content-img-item-5{
  top: 47%;
  right: 44%;
  transform: translate(50%, -50%);
}
.sol-three-content-img-item-6{
  top: 45%;
  right: 38%;
  transform: translate(50%, -50%);
}
.sol-three-content-img-item-7{
  bottom: 27%;
  right: 42%;
  transform: translate(50%, -50%);
}
.sol-three-content-img-item-2,.sol-three-content-img-item-3,.sol-three-content-img-item-4,.sol-three-content-img-item-5,.sol-three-content-img-item-6,.sol-three-content-img-item-7{
  position: absolute;
}
.sol-three-content-img-item-hover:hover{
  transform: translate(-50%, -50%) scale(1.05);
  transition: transform 0.3s ease;
}
.sol-three-content-img-item-hover-right:hover{
  transform: translate(50%, -50%) scale(1.05);
  transition: transform 0.3s ease;
}
.sol-three-content-img-item-text{
  font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    position: absolute;
    text-align: right;
}
.sol-three-content-item:hover .sol-three-content-img-item-text{
  color: var(--blue);
  transition: color 0.3s ease;
}
.sol-three-content-img-item-text{
  top: 50%;
  left: -70%;
  transform: translateY(-50%);
}
.sol-three-content-img-item-text-3{
  left: -63%;
}
.sol-three-content-img-item-text-4{
  left: -50%;
}
.sol-three-content-img-item-text-5{
  left: 105%;
  text-align: left;
  width: 100%;
}
.sol-three-content-img-item-text-6{
  left: 105%;
  text-align: left;
  width: 100%;
}
.sol-three-content-img-item-text-7{
  left: 105%;
  text-align: left;
  width: 100%;
}
.explore-bar-three .explore-bar{
  width: 454px;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--cyan) 0%, #2f6ad6 80%, var(--blue) 100%);
}
.sol-four{
  padding: 120px 0px 575px 0px;
  position: relative;
}
.sol-four:before{
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  height: 80px;
  background: var(--fl-bg-sol-before-four) no-repeat center center;
  left: 0px;
  background-size: contain;
}
.sol-four-content-item{
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}
.sol-four-content-item img{
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}
.page-solution .about-consult{
  margin-top: -600px;
}
.sol-four-content-item-center{
  position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 325px;
    text-align: center;
    font-size: 14px;
}
.sol-four-content-item-content{
  position: absolute;
}
.sol-four-content-item-1{
  width: 214px;
  bottom: 23%;
  left: 8%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.sol-four-content-item-2{
  width: 225px;
    top: 32%;
    left: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    transform: translateX(-50%);
}
.sol-four-content-item-3{
  width: 214px;
  bottom: 23%;
  right: 8%;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.sol-four-content-item-content span{
  color: var(--blue);
}
.sol-three-img-mobile{
  display: none;
}
@media (min-width: 1400px) {
  .sol-four {
    padding: 120px 0px 620px 0px;
  }
  .page-solution .about-consult {
    margin-top: -640px;
}
}
@media (max-width: 1100px) {

  .page-solution .layers-title {
    max-width: 100%;
    margin-bottom: 36px;
  }
  .sol-eco {
    padding: 48px 0 0;
  }
  .sol-layout {
    max-width: none;
    gap: 24px;
    margin-bottom: 48px;
  }
  .sol-media {
    width: clamp(160px, 22vw, 220px);
  }
  
  .sol-card-main {
    padding: 28px 16px 20px;
    gap: 8px;
  }

  .sol-chips {
    width: 100%;
    padding: 0 16px 28px;
    gap: 8px;
  }


  .sol-three .row-reverse-2 .rowmdText,
  .sol-four .row-reverse-2 .rowmdText {
    font-size: clamp(20px, 2.6vw, 28px);
    margin-top: 8px;
  }
  .sol-three .quote {
    margin-bottom: 28px;
    padding-inline: 1.4em;
    text-align: center;
  }
  .sol-three-content {
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .sol-three-content-img {
    width: 100%;
    max-width: 680px;
  }
  .sol-three-content-img-1 img {
    width: clamp(170px, 30vw, 250px);
    height: auto;
  }
  .sol-three-content-img-2 > img:first-child,
  .sol-three-content-img-3 > img:first-child,
  .sol-three-content-img-4 > img:first-child,
  .sol-three-content-img-5 > img:first-child,
  .sol-three-content-img-6 > img:first-child,
  .sol-three-content-img-7 > img:first-child {
    width: clamp(96px, 16vw, 150px);
    height: auto;
  }
  .sol-three-content-img-item-2,
  .sol-three-content-img-item-3,
  .sol-three-content-img-item-4,
  .sol-three-content-img-item-5,
  .sol-three-content-img-item-6,
  .sol-three-content-img-item-7 {
    width: clamp(22px, 3.6vw, 34px);
    height: auto;
  }
  .sol-three-content-img-item-text {
    font-size: 16px;
    left: -52%;
  }
  .sol-three-content-img-item-text-3 {
    left: -48%;
  }
  .sol-three-content-img-item-text-4 {
    left: -40%;
  }
  .sol-three-content-img-item-text-5,
  .sol-three-content-img-item-text-6,
  .sol-three-content-img-item-text-7 {
    left: 105%;
    text-align: left;
  }
  .explore-bar-three .explore-bar {
    width: min(454px, calc(100% - 32px));
  }
  .sol-four {
    padding: 80px 0 400px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .sol-four-content-item-center {
    width: min(260px, 32%);
    font-size: 11px;
    bottom: 8%;
  }
  .sol-four-content-item-1,
  .sol-four-content-item-3 {
    width: min(170px, 22%);
    font-size: 14px;
    bottom: 20%;
  }
  .sol-four-content-item-2 {
    width: min(180px, 24%);
    font-size: 14px;
    top: 30%;
  }
  .page-solution .about-consult {
    margin-top: -420px;
  }
}

@media (max-width: 860px) {
  .sol-three-img-mobile{
    display: block;
  }
  .sol-eco {
    padding: 28px 0 8px;
  }
  .page-solution .layers-title {
    margin-bottom: 24px;
  }
  .sol-layout {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .sol-layout:nth-child(odd) .sol-media,
  .sol-media {
    order: -1;
    width: min(220px, 58vw);
    margin: 0 auto;
    pointer-events: auto;
  }
  .sol-card {
    width: 100%;
    border-radius: 20px;
  }
  .sol-card-main {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 16px 12px;
  }


  .sol-card-copy {
    flex: 1;
    min-width: 0;
    padding-top: 0;
  }

  .sol-card-copy h2 br {
    display: none;
  }

  .sol-card-chips {
    justify-content: stretch;
  }
  .sol-chips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    padding: 12px 16px 20px;
  }

 
  .sol-three .quote {
    margin-bottom: 20px;
    padding-inline: 1.8em;
    font-size: 16px;
  }
  .sol-three-content-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
    max-width: 100%;
    width: 100%;
    position: relative;
    padding: 0px 20px 20px;
  }
  .sol-three-content-img > img {
    display: none;
  }
  .sol-three-content-item {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 8px 12px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(29, 64, 182, 0.1);
  }
  .sol-three-content-img-1 {
    grid-column: 1 / -1;
    animation: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 8px;
  }
  .sol-three-content-img-1 img {
    width: min(180px, 46vw);
    height: auto;
  }
  .sol-three-content-img-2 > img:first-child,
  .sol-three-content-img-3 > img:first-child,
  .sol-three-content-img-4 > img:first-child,
  .sol-three-content-img-5 > img:first-child,
  .sol-three-content-img-6 > img:first-child,
  .sol-three-content-img-7 > img:first-child {
    width: min(96px, 28vw);
    height: auto;
    display: none;
  }
  .sol-three-content-img-item-2,
  .sol-three-content-img-item-3,
  .sol-three-content-img-item-4,
  .sol-three-content-img-item-5,
  .sol-three-content-img-item-6,
  .sol-three-content-img-item-7 {
    position: absolute;
    top: 28%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: 28px;
    transform: translate(-50%, -50%) !important;
    display: none;
  }
  .sol-three-content-img-item-hover:hover,
  .sol-three-content-img-item-hover-right:hover {
    transform: translate(-50%, -50%) scale(1.05);
  }
  .sol-three-content-img-item-text,
  .sol-three-content-img-item-text-3,
  .sol-three-content-img-item-text-4,
  .sol-three-content-img-item-text-5,
  .sol-three-content-img-item-text-6,
  .sol-three-content-img-item-text-7 {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
    margin-top: 8px;
    text-align: center;
  }
  .explore-bar-three {
    padding: 0 16px 8px;
  }
  .explore-bar-three .explore-bar {
    width: 70%;
    max-width: 70%;
    margin-top: 0px;
  }
  .sol-four {
    padding: 110px 0 32px;
  }
  .sol-four-content-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .sol-four-content-item > img {
    display: none;
  }
  .sol-four-content-item-center,
  .sol-four-content-item-content {
    position: static;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 14px 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(29, 64, 182, 0.08);
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
  }
  .sol-four-content-item-center {
    order: 1;
    font-size: 13px;
    text-align: center;
  }
  .page-solution .about-consult {
    margin-top: 8px;
  }
}

@media (max-width: 600px) {
  .sol-card-main {
    flex-wrap: wrap;
  }
  .sol-card-copy {
    flex: 1 1 100%;
  }
  .sol-chips {
    grid-template-columns: 1fr;
  }
  .sol-four:before{
    height: 50px;
    background-size: 100% 100%;
  }
  .sol-four {
    padding: 80px 0 32px;
}
}

@media (max-width: 480px) {
  .page-solution .layers-title .xl {
    font-size: clamp(26px, 8.6vw, 34px);
  }
  .page-solution .layers-title .md {
    font-size: clamp(15px, 5.2vw, 20px);
  }
  .sol-three .row-reverse-2 .rowmdText,
  .sol-four .row-reverse-2 .rowmdText {
    font-size: clamp(16px, 4.8vw, 20px);
    text-align: center;
  }

 
  .sol-three-content-img {
    grid-template-columns: 1fr 1fr; 
    padding: 0px 20px 20px;
  }
  .sol-four-content-item-center,
  .sol-four-content-item-content {
    font-size: 13px;
  }
}

.sol-popup-open {
  overflow: hidden;
}
.sol-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 2vw, 28px);
}
.sol-popup[hidden] {
  display: none !important;
}
.sol-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 32, 72, 0.58);
}
.sol-popup-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--page);
  max-height: calc(100vh - 24px);
  overflow: auto;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(15, 32, 80, 0.22);
}
.sol-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(29, 64, 182, 0.35);
  margin: 0px;
  padding: 0px;
}
.sol-popup-close svg {
  width: 18px;
  height: 18px;
}
.sol-popup-close:hover {
  filter: brightness(1.06);
}
.sol-popup-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 380px);
  align-items: stretch;
  min-height: 420px;
}
.sol-popup-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 36px 70px 0 0px;
}
.sol-popup-main-content{
  padding-left: 70px;
}
.sol-popup-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 10.8px 16px;
  border-radius: 999px;
  background: var(--cyan);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  position: relative;
  padding-left: 22px;
}
.sol-popup-badge::before{
  content: '';
  position: absolute;
  top: -29px;
  left: -12px;
  background-image: var(--fl-bg-sol-popup-before);
  height: 110px;
  width: 33px;
}
.sol-popup-main h2 {
  margin: 0 0 22px;
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
  padding-left: 22px;
}
.sol-popup-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}
.sol-popup-features li {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 92px;
  overflow: hidden;
  border-radius: 14px;
  background-image: var(--fl-bg-sol-item-popup);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 8px 22px rgba(29, 64, 182, 0.1);
}
.sol-popup-features p {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 25px 100px 25px 30px;
  color: #333;
  font-weight: 500;
}
.sol-popup-feature-tab {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 10px;
  border-radius: 0 14px 14px 0;
}
.sol-popup-feature-num {
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.sol-popup-feature-icon {
  position: absolute;
  left: -30px;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(29, 64, 182, 0.16);
}
.sol-popup-feature-icon img {
  width: 20px;
  height: auto;
  display: block;
  filter: none;
}
.sol-popup-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 0 0 0 28px;
  background: linear-gradient(90deg, var(--cyan) 0%, #2f6ad6 80%, var(--blue) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sol-popup-cta:hover {
  filter: brightness(1.06);
}
.sol-popup-media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 28px 28px 8px;
}
.sol-popup-media img {
  width: min(100%, 340px);
  height: auto;
}

@media (max-width: 860px) {
  .sol-popup {
    padding: 10px;
    align-items: flex-end;
  }
  .sol-popup-panel {
    border-radius: 22px;
  }
  .sol-popup-grid {
    grid-template-columns: 1fr;
  }
  .sol-popup-main {
    padding: 24px 16px 0;
  }
  .sol-popup-features {
    grid-template-columns: 1fr 1fr;
  }
  .sol-popup-features p {
    padding-right: 48px;
  }
  .sol-popup-feature-tab {
    width: 42px;
  }
  .sol-popup-feature-num {
    font-size: 24px;
  }
  .sol-popup-feature-icon {
    width: 32px;
    height: 32px;
    left: -16px;
  }
  .sol-popup-feature-icon img {
    width: 18px;
  }
  .sol-popup-cta {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .sol-popup-media {
    order: -1;
    padding: 56px 16px 8px;
  }
  .sol-popup-media img {
    width: min(220px, 70vw);
  }
  .sol-popup-main-content{
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .sol-popup-features {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sol-card,
  .sol-card:hover {
    transform: none !important;
  }
}
