section#pain h3{
	text-align:left;
	margin: 30px 0 0px 0px;
}

.ad-email-link {
	color: var(--accent);
}

.ad-email-link:hover {
	color: #8fe6ff;
}


.lg\:grid-cols-2 {
		grid-template-columns: 1fr;
		gap: 0;
		justify-items: stretch;
	}

@media (min-width: 1024px) {
	.lg\:grid-cols-2 {
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		gap: 90px;
		justify-items: center;
	}
}

@media (min-width: 768px) {
  #pricing[data-plan-count="3"] .plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}




.ad-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.75rem;
}

.single{
	display:flex;
	gap: 20px;
	margin-top: 20px;
}

.grid-distance {
    justify-items: left;
}

.ad-bullet-list-single {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.75rem;
}

.ad-bullet-item {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  color: rgba(11, 23, 34, 0.85);
  font-size: 1.05rem;
}

.ad-bullet-icon {
  color: #e14b4b;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
}

.ad-bullet-list--positive .ad-bullet-icon--positive {
  color: #2fb36c;
}

.ad-video-section {

}

.ad-video-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.ad-video-frame {
  margin: 0 auto;
}

.ad-video-player {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.ad-demo-embed {
  width: 100%;
}

.ad-iframe {
  width: 100%;
  min-height: 680px;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
}

.ad-risk-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.ad-risk-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px 18px 15px;
  border-radius: 8px;
  background: #ffffff;
  /* border: 2px solid var(--risk-border, rgba(11, 29, 58, 0.12)); */
  box-shadow: 0 12px 24px rgba(11, 29, 58, 0.08);
}

.ad-risk-step {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b1d3a;
  font-weight: 700;
  font-size: 1.05rem;
  flex: 0 0 auto;
  background: var(--risk-color, #4dd2ff);
  box-shadow: 0 10px 16px rgba(11, 29, 58, 0.16);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.ad-risk-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 600;
  color: #0b1d3a;
}

.ad-risk-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(11, 29, 58, 0.6);
  font-weight: 700;
}

.ad-risk-sub {
  display: block;
  font-weight: 500;
  color: rgba(11, 29, 58, 0.7);
  margin-top: 2px;
}

.ad-risk-item:nth-child(1) {/* --risk-color: #4dd2ff; *//* --risk-border: rgba(77, 210, 255, 0.45); */}
.ad-risk-item:nth-child(2) { --risk-color: #2aa7e0; --risk-border: rgba(42, 167, 224, 0.35); }
.ad-risk-item:nth-child(3) { --risk-color: #1b7fc6; --risk-border: rgba(27, 127, 198, 0.32); }
.ad-risk-item:nth-child(4) { --risk-color: #0f5aa3; --risk-border: rgba(15, 90, 163, 0.3); }

@media (max-width: 768px) {
  .ad-risk-item {
    /* border-radius: 24px; */
    /* align-items: flex-start; */
    /* padding-left: 64px; */
    text-align: center;
    border-radius: 8px;
  }
  .ad-risk-text {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .ad-risk-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .ad-risk-item {
    flex: 1 1 calc(50% - 18px);
    max-width: 520px;
  }
}

  a.preferto-m{
    display: none;
  }

  a.preferto{
         color: #4dd2ff;
    text-decoration: none;
  }
  a.preferto span{
    color:white;
  }

@media (max-width: 720px) {
.ad-bullet-list {
	padding:20px 30px;
	text-align:left;
}
	.single{
		display: grid;
	}

  section#home h1{
    font-size:3.5rem !important;
  }
	    .prel {
        height: 646px !important;
    }

  a.preferto-m{
        color: #4dd2ff;
        text-decoration: none;
        position: absolute;
        top: 28px;
        right: 30px;
        display: block;
  }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
.verticals-section .tile,
#verticals .tile {
  display: flex;
  flex-direction: column;
}

.verticals-section .tile .mt-4,
#verticals .tile .mt-4 {
  margin-top: auto;
}

.tile {
    border: 6px solid rgb(221 221 221 / 28%) !important;
}
/* Mobile: verticals tiles carousel (match pricing behavior) */
@media (max-width: 767.98px) {
  #verticals .verticals-tiles {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 16px 8px;
  }

  #verticals .verticals-tiles > div {
    flex: 0 0 80%;
    scroll-snap-align: center;
    min-height: 360px;
    contain: content;
  }

  #verticals .verticals-tiles::-webkit-scrollbar {
    height: 0;
    display: none;
  }
}

/* Carousel dots (pricing + verticals) */
.carousel-dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.carousel-dot {
  /* width: 8px; */
  /* height: 8px; */
  border-radius: 999px;
  background: rgba(11, 23, 34, 0.25);
  border: none;
  padding: 3px;
}

.carousel-dot.is-active {
  background: rgba(11, 23, 34, 0.9);
}

@media (max-width: 767.98px) {
  .carousel-dots {
    display: flex;
  }
}
