/* ================================
   RESET + TOKENS
   ================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  /* Premium warm palette */
  --bg: #f5ede0;
  --bg-soft: #faf5eb;
  --bg-deep: #0e1f1a;
  --ink: #1a1612;
  --ink-soft: #5c544a;
  --ink-faint: #8a8174;
  --emerald: #1f4a3a;
  --emerald-deep: #0d2e22;
  --gold: #b8924a;
  --gold-light: #d4ae6d;
  --gold-soft: #e8d4a8;
  --line: rgba(26, 22, 18, 0.08);

  /* Typography */
  --font-display: 'Aref Ruqaa', 'Amiri', serif;
  --font-kufi: 'Reem Kufi', 'Cairo', sans-serif;
  --font-body: 'Tajawal', 'Cairo', system-ui, sans-serif;
  --font-naskh: 'Amiri', serif;
}

/* English-mode font swap — use elegant Latin fonts */
body.lang-en {
  --font-display: 'Playfair Display', 'Aref Ruqaa', serif;
  --font-kufi: 'Inter', 'Reem Kufi', sans-serif;
  --font-body: 'Inter', 'Tajawal', system-ui, sans-serif;
}

body.lang-en .hero-name,
body.lang-en .feature-title,
body.lang-en .section-title,
body.lang-en .contact-title,
body.lang-en .footer-name,
body.lang-en .timeline-title,
body.lang-en .project-title {
  letter-spacing: -0.02em;

  --radius-lg: 24px;
  --radius: 16px;
  --radius-sm: 10px;

  --shadow-sm: 0 2px 12px rgba(26, 22, 18, 0.04);
  --shadow: 0 8px 32px rgba(26, 22, 18, 0.08);
  --shadow-lg: 0 20px 60px rgba(26, 22, 18, 0.15);
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100dvh;
  position: relative;
  overflow-x: hidden;
}

/* ================================
   BACKGROUND PATTERN
   ================================ */
.bg-pattern {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23b8924a' stroke-width='0.3' opacity='0.3'%3E%3Cpath d='M40 10L48 26L65 28L52 41L55 58L40 50L25 58L28 41L15 28L32 26Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}

/* ================================
   ABOUT PAGE
   ================================ */
.page-about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px 40px;
}

.about-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  padding: 40px 0 24px;
}

.about-card {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 28px 32px;
  text-align: center;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.avatar {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 4px;
}

.avatar-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: conic-gradient(from 45deg, var(--gold-light), var(--gold), var(--gold-soft), var(--gold-light));
  opacity: 0.6;
}

.avatar-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald) 0%, var(--emerald-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  border: 3px solid var(--bg-soft);
}

.avatar-initial {
  line-height: 1;
  padding-bottom: 8px;
}

.about-name {
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 2.6rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.about-handle {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--gold);
  font-weight: 500;
  direction: ltr;
  letter-spacing: 0.02em;
}

.about-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  margin: 4px 0;
  width: 100%;
  max-width: 200px;
}

.divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to var(--dir, left), transparent, var(--gold) 50%, transparent);
  opacity: 0.4;
}

.about-bio {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--ink);
  line-height: 1.8;
  font-weight: 500;
  max-width: 320px;
}

.bio-soft {
  color: var(--ink-soft);
  font-weight: 400;
  font-size: 0.95rem;
}

.about-links {
  display: flex;
  gap: 10px;
  margin-top: 4px;
}

.social-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  text-decoration: none;
  transition: all 0.2s ease;
  background: var(--bg);
}

.social-link:hover {
  background: var(--emerald);
  color: var(--gold-soft);
  border-color: var(--emerald);
  transform: translateY(-2px);
}

/* Primary CTA */
.primary-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  background: var(--emerald);
  color: var(--bg-soft);
  text-decoration: none;
  border-radius: var(--radius);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 24px rgba(31, 74, 58, 0.25);
  -webkit-tap-highlight-color: transparent;
  min-height: 64px;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(31, 74, 58, 0.35);
}

