:root {
  --navy: #17385f;
  --navy-deep: #0a1b2e;
  --navy-soft: #30577f;
  --gold: #d4a82f;
  --gold-soft: #f1d579;
  --coral: #b95f6b;
  --green: #16834c;
  --ink: #172131;
  --muted: #66758a;
  --line: #dce3ea;
  --paper: #f7f8fa;
  --white: #ffffff;
  --shadow: 0 20px 48px rgba(15, 35, 57, 0.13);
  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Playfair Display", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 24, 41, 0.83);
  color: var(--white);
  padding: 0 4vw;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(8, 24, 41, 0.96);
  box-shadow: 0 12px 30px rgba(7, 21, 37, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 6px;
  object-fit: cover;
}

.brand span {
  display: grid;
  line-height: 1.15;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav a {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.86);
  padding: 0.6rem 0.72rem;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: 160ms ease;
}

.site-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.site-nav .nav-order {
  margin-left: 0.45rem;
  background: var(--gold);
  color: var(--navy-deep);
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  padding: 0.68rem;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 0.24rem 0;
  background: var(--white);
}

.hero {
  position: relative;
  display: grid;
  min-height: 88vh;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  padding: 7rem 7vw 5rem;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/app-shots/beranda.png");
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
  animation: heroSettle 1100ms ease both;
}

.hero-shade {
  background: rgba(5, 20, 36, 0.72);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(43rem, 100%);
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--gold-soft);
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 6.3rem;
  line-height: 0.95;
}

.hero-tagline {
  margin: 1rem 0 0;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
}

.hero-copy {
  max-width: 39rem;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.07rem;
}

.hero-actions,
.price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.7rem;
}

.button {
  display: inline-flex;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  padding: 0.7rem 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold);
  color: var(--navy-deep);
}

.button.secondary {
  border-color: var(--navy);
  background: transparent;
  color: var(--navy);
}

.button.whatsapp {
  background: var(--green);
  color: var(--white);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  backdrop-filter: blur(12px);
}

.button.large {
  min-height: 3.3rem;
  padding-inline: 1.35rem;
}

