/* Composites homepage — CSS statico (no pipeline SCSS Odoo) */

#wrap.o_composites_home {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.o_composites_home .comp-home {
  width: 100%;
  max-width: 100%;
}

.o_composites_home .comp-home a,
.o_composites_home .comp-home a:hover {
  text-decoration: none;
}

.o_composites_home .comp-home h1,
.o_composites_home .comp-home h2,
.o_composites_home .comp-home h3,
.o_composites_home .comp-home h4 {
  font-family: "Syne", sans-serif;
}

.comp-home {
  font-family: "DM Sans", sans-serif;
  color: #0f172a;
  overflow-x: hidden;
}
.comp-home *, .comp-home *::before, .comp-home *::after {
  box-sizing: border-box;
}
.comp-home .comp-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: linear-gradient(120deg, #07101f 0%, #0f1f3d 55%, #16355f 100%);
}
.comp-home .comp-hero--strip {
  min-height: 0;
  padding: 1.35rem 0 1.5rem;
}
.comp-home .comp-hero__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(90deg, black 0%, transparent 85%);
  pointer-events: none;
  opacity: 0.7;
}
.comp-home .comp-hero__inner {
  position: relative;
  z-index: 2;
}
.comp-home .comp-hero__strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2.5rem;
  flex-wrap: wrap;
}
.comp-home .comp-hero__copy {
  flex: 1 1 280px;
  min-width: 0;
}
.comp-home .comp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.45rem;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #38bdf8;
}
.comp-home .comp-hero__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 10px #38bdf8;
}
.comp-home .comp-hero__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
  max-width: none;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}
.comp-home .comp-hero__title span {
  background: linear-gradient(90deg, #fff 0%, #38bdf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.comp-home .comp-hero__lead {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75) !important;
  max-width: 48ch;
  line-height: 1.45;
  margin: 0;
}
.comp-home .comp-hero__aside {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.85rem;
}
.comp-home .comp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
  justify-content: flex-end;
}
.comp-home .comp-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.comp-home .comp-hero__btn--primary {
  background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
  color: #07101f !important;
  box-shadow: 0 4px 16px rgba(56, 189, 248, 0.3);
}
.comp-home .comp-hero__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.4);
  color: #07101f !important;
}
.comp-home .comp-hero__btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff !important;
}
.comp-home .comp-hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}
.comp-home .comp-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.comp-home .comp-hero__stat-value {
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.comp-home .comp-hero__stat-label {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 767.98px) {
  .comp-home .comp-hero--strip {
    padding: 1.1rem 0 1.25rem;
  }
  .comp-home .comp-hero__aside {
    align-items: flex-start;
    width: 100%;
  }
  .comp-home .comp-hero__actions {
    justify-content: flex-start;
  }
}
.comp-home .comp-section {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}
.comp-home .comp-section--surface {
  background: #f4f7fb;
}
.comp-home .comp-section--dark {
  background: #07101f;
  color: #fff;
}
.comp-home .comp-section--dark .comp-section__eyebrow {
  color: #38bdf8;
}
.comp-home .comp-section--dark .comp-section__title {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.comp-home .comp-section--dark .comp-section__sub {
  color: rgba(255, 255, 255, 0.65) !important;
}
.comp-home .comp-section__head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.comp-home .comp-section__head--center {
  text-align: center;
}
.comp-home .comp-section__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a3c6e;
  margin-bottom: 0.75rem;
}
.comp-home .comp-section__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: #0f172a;
}
.comp-home .comp-section__sub {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 58ch;
  margin: 0 auto;
  line-height: 1.6;
}
.comp-home .comp-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .comp-home .comp-bento {
    grid-template-columns: 1fr 1fr;
  }
}
.comp-home .comp-cat-tile {
  position: relative;
  grid-column: span 3;
  min-height: 200px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none !important;
  display: block;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
@media (max-width: 767px) {
  .comp-home .comp-cat-tile {
    grid-column: span 1;
    min-height: 160px;
  }
}
.comp-home .comp-cat-tile--featured {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 420px;
}
@media (max-width: 991px) {
  .comp-home .comp-cat-tile--featured {
    grid-column: span 12;
    grid-row: span 1;
    min-height: 260px;
  }
}
@media (max-width: 767px) {
  .comp-home .comp-cat-tile--featured {
    grid-column: span 2;
    min-height: 200px;
  }
}
.comp-home .comp-cat-tile:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 48px rgba(7, 16, 31, 0.18);
}
.comp-home .comp-cat-tile:hover .comp-cat-tile__img {
  transform: scale(1.08);
}
.comp-home .comp-cat-tile:hover .comp-cat-tile__arrow {
  transform: translate(4px, -4px);
  opacity: 1;
}
.comp-home .comp-cat-tile__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #1a3c6e, #0f1f3d);
}
.comp-home .comp-cat-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.comp-home .comp-cat-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 16, 31, 0.88) 0%, rgba(7, 16, 31, 0.2) 55%, transparent 100%);
}
.comp-home .comp-cat-tile__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.25rem 1.5rem;
  z-index: 2;
}
.comp-home .comp-cat-tile__name {
  font-family: "Syne", sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}
