:root {
  color-scheme: light;
  --bg: #f6f7f2;
  --ink: #19221f;
  --muted: #5f6f68;
  --panel: #ffffff;
  --line: #dce3dc;
  --mint: #0f8f72;
  --mint-dark: #096653;
  --sun: #f2b84b;
  --soft: #edf5ef;
  --danger: #b24242;
  --shadow: 0 20px 60px rgba(31, 53, 43, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button,
input,
select {
  font: inherit;
}

.site-header,
main,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
}

.brand,
.site-header nav,
.hero-actions,
.checkout-row,
.trust-row {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.site-header nav {
  gap: 18px;
  color: var(--muted);
  font-weight: 750;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.86fr);
  gap: 28px;
  align-items: stretch;
  min-height: 640px;
  padding: 42px 0 30px;
}

.hero-copy,
.desktop-demo,
.creator-panel,
.workflow-card,
.plan-card,
.info-grid article,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--mint-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 7vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
}

.lede {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.62;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 850;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

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

.primary:hover {
  background: var(--mint-dark);
}

.secondary {
  border-color: var(--line);
  background: #ffffff;
  color: var(--ink);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}

.trust-row div {
  padding: 14px;
  border-radius: 8px;
  background: var(--soft);
}

.trust-row dt {
  margin-bottom: 4px;
  font-weight: 900;
}

.trust-row dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.desktop-demo {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.28)),
    url("assets/dog.jpg") center/cover;
}

.desktop-demo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(20, 34, 28, 0.08), rgba(20, 34, 28, 0.44));
}

.mobile-demo {
  display: none;
}

.mock-window {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  display: flex;
  gap: 7px;
}

.mock-window span {
  width: 11px;
  height: 11px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.86);
}

.pet-stage {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 36px;
  width: 240px;
  height: 260px;
}

.pet-body {
  position: absolute;
  right: 24px;
  bottom: 38px;
  width: 148px;
  height: 148px;
  border-radius: 48% 48% 44% 44%;
  background: linear-gradient(145deg, #ffffff 0%, #f1eee6 54%, #d7c6a9 100%);
  box-shadow: inset -18px -22px 0 rgba(91, 67, 45, 0.16);
  animation: idle-bob 2.3s ease-in-out infinite;
}

.pet-ear {
  position: absolute;
  top: -24px;
  width: 48px;
  height: 58px;
  border-radius: 60% 60% 35% 35%;
  background: #d7c6a9;
}

.pet-ear.left {
  left: 15px;
  transform: rotate(-22deg);
}

.pet-ear.right {
  right: 15px;
  transform: rotate(22deg);
}

.pet-face {
  position: absolute;
  top: 52px;
  left: 42px;
  display: flex;
  gap: 36px;
}

.eye {
  width: 13px;
  height: 18px;
  border-radius: 99px;
  background: #1b211f;
  animation: blink 4s infinite;
}

.pet-paw {
  position: absolute;
  right: -10px;
  bottom: 34px;
  width: 44px;
  height: 30px;
  border-radius: 99px;
  background: #f4eee1;
  transform-origin: left center;
  animation: wave 1.9s ease-in-out infinite;
}

.pet-shadow {
  position: absolute;
  right: 18px;
  bottom: 22px;
  width: 174px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  filter: blur(3px);
}

.speech {
  position: absolute;
  top: 18px;
  right: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  font-weight: 850;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.how-it-works {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
}

.how-it-works article,
.mobile-showcase,
.phone-pet-card,
.mini-desktop-card,
.preview-phone-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.how-it-works article {
  padding: 20px;
}

.how-it-works span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 950;
}

.how-it-works p,
.mobile-showcase p {
  color: var(--muted);
  line-height: 1.58;
}

.mobile-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
}

.mode-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mode-tags span,
.rotate-note {
  border-radius: 999px;
  background: var(--soft);
  color: var(--mint-dark);
  padding: 8px 10px;
  font-size: 0.85rem;
  font-weight: 850;
}

.mobile-preview-stack {
  display: grid;
  gap: 10px;
}