.primary-cta:active {
  transform: translateY(0);
}

.cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: start;
}

.cta-label {
  font-family: var(--font-kufi);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--bg-soft);
}

.cta-sub {
  font-size: 0.78rem;
  color: var(--gold-soft);
  font-weight: 400;
}

.cta-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--emerald-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.primary-cta:hover .cta-arrow {
  transform: translateX(-4px);
}

/* RTL: arrow points right naturally, fix for LTR direction */
[dir="rtl"] .cta-arrow svg {
  transform: scaleX(1);
}

.about-footer {
  text-align: center;
  color: var(--ink-faint);
  font-size: 0.8rem;
  padding: 8px 0;
  font-family: var(--font-body);
}

/* ================================
   EID PAGE
   ================================ */
.page-eid {
  background: var(--bg);
  min-height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.eid-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 237, 224, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.back-link {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  order: 2;
}

.back-link:active {
  background: var(--line);
}

.back-link svg {
  transform: scaleX(-1);
}

.eid-title-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.eid-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

.eid-subtitle {
  font-size: 0.75rem;
  color: var(--ink-faint);
  font-weight: 400;
}

.eid-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 140px;
  position: relative;
  z-index: 1;
}

.eid-section {
  padding: 24px 0;
}

.section-head {
  margin-bottom: 16px;
}

.section-label {
  font-family: var(--font-kufi);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
}

.section-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--ink);
  margin-top: 4px;
}

/* ============================================
   CARD PICKER — easy-to-scan gallery
   Mobile: 2-col grid · Tablet: 3-col · Desktop: 3-col (bigger)
   ============================================ */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 4px 0 12px;
}

.card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  padding: 0;
  background: var(--bg-soft);
  box-shadow: 0 2px 8px rgba(26, 22, 18, 0.06);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.25s ease;
  -webkit-tap-highlight-color: transparent;
  /* Stagger fade-in on first paint */
  opacity: 0;
  animation: thumbIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(var(--i, 0) * 40ms);
}

@keyframes thumbIn {
  from { opacity: 0; transform: translateY(8px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .card-thumb {
    opacity: 1;
    animation: none;
  }
}

.card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(26, 22, 18, 0.14);
}

.card-thumb:hover img {
  transform: scale(1.04);
}

.card-thumb:active {
  transform: scale(0.97);
  transition-duration: 0.1s;
}

/* Selected state — gold ring + checkmark + lift */
.card-thumb.active {
  box-shadow: 0 0 0 3px var(--gold),
              0 12px 28px rgba(184, 146, 74, 0.35);
  transform: translateY(-2px);
}

.card-thumb.active:hover {
  transform: translateY(-4px);
}

/* Checkmark badge — only visible on selected */
.thumb-check {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--emerald-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 12px rgba(184, 146, 74, 0.4);
  pointer-events: none;
}

.thumb-check svg {
  width: 16px;
  height: 16px;
}

.card-thumb.active .thumb-check {
  opacity: 1;
  transform: scale(1);
}

/* Focus ring for keyboard users */
.card-thumb:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ink),
              0 0 0 6px var(--gold);
}

/* Label — bigger, more readable */
.thumb-label {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  padding: 28px 10px 10px;
  font-family: var(--font-kufi);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to top,
              rgba(0, 0, 0, 0.85) 0%,
              rgba(0, 0, 0, 0.55) 50%,
              transparent 100%);
  z-index: 5;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

/* Font picker — grid (like card catalog) */
.font-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 4px 0;
}

.font-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.05rem;
  text-align: center;
  transition: all 0.2s ease;
  min-height: 52px;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.2;
}

.font-chip:hover {
  border-color: var(--gold);
  background: white;
}

.font-chip:active {
  transform: scale(0.97);
}

