.site-slogan {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    margin-left: 1rem;
}

.main-wrapper {
    background: linear-gradient(180deg, #F7FAFF 0%, #F1F5FB 100%);
    flex-grow: 1;
}
#main {
    background: #F2F2F200;
}
.main-container {
    gap: 2rem;
}

/* Background + surfaces */
.cs-bg{
  background: linear-gradient(180deg, #F7FAFF 0%, #F1F5FB 100%);
}
.cs-surface{
  background:#fff;
  border:1px solid #E6ECF5;
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}
.cs-hero-media{
  background: radial-gradient(120% 120% at 20% 10%, #F7FAFF 0%, #EEF3FB 65%, #EAF0FA 100%);
  border-radius: 1.25rem;
  border: 1px solid #E6ECF5;
}

/* Icon pills */
.cs-icon{
  width:44px; height:44px;
  border-radius: 12px;
  display:flex; align-items:center; justify-content:center;
  background:#EEF4FF;
  color:#1D4ED8;
  flex: 0 0 44px;
}
.cs-appicon{
  width:56px; height:56px;
  border-radius: 16px;
  display:inline-flex; align-items:center; justify-content:center;
  background:#EEF4FF;
  color:#1D4ED8;
  font-size: 1.4rem;
}

/* Link-card hover */
.cs-cardlink{ text-decoration:none; }
.cs-cardlink:hover{
  transform: translateY(-2px);
  transition: transform .15s ease;
}

/* Dark CTA band */
.cs-cta{
  background: radial-gradient(120% 120% at 10% 0%, #1E3A8A 0%, #0B1B3A 75%);
}

#last-section {
    display: none;
}

.quote, .catalogue {
  text-decoration: none;
  text-align: center;
  width: 100%;
  border-radius: 1rem;
  box-shadow: 2px 2px 4px 0px #697083;
}

.quote {
  border-color: var(--color-primary);
}

.catalogue {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

div#block-tara-actionbuttons {
  background-color: unset;
  box-shadow: unset;
  padding: 0px 2rem;
}

div#sidebar-left {
  border-right: 1px solid lightgray;
}
