/* =============================================================================
 * Clustraly  pages fonctionnalités : mise en page "landing" + bibliothèque
 * d'illustrations animées (14 motifs). Chargée en plus de site.css.
 * Thème-aware (variables site.css). reduced-motion neutralise les animations.
 * ========================================================================== */

/* ---- HÉROS PAGE ENFANT ---- */
.fhero {
  padding: 22px 0 8px;
}
.fhero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}
.fhero .eyebrow {
  display: block;
  margin-bottom: 14px;
}
.fhero h1 {
  font-size: clamp(30px, 6.2vw, 50px);
}
.fhero .lead {
  font-size: clamp(18px, 2.3vw, 21px);
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 18px 0 0;
  font-family: var(--font-serif);
  max-width: 40ch;
}
.fhero .lead b,
.fhero .lead strong {
  font-family: var(--font-body);
  font-weight: 600;
  color: var(--ink);
}
.fhero .sub {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 16.5px;
  max-width: 52ch;
}
.fhero .hero-cta {
  margin-top: 24px;
}
@media (min-width: 940px) {
  .fhero {
    padding: 34px 0 20px;
  }
  .fhero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
  }
}

/* ---- LIGNES DE FONCTIONNALITÉS ALTERNÉES ---- */
.frow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: center;
  padding: 44px 0;
}
.frow + .frow {
  border-top: 1px solid var(--hair);
}
.frow .fcopy .eyebrow {
  display: block;
  margin-bottom: 10px;
}
.frow .fcopy h2 {
  font-size: clamp(23px, 3.4vw, 32px);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.frow .fcopy p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 12px;
}
.frow .fcopy p b,
.frow .fcopy p strong {
  color: var(--ink);
  font-weight: 600;
}
.checks {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 14px 0 6px;
}
.checks li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.5;
}
.checks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand-bg);
}
.checks li::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--brand-ink);
  border-bottom: 2px solid var(--brand-ink);
  transform: rotate(-45deg);
}
.mini-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
  color: var(--brand-ink);
}
.mini-cta svg {
  width: 15px;
  height: 15px;
  transition: transform 0.2s;
}
.mini-cta:hover svg {
  transform: translateX(3px);
}
@media (min-width: 860px) {
  .frow {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    padding: 60px 0;
  }
  .frow.alt .fviz-wrap {
    order: -1;
  }
}

