:root {
  --bg: #fff3f7;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fff8fb;
  --text: #382d36;
  --muted: #755f6d;
  --line: rgba(96, 62, 81, 0.12);
  --accent: #e98fae;
  --accent-dark: #b95d83;
  --accent-soft: #ffe0ea;
  --accent-soft-2: #f8d9e6;
  --shadow: 0 20px 50px rgba(146, 87, 114, 0.12);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 197, 220, 0.6), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(255, 222, 233, 0.85), transparent 24%),
    linear-gradient(180deg, #fff6f9 0%, #ffeef4 100%);
}

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

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

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto;
}

.hero,
.section,
.footer {
  background: var(--surface);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero {
  padding: 28px;
  border-radius: 36px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav__logo,
h1,
h2 {
  font-family: "Unbounded", sans-serif;
}

.nav__logo {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero__content {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
  padding-top: 44px;
}


.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow_g{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.eyebrow_h2{
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
}


h1 {
  margin: 0;
  color: #000000;
  font-size: 60px;
  line-height: 1.05;
}


h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.hero__lead {
  max-width: 62ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

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

.button--primary {
  background: var(--accent);
  color: #ffffff;
}

.button--ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.hero__card,
.card,
.tile,
.image-card,
.cta {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
}

.hero__card {
  background: linear-gradient(180deg, rgba(255, 248, 251, 0.95), rgba(252, 229, 238, 0.95));
  padding: 24px;
}

.hero__qr-image {
  width: min(100%, 290px);
  padding: 14px;
  background: #fff;
  border-radius: 24px;
  box-shadow: inset 0 0 0 1px rgba(96, 62, 81, 0.08);
}

.hero__card-label {
  margin: 18px 0 8px;
  font-weight: 800;
}

.section {
  margin-top: 20px;
  padding: 28px;
  border-radius: 30px;
}

#generator {
  background:
    radial-gradient(circle at top right, rgba(233, 157, 183, 0.9), transparent 30%),
    linear-gradient(180deg, rgba(196, 98, 136, 0.9), rgba(232, 143, 175, 0.88));
  border-color: rgba(185, 93, 131, 0.24);
}

.section__heading {
  margin-bottom: 22px;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.top-gap {
  margin-top: 18px;
}

.card,
.tile,
.image-card {
  background: rgba(255, 255, 255, 0.7);
  padding: 22px;
}

.card--accent {
  background: linear-gradient(180deg, rgba(255, 224, 234, 0.95), rgba(255, 255, 255, 0.88));
}

.card h3,
.tile h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.card p,
.tile p,
.timeline__item p,
.footer p,
.hero__card-text p,
.image-card figcaption {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline__item {
  padding: 22px;
  border-radius: var(--radius-md);
  background: rgba(255, 249, 252, 0.92);
  border: 1px solid var(--line);
}

.timeline__item span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 800;
}

.feature-list,
.steps {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.7;
}

.image-card {
  margin: 0;
}

.image-card img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 20px;
}

.image-card figcaption {
  margin-top: 14px;
}

.generator-box {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(185, 93, 131, 0.22);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 228, 237, 0.9), rgba(255, 195, 215, 0.9));
  box-shadow: 0 22px 44px rgba(164, 88, 121, 0.18);
}

.generator-box__form,
.generator-box__preview {
  display: flex;
  flex-direction: column;
}

.generator-box__preview {
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.generator-box__label {
  margin-bottom: 10px;
  font-weight: 800;
  color: #fff7fb;
}

.generator-box__textarea {
  width: 100%;
  resize: vertical;
  min-height: 300px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255);
  color: var(--text);
  font: inherit;
  line-height: 1.6;
  outline: none;
}

.generator-box__textarea:focus {
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 0 4px rgba(255, 230, 239, 0.22);
}

.generator-box__qr-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  height: 300px;
  background: rgba(255, 255, 255);
}

#qr-code {
  width: 100%;
  display: flex;
  justify-content: center;
}