.font-chip.active {
  background: var(--emerald);
  color: var(--gold-soft);
  border-color: var(--emerald);
  box-shadow: 0 4px 12px rgba(31, 74, 58, 0.2);
}

/* Greeting picker */
.greeting-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.greeting-chip {
  padding: 14px 16px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.2s ease;
  min-height: 52px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.greeting-chip.active {
  background: var(--emerald);
  color: var(--gold-soft);
  border-color: var(--emerald);
}

.greeting-chip:active {
  transform: scale(0.97);
}

/* Subtle drag hint below preview */
.drag-tip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--ink-faint);
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: 4px 0;
}

.drag-tip svg {
  color: var(--gold);
  flex-shrink: 0;
}

/* Toast — shown briefly when watermark is toggled via hidden gesture */
.wm-toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  z-index: 200;
  padding: 10px 18px;
  background: rgba(14, 31, 26, 0.95);
  color: var(--gold-soft);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.wm-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Image upload section */
.upload-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.upload-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--bg-soft);
  border: 2px dashed rgba(184, 146, 74, 0.4);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 76px;
  -webkit-tap-highlight-color: transparent;
}

.upload-label:hover {
  background: white;
  border-color: var(--gold);
  border-style: solid;
}

.upload-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(184, 146, 74, 0.12);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.upload-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.upload-text {
  font-family: var(--font-kufi);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}

.upload-hint {
  font-size: 0.75rem;
  color: var(--ink-faint);
  font-weight: 400;
}

.upload-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 30px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  align-self: center;
  -webkit-tap-highlight-color: transparent;
}

.upload-clear:hover {
  background: #fff5f0;
  color: #c04040;
  border-color: #c04040;
}

/* Greeting tabs (pick one mode: preset OR custom) */
.greeting-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  margin-bottom: 14px;
}

.greeting-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 14px;
  background: transparent;
  border: none;
  border-radius: 10px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}

.greeting-tab svg {
  flex-shrink: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.greeting-tab:hover {
  color: var(--ink);
  background: rgba(184, 146, 74, 0.08);
}

.greeting-tab.active {
  background: var(--emerald);
  color: var(--gold-soft);
  box-shadow: 0 2px 8px rgba(31, 74, 58, 0.25);
}

.greeting-tab.active svg {
  opacity: 1;
}

.greeting-panel {
  animation: panelIn 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes panelIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.input-helper {
  font-size: 0.78rem;
  color: var(--ink-faint);
  font-weight: 400;
  margin-top: 8px;
  padding-inline-start: 4px;
}

/* Name input */
.input-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-label {
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-weight: 500;
}

.name-input {
  width: 100%;
  padding: 16px 20px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.05rem;
  outline: none;
  transition: all 0.2s ease;
  min-height: 56px;
}

.name-input::placeholder {
  color: var(--ink-faint);
}

.name-input:focus {
  border-color: var(--gold);
  background: white;
  box-shadow: 0 0 0 3px rgba(184, 146, 74, 0.15);
}

/* Preview */
.preview-area {
  display: flex;
  justify-content: center;
  padding: 8px 0 16px;
}

.card-preview-wrapper {
  width: min(88vw, 360px);
}

#card-preview {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-lg);
}

#card-preview .card-bg,
#card-preview .card-overlay,
#card-preview .card-decor {
  position: absolute;
  inset: 0;
}

#card-preview .card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 28px;
  z-index: 3;
  text-align: center;
  gap: 12px;
}

.card-greeting {
  font-size: clamp(2.2rem, 8vw, 3rem);
  font-weight: 700;
  line-height: 1.3;
  direction: rtl;
}

.card-name {
  font-size: clamp(1.1rem, 4vw, 1.4rem);
  font-weight: 500;
  margin-top: 16px;
  opacity: 0.9;
  direction: rtl;
}

.card-wishes {
  font-size: clamp(0.75rem, 2.4vw, 0.9rem);
  font-weight: 400;
  opacity: 0.75;
  margin-top: 6px;
  line-height: 1.6;
  direction: rtl;
  max-width: 85%;
}