/* ---- CADRE ILLUSTRATION ---- */
.fviz {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(120% 120% at 72% 14%, var(--brand-bg), transparent 60%),
    var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-m);
}
.fhero .fviz {
  aspect-ratio: 1/1;
}
.fviz::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(60% 55% at 50% 42%, var(--glow), transparent 72%);
  opacity: 0.35;
  mix-blend-mode: screen;
}
.il {
  position: relative;
  width: 72%;
  height: 72%;
  display: grid;
  place-items: center;
}
.il * {
  box-sizing: border-box;
}
.il svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.stroke {
  stroke: var(--brand-1);
}
.grad-s {
  stroke: url(#fg);
}
.grad-f {
  fill: url(#fg);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 1  WRITING / génération IA */
.il-writing {
  gap: 12px;
  flex-direction: column;
  align-content: center;
  justify-items: stretch;
  width: 78%;
}
.il-writing .ln {
  display: block;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--brand-1), var(--brand-2));
  width: 0;
  animation: type 3.6s infinite;
}
.il-writing .ln:nth-child(1) {
  animation-delay: 0s;
  max-width: 100%;
}
.il-writing .ln:nth-child(2) {
  animation-delay: 0.5s;
  max-width: 82%;
}
.il-writing .ln:nth-child(3) {
  animation-delay: 1s;
  max-width: 60%;
}
.il-writing .ln:nth-child(4) {
  animation-delay: 1.5s;
  max-width: 90%;
}
.il-writing .spark {
  position: absolute;
  right: -6%;
  top: -14%;
  width: 26px;
  height: 26px;
  background: conic-gradient(
    from 0deg,
    var(--brand-1),
    var(--brand-2),
    var(--brand-1)
  );
  border-radius: 50%;
  filter: drop-shadow(0 0 8px var(--glow));
  animation:
    spin 4s linear infinite,
    pulse 2s ease-in-out infinite;
}
.il-writing .spark::before {
  content: '';
  position: absolute;
  inset: 5px;
  background: var(--surface);
  border-radius: 50%;
}
@keyframes type {
  0% {
    width: 0;
  }
  18%,
  80% {
    width: var(--w, 100%);
  }
  100% {
    width: 0;
  }
}
.il-writing .ln {
  --w: 100%;
}
.il-writing .ln:nth-child(2) {
  --w: 82%;
}
.il-writing .ln:nth-child(3) {
  --w: 60%;
}
.il-writing .ln:nth-child(4) {
  --w: 90%;
}

/* 2  GRAPH / cocon */
.il-graph .node {
  fill: var(--surface);
  stroke: url(#fg);
  stroke-width: 2.4;
  transform-box: fill-box;
  transform-origin: center;
  animation: npulse 2.6s ease-in-out infinite;
}
.il-graph .node.core {
  fill: url(#fg);
  stroke: none;
}
.il-graph .node:nth-child(2) {
  animation-delay: 0.2s;
}
.il-graph .node:nth-child(3) {
  animation-delay: 0.5s;
}
.il-graph .node:nth-child(4) {
  animation-delay: 0.8s;
}
.il-graph .node:nth-child(5) {
  animation-delay: 1.1s;
}
.il-graph .lnk {
  stroke: url(#fg);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  opacity: 0.5;
  animation: dash 1.4s linear infinite;
}
@keyframes npulse {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -24;
  }
}

/* 3  GAUGE / score */
.il-gauge .track {
  fill: none;
  stroke: var(--hair);
  stroke-width: 12;
}
.il-gauge .fill {
  fill: none;
  stroke: url(#fg);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  animation: gauge 3s ease-in-out infinite;
}
.il-gauge .val {
  font-family: var(--font-display);
  font-weight: 800;
  fill: var(--ink);
  font-size: 38px;
}
.il-gauge .lab {
  font-family: var(--font-mono);
  fill: var(--muted);
  font-size: 12px;
  letter-spacing: 0.12em;
}
@keyframes gauge {
  0% {
    stroke-dashoffset: 314;
  }
  55%,
  80% {
    stroke-dashoffset: 60;
  }
  100% {
    stroke-dashoffset: 314;
  }
}

/* 4  FLOW / workflow, file */
.il-flow {
  width: 88%;
}
.il-flow .track {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: var(--hair);
  margin: 0 6%;
}
.il-flow .stg {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--brand-1);
  animation: stg 3.2s ease-in-out infinite;
}
.il-flow .stg:nth-child(1) {
  left: 0;
}
.il-flow .stg:nth-child(2) {
  left: 33%;
  animation-delay: 0.4s;
}
.il-flow .stg:nth-child(3) {
  left: 66%;
  animation-delay: 0.8s;
}
.il-flow .stg:nth-child(4) {
  left: 100%;
  animation-delay: 1.2s;
}
.il-flow .tok {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--brand-1), var(--brand-2));
  box-shadow: 0 0 10px var(--glow);
  animation: tok 3.2s ease-in-out infinite;
}
@keyframes stg {
  0%,
  100% {
    background: var(--surface);
    transform: scale(1);
  }
  50% {
    background: var(--brand-1);
    transform: scale(1.25);
  }
}
@keyframes tok {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.il-flow .lbls {
  display: flex;
  justify-content: space-between;
  margin: 14px 6% 0;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-transform: uppercase;
}

/* 5  SHIELD / sécurité */
.il-shield .sh {
  fill: var(--brand-bg);
  stroke: url(#fg);
  stroke-width: 2.6;
}
.il-shield .ck {
  fill: none;
  stroke: url(#fg);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: draw 3s ease-in-out infinite;
}
.il-shield .ring {
  fill: none;
  stroke: var(--brand-1);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: ring 3s ease-out infinite;
}
@keyframes draw {
  0%,
  20% {
    stroke-dashoffset: 40;
  }
  45%,
  80% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 40;
  }
}
@keyframes ring {
  0% {
    opacity: 0.6;
    transform: scale(0.7);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}

/* 6  MEDIA / médiathèque */
.il-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  width: 80%;
  height: 80%;
}
.il-media .tile {
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-bg), var(--surface-2));
  border: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: pop 3.4s ease-in-out infinite;
}
.il-media .tile:nth-child(1) {
  animation-delay: 0s;
}
.il-media .tile:nth-child(2) {
  animation-delay: 0.25s;
}
.il-media .tile:nth-child(3) {
  animation-delay: 0.5s;
}
.il-media .tile:nth-child(4) {
  animation-delay: 0.75s;
}
.il-media .tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 40%,
    var(--glow) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  animation: shine 3.4s ease-in-out infinite;
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  20%,
  85% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes shine {
  0%,
  40% {
    transform: translateX(-120%);
  }
  70%,
  100% {
    transform: translateX(120%);
  }
}

/* 7  SEARCH / recherche, crawl */
.il-search {
  width: 82%;
}
.il-search .row {
  height: 12px;
  border-radius: 6px;
  background: var(--surface-2);
  border: 1px solid var(--hair);
  margin: 10px 0;
  animation: hl 3s ease-in-out infinite;
}
.il-search .row:nth-child(2) {
  animation-delay: 0.4s;
}
.il-search .row:nth-child(3) {
  animation-delay: 0.8s;
}
.il-search .row:nth-child(4) {
  animation-delay: 1.2s;
}
.il-search .lens {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 40px;
  height: 40px;
  animation: sweep 3s ease-in-out infinite;
}
.il-search .lens circle {
  fill: none;
  stroke: url(#fg);
  stroke-width: 3;
}
.il-search .lens line {
  stroke: url(#fg);
  stroke-width: 3;
  stroke-linecap: round;
}
@keyframes hl {
  0%,
  100% {
    background: var(--surface-2);
  }
  50% {
    background: var(--brand-bg);
  }
}
@keyframes sweep {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-140%, 120%);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* 8  CART / boutique */
.il-cart .cart {
  stroke: url(#fg);
  stroke-width: 2.6;
  fill: none;
}
.il-cart .card {
  fill: var(--brand-bg);
  stroke: url(#fg);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  animation: slidein 3.2s ease-in-out infinite;
}
.il-cart .ck {
  fill: none;
  stroke: url(#fg);
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 22;
  stroke-dashoffset: 22;
  animation: draw 3.2s ease-in-out infinite;
}
@keyframes slidein {
  0% {
    transform: translate(30px, -20px);
    opacity: 0;
  }
  30%,
  80% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: translate(30px, -20px);
    opacity: 0;
  }
}

/* 9  VOICE / assistant vocal */
.il-voice {
  display: flex;
  gap: 6px;
  align-items: flex-end;
  height: 46%;
}
.il-voice .bar {
  width: 9px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-2));
  height: 24%;
  animation: eq 1.1s ease-in-out infinite;
}
.il-voice .bar:nth-child(2) {
  animation-delay: 0.15s;
}
.il-voice .bar:nth-child(3) {
  animation-delay: 0.3s;
}
.il-voice .bar:nth-child(4) {
  animation-delay: 0.45s;
}
.il-voice .bar:nth-child(5) {
  animation-delay: 0.6s;
}
.il-voice .bar:nth-child(6) {
  animation-delay: 0.3s;
}
.il-voice .bar:nth-child(7) {
  animation-delay: 0.15s;
}
.il-voice .mic {
  position: absolute;
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  color: var(--brand-ink);
}
@keyframes eq {
  0%,
  100% {
    height: 22%;
  }
  50% {
    height: 96%;
  }
}

/* 10  CHART / analytics */
.il-chart {
  display: flex;
  align-items: flex-end;
  gap: 11px;
  height: 60%;
  width: 80%;
}
.il-chart .bar {
  flex: 1;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--brand-1), var(--brand-2));
  transform-origin: bottom;
  transform: scaleY(0.2);
  animation: grow 3.2s ease-in-out infinite;
}
.il-chart .bar:nth-child(1) {
  animation-delay: 0s;
  --h: 0.5;
}
.il-chart .bar:nth-child(2) {
  animation-delay: 0.15s;
  --h: 0.75;
}
.il-chart .bar:nth-child(3) {
  animation-delay: 0.3s;
  --h: 0.55;
}
.il-chart .bar:nth-child(4) {
  animation-delay: 0.45s;
  --h: 0.95;
}
.il-chart .bar:nth-child(5) {
  animation-delay: 0.6s;
  --h: 0.7;
}
@keyframes grow {
  0% {
    transform: scaleY(0.15);
  }
  45%,
  85% {
    transform: scaleY(var(--h, 0.8));
  }
  100% {
    transform: scaleY(0.15);
  }
}

/* 11  API / webhooks, plugins */
.il-api .n {
  fill: var(--surface);
  stroke: url(#fg);
  stroke-width: 2.4;
}
.il-api .req {
  fill: url(#fg);
  animation: ltr 2.4s ease-in-out infinite;
}
.il-api .res {
  fill: var(--brand-2);
  animation: rtl 2.4s ease-in-out infinite;
  animation-delay: 1.2s;
}
.il-api .br {
  fill: var(--brand-ink);
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
}
@keyframes ltr {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translateX(120px);
    opacity: 1;
  }
  100% {
    transform: translateX(120px);
    opacity: 0;
  }
}
@keyframes rtl {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translateX(-120px);
    opacity: 1;
  }
  100% {
    transform: translateX(-120px);
    opacity: 0;
  }
}

/* 12  LAYERS / theme studio */
.il-layers .lyr {
  position: absolute;
  width: 56%;
  height: 40%;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: linear-gradient(135deg, var(--brand-bg), var(--surface));
  box-shadow: var(--shadow-s);
  left: 22%;
  top: 30%;
}
.il-layers .lyr:nth-child(1) {
  animation: l1 3.4s ease-in-out infinite;
}
.il-layers .lyr:nth-child(2) {
  animation: l2 3.4s ease-in-out infinite;
}
.il-layers .lyr:nth-child(3) {
  animation: l3 3.4s ease-in-out infinite;
}
.il-layers .sw {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
}
.il-layers .sw i {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  animation: pulse 2s ease-in-out infinite;
}
.il-layers .sw i:nth-child(1) {
  background: var(--brand-1);
}
.il-layers .sw i:nth-child(2) {
  background: var(--brand-2);
  animation-delay: 0.3s;
}
.il-layers .sw i:nth-child(3) {
  background: var(--gold);
  animation-delay: 0.6s;
}
@keyframes l1 {
  0%,
  100% {
    transform: translate(0, 0) rotate(-6deg);
  }
  50% {
    transform: translate(-14px, -10px) rotate(-9deg);
  }
}
@keyframes l2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -4px);
  }
}
@keyframes l3 {
  0%,
  100% {
    transform: translate(0, 0) rotate(6deg);
  }
  50% {
    transform: translate(14px, 10px) rotate(9deg);
  }
}

