.halaman-profil { color: #102019; background: #fff; }
.halaman-profil .kepala-situs { --lebar: 1240px; }
.halaman-profil .bagian { padding-block: 112px; }

.profil-hero {
  position: relative;
  min-height: 900px;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--tinggi-kepala) + 70px) 0 72px;
  background:
    radial-gradient(circle at 82% 22%, rgba(199, 242, 75, .34), transparent 23%),
    radial-gradient(circle at 75% 60%, rgba(104, 240, 178, .16), transparent 31%),
    linear-gradient(145deg, #fbfffc 0%, #f1f9f3 56%, #fff 100%);
}
.profil-grid-halus {
  position: absolute;
  inset: 0;
  opacity: .45;
  pointer-events: none;
  background-image: linear-gradient(rgba(8, 91, 48, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(8, 91, 48, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.profil-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(460px, .96fr);
  align-items: center;
  gap: 58px;
}
.profil-salinan h1 {
  max-width: 700px;
  margin: 0;
  color: #032a19;
  font-size: clamp(54px, 5vw, 76px);
  line-height: .99;
  letter-spacing: -.058em;
}
.profil-salinan h1 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(100deg, #0ca351, #5abd3a 56%, #108a68);
  -webkit-background-clip: text;
  background-clip: text;
}
.profil-salinan > p { max-width: 680px; margin: 28px 0 0; color: #50645a; font-size: 17px; line-height: 1.8; }
.profil-aksi { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.profil-metrik { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.profil-metrik span {
  padding: 7px 11px;
  color: #17633c;
  border: 1px solid rgba(22, 101, 52, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  box-shadow: 0 8px 20px rgba(3, 35, 21, .04);
}

.profil-visual { position: relative; min-height: 650px; display: grid; place-items: center; isolation: isolate; }
.profil-orbit {
  position: absolute;
  z-index: -3;
  width: 565px;
  height: 565px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 25%, #edffab, #a9df55 35%, #38a85d 67%, #086039 100%);
  box-shadow: inset -44px -52px 100px rgba(3, 45, 25, .25), 0 58px 120px rgba(13, 107, 58, .22);
}
.profil-orbit::before,
.profil-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; }
.profil-orbit::before { inset: 42px -46px; transform: rotate(-15deg); }
.profil-orbit::after { inset: 102px -24px; transform: rotate(22deg); border-style: dashed; }
.profil-logo-besar {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 35px;
  width: 260px;
  padding: 16px 20px 14px;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 48px rgba(3, 35, 21, .13);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}
.profil-logo-besar img { width: 150px; margin: auto; }
.profil-logo-besar small { display: block; margin-top: 8px; color: #416253; font-size: 7px; text-align: center; letter-spacing: .08em; text-transform: uppercase; }
.profil-layar {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  z-index: 2;
  transform: translateY(62px) rotate(1.5deg);
}
.profil-layar .ponsel {
  width: 330px;
}
.profil-layar .beranda-dummy-scroll {
  inset: 35px 0 0;
  background: #f1f4f8;
}
.profil-layar .beranda-dummy-scroll .riwayat-konten-aplikasi {
  padding-bottom: 10px;
}
.profil-chip {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 17px;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 22px 50px rgba(3, 35, 21, .17);
  backdrop-filter: blur(13px);
}
.profil-chip > svg { width: 32px; height: 32px; padding: 7px; color: #118a4b; border-radius: 11px; background: #e9f9ed; }
.profil-chip span { display: flex; flex-direction: column; line-height: 1.25; }
.profil-chip small { color: #759182; font-size: 7px; }
.profil-chip b { margin-top: 3px; color: #0b4227; font-size: 10px; }
.profil-chip-satu { left: -7px; top: 48%; }
.profil-chip-dua { right: -18px; top: 31%; }

.profil-kepala-bagian { max-width: 760px; }
.profil-kepala-bagian h2 { margin: 0; color: #062d1b; font-size: clamp(40px, 4vw, 59px); line-height: 1.04; letter-spacing: -.045em; }
.profil-kepala-bagian > p { max-width: 680px; margin: 20px 0 0; color: #5a6d63; font-size: 15px; line-height: 1.75; }
.profil-kepala-bagian > .tombol { margin-top: 26px; }
.profil-kepala-terang h2 { color: #fff; }
.profil-kepala-terang > p { color: rgba(255, 255, 255, .66); }

.profil-realita { background: #fff; }
.profil-realita-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 50px; }
.profil-realita-grid article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  padding: 27px 24px;
  border: 1px solid rgba(22, 101, 52, .11);
  border-radius: 26px;
  background: linear-gradient(160deg, #fff, #f6fbf7);
  box-shadow: 0 18px 46px rgba(3, 35, 21, .065);
}
.profil-realita-grid article > span { position: absolute; right: 18px; top: 14px; color: rgba(8, 91, 48, .08); font-size: 44px; font-weight: 800; }
.profil-realita-grid svg { width: 46px; height: 46px; padding: 11px; color: #128e4a; border-radius: 15px; background: #e9f9ed; }
.profil-realita-grid h3 { margin: 54px 0 10px; color: #0a3922; font-size: 18px; line-height: 1.25; }
.profil-realita-grid p { margin: 0; color: #65766d; font-size: 12px; line-height: 1.7; }

.profil-solusi {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(199, 242, 75, .16), transparent 24%),
    linear-gradient(135deg, #032c1a, #075333 58%, #087743 120%);
}
.profil-solusi::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 45px 45px; }
.profil-solusi .wadah { position: relative; z-index: 2; }
.profil-solusi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.profil-solusi-grid article { min-height: 230px; padding: 26px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 24px; background: rgba(255, 255, 255, .065); box-shadow: inset 0 1px rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.profil-solusi-grid article > span { width: 48px; height: 48px; display: grid; place-items: center; color: #dfff82; border: 1px solid rgba(223,255,130,.2); border-radius: 16px; background: rgba(223, 255, 130, .08); }
.profil-solusi-grid svg { width: 23px; height: 23px; }
.profil-solusi-grid h3 { margin: 26px 0 8px; color: #fff; font-size: 17px; }
.profil-solusi-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: 11px; line-height: 1.7; }
.profil-pernyataan { display: flex; align-items: center; gap: 18px; margin-top: 18px; padding: 24px 27px; border: 1px solid rgba(223,255,130,.2); border-radius: 24px; background: rgba(0,0,0,.16); }
.profil-pernyataan > span { flex: 0 0 auto; width: 50px; height: 50px; display: grid; place-items: center; color: #dfff82; border-radius: 16px; background: rgba(223,255,130,.1); }
.profil-pernyataan strong { max-width: 820px; color: #fff; font-size: 18px; line-height: 1.45; }

.profil-manfaat-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.profil-manfaat-bento { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.profil-manfaat-bento article { min-height: 230px; padding: 26px; border: 1px solid rgba(22,101,52,.11); border-radius: 25px; background: #f7fbf8; box-shadow: 0 18px 48px rgba(3,35,21,.07); }
.profil-manfaat-bento article.lebar { grid-column: 1 / -1; min-height: 210px; }
.profil-manfaat-bento article.aksen { color: #fff; background: linear-gradient(135deg, #063d25, #0a7a43); }
.profil-manfaat-bento small { color: #1a8c50; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profil-manfaat-bento h3 { margin: 25px 0 0; color: #0a3621; font-size: 21px; line-height: 1.35; letter-spacing: -.02em; }
.profil-manfaat-bento p { margin: 12px 0 0; color: #62756a; font-size: 11px; line-height: 1.7; }
.profil-manfaat-bento .aksen small { color: #dfff82; }
.profil-manfaat-bento .aksen h3 { color: #fff; font-size: 25px; }
.profil-manfaat-bento .aksen span { display: block; margin-top: 17px; color: rgba(255,255,255,.57); font-size: 9px; }

.profil-produk { background: #f6faf7; }
.profil-produk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.profil-produk-grid article { position: relative; min-height: 225px; overflow: hidden; padding: 27px; border: 1px solid rgba(22,101,52,.1); border-radius: 25px; background: #fff; box-shadow: 0 18px 46px rgba(3,35,21,.06); }
.profil-produk-grid article::after { content: ""; position: absolute; right: -32px; bottom: -46px; width: 125px; height: 125px; border-radius: 50%; background: radial-gradient(circle, rgba(104,240,178,.13), transparent 68%); }
.profil-produk-grid b { color: #0b3923; font-size: 14px; letter-spacing: .13em; }
.profil-produk-grid > article > span { display: block; color: #15a451; font-size: 24px; font-weight: 800; letter-spacing: -.03em; }
.profil-produk-grid svg { position: absolute; right: 24px; top: 26px; width: 38px; height: 38px; padding: 9px; color: #118d49; border-radius: 13px; background: #eaf9ee; }
.profil-produk-grid p { max-width: 250px; margin: 52px 0 0; color: #63766b; font-size: 11px; line-height: 1.65; }

.profil-perusahaan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 26px 24px;
  margin-top: 48px;
}
.profil-perusahaan-grid article {
  position: relative;
  min-height: 232px;
  padding: 28px;
  border: 1px solid rgba(22, 101, 52, .2);
  border-radius: 22px;
  background: linear-gradient(160deg, #fff 0%, #f8fdf8 50%, #eefaf1 100%);
  box-shadow: 0 14px 34px rgba(10, 51, 30, .08);
}
.profil-perusahaan-grid article > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #0f8d46;
  border: 1px solid rgba(15, 141, 70, .2);
  border-radius: 16px;
  background: rgba(15, 141, 70, .08);
}
.profil-perusahaan-grid svg { width: 24px; height: 24px; }
.profil-perusahaan-grid h3 { margin: 22px 0 10px; color: #0a3922; font-size: 18px; }
.profil-perusahaan-grid p { margin: 0; color: #41544a; font-size: 12px; line-height: 1.75; }
.profil-perusahaan-grid p a { color: #157e44; font-weight: 600; text-decoration-color: rgba(20, 126, 68, .5); }

.profil-profil-perusahaan .profil-legal-pesan {
  margin-top: 38px;
  padding: 20px 24px;
  border: 1px solid rgba(15, 141, 70, .17);
  border-radius: 16px;
  background: #f8fdf9;
  color: #345347;
  max-width: 900px;
}

.profil-pilot { background: #fff; }
.profil-panel-pilot { position: relative; overflow: hidden; padding: 62px; color: #fff; border-radius: 38px; background: linear-gradient(135deg, #032d1b, #075a35 58%, #0b8d49 120%); box-shadow: 0 34px 86px rgba(3,35,21,.18); }
.profil-panel-pilot::after { content: ""; position: absolute; right: -100px; top: -140px; width: 460px; height: 460px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018); }
.profil-panel-pilot > * { position: relative; z-index: 2; }
.profil-langkah-pilot { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(255,255,255,.065); }
.profil-langkah-pilot article { position: relative; min-height: 230px; padding: 27px; border-right: 1px solid rgba(255,255,255,.12); }
.profil-langkah-pilot article:last-child { border-right: 0; }
.profil-langkah-pilot article > span { position: absolute; right: 18px; top: 10px; color: rgba(255,255,255,.09); font-size: 43px; font-weight: 800; }
.profil-langkah-pilot svg { width: 43px; height: 43px; padding: 10px; color: #dfff82; border-radius: 14px; background: rgba(223,255,130,.1); }
.profil-langkah-pilot h3 { margin: 34px 0 8px; color: #fff; font-size: 18px; text-transform: uppercase; }
.profil-langkah-pilot p { margin: 0; color: rgba(255,255,255,.61); font-size: 10px; line-height: 1.65; }

.profil-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.profil-model-grid article { min-height: 320px; padding: 30px; border: 1px solid rgba(22,101,52,.11); border-radius: 28px; background: linear-gradient(160deg, #fff, #f5faf6); box-shadow: 0 20px 52px rgba(3,35,21,.07); }
.profil-model-grid article > span { width: 58px; height: 58px; display: grid; place-items: center; color: #14934e; border-radius: 18px; background: #eaf9ee; }
.profil-model-grid svg { width: 27px; height: 27px; }
.profil-model-grid small { display: block; margin-top: 30px; color: #1a9551; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profil-model-grid h3 { margin: 8px 0 12px; color: #093821; font-size: 22px; }
.profil-model-grid p { margin: 0; color: #62756a; font-size: 11px; line-height: 1.72; }

.profil-roadmap { overflow: hidden; color: #fff; background: linear-gradient(145deg, #021e12, #053d26 58%, #075932); }
.profil-roadmap::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px); background-size: 42px 42px; }
.profil-roadmap .wadah { position: relative; z-index: 2; }
.profil-timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 54px; }
.profil-timeline::before { content: ""; position: absolute; left: 5%; right: 5%; top: 28px; height: 1px; background: linear-gradient(90deg,#bdf55b,rgba(189,245,91,.15)); }
.profil-timeline article { position: relative; z-index: 2; min-height: 280px; padding: 0 16px 22px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(255,255,255,.045); backdrop-filter: blur(8px); }
.profil-timeline article > span { width: 56px; height: 56px; display: grid; place-items: center; margin: 0 0 24px; color: #dfff82; border: 1px solid rgba(223,255,130,.25); border-radius: 50%; background: #073c25; box-shadow: 0 0 0 7px #052f1d; font-size: 12px; font-weight: 800; }
.profil-timeline article.selesai > span { color: #083b22; background: #c8f25b; }
.profil-timeline article.aktif { border-color: rgba(199,242,75,.38); background: rgba(199,242,75,.08); }
.profil-timeline time { color: #dfff82; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.profil-timeline h3 { margin: 10px 0; color: #fff; font-size: 14px; line-height: 1.35; }
.profil-timeline p { margin: 0; color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.65; }

.profil-visi-grid { display: grid; grid-template-columns: .8fr 1.2fr 1fr; gap: 15px; margin-top: 50px; }
.profil-visi-grid article { min-height: 340px; padding: 31px; border: 1px solid rgba(22,101,52,.11); border-radius: 28px; background: #f7fbf8; box-shadow: 0 18px 48px rgba(3,35,21,.065); }
.profil-visi-grid article > span { color: #15924e; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profil-visi-grid h3 { margin: 34px 0 0; color: #0a3721; font-size: 22px; line-height: 1.45; }
.profil-visi-grid ul { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.profil-visi-grid li { position: relative; padding-left: 19px; color: #5e7166; font-size: 10px; line-height: 1.65; }
.profil-visi-grid li::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: #63c83f; box-shadow: 0 0 0 4px rgba(99,200,63,.1); }
.profil-nilai { display: grid; gap: 10px; margin-top: 29px; }
.profil-nilai b { padding: 13px 14px; color: #0c4329; border: 1px solid rgba(22,101,52,.1); border-radius: 13px; background: #fff; font-size: 12px; }

.profil-cta { padding-top: 30px !important; }
.profil-cta-panel { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; padding: 42px 46px; overflow: hidden; border-radius: 32px; color: #fff; background: linear-gradient(120deg, #042f1d, #087241 65%, #10a654); box-shadow: 0 30px 78px rgba(3,35,21,.17); }
.profil-cta-panel > img { width: 78px; filter: brightness(0) invert(1); opacity: .86; }
.profil-cta-panel span { color: #dfff82; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.profil-cta-panel h2 { margin: 7px 0 0; color: #fff; font-size: clamp(30px,3vw,44px); line-height: 1.08; letter-spacing: -.04em; }
.profil-cta-panel p { max-width: 670px; margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: 11px; }
.profil-cta-panel .tombol { white-space: nowrap; }
.profil-kaki { margin-top: 10px; }

@media (hover: hover) and (pointer: fine) {
  .profil-realita-grid article,
  .profil-solusi-grid article,
  .profil-perusahaan-grid article,
  .profil-produk-grid article,
  .profil-model-grid article { transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease; }
  .profil-realita-grid article:hover,
  .profil-solusi-grid article:hover,
  .profil-perusahaan-grid article:hover,
  .profil-produk-grid article:hover,
  .profil-model-grid article:hover { transform: translateY(-7px); border-color: rgba(82,190,74,.32); box-shadow: 0 28px 64px rgba(3,35,21,.12); }
}

@media (max-width: 1120px) {
  .profil-hero-grid { grid-template-columns: 1fr 430px; gap: 28px; }
  .profil-salinan h1 { font-size: 59px; }
  .profil-visual { transform: scale(.9); margin-inline: -25px; }
  .profil-realita-grid { grid-template-columns: repeat(2, 1fr); }
  .profil-timeline { grid-template-columns: repeat(3, 1fr); }
  .profil-timeline::before { display: none; }
  .profil-cta-panel { grid-template-columns: 72px 1fr; }
  .profil-cta-panel .tombol { grid-column: 2; justify-self: start; }
}

@media (max-width: 860px) {
  .halaman-profil .bagian { padding-block: 88px; }
  .profil-hero { min-height: auto; padding-top: calc(var(--tinggi-kepala) + 68px); }
  .profil-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .profil-salinan { text-align: center; }
  .profil-salinan h1,
  .profil-salinan > p { margin-inline: auto; }
  .profil-aksi,
  .profil-metrik { justify-content: center; }
  .profil-visual { min-height: 620px; transform: scale(.91); margin-block: -25px; }
  .profil-solusi-grid,
  .profil-perusahaan-grid,
  .profil-produk-grid,
  .profil-model-grid { grid-template-columns: repeat(2, 1fr); }
  .profil-manfaat-grid { grid-template-columns: 1fr; gap: 44px; }
  .profil-langkah-pilot { grid-template-columns: 1fr; }
  .profil-langkah-pilot article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .profil-langkah-pilot article:last-child { border-bottom: 0; }
  .profil-timeline { grid-template-columns: repeat(2, 1fr); }
  .profil-visi-grid { grid-template-columns: 1fr; }
  .profil-visi-grid article { min-height: 0; }
}

@media (max-width: 620px) {
  .halaman-profil .bagian { padding-block: 72px; }
  .profil-hero { padding-top: calc(var(--tinggi-kepala) + 44px); }
  .profil-salinan h1 { font-size: clamp(42px, 12vw, 56px); }
  .profil-salinan > p { font-size: 14px; line-height: 1.7; }
  .profil-aksi { display: grid; grid-template-columns: 1fr; }
  .profil-aksi .tombol { width: 100%; }
  .profil-metrik { gap: 6px; }
  .profil-visual { min-height: 520px; transform: scale(.76); margin: -70px -70px -80px; }
  .profil-kepala-bagian h2 { font-size: 39px; }
  .profil-kepala-bagian > p { font-size: 13px; }
  .profil-realita-grid,
  .profil-solusi-grid,
  .profil-perusahaan-grid,
  .profil-produk-grid,
  .profil-model-grid,
  .profil-timeline { grid-template-columns: 1fr; }
  .profil-realita-grid article,
  .profil-solusi-grid article,
  .profil-produk-grid article,
  .profil-model-grid article { min-height: 0; }
  .profil-manfaat-bento { grid-template-columns: 1fr; }
  .profil-manfaat-bento article.lebar { grid-column: auto; }
  .profil-panel-pilot { width: calc(100% - 20px); padding: 42px 21px; border-radius: 30px; }
  .profil-pernyataan { align-items: flex-start; }
  .profil-pernyataan strong { font-size: 14px; }
  .profil-timeline article { min-height: 0; padding-bottom: 25px; }
  .profil-cta-panel { width: calc(100% - 20px); grid-template-columns: 1fr; padding: 36px 25px; text-align: center; }
  .profil-cta-panel > img { margin-inline: auto; }
  .profil-cta-panel .tombol { grid-column: auto; justify-self: stretch; }
  .profil-kaki .kaki-atas { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
  .profil-layar { animation: profilMelayang 6s ease-in-out infinite; }
  .profil-chip-satu { animation: profilChip 5s ease-in-out infinite; }
  .profil-chip-dua { animation: profilChip 5s ease-in-out -2.3s infinite; }
}
@keyframes profilMelayang { 0%,100% { transform: translateY(62px) rotate(1.5deg); } 50% { transform: translateY(50px) rotate(.4deg); } }
@keyframes profilChip { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