/* Actions bar */
.actions-bar {
  position: fixed;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  z-index: 50;
  padding: 12px 20px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0));
  background: rgba(245, 237, 224, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.btn-download {
  flex: 1;
  max-width: 280px;
  min-height: 56px;
  padding: 16px 24px;
  background: var(--emerald);
  color: var(--gold-soft);
  font-family: var(--font-kufi);
  font-size: 1.05rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 20px rgba(31, 74, 58, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-tap-highlight-color: transparent;
}

.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(31, 74, 58, 0.4);
}

.btn-download:active {
  transform: translateY(0);
}

.btn-download:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.share-buttons {
  display: flex;
  gap: 8px;
}

.share-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.share-btn:active {
  transform: scale(0.92);
}

.share-btn.whatsapp:hover {
  background: #25D366;
  color: white;
  border-color: #25D366;
}

.share-btn.twitter:hover {
  background: #000;
  color: white;
  border-color: #000;
}

.share-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
  border-color: transparent;
}

.share-btn.native:hover {
  background: var(--gold);
  color: var(--emerald-deep);
  border-color: var(--gold);
}

/* Eid page footer — credit */
.eid-footer {
  padding: 24px 20px 140px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .eid-footer {
    padding-bottom: 40px;
  }
}

.eid-credit {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-family: var(--font-body);
  color: var(--ink-faint);
  font-weight: 500;
  flex-wrap: wrap;
  justify-content: center;
}

.heart-icon {
  color: #d4576a;
  flex-shrink: 0;
  animation: heartBeat 1.6s ease-in-out infinite;
}

@keyframes heartBeat {
  0%, 100% { transform: scale(1); }
  15% { transform: scale(1.15); }
  30% { transform: scale(1); }
  45% { transform: scale(1.1); }
  60% { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .heart-icon {
    animation: none;
  }
}

.eid-credit-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--emerald);
  text-decoration: none;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 30px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  transition: all 0.2s ease;
}

.eid-credit-link:hover {
  background: var(--emerald);
  color: var(--gold-soft);
  border-color: var(--emerald);
  transform: translateY(-1px);
}

.eid-credit-link svg {
  flex-shrink: 0;
}

/* Disclaimer below credit */
.eid-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 14px auto 0;
  max-width: 420px;
  padding: 10px 14px;
  background: rgba(184, 146, 74, 0.06);
  border: 1px solid rgba(184, 146, 74, 0.15);
  border-radius: 10px;
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--ink-faint);
  line-height: 1.55;
  text-align: start;
}

.eid-disclaimer svg {
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 3px;
}

/* Spinner */
.spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ================================
   TABLET+ LAYOUT
   ================================ */
@media (min-width: 768px) {
  .eid-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .eid-controls {
    order: 2;
  }

  .eid-preview-section {
    order: 1;
    position: sticky;
    top: 90px;
    align-self: start;
  }

  .card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .font-options {
    grid-template-columns: repeat(3, 1fr);
  }

  .actions-bar {
    position: static;
    padding: 0;
    background: none;
    backdrop-filter: none;
    border: none;
    flex-direction: column;
    margin-top: 16px;
  }

  .btn-download {
    width: 100%;
    max-width: none;
  }

  .share-buttons {
    margin-top: 8px;
  }

  /* Tighter scale on desktop */
  .card-preview-wrapper {
    width: min(80%, 320px);
  }

  .eid-section {
    padding: 18px 0;
  }

  .section-title {
    font-size: 1.15rem;
  }

  .section-label {
    font-size: 0.65rem;
  }
}

@media (min-width: 1024px) {
  .eid-main {
    max-width: 920px;
    gap: 48px;
  }
}

/* ================================
   NEW LINEAR FLOW LAYOUT (overrides above for eid page)
   Single-column step-by-step: name -> font -> greeting -> design -> upload -> preview
   ================================ */

