/* ==========================================================================
   Floatr — styles-home.css
   Generated by scripts/build_styles.py — do not edit by hand.
   Page bundle. Load after global.css.
   ========================================================================== */
@media (min-width: 640px) {.hx-planning-grid.gr-icon-card-grid {
  grid-template-columns: repeat(3, 1fr);
}
}

.hx-hero-visual-wrap {
  position: relative;
}

.hx-float-stat {
  position: absolute;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1rem;
  border-radius: 0.875rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.hx-float-stat strong {
  display: block;
  font-size: var(--text-xl);
  color: #111827;
}

.hx-float-stat span {
  font-size: var(--text-xs);
  color: #6b7280;
  font-weight: 500;
}

.hx-float-stat--top {
  top: 1rem;
  right: 1rem;
}

.hx-float-stat--bottom {
  bottom: 1rem;
  left: 1rem;
}

.hx-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.hx-hero-ctas a {
  text-decoration: none;
}

.hx-why-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 480px) {.hx-why-cards {
  grid-template-columns: repeat(2, 1fr);
}
}

.hx-model-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hx-model-stack .model-card {
  border-width: 2px;
  border-radius: var(--gr-radius);
  box-shadow: var(--gr-shadow);
  transition: transform var(--gr-transition), box-shadow var(--gr-transition);
}

.hx-model-stack .model-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--gr-shadow-hover);
}

.hx-model-stack .model-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hx-model-stack .model-icon svg {
  width: 1rem;
  height: 1rem;
}

.hx-solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.hx-solution-card {
  background: #fff;
  border-radius: var(--gr-radius);
  overflow: hidden;
  border: 2px solid #f3f4f6;
  box-shadow: var(--gr-shadow);
  transition: transform var(--gr-transition), box-shadow var(--gr-transition);
}

.hx-solution-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--gr-shadow-hover);
}

.hx-solution-card__visual {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.hx-solution-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hx-solution-card:hover .hx-solution-card__visual img {
  transform: scale(1.05);
}

.hx-solution-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: var(--text-xs);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
}

.hx-solution-card--elevate .hx-solution-card__badge {
  color: #2563eb;
}

.hx-solution-card--gig .hx-solution-card__badge {
  color: #059669;
}

.hx-solution-card__body {
  padding: 1.5rem 1.75rem 1.75rem;
}

.hx-solution-card__title {
  margin: 0 0 1rem;
  font-size: var(--heading-sm);
  font-weight: 700;
  color: #111827;
}

.hx-solution-card__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.hx-solution-card__list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-body);
  color: #4b5563;
}

.hx-solution-card__list li svg {
  width: 1rem;
  height: 1rem;
  color: var(--gr-accent);
  flex-shrink: 0;
}

.hx-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.hx-stat-card {
  text-align: center;
  padding: 1.75rem 1.25rem;
  background: #fff;
  border: 2px solid #f3f4f6;
  border-radius: var(--gr-radius);
  box-shadow: var(--gr-shadow);
  transition: transform var(--gr-transition), box-shadow var(--gr-transition);
}

.hx-stat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gr-shadow-hover);
}

.hx-stat-card__icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hx-stat-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.hx-stat-card__icon--blue {
  background: #dbeafe;
  color: #2563eb;
}

.hx-stat-card__icon--green {
  background: #dcfce7;
  color: #16a34a;
}

.hx-stat-card__icon--purple {
  background: #ede9fe;
  color: #7c3aed;
}

.hx-stat-card__icon--orange {
  background: #ffedd5;
  color: #ea580c;
}

.hx-stat-card h3 {
  margin: 0 0 0.35rem;
  font-size: var(--heading-title);
  font-weight: 700;
  color: #111827;
}

.hx-stat-card p {
  margin: 0;
  font-size: var(--text-sm);
  color: #6b7280;
  text-transform: lowercase;
}

.hx-section-cta {
  text-align: center;
  margin-top: 2rem;
}

.hx-section-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--gr-accent);
  text-decoration: none;
  transition: gap 0.2s ease;
}

.hx-section-cta a:hover {
  gap: 0.55rem;
}

.hx-careers-strip {
  position: relative;
  padding: 3.5rem 2.5rem;
  border-radius: var(--gr-radius);
  overflow: hidden;
  text-align: center;
  color: #fff;
}

.hx-careers-strip__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 18, 26, 0.92) 0%, rgba(59, 130, 246, 0.85) 100%),
    url("https://images.unsplash.com/photo-1577962917302-cd874c4e31d2?auto=format&fit=crop&w=1400&q=80") center / cover no-repeat;
  transition: transform 8s ease;
}

.hx-careers-strip:hover .hx-careers-strip__bg {
  transform: scale(1.04);
}