.comp-home .comp-cat-tile__cta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #38bdf8 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.comp-home .comp-cat-tile__arrow {
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.comp-home .comp-rail {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 60, 110, 0.3) transparent;
}
.comp-home .comp-rail::-webkit-scrollbar {
  height: 6px;
}
.comp-home .comp-rail::-webkit-scrollbar-thumb {
  background: rgba(26, 60, 110, 0.35);
  border-radius: 3px;
}
.comp-home .comp-product-card {
  flex: 0 0 clamp(220px, 28vw, 280px);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 60, 110, 0.08);
  box-shadow: 0 4px 20px rgba(7, 16, 31, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
}
.comp-home .comp-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(7, 16, 31, 0.12);
}
.comp-home .comp-product-card:hover .comp-product-card__img {
  transform: scale(1.05);
}
.comp-home .comp-product-card:hover .comp-product-card__link {
  color: #38bdf8 !important;
}
.comp-home .comp-product-card__img-wrap {
  aspect-ratio: 1;
  background: #f4f7fb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.comp-home .comp-product-card__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}
.comp-home .comp-product-card__body {
  padding: 1rem 1.15rem 1.15rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.comp-home .comp-product-card__name {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0f172a !important;
  line-height: 1.35;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.comp-home .comp-product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.comp-home .comp-product-card__price {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #1a3c6e !important;
}
.comp-home .comp-product-card__link {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.2s ease;
}
.comp-home .comp-category-block__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.comp-home .comp-category-block__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  margin: 0;
  color: #0f172a;
}
.comp-home .comp-category-block__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a3c6e !important;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1.5px solid rgba(26, 60, 110, 0.25);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.comp-home .comp-category-block__view-all:hover {
  background: rgba(26, 60, 110, 0.06);
  border-color: #1a3c6e;
  color: #1a3c6e !important;
}
.comp-home .comp-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .comp-home .comp-values {
    grid-template-columns: 1fr;
  }
}
.comp-home .comp-value-card {
  padding: 2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.comp-home .comp-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(56, 189, 248, 0.4);
}
.comp-home .comp-value-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.2), rgba(56, 189, 248, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #38bdf8;
  margin-bottom: 1.25rem;
}
.comp-home .comp-value-card__title {
  font-family: "Syne", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  margin-bottom: 0.6rem;
}
.comp-home .comp-value-card__text {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  margin: 0;
}
.comp-home .comp-industries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .comp-home .comp-industries {
    grid-template-columns: repeat(2, 1fr);
  }
}
.comp-home .comp-industry {
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(26, 60, 110, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.comp-home .comp-industry:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(7, 16, 31, 0.1);
}
.comp-home .comp-industry__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(26, 60, 110, 0.12), rgba(56, 189, 248, 0.08));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #1a3c6e;
}
.comp-home .comp-industry__name {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
  margin: 0;
}
.comp-home .comp-brands-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.comp-home .comp-brands-track {
  display: flex;
  width: max-content;
  animation: comp-marquee 40s linear infinite;
}
.comp-home .comp-brands-track:hover {
  animation-play-state: paused;
}
.comp-home .comp-brand-chip {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1.25rem 2.5rem;
  margin: 0 0.75rem;
  min-width: 160px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(26, 60, 110, 0.08);
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.comp-home .comp-brand-chip:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 24px rgba(7, 16, 31, 0.1);
}
.comp-home .comp-brand-chip__logo {
  max-height: 48px;
  max-width: 120px;
  object-fit: contain;
}
.comp-home .comp-brand-chip__name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.comp-home .comp-cta {
  position: relative;
  padding: clamp(3.5rem, 8vw, 5rem) 0;
  background: linear-gradient(135deg, #07101f 0%, #1a3c6e 50%, #1e4976 100%);
  overflow: hidden;
}
.comp-home .comp-cta__orb {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(56, 189, 248, 0.15);
  filter: blur(100px);
  top: -200px;
  right: -100px;
  pointer-events: none;
}
.comp-home .comp-cta__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.comp-home .comp-cta__title {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.comp-home .comp-cta__text {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 2rem;
  line-height: 1.6;
}
.comp-home .comp-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.25rem;
  border-radius: 12px;
  background: #fff;
  color: #07101f !important;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.comp-home .comp-cta__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  color: #07101f !important;
}

@keyframes comp-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes comp-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes comp-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ── Catalog hub (moduli categoria) ─────────────────────── */

.comp-home .comp-catalog-hub {
  background: #eef1f6;
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.comp-home .comp-catalog-hub__inner {
  max-width: 1480px;
}

.comp-home .comp-quick-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  scrollbar-width: thin;
}

.comp-home .comp-quick-nav__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  background: #fff;
  border: 1px solid rgba(26, 60, 110, 0.1);
  border-radius: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1a3c6e !important;
  white-space: nowrap;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.comp-home .comp-quick-nav__chip:hover {
  box-shadow: 0 4px 16px rgba(7, 16, 31, 0.08);
  transform: translateY(-1px);
  color: #1a3c6e !important;
}

.comp-home .comp-quick-nav__chip--primary {
  background: #1a3c6e;
  border-color: #1a3c6e;
  color: #fff !important;
}

.comp-home .comp-quick-nav__chip--primary:hover {
  background: #153258;
  color: #fff !important;
}

.comp-home .comp-quick-nav__thumb {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 6px;
}

.comp-home .comp-module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 1199px) {
  .comp-home .comp-module-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .comp-home .comp-module-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .comp-home .comp-module-grid {
    grid-template-columns: 1fr;
  }
}