html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
}

.eid-flow {
  max-width: 560px;
  margin: 0 auto;
  padding: 12px 18px 140px;
  position: relative;
  z-index: 1;
}

.flow-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  margin: 4px 0 18px;
  background: linear-gradient(135deg, rgba(31, 74, 58, 0.08), rgba(184, 146, 74, 0.08));
  border: 1px solid rgba(184, 146, 74, 0.25);
  border-radius: 12px;
  font-size: 0.85rem;
  color: var(--ink);
  font-weight: 500;
  line-height: 1.4;
}

.flow-banner svg {
  color: var(--gold);
  flex-shrink: 0;
}

.step {
  padding: 18px 0 22px;
  border-bottom: 1px solid var(--line);
}

.step:last-child {
  border-bottom: none;
}

.step-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.step-num {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--emerald);
  color: var(--gold-soft);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.step-num-final {
  background: var(--gold);
  color: var(--emerald-deep);
  font-size: 0.95rem;
}

.step-title {
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}

.step-optional-tag {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--ink-faint);
  margin-inline-start: 4px;
}

/* Font size +/- control */
.size-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 10px 14px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.size-label {
  font-family: var(--font-kufi);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
}

.size-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.size-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.size-btn:hover {
  background: var(--emerald);
  color: var(--gold-soft);
  border-color: var(--emerald);
}

.size-btn:active {
  transform: scale(0.92);
}

.size-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.size-value {
  min-width: 48px;
  text-align: center;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--emerald);
}

/* Mini card grid -- only 2 cards visible in main flow */
.card-grid-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 12px;
}

.card-grid-mini .card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  padding: 0;
  background: var(--bg-soft);
  box-shadow: 0 2px 8px rgba(26, 22, 18, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.card-grid-mini .card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.card-grid-mini .card-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(26, 22, 18, 0.12);
}

.card-grid-mini .card-thumb:hover img {
  transform: scale(1.04);
}

.card-grid-mini .card-thumb:active {
  transform: scale(0.97);
}

.card-grid-mini .card-thumb.active {
  box-shadow: 0 0 0 3px var(--gold), 0 10px 20px rgba(184, 146, 74, 0.3);
}

.card-thumb .thumb-check {
  position: absolute;
  top: 8px;
  inset-inline-end: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--emerald-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 6;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(184, 146, 74, 0.35);
  pointer-events: none;
}

.card-thumb .thumb-check svg { width: 14px; height: 14px; }

.card-thumb.active .thumb-check {
  opacity: 1;
  transform: scale(1);
}

.card-thumb .thumb-label {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  padding: 22px 8px 8px;
  font-family: var(--font-kufi);
  font-size: 0.78rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  z-index: 5;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* Library show-all button */
.library-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 18px;
  background: var(--bg-soft);
  border: 1px dashed rgba(184, 146, 74, 0.4);
  border-radius: 12px;
  color: var(--ink);
  font-family: var(--font-kufi);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
}

.library-btn:hover {
  background: var(--emerald);
  color: var(--gold-soft);
  border-color: var(--emerald);
  border-style: solid;
}

.library-btn:active { transform: scale(0.98); }

.library-count {
  margin-inline-start: 4px;
  padding: 2px 8px;
  background: var(--gold);
  color: var(--emerald-deep);
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: 'Inter', system-ui, sans-serif;
  min-width: 26px;
  text-align: center;
}

.library-btn:hover .library-count {
  background: var(--gold-light);
}

/* Library modal */
.library-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(14, 31, 26, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  animation: libFadeIn 0.2s ease;
}

@keyframes libFadeIn {
  from { opacity: 0; } to { opacity: 1; }
}

.library-overlay[hidden] { display: none; }

