/* PosterDada Landing — BrandBaba reference, white advanced UI */
:root {
  --white: #ffffff;
  --bg: #ffffff;
  --surface: #f4f7fb;
  --surface-2: #eef3f9;
  --ink: #001c30;
  --ink-2: #123047;
  --muted: #5b6b7c;
  --line: rgba(0, 28, 48, 0.08);
  --orange: #ff6b35;
  --orange-deep: #e85a28;
  --blue: #3b82f6;
  --blue-deep: #2563eb;
  --mint: #34d399;
  --mint-soft: #d1fae5;
  --blue-soft: #dbeafe;
  --lavender: #f3f0ff;
  --shadow: 0 22px 55px rgba(0, 28, 48, 0.1);
  --shadow-sm: 0 10px 28px rgba(0, 28, 48, 0.07);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
  --header-h: 76px;
  --font: "Plus Jakarta Sans", system-ui, sans-serif;
  --display: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul, ol { list-style: none; margin: 0; padding: 0; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.container {
  width: min(var(--container), calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: var(--header-h);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.logo-img {
  height: 48px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
}
.site-footer .logo-img {
  height: 52px;
  max-width: 210px;
  background: #fff;
  border-radius: 12px;
  padding: 4px 8px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-2);
}
.nav a:not(.btn):hover { color: var(--orange); }

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  background: var(--surface);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  margin: 5px auto;
  transition: 0.25s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.45rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}
.btn-primary:hover { box-shadow: 0 18px 36px rgba(37, 99, 235, 0.36); }
.btn-dark {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 28, 48, 0.22);
  padding: 1rem 1.6rem;
  border-radius: 14px;
}
.btn-dark:hover { background: #01263f; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.35rem;
}
.btn-ghost:hover { border-color: rgba(0, 28, 48, 0.25); background: var(--surface); }
.btn-nav {
  background: var(--ink);
  color: #fff !important;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  gap: 0.45rem;
}
.btn-nav:hover { background: var(--orange); }

/* ========== HERO (deeply crafted split layout) ========== */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex;
  align-items: center;
  padding: 3.5rem 0 4rem;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.hero-bkgd {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(900px 480px at 12% 18%, rgba(59, 130, 246, 0.14), transparent 60%),
    radial-gradient(700px 420px at 88% 22%, rgba(168, 85, 247, 0.1), transparent 55%),
    radial-gradient(680px 380px at 70% 90%, rgba(52, 211, 153, 0.12), transparent 55%);
}

.blob {
  position: absolute;
  width: min(520px, 55vw);
  height: min(520px, 55vw);
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: drift 16s ease-in-out infinite alternate;
}
.blob-blue {
  top: -18%;
  left: -12%;
  background: #93c5fd;
}
.blob-mint {
  top: -8%;
  right: -16%;
  background: #6ee7b7;
  animation-delay: -6s;
  opacity: 0.4;
}
.blob-soft {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 107, 53, 0.12);
  filter: blur(40px);
  bottom: 8%;
  left: 28%;
  animation-delay: -3s;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.hero-kicker {
  margin: 0 0 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  animation: rise 0.7s ease both;
}

.hero-copy h1 {
  margin: 0 0 1.15rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.55rem, 5.4vw, 4.35rem);
  letter-spacing: -0.048em;
  line-height: 1.02;
  color: var(--ink);
  animation: rise 0.75s ease 0.05s both;
}

.hero-copy .accent {
  color: var(--orange);
  position: relative;
  display: inline-block;
}

.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 40ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  animation: rise 0.75s ease 0.12s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
  animation: rise 0.75s ease 0.18s both;
}

.hero-mini {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.55rem 1rem 0.55rem 0.55rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
  animation: rise 0.75s ease 0.24s both;
}

.mini-card {
  width: 56px;
  height: 66px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--surface);
  flex-shrink: 0;
}
.mini-poster {
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, #fb923c, #ea580c 55%, #9a3412);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.mini-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.mini-meta strong {
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.mini-meta span {
  font-size: 0.8rem;
  color: var(--muted);
}

/* ========== Hero device — full-screen app UI (no nested image frame) ========== */
.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 580px;
  padding: 1rem 0;
  animation: rise 0.9s ease 0.15s both;
}