.hero-scroll {
  position: absolute;
  left: 7vw;
  bottom: 1.5rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-scroll span {
  margin-left: 0.4rem;
  color: var(--gold-soft);
}

.section {
  padding: 6.5rem 5vw;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 1.08;
}

.section-heading {
  margin-bottom: 3rem;
}

.section-heading > p,
.section-heading div > p:not(.eyebrow) {
  color: var(--muted);
}

.section-heading.centered {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
}

.problem {
  padding-bottom: 0;
  background: var(--white);
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 6rem;
  align-items: end;
}

.problem-copy {
  border-left: 3px solid var(--gold);
  padding-left: 1.5rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.problem-copy p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 600;
}

.problem-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 5rem -5vw 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.problem-strip span {
  padding: 1.35rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.problem-strip span + span {
  border-left: 1px solid var(--line);
}

.workflow {
  background: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.steps article {
  min-height: 17rem;
  padding: 1.7rem 1.4rem;
}

.steps article + article {
  border-left: 1px solid var(--line);
}

.step-number {
  display: block;
  margin-bottom: 3.5rem;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.steps h3 {
  margin: 0 0 0.45rem;
  color: var(--navy);
  font-size: 1.15rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.dark-band {
  background: var(--navy-deep);
  color: var(--white);
}

.dark-band h2 {
  color: var(--white);
}

.split-heading,
.demo-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}

.split-heading > div {
  max-width: 42rem;
}

.split-heading > p {
  max-width: 29rem;
  color: rgba(255, 255, 255, 0.66);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.feature-grid article {
  min-height: 12.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 1.35rem;
  transition: background 180ms ease;
}

.feature-grid article:hover {
  background: rgba(255, 255, 255, 0.06);
}

.feature-grid span {
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.feature-grid h3 {
  margin: 2.1rem 0 0.4rem;
  font-size: 1.07rem;
}

.feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.event-types {
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.event-types strong {
  color: var(--gold-soft);
}

.demo {
  background: var(--white);
}

.demo-heading > div {
  max-width: 43rem;
}

.browser-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #edf1f5;
  box-shadow: var(--shadow);
}

.browser-bar {
  display: flex;
  min-height: 2.9rem;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  padding: 0.65rem 0.9rem;
}

.browser-bar i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #d9a54b;
}

.browser-bar i:nth-child(2) {
  background: var(--coral);
}

.browser-bar i:nth-child(3) {
  background: #509a72;
}

.browser-bar span {
  min-width: 0;
  margin-left: 0.45rem;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.browser-frame > img {
  width: 100%;
  aspect-ratio: 3 / 2;
  cursor: zoom-in;
  object-fit: contain;
  background: #eef1f4;
  transition: opacity 120ms ease;
}

.browser-frame > img.is-changing {
  opacity: 0.35;
}

.demo-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 1rem;
}

.demo-tabs button {
  min-height: 2.8rem;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  padding: 0.55rem;
  font-weight: 700;
}

.demo-tabs button.is-active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.frame-showcase {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  gap: 3rem;
  align-items: center;
  margin-top: 6rem;
  border-top: 1px solid var(--line);
  padding-top: 4rem;
}

.frame-copy h3 {
  margin: 0;
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: 2.25rem;
  line-height: 1.14;
}

.frame-copy p:last-child {
  color: var(--muted);
}

.frame-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: end;
}

.frame-gallery img {
  width: 100%;
  aspect-ratio: 0.56;
  border: 1px solid var(--line);
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0 12px 28px rgba(15, 35, 57, 0.12);
}

.frame-gallery img:nth-child(2) {
  transform: translateY(1.2rem);
}

.packages {
  background: var(--paper);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.package-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 1.6rem;
}

.package-card.featured {
  border: 2px solid var(--gold);
  box-shadow: var(--shadow);
}

.popular {
  position: absolute;
  top: -0.8rem;
  right: 1rem;
  border-radius: 4px;
  background: var(--gold);
  color: var(--navy-deep);
  padding: 0.38rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.package-label {
  color: var(--coral);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card h3 {
  margin: 0.55rem 0 1rem;
  color: var(--navy);
  font-size: 1.25rem;
}

.price {
  margin: 0;
  color: var(--navy-deep);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
}

.price small {
  display: block;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
}

.package-card ul {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  margin: 1.7rem 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  color: var(--muted);
  padding-left: 1.25rem;
  font-size: 0.9rem;
}

.package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

.price-actions {
  justify-content: center;
  margin-top: 2rem;
}

.portfolio {
  background: var(--navy-deep);
  color: var(--white);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: minmax(19rem, 0.8fr) minmax(0, 1.2fr);
  gap: 4rem;
  align-items: center;
}

.portfolio-copy h2 {
  color: var(--white);
}

.portfolio-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.portfolio-copy dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.portfolio-copy dl div {
  padding: 1rem 0;
}

.portfolio-copy dt {
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
}

.portfolio-copy dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}

.portfolio-photos {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: repeat(2, 15rem);
  gap: 0.65rem;
}

.portfolio-photos img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.portfolio-photos img:first-child {
  grid-row: 1 / 3;
}

.faq {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: 5rem;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 7rem;
}

.faq-intro p:last-child {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  color: var(--navy);
  font-size: 1.03rem;
  font-weight: 700;
  list-style: none;
  padding-right: 2rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--gold);
  font-size: 1.4rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 34rem;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  padding: 5rem 5vw;
  text-align: center;
}

.final-bg {
  position: absolute;
  inset: 0;
  background-image: url("assets/demo-adam-hawa-03.png");
  background-position: center;
  background-size: cover;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 20, 36, 0.76);
}

.final-content {
  position: relative;
  z-index: 2;
  width: min(45rem, 100%);
}

.final-content img {
  width: 4.3rem;
  margin: 0 auto 1.2rem;
  border-radius: 7px;
}

.final-content h2 {
  color: var(--white);
  font-size: 3.5rem;
}

.final-content > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
}

footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr auto auto;
  align-items: center;
  gap: 2rem;
  background: #061321;
  color: rgba(255, 255, 255, 0.62);
  padding: 2rem 5vw;
}

.footer-brand {
  color: var(--white);
}

footer > p,
footer > small {
  margin: 0;
  font-size: 0.78rem;
}

footer > div {
  display: flex;
  gap: 1rem;
}

footer > div a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  text-decoration: none;
}