.library-modal {
  background: var(--bg);
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: libSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes libSlideUp {
  from { transform: translateY(40px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.library-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  background: rgba(245, 237, 224, 0.96);
  position: sticky;
  top: 0;
  z-index: 2;
}

.library-header h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ink);
}

.library-close {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.library-close:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

/* Library grid — mobile first: 2 big columns for easy browsing */
.library-grid {
  flex: 1;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 16px;
  -webkit-overflow-scrolling: touch;
}

.library-grid .card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 14px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  padding: 0;
  background: var(--bg-soft);
  box-shadow: 0 3px 12px rgba(26, 22, 18, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.library-grid .card-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.library-grid .card-thumb:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(26, 22, 18, 0.18);
}

.library-grid .card-thumb:active {
  transform: scale(0.97);
}

.library-grid .card-thumb.active {
  box-shadow: 0 0 0 3px var(--gold), 0 8px 22px rgba(184, 146, 74, 0.4);
}

/* Make thumb labels MORE readable in library (bigger font, stronger gradient) */
.library-grid .thumb-label {
  padding: 26px 10px 10px;
  font-size: 0.88rem;
  font-weight: 700;
  background: linear-gradient(to top,
              rgba(0, 0, 0, 0.85) 0%,
              rgba(0, 0, 0, 0.5) 60%,
              transparent 100%);
}

@media (min-width: 640px) {
  .library-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .library-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1280px) {
  .library-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (min-width: 768px) {
  .library-overlay { padding: 40px 20px; }
  .library-modal {
    max-height: calc(100dvh - 80px);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  }
}

body.library-open { overflow: hidden; }

/* Preview area in final step */
.step-final .preview-area {
  display: flex;
  justify-content: center;
  padding: 8px 0 14px;
}

.step-final .card-preview-wrapper {
  width: min(85vw, 340px);
}

.step-final .drag-tip {
  margin-bottom: 4px;
}

/* Engineer-prefix checkbox row (under name input) */
.prefix-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px 12px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s ease, background 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

.prefix-row:hover {
  border-color: var(--gold);
}

.prefix-row input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.prefix-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  color: white;
  transition: all 0.15s ease;
}

.prefix-check svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.prefix-row input[type="checkbox"]:checked ~ .prefix-check {
  background: var(--emerald);
  border-color: var(--emerald);
}

.prefix-row input[type="checkbox"]:checked ~ .prefix-check svg {
  opacity: 1;
  transform: scale(1);
}

.prefix-text {
  flex: 1;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}

.prefix-example {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--ink-faint);
  margin-top: 2px;
}

.prefix-example strong {
  color: var(--emerald);
  font-weight: 700;
}

/* Preview controls row — size + drag tip, sits directly under card image */
.preview-controls {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.preview-controls .size-control {
  margin-top: 0;
}

.preview-controls .drag-tip {
  margin: 0;
  font-size: 0.75rem;
  color: var(--ink-faint);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 2px 0;
}

.preview-controls .drag-tip svg {
  color: var(--gold);
}

/* Final actions */
.final-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.final-actions .btn-download {
  width: 100%;
  max-width: none;
  position: static;
}

.final-actions .share-buttons {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* Floating jump-to-preview button */
.fab-preview {
  position: fixed;
  bottom: calc(20px + env(safe-area-inset-bottom, 0));
  inset-inline-end: 16px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: var(--emerald);
  color: var(--gold-soft);
  border: none;
  border-radius: 50px;
  font-family: var(--font-kufi);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(31, 74, 58, 0.35);
  transition: opacity 0.25s ease, transform 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}

.fab-preview[hidden] {
  display: inline-flex;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.fab-preview:active {
  transform: scale(0.96);
}

.fab-preview svg {
  flex-shrink: 0;
}

.page-eid .eid-footer {
  padding-top: 12px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .page-eid .eid-footer {
    padding-bottom: 32px;
  }
  .fab-preview {
    inset-inline-end: 30px;
    bottom: 30px;
  }
}

/* ================================
   IN-APP BROWSER BANNER + MODAL
   Shown only inside Instagram/Facebook/TikTok webview.
   ================================ */
.inapp-banner {
  position: sticky;
  top: 0;
  z-index: 200;
  background: linear-gradient(135deg, #c9682e 0%, #b8542a 100%);
  color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 2px 12px rgba(201, 104, 46, 0.25);
  animation: bannerSlide 0.3s ease-out;
}

@keyframes bannerSlide {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}

.inapp-banner-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  max-width: 640px;
  margin: 0 auto;
}

.inapp-icon {
  flex-shrink: 0;
  color: #ffe4cc;
}

.inapp-text {
  flex: 1;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.3;
}

.inapp-action {
  flex-shrink: 0;
  padding: 7px 14px;
  background: #ffffff;
  color: #b8542a;
  border: none;
  border-radius: 30px;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.15s ease;
}

.inapp-action:active { transform: scale(0.96); }

/* Modal */
.inapp-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(14, 31, 26, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: bannerSlide 0.2s ease-out;
}

.inapp-modal-card {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: var(--bg-soft, #faf5eb);
  border-radius: 18px;
  padding: 28px 22px 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  font-family: var(--font-body), system-ui, sans-serif;
  color: var(--ink, #1a1612);
  text-align: start;
  direction: rtl;
}

.inapp-modal-close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: var(--ink-soft, #5c544a);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.inapp-modal-close:hover {
  background: rgba(0,0,0,0.05);
}

.inapp-modal-card h3 {
  font-family: var(--font-display, serif);
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--ink, #1a1612);
}

.inapp-modal-sub {
  font-size: 0.88rem;
  color: var(--ink-soft, #5c544a);
  margin: 0 0 18px;
}

.inapp-modal-card ol {
  padding-inline-start: 20px;
  margin: 0 0 18px;
}

.inapp-modal-card li {
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 6px;
  color: var(--ink, #1a1612);
}

.inapp-modal-card strong {
  color: var(--emerald, #1f4a3a);
  font-weight: 700;
}

.inapp-copy-row {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.inapp-url {
  flex: 1;
  padding: 10px 12px;
  background: white;
  border: 1px solid var(--line, rgba(0,0,0,0.1));
  border-radius: 10px;
  font-family: 'Inter', system-ui, monospace;
  font-size: 0.78rem;
  color: var(--ink-soft, #5c544a);
  direction: ltr;
  text-align: start;
  outline: none;
  min-width: 0;
}

.inapp-copy {
  flex-shrink: 0;
  padding: 10px 14px;
  background: var(--emerald, #1f4a3a);
  color: var(--gold-soft, #e8d4a8);
  border: none;
  border-radius: 10px;
  font-family: var(--font-body), system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease;
}

.inapp-copy:active { transform: scale(0.96); }
.inapp-copy.copied { background: #2a8a4a; color: white; }

.inapp-modal-hint {
  font-size: 0.78rem;
  color: var(--ink-faint, #8a8174);
  margin: 0;
  text-align: center;
}

/* Watermark checkbox — small, subtle, sits above the preview card */
.watermark-toggle-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 6px 10px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 30px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font-body);
  transition: border-color 0.15s ease;
}

.watermark-toggle-row:hover {
  border-color: var(--gold);
}

.watermark-toggle-row input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.wmt-box {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1.5px solid var(--line);
  border-radius: 5px;
  color: white;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.wmt-box svg {
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.watermark-toggle-row input[type="checkbox"]:checked + .wmt-box {
  background: var(--emerald);
  border-color: var(--emerald);
}

.watermark-toggle-row input[type="checkbox"]:checked + .wmt-box svg {
  opacity: 1;
}

.wmt-label {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-soft);
}

.watermark-toggle-row input[type="checkbox"]:checked ~ .wmt-label {
  color: var(--ink);
}

/* Center it within the preview step */
.step-final .watermark-toggle-row {
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: flex;
  width: fit-content;
}