.hero-visual-glow {
  position: absolute;
  width: min(420px, 85%);
  height: min(420px, 85%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.2), rgba(255, 107, 53, 0.1) 45%, transparent 70%);
  filter: blur(12px);
  z-index: 0;
}

.device {
  position: relative;
  z-index: 2;
  width: min(290px, 78%);
  animation: floaty 7s ease-in-out infinite;
}

.device-body {
  background: #111827;
  border-radius: 42px;
  padding: 11px;
  box-shadow:
    0 30px 60px rgba(0, 28, 48, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.device-notch {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  height: 22px;
  background: #111827;
  border-radius: 0 0 16px 16px;
  z-index: 5;
}

.device-screen {
  position: relative;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  aspect-ratio: 9 / 19.4;
  display: flex;
  flex-direction: column;
}

.app-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 4px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--ink);
}
.app-status-icons {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  opacity: 0.75;
  height: 10px;
}
.sig-bar {
  width: 3px;
  background: var(--ink);
  border-radius: 1px;
}
.sig-bar:nth-child(1) { height: 4px; }
.sig-bar:nth-child(2) { height: 6px; }
.sig-bar:nth-child(3) { height: 8px; }
.sig-bar:nth-child(4) { height: 10px; }
.batt {
  width: 14px;
  height: 7px;
  margin-left: 4px;
  border: 1.5px solid var(--ink);
  border-radius: 2px;
  position: relative;
  align-self: center;
}
.batt::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 1px;
  width: 2px;
  height: 3px;
  background: var(--ink);
  border-radius: 0 1px 1px 0;
}
.batt::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: var(--ink);
  border-radius: 0.5px;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 14px 10px;
}
.app-user {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.app-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(145deg, #cbd5e1, #94a3b8);
  flex-shrink: 0;
}
.app-user strong {
  display: block;
  font-size: 0.72rem;
  line-height: 1.15;
  color: var(--ink);
}
.app-user small {
  display: block;
  font-size: 0.58rem;
  color: var(--muted);
}
.app-menu {
  display: grid;
  place-items: center;
  color: var(--muted);
  line-height: 1;
}

.app-poster {
  position: relative;
  margin: 0 12px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(160deg, #1d4ed8 0%, #1e3a8a 55%, #172554 100%);
  color: #fff;
  padding: 12px 12px 0;
  min-height: 0;
  flex: 1.15;
  display: flex;
  flex-direction: column;
}
.poster-logo {
  font-size: 0.58rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  width: fit-content;
  padding: 0.25rem 0.45rem;
  border-radius: 6px;
  margin-bottom: 0.55rem;
}
.app-poster h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}
.app-poster > p {
  margin: 0.35rem 0 0.6rem;
  font-size: 0.62rem;
  opacity: 0.9;
  max-width: 58%;
}
.poster-photo {
  position: absolute;
  right: 10px;
  top: 48px;
  width: 42%;
  height: 58%;
  border-radius: 12px;
  background:
    linear-gradient(180deg, transparent 50%, rgba(29, 78, 216, 0.45)),
    url("https://images.unsplash.com/photo-1503454537195-1dcabb73ffb9?auto=format&fit=crop&w=400&q=80") center / cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.poster-cta {
  margin-top: auto;
  font-size: 0.58rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}
.poster-foot {
  display: flex;
  justify-content: space-between;
  gap: 0.35rem;
  background: #eab308;
  color: #1f2937;
  margin: 0 -12px;
  padding: 0.55rem 12px;
  font-size: 0.5rem;
  font-weight: 700;
}
.poster-foot span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.poster-foot svg {
  flex-shrink: 0;
}

.app-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 8px 14px 2px;
  font-size: 0.85rem;
  color: var(--ink);
}
.app-ico {
  display: grid;
  place-items: center;
  line-height: 0;
}
.app-save { margin-left: auto; font-size: 0.62rem; font-weight: 700; color: var(--muted); }
.app-meta {
  padding: 2px 14px 8px;
}
.app-meta strong {
  display: block;
  font-size: 0.68rem;
  color: var(--ink);
}
.app-meta p {
  margin: 0.15rem 0 0;
  font-size: 0.58rem;
  color: var(--muted);
}
.app-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  padding: 8px 12px 14px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  background: #fafafa;
}
.app-bottom button {
  border: 0;
  border-radius: 10px;
  padding: 0.55rem 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  background: #e2e8f0;
  color: var(--ink);
  cursor: default;
}
.app-bottom .is-primary {
  background: var(--orange);
  color: #fff;
}