.preview-phone-card {
  display: grid;
  min-height: 300px;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.phone-pet-card {
  display: grid;
  min-height: 380px;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.phone-pet-card small,
.preview-phone-card small {
  color: var(--muted);
  font-weight: 720;
}

.portrait-pet {
  display: grid;
  width: min(62vw, 260px);
  height: min(62vw, 260px);
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 25%, rgba(242, 184, 75, 0.25), transparent 9rem),
    linear-gradient(180deg, #f8fcf8, #edf5ef);
}

.portrait-pet.small {
  width: 210px;
  height: 210px;
}

.portrait-pet-body {
  position: relative;
  width: 128px;
  height: 142px;
  border-radius: 46% 46% 42% 42%;
  background: linear-gradient(145deg, #ffffff 0%, #f2efe8 48%, #d8c7aa 100%);
  box-shadow: inset -15px -20px 0 rgba(91, 67, 45, 0.13), 0 18px 34px rgba(32, 50, 42, 0.18);
  animation: idle-bob 2.3s ease-in-out infinite;
}

.portrait-pet-body::before,
.portrait-pet-body::after {
  position: absolute;
  top: -28px;
  width: 42px;
  height: 58px;
  border-radius: 60% 60% 35% 35%;
  background: #d7c6a9;
  content: "";
}

.portrait-pet-body::before {
  left: 18px;
  transform: rotate(-20deg);
}

.portrait-pet-body::after {
  right: 18px;
  transform: rotate(20deg);
}

.portrait-pet-body span {
  position: absolute;
  top: 58px;
  width: 13px;
  height: 17px;
  border-radius: 99px;
  background: #1b211f;
  animation: blink 4s infinite;
}

.portrait-pet-body span:first-child {
  left: 42px;
}

.portrait-pet-body span:last-child {
  right: 42px;
}

.mini-desktop-card {
  position: relative;
  min-height: 150px;
  overflow: hidden;
  background: linear-gradient(135deg, #dfe8e3, #f8faf7);
}

.mini-window {
  display: flex;
  gap: 5px;
  padding: 12px;
}

.mini-window span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #ffffff;
}

.mini-taskbar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  background: rgba(25, 34, 31, 0.12);
}

.mini-pet {
  position: absolute;
  right: 28px;
  bottom: 20px;
  width: 58px;
  height: 64px;
  border-radius: 48%;
  background: #f4eee1;
  box-shadow: inset -8px -10px 0 rgba(91, 67, 45, 0.13);
  animation: idle-bob 2.3s ease-in-out infinite;
}

.section {
  padding: 54px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 22px;
}

.section-head p {
  color: var(--muted);
  line-height: 1.6;
}

.compact h2 {
  font-size: clamp(1.9rem, 3.6vw, 2.8rem);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.plan-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 22px;
}

.plan-card.featured {
  border-color: rgba(15, 143, 114, 0.6);
  background: linear-gradient(180deg, #ffffff, #f0faf5);
}

.plan-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.price {
  margin: 12px 0;
  font-size: 2.7rem;
  font-weight: 950;
}

.price small {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 22px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.plan-card li::before {
  color: var(--mint);
  content: "✓ ";
  font-weight: 900;
}

.plan-card .button {
  margin-top: auto;
}

.creator {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 16px;
  align-items: start;
}

.creator-panel,
.workflow-card {
  padding: 22px;
}

.creator-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.creator-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.creator-form input,
.creator-form select,
.checkout-row select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 10px 12px;
}

.file-drop {
  grid-column: 1 / -1;
  min-height: 126px;
  place-content: center;
  border: 1px dashed #a8b8ad;
  border-radius: 8px;
  background: var(--soft);
  padding: 18px;
  text-align: center;
}

.file-drop input {
  max-width: 360px;
  margin: 0 auto;
  border: 0;
  padding: 0;
}

.file-drop span {
  color: var(--ink);
  font-size: 1.1rem;
}

.file-drop small {
  color: var(--muted);
  font-weight: 650;
}

.creator-form button {
  grid-column: 1 / -1;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.step-pill {
  border-radius: 8px;
  background: var(--soft);
  padding: 9px 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-align: center;
}

.step-pill.active {
  background: var(--ink);
  color: #ffffff;
}

.preview-area {
  display: grid;
  min-height: 300px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fbf8, #eef5f0);
  padding: 18px;
  text-align: center;
}

.preview-area.empty {
  color: var(--muted);
}

.preview-actions {
  display: grid;
  width: 100%;
  gap: 10px;
}

.preview-actions img {
  max-width: 170px;
  max-height: 120px;
  object-fit: contain;
}

.preview-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
  text-align: left;
}

.checkout-row {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 10px;
  margin-top: 14px;
}

.generation-panel {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
}

.generation-panel[hidden] {
  display: none;
}

.generation-panel h3 {
  margin: 0;
}

.generation-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.generation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.status-message {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 760;
}

.mobile-afterpay-note {
  display: none;
}

.status-message.error {
  color: var(--danger);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.info-grid article {
  padding: 20px;
}

.info-grid p,
.faq p {
  color: var(--muted);
  line-height: 1.58;
}

.order-center {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.9fr);
  gap: 16px;
  align-items: start;
}

.order-copy,
.order-panel,
.order-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.order-copy,
.order-panel {
  padding: 22px;
}

.order-copy p {
  color: var(--muted);
  line-height: 1.62;
}

.order-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.order-form + .order-form {
  margin-top: 12px;
}

.order-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 800;
}

.order-form input {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
}

.orders-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.orders-list.empty {
  min-height: 92px;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.order-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  box-shadow: none;
}

.order-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.order-card h3 {
  margin-bottom: 3px;
}

.order-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.order-meta span {
  border-radius: 8px;
  background: var(--soft);
  padding: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.status-badge {
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.78rem;
  font-weight: 900;
}

.status-badge.ready {
  background: rgba(15, 143, 114, 0.13);
  color: var(--mint-dark);
}

.status-badge.waiting {
  background: rgba(242, 184, 75, 0.2);
  color: #7a5511;
}

.status-badge.error {
  background: rgba(178, 66, 66, 0.12);
  color: var(--danger);
}

.faq details {
  margin-bottom: 10px;
  padding: 18px;
}

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.faq details p {
  margin: 12px 0 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--muted);
  font-weight: 750;
}

.mobile-sticky-cta {
  display: none;
}

.admin-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.admin-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.admin-hero h1 {
  max-width: 860px;
}

.admin-note {
  display: inline-block;
  margin: 0;
  border-radius: 8px;
  background: var(--soft);
  color: var(--muted);
  padding: 10px 12px;
  font-weight: 760;
}

.admin-note code {
  color: var(--ink);
  font-weight: 900;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.admin-stat-card,
.admin-table-wrap {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.admin-stat-card {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.admin-stat-card span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.admin-stat-card strong {
  font-size: 1.75rem;
  line-height: 1;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-table td {
  color: var(--ink);
}

.admin-table td small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-detail-panel {
  margin: 12px 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 18px;
}

.admin-detail-panel[hidden] {
  display: none;
}

.admin-detail-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.admin-detail-head h3,
.admin-detail-head p {
  margin-bottom: 4px;
}

.admin-detail-head p {
  color: var(--muted);
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 14px;
}

.admin-detail-grid h4 {
  margin: 0 0 8px;
}

.admin-detail-grid p,
.admin-detail-error span {
  color: var(--muted);
  line-height: 1.5;
}

.admin-detail-error {
  display: grid;
  gap: 4px;
  border-radius: 8px;
  background: rgba(178, 66, 66, 0.1);
  padding: 10px;
}

.admin-log-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.admin-log-list li {
  display: grid;
  gap: 4px;
  border-radius: 8px;
  background: var(--soft);
  padding: 9px;
}

.admin-log-list span,
.admin-log-list small {
  color: var(--muted);
  font-size: 0.84rem;
}

@keyframes idle-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes blink {
  0%, 92%, 100% { transform: scaleY(1); }
  95% { transform: scaleY(0.1); }
}

@keyframes wave {
  0%, 100% { transform: rotate(8deg); }
  50% { transform: rotate(-26deg) translateY(-4px); }
}

@media (max-width: 900px) {
  .site-header,
  .site-header nav {
    align-items: flex-start;
  }

  .site-header {
    display: grid;
  }

  .hero,
  .creator,
  .plan-grid,
  .how-it-works,
  .order-center,
  .info-grid {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }

  .desktop-demo {
    min-height: 420px;
  }

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

@media (max-width: 620px) {
  .site-header nav,
  .hero-actions,
  .trust-row,
  .creator-form,
  .order-form,
  .checkout-row,
  .stepper {
    grid-template-columns: 1fr;
  }

  body {
    padding-bottom: 72px;
  }

  .site-header nav {
    display: none;
  }

  .site-header {
    padding: 14px 0;
  }

  .hero {
    display: grid;
    gap: 12px;
    padding-top: 8px;
  }

  .hero-copy {
    padding: 20px;
  }

  .hero-copy {
    box-shadow: none;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2.45rem, 15vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .lede {
    margin-bottom: 18px;
    font-size: 1rem;
  }

  .trust-row {
    display: grid;
  }

  .desktop-demo {
    display: none;
  }

  .mobile-demo {
    display: grid;
    gap: 12px;
  }

  .section {
    padding: 34px 0;
  }

  .how-it-works {
    padding-top: 24px;
  }

  .plan-grid {
    gap: 10px;
  }

  .plan-card {
    min-height: auto;
    padding: 18px;
  }

  .creator {
    gap: 10px;
  }

  .creator-panel,
  .workflow-card,
  .order-copy,
  .order-panel {
    padding: 18px;
  }

  .order-meta {
    grid-template-columns: 1fr;
  }

  .file-drop {
    min-height: 150px;
  }

  .preview-area {
    min-height: 250px;
  }

  .mobile-afterpay-note {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    border-radius: 8px;
    background: var(--soft);
    padding: 12px;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.42;
  }

  .mobile-afterpay-note strong {
    color: var(--ink);
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 20;
    right: 16px;
    bottom: 14px;
    left: 16px;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--mint);
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 143, 114, 0.28);
    font-weight: 900;
  }

  .pet-stage {
    right: 0;
    transform: scale(0.86);
  }

  .admin-hero {
    display: grid;
  }

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

  .admin-stat-card strong {
    font-size: 1.42rem;
  }

  .admin-detail-head,
  .admin-detail-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 621px) and (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
    min-height: 560px;
  }

  .hero-copy {
    padding: 34px;
  }

  h1 {
    font-size: clamp(3.4rem, 8vw, 4.8rem);
  }

  .desktop-demo {
    min-height: 520px;
  }

  .pet-stage {
    right: 8px;
    transform: scale(0.9);
  }

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