.hx-careers-strip__inner {
  position: relative;
  z-index: 1;
  max-width: 36rem;
  margin: 0 auto;
}

.hx-careers-strip__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hx-careers-strip__icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.hx-careers-strip h2 {
  font-size: var(--heading-title);
  font-weight: 700;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}

.hx-careers-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  background: #fff;
  color: #111827;
  font-weight: 600;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hx-careers-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.home-page .gr-cta-trust svg {
  color: #93c5fd;
}

.hx-inline-highlight {
  margin-top: 1.25rem;
}

.hx-planning-grid {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {.hx-solution-grid {
  grid-template-columns: repeat(2, 1fr);
}

.hx-stats-grid {
  grid-template-columns: repeat(4, 1fr);
}
}

@media (max-width: 767px) {.hx-float-stat--top {
  right: 0.5rem;
  top: 0.5rem;
}

.hx-float-stat--bottom {
  left: 0.5rem;
  bottom: 0.5rem;
}
}

.home-page .companies-hero.home-hero {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 58%);
}

.home-page .gr-hook.gr-hook--blue.home-quote,
.home-page .gr-hook.gr-quote-card.gr-hook--blue {
  background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
  border-left-color: var(--hook-blue);
}

.home-page .home-quote.gr-hook--blue {
  border: 1px solid #bfdbfe;
}

.home-page .companies-hero-image .prod-ins-corporate-visual,
.home-page .companies-hero-image .prod-ins-corporate-visual__frame {
  min-height: 22rem;
}

.home-page .gr-feel-item svg {
  color: #7c3aed;
}

.home-page .gr-cta-trust svg,
.home-page .home-cta-trust svg {
  color: #93c5fd;
}

.home-page blockquote.gr-hook.gr-quote-card,
.products-page blockquote.gr-hook.gr-quote-card,
.planning-page blockquote.gr-hook.gr-quote-card,
.edvisor-page blockquote.gr-hook.gr-quote-card,
.gigrise-page blockquote.gr-hook.gr-quote-card,
.elevate-plus-page blockquote.gr-hook.gr-quote-card,
.corporates-page blockquote.gr-hook.gr-quote-card {
  margin-top: 1.5rem;
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

.home-page .companies-hero-image .prod-ins-corporate-visual__frame::after {
  display: none;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }

.home-page .home-cert-grid > li {
    display: flex;
    min-width: 0;
  }

.home-page .home-cert-grid .home-cert-card--link {
    flex: 1;
    width: 100%;
  }

.home-page .home-cert-card {
    height: 100%;
  }
}

@media (min-width: 1140px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }

.home-page .home-cert-grid > li {
    display: flex;
    min-width: 0;
  }

.home-page .home-cert-grid .home-cert-card--link {
    flex: 1;
    width: 100%;
  }

.home-page .home-cert-card {
    height: 100%;
  }
}

@media (min-width: 1140px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }

.home-page .home-cert-grid > li {
    display: flex;
    min-width: 0;
  }

.home-page .home-cert-grid .home-cert-card--link {
    flex: 1;
    width: 100%;
  }

.home-page .home-cert-card {
    height: 100%;
  }
}

@media (min-width: 1140px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }

.home-page .home-cert-grid > li {
    display: flex;
    min-width: 0;
  }

.home-page .home-cert-grid .home-cert-card--link {
    flex: 1;
    width: 100%;
  }

.home-page .home-cert-card {
    height: 100%;
  }
}

@media (min-width: 1140px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }

.home-page .home-cert-grid > li {
    display: flex;
    min-width: 0;
  }

.home-page .home-cert-grid .home-cert-card--link {
    flex: 1;
    width: 100%;
  }

.home-page .home-cert-card {
    height: 100%;
  }
}

@media (min-width: 1140px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

.home-page .section-subtitle {
  max-width: 65ch;
}

.home-page .gr-lead {
  max-width: 65ch;
}

.home-page .companies-hero.home-hero {
  padding-bottom: 2rem;
}

.home-page .home-products-bar__cta.btn-hero-primary {
  min-height: 3rem;
  padding: 0 2rem;
  border-radius: 2.5rem;
  font-weight: 500;
  font-size: var(--text-body);
  line-height: 1.25;
  box-sizing: border-box;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s;
}

.home-page .home-products-bar__cta.btn-hero-primary svg {
  width: 1.25rem;
  height: 1.25rem;
}

.home-page .home-products-bar__cta.btn-hero-primary:hover {
  background: var(--color-primary-hover);
  box-shadow: 0 15px 35px var(--color-primary-shadow-md);
  transform: scale(1.05);
}

.home-page .home-careers__btn,
.home-page .home-edvisor-banner__btn {
  border-radius: 2.5rem;
  min-height: 3rem;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1139px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    align-items: stretch;
  }

.home-page .home-cert-grid > li {
    display: flex;
    min-width: 0;
  }

.home-page .home-cert-grid .home-cert-card--link {
    flex: 1;
    width: 100%;
  }

.home-page .home-cert-card {
    height: 100%;
  }
}