#qr-code img,
#qr-code canvas {
  width: min(100%, 260px) !important;
  height: auto !important;
  padding: 12px;
  background: #fff;
  border-radius: 18px;
}

.generator-box__hint {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.92);
  line-height: 1.6;
}

.generator-box__download {
  width: 100%;
  background: #fff2f8;
  color: #a54f76;
}

.section--highlight {
  background: linear-gradient(180deg, rgba(255, 240, 246, 0.95), rgba(255, 248, 251, 0.95));
}

.section--cta {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  background: linear-gradient(135deg, #a9597f 0%, #e28cab 100%);
  color: #fff;
}

.cta .eyebrow {
  color: #ffe6ef;
}

.floating-top-button {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 34px rgba(164, 88, 121, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 40;
}

.floating-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-side-qr {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 34px rgba(164, 88, 121, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 35;
}

.floating-side-qr.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  margin: 20px 0 28px;
  padding: 20px 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer__logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
  padding: 8px;
}

.footer__title {
  font-weight: 800;
  color: var(--text);
}

.footer__meta {
  text-align: right;
}

.mobile-logo {
  display: none;
}

@media (min-width: 981px) {
  .cta .button {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero__content,
  .grid--three,
  .grid--four,
  .timeline,
  .generator-box {
    grid-template-columns: 1fr 1fr;
  }

  .grid--two {
    grid-template-columns: 1fr;
  }

  .hero__content {
    align-items: stretch;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav__links {
    gap: 14px;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta .button {
    width: 60%;
    align-self: flex-start;
    justify-content: center;
  }

  .floating-top-button {
    display: none;
  }

  .floating-side-qr {
    display: none;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__meta {
    text-align: left;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 100%);
    margin: 10px auto;
  }

  .hero,
  .section,
  .footer,
  .cta {
    border-radius: 22px;
  }
  

  .nav,
  .hero__actions,
  .footer__brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__content,
  .grid--three,
  .grid--four,
  .timeline,
  .generator-box {
    grid-template-columns: 1fr;
  }

  .generator-box {
    padding: 16px;
  }

  .generator-box__textarea {
    min-height: 150px;
    padding: 14px;
  }

  .generator-box__qr-frame {
    width: 100%;
    min-height: 0;
    padding: 16px;
  }

  #qr-code img,
  #qr-code canvas {
    width: min(100%, 220px) !important;
  }

  .nav__links {
    gap: 12px;
  }

  .hero,
  .section {
    padding: 20px;
  }

  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .section__heading {
    margin-bottom: 18px;
  }

  .footer {
    padding: 18px;
  }

  .footer__logo {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: calc(100% - 12px);
  }

  .hero,
  .section {
    padding: 16px;
  }

  .hero {
    border-radius: 20px;
  }

  .section,
  .footer,
  .cta {
    border-radius: 18px;
  }

  h1 {
    font-size: 2rem;
  }

  .hero__lead,
  .card p,
  .tile p,
  .timeline__item p,
  .feature-list,
  .steps {
    font-size: 0.95rem;
  }

  .cta {
    width: 100%;
    padding: 18px 16px;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta h2 {
    font-size: 1.35rem;
    line-height: 1.3;
  }

  .cta .button {
    width: 60%;
    align-self: flex-start;
    justify-content: center;
  }

  .mobile-logo {
    display: flex;
    justify-content: center;
    margin: 14px 0;
  }

  .mobile-logo__image {
    width: 60%;
    height: 250px;
    object-fit: contain;
    padding: 8px;
    border-radius: 22px;
  }

  .footer__logo {
    display: none;
  }

  .button,
  .generator-box__download {
    width: 100%;
  }

  .hero__actions {
    width: 100%;
  }

  .card,
  .tile,
  .image-card,
  .timeline__item,
  .generator-box {
    padding: 16px;
  }

  .hero__qr-image {
    width: min(100%, 220px);
  }

  #qr-code img,
  #qr-code canvas {
    width: min(100%, 190px) !important;
    padding: 10px;
  }
}