.comp-home .comp-module {
  background: #fff;
  border-radius: 14px;
  padding: 1.15rem 1.15rem 1rem;
  border: 1px solid rgba(26, 60, 110, 0.08);
  box-shadow: 0 2px 8px rgba(7, 16, 31, 0.04);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.comp-home .comp-module:hover {
  box-shadow: 0 8px 28px rgba(7, 16, 31, 0.1);
  transform: translateY(-2px);
}

.comp-home .comp-module--highlight {
  border-top: 3px solid #38bdf8;
}

@media (min-width: 992px) {
  .comp-home .comp-module--highlight {
    grid-column: span 2;
  }
}

.comp-home .comp-module__parent {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin: 0 0 0.35rem;
}

.comp-home .comp-module__title {
  font-family: "Syne", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
}

.comp-home .comp-module__title a {
  color: #0f172a !important;
}

.comp-home .comp-module__title a:hover {
  color: #1a3c6e !important;
}

.comp-home .comp-module__quad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  flex: 1;
}

.comp-home .comp-module__item {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-decoration: none !important;
  border-radius: 8px;
  padding: 0.35rem;
  transition: background 0.2s ease;
}

.comp-home .comp-module__item:hover {
  background: #f4f7fb;
}

.comp-home .comp-module__item-img {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.35rem;
}

.comp-home .comp-module__item-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.comp-home .comp-module__item:hover .comp-module__item-img img {
  transform: scale(1.04);
}

.comp-home .comp-module__item-name {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  color: #334155 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.1em;
}

.comp-home .comp-module__more {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1a3c6e !important;
}

.comp-home .comp-module__more:hover {
  color: #38bdf8 !important;
}

/*# sourceMappingURL=homepage.css.map */
