/* Survee Web Public overrides consolidated from page-level styles. */

/* Home page */
.graph-img-card {
  border-radius: 20px;
  padding: 14px;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}

.graph-img-card-title {
  font-weight: 600;
  font-size: 0.95rem;
  color: #0f172a;
  margin: 0 0 10px;
}

.graph-img-card-subtitle {
  font-size: 0.78rem;
  line-height: 1.25;
  color: #64748b;
  margin: -6px 0 10px;
}

.graph-img-card .graph-img {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.04);
}

.home-teaser-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.teaser-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 20px 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.teaser-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 10px;
}

.teaser-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.teaser-copy {
  color: #64748b;
  font-size: 0.86rem;
  line-height: 1.45;
  margin-bottom: 0;
}

.teaser-media-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.teaser-media-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  padding: 12px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.04);
}

.teaser-media-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.testimonial-sec .thumbSwiper .swiper-wrapper {
  justify-content: center;
}

.testimonial-sec .thumbSwiper .swiper-slide {
  border-radius: 999px;
  overflow: hidden;
  background: transparent;
  padding: 0;
  border: 0;
}

.testimonial-sec .thumbSwiper .swiper-slide img {
  object-fit: cover;
  border-radius: 999px;
}

[data-bs-theme="dark"] .teaser-card,
[data-bs-theme="dark"] .teaser-media-card {
  background: rgba(31, 31, 31, 0.9);
  border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .teaser-title {
  color: #f3f2f1;
}

[data-bs-theme="dark"] .teaser-copy,
[data-bs-theme="dark"] .teaser-kicker {
  color: rgba(243, 242, 241, 0.7);
}

.feature-sec.space-bottom {
  padding-bottom: 80px;
}

.feature-sec .btn-style1.v2.inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  width: auto;
}

.feature_card_one.edge-card,
.feature_card_two.edge-card {
  padding-left: 0;
  padding-right: 0;
}

.feature_card_one.edge-card .feature-content,
.feature_card_one.edge-card p,
.feature_card_two.edge-card .inner-content2 {
  padding-left: 16px;
  padding-right: 16px;
}

.feature_card_one .feature-img.edge-fit {
  margin: 0;
  width: 100%;
  border-radius: 0;
  display: block;
}

.feature_card_two .dashboard2.edge-fit {
  margin: 0;
  width: 100%;
  border-radius: 0;
  display: block;
}

[data-bs-theme="dark"] .graph-img-card {
  background: rgba(31, 31, 31, 0.9);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .graph-img-card-title {
  color: #f3f2f1;
}

[data-bs-theme="dark"] .graph-img-card-subtitle {
  color: rgba(243, 242, 241, 0.7);
}

[data-bs-theme="dark"] .graph-img-card .graph-img {
  background: rgba(255, 255, 255, 0.03);
}

/* Pricing page */
.enterprise-band {
  overflow: hidden;
  padding: 0;
}

.enterprise-copy {
  padding: 42px 44px;
}

.enterprise-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(6, 62, 157, 0.08);
  color: #063e9d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.enterprise-title {
  margin-bottom: 12px;
}

.enterprise-copy p {
  margin-bottom: 22px;
}

.enterprise-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.enterprise-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--title-color);
  font-weight: 500;
}

.enterprise-points img {
  width: 18px;
  margin-top: 2px;
}

.enterprise-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: var(--body-color);
  font-size: 15px;
}

.enterprise-visual {
  min-height: 100%;
  position: relative;
  background: linear-gradient(135deg, rgba(6, 62, 157, 0.12), rgba(6, 62, 157, 0.04));
}

.enterprise-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.enterprise-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(6, 62, 157, 0.22));
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .enterprise-copy {
    padding: 34px 28px;
  }

  .enterprise-points {
    grid-template-columns: 1fr;
  }

  .enterprise-visual {
    min-height: 240px;
  }
}

/* Article content blocks */
.article-content-blocks .article-row {
  margin: 2.5rem 0;
}

.article-content-blocks .article-row h2,
.article-content-blocks .article-row h3 {
  color: var(--title-color);
}

.article-content-blocks .article-row-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.article-content-blocks .article-row-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #f5f7fb;
}

.article-content-blocks .article-row-caption {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 12px;
}

.article-content-blocks .article-row-copy > :last-child {
  margin-bottom: 0;
}
