@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/geist-latin.woff2") format("woff2");
}

:root {
  --ink: #351126;
  --ink-soft: #765d6c;
  --pink: #e91970;
  --pink-soft: #fff0f6;
  --green: #25d366;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
  background: #fff8fc;
  color-scheme: light;
}

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff8fc;
  color: var(--ink);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  position: relative;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 24%, rgba(247, 68, 134, 0.17), transparent 28rem),
    radial-gradient(circle at 5% 82%, rgba(255, 155, 191, 0.15), transparent 25rem),
    linear-gradient(145deg, #fffdfd 0%, #fff5fa 52%, #fffafc 100%);
}

.site-shell::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(168, 27, 91, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 27, 91, 0.026) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.sparkles span {
  position: absolute;
  z-index: -1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e76d9e;
  box-shadow: 0 0 16px rgba(231, 109, 158, 0.38);
  opacity: 0.38;
}

.sparkles span:nth-child(1) { top: 12%; left: 7%; }
.sparkles span:nth-child(2) { top: 23%; right: 6%; width: 7px; height: 7px; }
.sparkles span:nth-child(3) { top: 75%; left: 5%; width: 3px; height: 3px; }
.sparkles span:nth-child(4) { right: 4%; bottom: 11%; }
.sparkles span:nth-child(5) { top: 6%; left: 50%; width: 3px; height: 3px; }

.hero {
  width: min(1120px, calc(100% - 30px));
  height: 100svh;
  min-height: 0;
  margin: 0 auto;
  padding: clamp(10px, 2.4vh, 25px) 0 7px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  align-items: center;
  gap: clamp(32px, 5vw, 68px);
  padding: clamp(32px, 4.6vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(209, 18, 102, 0.15);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 251, 0.93));
  box-shadow:
    0 27px 78px rgba(120, 28, 72, 0.12),
    inset 0 1px 0 #ffffff;
}

.hero-card::before {
  position: absolute;
  top: 0;
  left: 7%;
  width: 48%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(233, 25, 112, 0.62), transparent);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 590px;
}

.eyebrow {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 13px 8px 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(201, 8, 92, 0.16);
  border-radius: 999px;
  background: var(--pink-soft);
  color: #a9084e;
  font-size: 0.69rem;
  font-weight: 790;
  letter-spacing: 0.105em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  display: block;
  color: var(--green);
  filter: drop-shadow(0 2px 4px rgba(37, 211, 102, 0.2));
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.65rem, 4.7vw, 4.35rem);
  font-weight: 830;
  letter-spacing: -0.057em;
  line-height: 0.99;
}

.hero h1 span {
  display: block;
  margin-top: 0.09em;
  color: transparent;
  background: linear-gradient(100deg, #a5004d 0%, #ce0b65 48%, #ed307f 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-description {
  max-width: 550px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.42vw, 1.12rem);
  line-height: 1.62;
}

.benefits {
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.benefits li {
  padding: 8px 12px 8px 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #f0d8e3;
  border-radius: 999px;
  background: #fff6fa;
  color: #5d344a;
  font-size: 0.79rem;
  font-weight: 650;
  line-height: 1;
}

.benefits svg {
  width: 19px;
  height: 19px;
  padding: 2px;
  display: block;
  border-radius: 50%;
  background: rgba(233, 25, 112, 0.1);
  color: #d20e62;
}

.primary-cta {
  position: relative;
  width: min(100%, 520px);
  min-height: 69px;
  padding: 11px 17px 11px 12px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(7, 113, 48, 0.16);
  border-radius: 18px;
  background: linear-gradient(135deg, #2bd46d 0%, #20bf60 100%);
  color: #062913;
  box-shadow:
    0 15px 34px rgba(37, 211, 102, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
  margin-top: 27px;
}

.primary-cta::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, transparent 22%, rgba(255, 255, 255, 0.24) 46%, transparent 68%);
  transform: translateX(-120%);
  animation: cta-shine 4.6s ease-in-out 1.4s infinite;
}

.primary-cta:hover {
  transform: translateY(-3px);
  filter: saturate(1.06) brightness(1.02);
  box-shadow:
    0 19px 43px rgba(37, 211, 102, 0.31),
    inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.primary-cta:active {
  transform: translateY(-1px) scale(0.995);
}

.primary-cta:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.cta-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.95);
  color: #159447;
  box-shadow: 0 6px 16px rgba(0, 70, 29, 0.12);
}