@media (min-width: 1140px) {
  .home-page .home-cert-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .home-page .home-hero-pills {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

.home-page .companies-hero-image .prod-ins-corporate-visual,
  .home-page .companies-hero-image .prod-ins-corporate-visual__frame {
    min-height: 0;
  }

.home-page .prod-ins-corporate-visual__frame {
    aspect-ratio: 16 / 10;
  }

.home-page .prod-ins-corporate-chip {
    font-size: 0.625rem;
    padding: 0.35rem 0.5rem;
    max-width: calc(100% - 1rem);
  }

.home-page .prod-ins-corporate-chip--trust {
    top: auto;
    bottom: 3.25rem;
    right: 0.5rem;
  }
}

[class*="visual__frame"]::after,
.pln-tax-wealth-banner::after,
.pln-ret-showcase-banner::after,
.pln-ret-lifespan-banner::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.security-badges{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:center;
    margin-left:auto;
}

.security-badges .badge{
    display:flex;
    align-items:center;
    gap:15px;
    padding:10px 20px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    background:#fff;
    transition:.25s;
    margin: 0;
}

.security-badges .badge:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.security-badges .badge-icon{
    width:30px;
    height:30px;
    border-radius:5px;
    /* background:#EEF6FF; */
    /* color:#2563eb; */
    display:flex;
    align-items:center;
    justify-content:center;
}

.security-badges .badge-icon svg{
    width:18px;
    height:18px;
}

.security-badges .badge-icon.blue {
  background: #dbeafe;
}

.security-badges .badge-icon.blue svg {
  color: #2563eb;
}

.security-badges .badge-icon.green {
  background: #DCFCE7;
}

.security-badges .badge-icon.green svg {
  color: #16A34A;
}

.security-badges .badge-icon.purple {
  background: #EDE9FE;
}

.security-badges .badge-icon.purple svg {
  color: #7C3AED;
}

.security-badges .badge-title{
    font-size:12px;
    font-weight:600;
    color:#111827;
}

.security-badges .badge-subtitle{
    font-size:10px;
    color:#6b7280;
}

/* @media (max-width: 992px) {

    .security-badges{
        margin-left:0;
        width:100%;
    }

} */

@media (max-width: 1024px) {

    .security-badges{
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:8px;
        width:100%;
    }

    .security-badges .badge{
        flex-direction:column;
        text-align:center;
        padding:10px 6px;
        gap:6px;
    }

    .security-badges .badge-title{
        font-size:11px;
    }

    .security-badges .badge-subtitle{
        font-size:9px;
    }
}

.trust-strip{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 18px 20px 18px 24px; /* extra left padding */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    overflow: hidden;
    margin-top: 1.5rem;
}

.trust-strip::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 3px;
    background: #16a34a;
    border-radius: 0 6px 6px 0;
}

.trust-text{
    flex: 0 0 330px;
    font-size: 0.9rem;      /* ~17px */
    line-height: 1.4;
    font-weight: 400;
    color: var(--neutral-500);
    white-space: normal;
}



.trust-text span{
    color: var(--color-primary);
    font-weight: 700;
}

.logo-wrapper{
  flex:1;
  overflow:hidden;
}

.logo-track{

  display:flex;
  align-items:center;

  gap:40px;

  width:max-content;

  animation: marquee 40s linear infinite;
}

.logo-track img{
  height:34px;
  width:140px;
  object-fit:contain;

  opacity:.75;
  /* filter:grayscale(100%); */
}

.more{

  flex-shrink:0;

  padding-left:24px;

  border-left:1px solid #E5E7EB;

  color:#6b7280;
}

@keyframes marquee{

  from{
      transform:translateX(0);
  }

  to{
      transform:translateX(calc(-50% - 35px));
  }

}


@media (max-width: 768px){

    .trust-strip{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 18px 20px 18px 24px;
        border-radius: 16px;
    }

    .trust-strip::before{
        width: 5px;
        top: 12px;
        bottom: 12px;
    }

    .trust-text{
        flex: none;
        max-width: 100%;
    }

    .logo-wrapper{
        width: 100%;
        order: 2;
    }

    .logo-track{
        gap: 40px;
    }

    .logo-track img{
        width: 90px;
        height: 24px;
    }

    .more{
        align-self: flex-end;
        border-left: none;
        padding-left: 0;
        font-size: 13px;
        color: #6b7280;
    }

}