/* Side frame card like BrandBaba */
.frame-card {
  position: absolute;
  left: 2%;
  bottom: 14%;
  z-index: 3;
  width: 108px;
  animation: floaty 5.8s ease-in-out infinite;
}
.frame-card-inner {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 10px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.frame-logo {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--ink);
  background: #fff7ed;
  width: fit-content;
  padding: 0.2rem 0.35rem;
  border-radius: 5px;
}
.frame-photo {
  flex: 1;
  margin: 0.45rem 0;
  border-radius: 8px;
  background: linear-gradient(145deg, #dbeafe, #93c5fd);
}
.frame-bar {
  height: 10px;
  border-radius: 999px;
  background: #eab308;
}
.frame-label {
  display: block;
  margin-top: 0.4rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}

.hero-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(10px);
}
.hero-badge strong {
  font-family: var(--display);
  font-size: 0.92rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
}
.hero-badge span {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
}
.hero-badge-right {
  right: 0;
  top: 14%;
  animation: floaty 6.8s ease-in-out -1.8s infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Sections */
.section { padding: 6rem 0; }
.section-title {
  max-width: 640px;
  margin-bottom: 3rem;
}
.section-title.center {
  text-align: center;
  margin-inline: auto;
}
.section-title h2 {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--ink);
}
.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem !important;
  font-weight: 700;
  font-size: 0.82rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange) !important;
}

/* Pricing */
.pricing {
  background:
    radial-gradient(900px 280px at 50% 0%, rgba(255, 107, 53, 0.08), transparent 60%),
    var(--bg);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: stretch;
  max-width: 760px;
  margin-inline: auto;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.85rem 1.5rem 1.45rem;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: visible;
}
.price-cta {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: auto;
}
.price-visual {
  display: none;
}
.price-save {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #047857;
}
.price-card.is-popular {
  border-color: rgba(255, 107, 53, 0.45);
  box-shadow: 0 22px 50px rgba(255, 107, 53, 0.16);
  transform: translateY(-6px);
}
.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--orange);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
}
.price-type {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--blue-deep);
}
.price-card h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.price-amount {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  margin: 0.85rem 0 0.35rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  color: var(--ink);
  line-height: 1;
}
.price-amount .rs { font-size: 1.35rem; }
.price-amount small {
  margin-left: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.price-trial {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--orange-deep);
}
.price-features {
  margin: 0.6rem 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}
.price-features li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  color: var(--ink-2);
}
.price-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), #10b981);
  box-shadow: inset 0 0 0 2px #fff;
}
.pricing-status { min-height: 180px; }
.pricing-hint {
  text-align: center;
  color: var(--muted);
  margin: 1rem 0 0;
}
.pricing-skel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.price-card.is-skel {
  min-height: 280px;
  background: linear-gradient(90deg, #f1f5f9, #fff, #f1f5f9);
  background-size: 200% 100%;
  animation: shimmer 1.2s ease infinite;
  border: 1px dashed var(--line);
  box-shadow: none;
}
.pricing-empty {
  text-align: center;
  padding: 2rem 1rem;
}
.pricing-empty p { color: var(--muted); margin-bottom: 1rem; }

@keyframes shimmer {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

/* Feature bento — BrandBaba style cards */
.feature-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.15rem;
}
.card {
  grid-column: span 6;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.card-wide { grid-column: span 8; }
.card-tall { grid-column: span 4; }
.card-full { grid-column: span 12; min-height: auto; padding-bottom: 1.75rem; }
.card-cta {
  grid-column: span 6;
  min-height: auto;
  padding: 2rem;
  justify-content: center;
  background: linear-gradient(160deg, #f8fafc, #eef6ff);
}
.download-card {
  background: linear-gradient(160deg, #f0fdf4, #ecfdf5 40%, #eff6ff);
}

.card-copy h3,
.card-cta h3 {
  margin: 0 0 0.5rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink);
}
.card-copy p,
.card-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.card-media {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 1.25rem;
}
.card-media img { width: 100%; }
.img-templates { max-height: 320px; object-fit: contain; object-position: bottom; }
.card-media-sizes {
  padding: 1.5rem 1rem 1.25rem;
  background: radial-gradient(circle at 50% 80%, rgba(59, 130, 246, 0.12), transparent 55%);
}
.card-media-sizes img { max-height: 220px; margin-inline: auto; }

.card-share {
  background: linear-gradient(180deg, #ecfdf5 0%, var(--surface) 48%);
}
.share-steps {
  display: grid;
  gap: 0.7rem;
  margin: 1.2rem 0 0;
  padding: 0;
}
.share-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.7rem 0.85rem;
}
.share-steps span {
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}
.share-steps strong {
  font-size: 0.88rem;
  color: var(--ink);
}
.share-steps small {
  color: var(--muted);
  font-size: 0.75rem;
}

.tpl-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.15rem 0 0;
  padding: 0;
}
.tpl-cats li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink-2);
  box-shadow: 0 6px 14px rgba(0, 28, 48, 0.04);
}
.tpl-cats li:nth-child(odd) {
  background: #fff7ed;
  border-color: rgba(255, 107, 53, 0.28);
  color: var(--orange-deep);
}