.cta-icon svg {
  width: 27px;
  height: 27px;
  display: block;
}

.cta-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cta-copy strong {
  color: #062913;
  font-size: clamp(1rem, 2vw, 1.16rem);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cta-arrow {
  display: grid;
  place-items: center;
}

.cta-arrow svg {
  width: 26px;
  height: 26px;
  display: block;
}

.rating-proof {
  width: min(100%, 520px);
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #624959;
  font-size: 0.76rem;
}

.rating-copy {
  font-weight: 650;
  white-space: nowrap;
}

.rating-copy strong {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 830;
}

.rating-stars {
  color: #e6a00b;
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1;
  filter: drop-shadow(0 2px 3px rgba(197, 127, 0, 0.2));
}

.marketplaces {
  width: min(100%, 520px);
  margin-top: 22px;
}

.marketplace-row {
  min-height: 62px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid #edd7e2;
  border-radius: 15px;
  background: rgba(255, 250, 252, 0.9);
  box-shadow: 0 8px 22px rgba(116, 32, 72, 0.045);
}

.marketplace-image {
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.marketplace-image--mercado {
  max-width: 154px;
  max-height: 42px;
}

.marketplace-image--shopee {
  max-width: 134px;
  max-height: 42px;
}

.marketplace-divider {
  width: 1px;
  height: 28px;
  flex: 0 0 auto;
  background: #ead1dd;
}

.hero-visual {
  position: relative;
  min-height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-halo {
  position: absolute;
  width: 88%;
  max-width: 370px;
  aspect-ratio: 1;
  border: 1px solid rgba(233, 25, 112, 0.15);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 83, 145, 0.2), rgba(255, 139, 179, 0.07) 49%, transparent 71%);
  box-shadow:
    0 0 75px rgba(233, 25, 112, 0.1),
    inset 0 0 72px rgba(255, 96, 151, 0.07);
}

.logo-frame {
  position: relative;
  z-index: 2;
  width: min(76%, 300px);
  aspect-ratio: 1;
  padding: 7px;
  border: 1px solid rgba(201, 8, 92, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 22px 52px rgba(98, 20, 57, 0.18),
    0 0 0 11px rgba(255, 255, 255, 0.56);
  animation: logo-float 6s ease-in-out infinite;
}

.logo-frame img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.logo-frame picture {
  width: 100%;
  height: 100%;
  display: block;
}

footer {
  flex: 0 0 auto;
  padding: 5px 8px 0;
  color: rgba(91, 57, 76, 0.5);
  font-size: 0.59rem;
  line-height: 1.3;
  text-align: center;
}

footer p {
  margin: 0;
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes cta-shine {
  0%, 48% { transform: translateX(-125%); }
  65%, 100% { transform: translateX(125%); }
}

@media (max-width: 940px) {
  .hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(265px, 0.72fr);
    gap: 25px;
    padding: 32px 30px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 5.15vw, 3.45rem);
  }

  .hero-visual {
    min-height: 330px;
  }

  .logo-frame {
    width: min(78%, 265px);
  }
}

@media (max-width: 720px) {
  .site-shell {
    background:
      radial-gradient(circle at 50% 7%, rgba(245, 55, 128, 0.18), transparent 20rem),
      linear-gradient(160deg, #fffdfd 0%, #fff3f9 55%, #fffafc 100%);
  }

  .hero {
    width: calc(100% - 6px);
    height: 100svh;
    padding: 3px 0 2px;
  }

  .hero-card {
    flex: 1 1 auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-content: center;
    padding: clamp(18px, 2.5svh, 24px) 11px clamp(18px, 2.6svh, 25px);
    border-radius: 22px;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .hero-visual {
    height: clamp(82px, 13.5svh, 112px);
    min-height: 0;
    grid-row: 1;
    margin-bottom: clamp(7px, 1.1svh, 10px);
  }

  .logo-halo {
    width: clamp(88px, 14.5svh, 118px);
  }

  .logo-frame {
    width: clamp(66px, 11.2svh, 91px);
    padding: 3px;
    box-shadow:
      0 12px 28px rgba(98, 20, 57, 0.16),
      0 0 0 5px rgba(255, 255, 255, 0.58);
  }

  .eyebrow {
    margin: clamp(8px, 1.1svh, 11px) auto clamp(17px, 2.3svh, 22px);
    padding: 7px 11px 7px 8px;
    font-size: 0.6rem;
  }

  .eyebrow svg {
    width: 16px;
    height: 16px;
  }

  .hero h1 {
    max-width: 590px;
    margin: 0 auto;
    font-size: clamp(2.12rem, 10vw, 2.95rem);
    letter-spacing: -0.057em;
    line-height: 1.02;
  }

  .hero h1 span {
    display: block;
    margin-top: 0.06em;
  }

  .hero-description {
    max-width: 520px;
    margin: clamp(18px, 2.4svh, 23px) auto 0;
    font-size: clamp(0.84rem, 3.65vw, 0.94rem);
    line-height: 1.5;
  }

  .benefits {
    margin: clamp(17px, 2.3svh, 22px) auto 0;
    justify-content: center;
    gap: 10px;
  }

  .benefits li {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 0.7rem;
  }

  .primary-cta {
    width: 100%;
    min-height: clamp(57px, 7.7svh, 66px);
    margin: clamp(23px, 3svh, 29px) auto 0;
    text-align: left;
  }

  .rating-proof,
  .marketplaces {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rating-proof {
    margin-top: clamp(14px, 1.9svh, 18px);
  }

  .marketplaces {
    margin-top: clamp(18px, 2.4svh, 23px);
  }

  .marketplace-row {
    min-height: clamp(45px, 6.1svh, 52px);
    padding: 6px 9px;
    gap: clamp(10px, 3.2vw, 15px);
  }

  .marketplace-image--mercado {
    width: 36%;
    max-height: 31px;
  }

  .marketplace-image--shopee {
    width: 31%;
    max-height: 30px;
  }

  .marketplace-divider {
    height: 25px;
  }

  footer {
    padding: 3px 8px 0;
    font-size: 0.55rem;
    line-height: 1.22;
  }
}

@media (max-width: 390px) {
  .hero-card {
    padding-right: 8px;
    padding-left: 8px;
  }

  .primary-cta {
    grid-template-columns: 41px minmax(0, 1fr) 20px;
    gap: 8px;
    padding-right: 11px;
  }

  .cta-icon {
    width: 41px;
    height: 41px;
  }

  .cta-copy strong {
    font-size: 0.94rem;
  }

  .cta-arrow svg {
    width: 21px;
    height: 21px;
  }

  .rating-proof {
    gap: 6px;
  }

}

@media (max-width: 720px) and (max-height: 580px) {
  .hero-visual {
    display: none;
  }

  .hero-card {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .eyebrow {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .hero h1 {
    font-size: clamp(1.75rem, 7.8vw, 2.1rem);
  }

  .hero-description {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .benefits {
    margin: 7px auto 0;
  }

  .benefits li {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .primary-cta {
    min-height: 53px;
    margin-top: 10px;
  }

  .rating-proof {
    margin-top: 5px;
    font-size: 0.67rem;
  }

  .marketplaces {
    margin-top: 6px;
  }

  .marketplace-row {
    min-height: 44px;
  }

  footer {
    padding-top: 2px;
    font-size: 0.51rem;
  }
}

@media (min-width: 721px) and (max-height: 720px) {
  .hero {
    padding: 7px 0 4px;
  }

  .hero-card {
    padding: 23px 34px;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 4.2vw, 3.35rem);
  }

  .hero-description {
    margin-top: 12px;
    line-height: 1.45;
  }

  .benefits {
    margin: 12px 0 14px;
  }

  .primary-cta {
    min-height: 61px;
  }

  .rating-proof {
    margin-top: 8px;
  }

  .marketplaces {
    margin-top: 9px;
  }

  .marketplace-row {
    min-height: 53px;
  }

  .hero-visual {
    min-height: 300px;
  }

  .logo-frame {
    width: min(72%, 245px);
  }
}

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