/* 13  VERSIONS / historique, sauvegardes */
.il-versions .cd {
  position: absolute;
  width: 52%;
  height: 34%;
  left: 24%;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-s);
}
.il-versions .cd:nth-child(1) {
  top: 44%;
  opacity: 0.5;
}
.il-versions .cd:nth-child(2) {
  top: 36%;
  opacity: 0.75;
}
.il-versions .cd:nth-child(3) {
  top: 28%;
  animation: lift 3s ease-in-out infinite;
}
.il-versions .arw {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  color: var(--brand-ink);
  animation: spin 4s linear infinite;
}
@keyframes lift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* 14  MAIL / newsletter */
.il-mail .env {
  fill: var(--brand-bg);
  stroke: url(#fg);
  stroke-width: 2.4;
}
.il-mail .flap {
  fill: none;
  stroke: url(#fg);
  stroke-width: 2.4;
}
.il-mail .plane {
  fill: url(#fg);
  animation: fly 3.2s ease-in-out infinite;
}
.il-mail .trail {
  stroke: var(--brand-1);
  stroke-width: 2;
  stroke-dasharray: 3 5;
  opacity: 0.5;
  stroke-dashoffset: 0;
  animation: dash 1s linear infinite;
}
@keyframes fly {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    transform: translate(46px, -40px);
    opacity: 1;
  }
  100% {
    transform: translate(58px, -52px);
    opacity: 0;
  }
}

/* shared keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.12);
    opacity: 1;
  }
}

/* ---- BANDE PREUVE ---- */
.band {
  background: linear-gradient(135deg, var(--brand-deep), #0a7fa0);
  color: #fff;
  border-radius: 22px;
  padding: 34px 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 24px 0;
}
.band::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #8b93ff;
  filter: blur(60px);
  opacity: 0.35;
  top: -120px;
  left: -40px;
}
.band > * {
  position: relative;
}
.band .eyebrow {
  color: rgba(255, 255, 255, 0.82);
}
.band h2 {
  color: #fff;
  font-size: clamp(22px, 3.4vw, 32px);
  margin: 10px auto 10px;
  max-width: 22ch;
}
.band p {
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--font-serif);
  font-size: 18px;
  max-width: 56ch;
  margin: 0 auto;
}

/* ---- CTA FINAL + LIÉES ---- */
.rel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 640px) {
  .rel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.backbar {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.backbar a {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--brand-ink);
}

/* cartes de fonctionnalités : "à venir" + icône compacte */
.card-soon {
  opacity: 0.68;
  cursor: default;
}
.card-soon:hover {
  transform: none;
  box-shadow: var(--shadow-s);
  border-color: var(--border);
}
.card-soon::before {
  display: none;
}
.more.soon {
  color: var(--faint);
}
.card .ic.ic-sm {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  margin-bottom: 12px;
}
.card .ic.ic-sm svg {
  width: 18px;
  height: 18px;
}

@media (prefers-reduced-motion: reduce) {
  .il *,
  .band::before {
    animation: none !important;
  }
  .il-writing .ln {
    width: var(--w, 100%) !important;
  }
  .il-gauge .fill {
    stroke-dashoffset: 80 !important;
  }
  .il-shield .ck,
  .il-cart .ck {
    stroke-dashoffset: 0 !important;
  }
  .il-media .tile,
  .il-cart .card {
    opacity: 1 !important;
  }
}