.floating-wa {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  box-shadow: 0 14px 34px rgba(22, 131, 76, 0.28);
  padding: 0.55rem 0.9rem 0.55rem 0.55rem;
  text-decoration: none;
}

.floating-wa span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.7rem;
  font-weight: 700;
}

.floating-wa strong {
  font-size: 0.8rem;
}

.image-dialog {
  width: min(92vw, 1180px);
  max-width: none;
  border: 0;
  border-radius: 8px;
  background: #101820;
  padding: 2.8rem 0.6rem 0.6rem;
}

.image-dialog::backdrop {
  background: rgba(5, 13, 22, 0.88);
}

.image-dialog button {
  position: absolute;
  top: 0.35rem;
  right: 0.55rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  font-size: 1.35rem;
}

.image-dialog img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroSettle {
  from { opacity: 0; transform: scale(1.06); }
  to { opacity: 1; transform: scale(1.015); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    padding-inline: 1rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 5rem 0 auto;
    display: none;
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 24, 41, 0.98);
    padding: 0.8rem 1rem 1.2rem;
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 0.8rem;
  }

  .site-nav .nav-order {
    margin-left: 0;
    text-align: center;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .problem-grid,
  .portfolio-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .steps,
  .problem-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps article:nth-child(3),
  .steps article:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .steps article:nth-child(3) {
    border-left: 0;
  }

  .problem-strip span:nth-child(3) {
    border-left: 0;
  }

  .problem-strip span:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .feature-grid,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card:last-child {
    grid-column: 1 / -1;
    min-height: 29rem;
  }

  .frame-showcase {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .brand small {
    display: none;
  }

  .hero {
    min-height: 82vh;
    padding: 7rem 1.1rem 4rem;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero-shade {
    background: rgba(5, 20, 36, 0.78);
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-tagline {
    font-size: 1.55rem;
  }

  .hero-copy {
    font-size: 0.95rem;
  }

  .hero-actions,
  .price-actions {
    display: grid;
  }

  .hero-scroll {
    left: 1.1rem;
  }

  .section {
    padding: 4.5rem 1rem;
  }

  .section h2,
  .final-content h2 {
    font-size: 2.35rem;
  }

  .problem-grid {
    gap: 1.5rem;
  }

  .problem-strip {
    margin-inline: -1rem;
  }

  .steps,
  .feature-grid,
  .package-grid,
  .demo-tabs {
    grid-template-columns: 1fr;
  }

  .steps article {
    min-height: auto;
    border-left: 0 !important;
    border-top: 1px solid var(--line);
    padding: 1.3rem 0.3rem;
  }

  .steps article:first-child {
    border-top: 0;
  }

  .step-number {
    margin-bottom: 1.2rem;
  }

  .split-heading,
  .demo-heading {
    display: grid;
    gap: 1.2rem;
  }

  .feature-grid {
    border-left: 0;
  }

  .feature-grid article {
    min-height: 10rem;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .browser-frame > img {
    aspect-ratio: 4 / 3;
  }

  .demo-tabs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .demo-tabs button {
    min-width: 9rem;
    flex: 0 0 auto;
  }

  .frame-showcase {
    margin-top: 4rem;
    padding-top: 3rem;
  }

  .frame-gallery {
    gap: 0.4rem;
  }

  .frame-gallery img:nth-child(2) {
    transform: translateY(0.6rem);
  }

  .package-card,
  .package-card:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .portfolio-photos {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 19rem 10rem;
  }

  .portfolio-copy dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  footer .brand,
  footer > div {
    justify-content: center;
  }

  .floating-wa strong {
    display: none;
  }

  .floating-wa {
    padding-right: 0.55rem;
  }
}