.brandkit-mock {
  margin: 1.1rem 0 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  display: grid;
  gap: 0.75rem;
}
.bk-logo {
  width: fit-content;
  background: var(--ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.65rem;
  border-radius: 8px;
}
.bk-swatches {
  display: flex;
  gap: 0.45rem;
}
.bk-swatches span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
}
.bk-fonts {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.85rem;
  color: var(--muted);
}
.bk-fonts strong {
  color: var(--ink);
  font-family: var(--display);
}

.card-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}
.card-cta-row h3 { margin: 0; }
.card-hit {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  position: relative;
  z-index: 2;
}
.store-badges img {
  height: 52px;
  width: auto;
  transition: transform 0.2s ease;
}
.store-badges a:hover img { transform: scale(1.04); }

/* Tools */
.tools-card {
  background: linear-gradient(160deg, #f7f4ff, #eef6ff 55%, #f8fafc);
  padding: 2rem;
}
.tools-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 2rem;
  align-items: center;
}
.tools-copy > h3 {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.tab-panel h4 {
  margin: 0 0 0.45rem;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.tab-panel p {
  margin: 0 0 1.5rem;
  color: var(--muted);
  max-width: 36ch;
}
.tab-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.tab-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.7rem 1.05rem;
  font-weight: 700;
  color: var(--ink-2);
  cursor: pointer;
  transition: 0.2s ease;
}
.tab-pill:hover { border-color: rgba(255, 107, 53, 0.4); }
.tab-pill.is-active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.28);
}
.tab-ico {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  background: rgba(255, 107, 53, 0.12);
  color: var(--orange-deep);
}
.tab-pill.is-active .tab-ico {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.tools-visual {
  background: transparent;
  border-radius: 24px;
  padding: 0;
  border: 0;
  min-height: 0;
  display: grid;
  place-items: center;
}
.editor-mock {
  width: min(100%, 340px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.em-chrome {
  display: flex;
  gap: 6px;
  padding: 0.7rem 0.9rem;
  background: #f8fafc;
  border-bottom: 1px solid var(--line);
}
.em-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
}
.em-chrome span:first-child { background: #fca5a5; }
.em-poster {
  margin: 1rem;
  border-radius: 16px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.15rem;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.25), transparent 40%),
    linear-gradient(165deg, #f97316, #b45309 50%, #7c2d12);
}
.em-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}
.em-wish {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.em-name {
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
}
.em-tools {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.85rem;
  border-top: 1px solid var(--line);
}
.em-tools b {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #fff7ed;
  color: var(--orange-deep);
  font-size: 0.78rem;
}

/* Testimonials */
.testimonials {
  background: linear-gradient(180deg, #fff, var(--surface) 40%, #fff);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.t-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}
.quote-ico { margin-bottom: 1rem; opacity: 0.85; }
.t-card p {
  margin: 0 0 1.35rem;
  color: var(--ink-2);
  font-size: 0.98rem;
}
.t-card footer strong {
  display: block;
  font-family: var(--display);
  letter-spacing: -0.02em;
}
.t-card footer span {
  color: var(--muted);
  font-size: 0.88rem;
}

/* FAQ */
.faq { background: #fff; }
.faq-layout { max-width: 820px; }
.faq-list { display: grid; gap: 0.65rem; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 1.25rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.faq-item[open] {
  background: rgba(255, 107, 53, 0.1);
  border-color: rgba(255, 107, 53, 0.28);
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  padding: 1.15rem 1.75rem 1.15rem 0;
  position: relative;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "›";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  color: var(--muted);
  font-size: 1.45rem;
  font-weight: 500;
  transition: transform 0.2s ease, color 0.2s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(-90deg);
  color: var(--orange);
}
.faq-item p {
  margin: 0 0 1.15rem;
  color: var(--muted);
  padding-right: 1rem;
}
.faq-item a { color: var(--orange-deep); font-weight: 600; }
.faq-help {
  margin-top: 2.5rem;
  padding: 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff4ef, var(--blue-soft));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq-help p {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

/* Footer — BrandBaba layout */
.site-footer {
  background: #0b1220;
  color: rgba(255, 255, 255, 0.72);
  padding: 4.5rem 0 1.5rem;
}
.footer-wrap { max-width: var(--container); }
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  padding-bottom: 2rem;
}
.footer-brand .logo {
  color: #fff;
  margin-bottom: 1rem;
}
.footer-brand p {
  margin: 0;
  max-width: 42ch;
  font-size: 0.95rem;
  line-height: 1.65;
}
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.social-links,
.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links a,
.legal-links a {
  font-weight: 600;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
}
.social-links a:hover,
.legal-links a:hover {
  color: #fff;
}
.footer-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
}
.footer-flex > p {
  margin: 0;
  font-size: 0.9rem;
}
.faq-help-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.faq-help .btn-ghost {
  color: var(--ink);
  background: #fff;
}
.footer-company {
  margin-top: 0.25rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
}
.footer-company a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}
.footer-company a:hover { color: #fff; }
.footer-company p { margin: 0 0 0.2rem; }
.footer-company strong { color: rgba(255, 255, 255, 0.82); font-weight: 700; }
.footer-address {
  margin: 0.15rem 0 0.65rem !important;
  padding-left: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
}
.ft-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.15rem;
  text-align: center;
}
.ft-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Motion */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
@keyframes drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(18px, 12px) scale(1.05); }
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-copy {
    text-align: center;
  }
  .hero-lead {
    margin-inline: auto;
  }
  .hero-actions,
  .hero-mini {
    justify-content: center;
  }
  .hero-mini {
    text-align: left;
  }
  .hero-visual {
    min-height: 520px;
    order: -1;
  }
  .device { width: min(270px, 62%); }
  .frame-card { left: 4%; bottom: 10%; width: 96px; }
  .hero-badge-right { right: 2%; top: 8%; }

  .card-wide,
  .card-tall,
  .card,
  .card-cta,
  .card-full { grid-column: span 12; }
  .tools-layout { grid-template-columns: 1fr; }
  .tools-visual { min-height: 320px; order: -1; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .pricing-grid,
  .pricing-skel { grid-template-columns: repeat(2, 1fr); }
  .price-card.is-popular { transform: none; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: rgba(255, 255, 255, 0.98);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.35rem;
    gap: 0.15rem;
    border-bottom: 1px solid var(--line);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: 0.28s ease;
  }
  .nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .nav a { padding: 0.85rem 0.4rem; border-radius: 10px; }
  .btn-nav { text-align: center; margin-top: 0.35rem; justify-content: center; }
  .nav-toggle { display: block; }
  .logo-img { height: 40px; max-width: 150px; }

  .hero {
    min-height: auto;
    padding: 2rem 0 3rem;
  }
  .hero-copy h1 {
    font-size: clamp(2.15rem, 9vw, 2.9rem);
  }
  .hero-visual {
    min-height: 460px;
  }
  .device { width: min(250px, 70%); }
  .frame-card { width: 84px; left: 0; }
  .hero-badge {
    padding: 0.55rem 0.75rem;
  }
  .hero-badge strong { font-size: 0.8rem; }
  .hero-badge span { font-size: 0.68rem; }
  .section { padding: 4rem 0; }
  .card { min-height: 0; padding: 1.35rem; }
  .card-cta { padding: 1.5rem; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-flex { flex-direction: column; align-items: flex-start; }
  .faq-help { flex-direction: column; align-items: flex-start; }
  .pricing-grid,
  .pricing-skel { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
  .device,
  .frame-card,
  .hero-badge { animation: none !important; }
}
