/* NabadAi marketing pages — tokens and brand match styles.css (dark theme). */
:root {
  color-scheme: dark;
  --bg: #05070d;
  --card: #10141f;
  --card2: #0b0f18;
  --text: #eef4ff;
  --muted: #97a5ba;
  --border: rgba(255, 255, 255, 0.105);
  --primary: #7c5cff;
  --primary2: #23d5ab;
  --brand-teal: #23d5ab;
  --brand-violet: #7c5cff;
  --brand-teal-hover: #2eebbc;
  --brand-violet-hover: #9178ff;
  --brand-teal-muted: rgba(35, 213, 171, 0.14);
  --brand-violet-muted: rgba(124, 92, 255, 0.14);
  --brand-signature-gradient: linear-gradient(135deg, var(--brand-teal) 0%, var(--brand-teal) 48%, var(--brand-violet) 52%, var(--brand-violet) 100%);
  --brand-signature-gradient-diag: linear-gradient(135deg, var(--brand-teal) 0%, var(--brand-teal) 50%, var(--brand-violet) 50%, var(--brand-violet) 100%);
  --brand-cta-bg: var(--brand-teal);
  --brand-cta-bg-hover: var(--brand-teal-hover);
  --brand-cta-text: #051018;
  --brand-cta-border: rgba(35, 213, 171, 0.42);
  --brand-cta-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 4px 14px rgba(35, 213, 171, 0.2),
    0 2px 6px rgba(0, 0, 0, 0.22);
  --elev-1: 0 10px 30px rgba(0, 0, 0, 0.38), 0 2px 8px rgba(0, 0, 0, 0.24);
  --elev-2: 0 20px 52px rgba(0, 0, 0, 0.44), 0 4px 14px rgba(0, 0, 0, 0.28);
  --surface-highlight: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  --surface-raised: linear-gradient(168deg, rgba(20, 26, 40, 0.94), rgba(8, 11, 20, 0.88));
  --surface-border: rgba(255, 255, 255, 0.115);
  --nabad-glass-border: rgba(255, 255, 255, 0.13);
  --nabad-glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Inter Display", Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: var(--bg);
  overflow-x: clip;
}

body:has(.marketingShell) {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
[hidden] { display: none !important; }

.brandPrimary {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.052em;
  background-image: linear-gradient(135deg, rgba(124, 92, 255, 0.98), rgba(35, 213, 171, 0.95));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.marketingShell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.marketingNav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.marketingBrand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.brandLockup {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brandLockupMark {
  display: block;
  flex-shrink: 0;
  background: url("/assets/icons/splash-mark.png") center / contain no-repeat;
}

.brandLockupText {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.052em;
  color: rgba(247, 250, 255, 0.94);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.brandLockup--marketing {
  align-items: baseline;
  gap: 0.018em;
  font-size: 23px;
  line-height: 1;
}

.brandLockup--marketing .brandLockupMark {
  width: 0.93em;
  height: 0.93em;
  margin: 0;
  align-self: baseline;
  transform: translateY(0.1em);
}

.brandLockup--marketing .brandLockupText {
  font-size: 1em;
  line-height: 1;
}

.marketingNavLinks {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--muted);
}

.marketingNavLinks a { text-decoration: none; }
.marketingNavLinks a:hover { color: var(--text); }
.marketingNavLinks .marketingCta:hover { color: var(--brand-cta-text); }

.marketingNavLinks--wide {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.marketingNavText {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 4px;
}

@media (min-width: 900px) {
  .marketingNavText { display: inline-flex; }
}

.marketingNavSignIn {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
  padding: 8px 4px;
}

.marketingNavSignIn:hover { color: var(--text); }

.marketingCta--ghost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
  color: var(--text);
  overflow: visible;
}

.marketingCta--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.heroStoreNote {
  margin: 20px 0 0;
  font-size: 13px;
  color: var(--muted);
}

.sectionLead {
  margin: 12px 0 0;
  max-width: 560px;
  color: var(--muted);
  font-size: 17px;
}

.marketingDiscoverTeaser {
  text-align: start;
}

.marketingDiscoverTeaser .sectionHead,
.marketingDiscoverTeaser .heroActions {
  justify-content: flex-start;
}

.marketingDiscoverTeaser .heroActions {
  margin-top: 4px;
}

.marketingDiscoverCarouselWrap {
  margin: 0 auto 28px;
  max-width: 100%;
  overflow: visible;
  padding: 8px 0 4px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
}

.marketingDiscoverCarousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  padding: 12px 20px 24px;
  scrollbar-width: thin;
}

.discoverCarouselCard {
  flex: 0 0 min(220px, 74vw);
  scroll-snap-align: start;
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
  -webkit-tap-highlight-color: transparent;
}

.discoverCarouselCard:focus-visible {
  outline: 2px solid rgba(35, 213, 171, 0.55);
  outline-offset: 2px;
}

.discoverCarouselCard:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 213, 171, 0.28);
  background: rgba(35, 213, 171, 0.06);
}

.discoverCarouselArt {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.discoverCarouselPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(8, 12, 20, 0.42);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease, opacity 140ms ease;
}

.discoverCarouselPlay:hover,
.discoverCarouselPlay:focus-visible {
  background: rgba(8, 12, 20, 0.58);
  transform: translate(-50%, -50%) scale(1.05);
}

.discoverCarouselPlay:focus-visible {
  outline: 2px solid rgba(35, 213, 171, 0.65);
  outline-offset: 2px;
}

.discoverCarouselPlayIco {
  width: 22px;
  height: 22px;
  display: block;
}

.discoverCarouselCard.isPreviewPlaying .discoverCarouselPlay {
  background: rgba(35, 213, 171, 0.22);
  box-shadow: inset 0 0 0 1px rgba(35, 213, 171, 0.42);
}

.discoverCarouselCard.isPreviewPlaying .discoverCarouselArt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 12, 20, 0.18);
  pointer-events: none;
}

.discoverCarouselArt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discoverCarouselMeta {
  display: grid;
  gap: 3px;
  text-align: start;
}

.discoverCarouselTitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discoverCarouselBy {
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discoverCarouselBy.discoverCarouselSignupLink {
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  transition: color 140ms ease;
}

.discoverCarouselBy.discoverCarouselSignupLink:hover,
.discoverCarouselBy.discoverCarouselSignupLink:focus-visible {
  color: rgba(35, 213, 171, 0.92);
  text-decoration: underline;
  outline: none;
}

.marketingTemplateShowcase {
  margin: 0 auto 28px;
  max-width: 920px;
}

.marketingTemplateShowcaseHead {
  margin-bottom: 14px;
  text-align: start;
}

.marketingTemplateShowcaseLead {
  margin: 8px 0 0;
  max-width: 52ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
}

.marketingTemplateShowcaseCarouselWrap {
  margin-bottom: 8px;
  overflow: visible;
  padding: 8px 0 4px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 1.5%, #000 98.5%, transparent);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard {
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, box-shadow 180ms ease;
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--birthday {
  border-color: rgba(255, 130, 190, 0.32);
  box-shadow: 0 0 0 1px rgba(255, 130, 190, 0.08), 0 10px 28px rgba(255, 100, 170, 0.14);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--birthday:hover,
.marketingTemplateShowcaseCarousel .discoverCarouselCard--birthday.isPreviewPlaying {
  border-color: rgba(255, 130, 190, 0.52);
  box-shadow: 0 0 0 1px rgba(255, 130, 190, 0.12), 0 14px 36px rgba(255, 100, 170, 0.24);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--birthday .discoverCarouselOccasion {
  color: rgba(255, 170, 210, 0.96);
  background: rgba(255, 120, 180, 0.14);
  border-color: rgba(255, 130, 190, 0.32);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--wedding {
  border-color: rgba(255, 196, 92, 0.34);
  box-shadow: 0 0 0 1px rgba(255, 196, 92, 0.08), 0 10px 28px rgba(255, 170, 60, 0.14);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--wedding:hover,
.marketingTemplateShowcaseCarousel .discoverCarouselCard--wedding.isPreviewPlaying {
  border-color: rgba(255, 196, 92, 0.54);
  box-shadow: 0 0 0 1px rgba(255, 196, 92, 0.12), 0 14px 36px rgba(255, 170, 60, 0.24);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--wedding .discoverCarouselOccasion {
  color: rgba(255, 214, 130, 0.96);
  background: rgba(255, 196, 92, 0.14);
  border-color: rgba(255, 196, 92, 0.32);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--love {
  border-color: rgba(255, 96, 128, 0.34);
  box-shadow: 0 0 0 1px rgba(255, 96, 128, 0.08), 0 10px 28px rgba(255, 70, 110, 0.16);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--love:hover,
.marketingTemplateShowcaseCarousel .discoverCarouselCard--love.isPreviewPlaying {
  border-color: rgba(255, 96, 128, 0.54);
  box-shadow: 0 0 0 1px rgba(255, 96, 128, 0.12), 0 14px 36px rgba(255, 70, 110, 0.26);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--love .discoverCarouselOccasion {
  color: rgba(255, 150, 170, 0.96);
  background: rgba(255, 96, 128, 0.14);
  border-color: rgba(255, 96, 128, 0.32);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--apology {
  border-color: rgba(96, 168, 255, 0.34);
  box-shadow: 0 0 0 1px rgba(96, 168, 255, 0.08), 0 10px 28px rgba(70, 140, 255, 0.14);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--apology:hover,
.marketingTemplateShowcaseCarousel .discoverCarouselCard--apology.isPreviewPlaying {
  border-color: rgba(96, 168, 255, 0.54);
  box-shadow: 0 0 0 1px rgba(96, 168, 255, 0.12), 0 14px 36px rgba(70, 140, 255, 0.24);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--apology .discoverCarouselOccasion {
  color: rgba(160, 205, 255, 0.96);
  background: rgba(96, 168, 255, 0.14);
  border-color: rgba(96, 168, 255, 0.32);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--thanks {
  border-color: rgba(35, 213, 171, 0.34);
  box-shadow: 0 0 0 1px rgba(35, 213, 171, 0.08), 0 10px 28px rgba(35, 213, 171, 0.14);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--thanks:hover,
.marketingTemplateShowcaseCarousel .discoverCarouselCard--thanks.isPreviewPlaying {
  border-color: rgba(35, 213, 171, 0.54);
  box-shadow: 0 0 0 1px rgba(35, 213, 171, 0.12), 0 14px 36px rgba(35, 213, 171, 0.24);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--thanks .discoverCarouselOccasion {
  color: rgba(130, 240, 210, 0.96);
  background: rgba(35, 213, 171, 0.14);
  border-color: rgba(35, 213, 171, 0.32);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--arabic {
  border-color: rgba(168, 120, 255, 0.34);
  box-shadow: 0 0 0 1px rgba(168, 120, 255, 0.08), 0 10px 28px rgba(140, 90, 255, 0.14);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--arabic:hover,
.marketingTemplateShowcaseCarousel .discoverCarouselCard--arabic.isPreviewPlaying {
  border-color: rgba(168, 120, 255, 0.54);
  box-shadow: 0 0 0 1px rgba(168, 120, 255, 0.12), 0 14px 36px rgba(140, 90, 255, 0.24);
}

.marketingTemplateShowcaseCarousel .discoverCarouselCard--arabic .discoverCarouselOccasion {
  color: rgba(200, 170, 255, 0.96);
  background: rgba(168, 120, 255, 0.14);
  border-color: rgba(168, 120, 255, 0.32);
}

.discoverCarouselOccasion {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(35, 213, 171, 0.92);
  background: rgba(35, 213, 171, 0.1);
  border: 1px solid rgba(35, 213, 171, 0.22);
}

.discoverCarouselCard--templateFallback .discoverCarouselPlay {
  display: none;
}

.marketingOccasionScroll {
  width: 100%;
}

.marketingTemplates .heroActions {
  justify-content: center;
  margin-top: 24px;
}

.marketingOccasionGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
}

.marketingOccasionCard {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: var(--surface-raised);
  box-shadow: var(--elev-1), var(--surface-highlight);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.marketingOccasionCard--hasPreview {
  grid-template-columns: 56px minmax(0, 1fr) auto;
  cursor: pointer;
}

.marketingOccasionTitleRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
}

.marketingOccasionTitleRow h3 {
  margin: 0;
}

.marketingOccasionPreviewPill {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(130, 240, 210, 0.96);
  background: rgba(35, 213, 171, 0.12);
  border: 1px solid rgba(35, 213, 171, 0.28);
}

.marketingOccasionPlaySide {
  position: static;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.marketingOccasionPlaySide .marketingOccasionPlayIco {
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.marketingOccasionCard--hasPreview.isPreviewPlaying .marketingOccasionPlaySide {
  background: rgba(35, 213, 171, 0.22);
  box-shadow: inset 0 0 0 1px rgba(35, 213, 171, 0.42);
}

.marketingOccasionCard:hover {
  transform: translateY(-2px);
  border-color: rgba(35, 213, 171, 0.28);
  box-shadow: var(--elev-1), 0 12px 32px rgba(0, 0, 0, 0.22);
}

.marketingOccasionThumb {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}

.marketingOccasionPlay {
  display: none;
}

.marketingOccasionPreviewHint {
  display: none;
}

.marketingOccasionPlayIco {
  display: block;
}

.marketingOccasionCard--hasPreview.marketingOccasionCard--birthday {
  border-color: rgba(255, 130, 190, 0.34);
  box-shadow: var(--elev-1), 0 8px 24px rgba(255, 100, 170, 0.12);
}

.marketingOccasionCard--hasPreview.marketingOccasionCard--wedding {
  border-color: rgba(255, 196, 92, 0.34);
  box-shadow: var(--elev-1), 0 8px 24px rgba(255, 170, 60, 0.12);
}

.marketingOccasionCard--hasPreview.marketingOccasionCard--love {
  border-color: rgba(255, 96, 128, 0.34);
  box-shadow: var(--elev-1), 0 8px 24px rgba(255, 70, 110, 0.14);
}

.marketingOccasionCard--hasPreview.marketingOccasionCard--apology {
  border-color: rgba(96, 168, 255, 0.34);
  box-shadow: var(--elev-1), 0 8px 24px rgba(70, 140, 255, 0.12);
}

.marketingOccasionCard--hasPreview.marketingOccasionCard--thanks {
  border-color: rgba(35, 213, 171, 0.34);
  box-shadow: var(--elev-1), 0 8px 24px rgba(35, 213, 171, 0.12);
}

.marketingOccasionCard--hasPreview.marketingOccasionCard--arabic {
  border-color: rgba(168, 120, 255, 0.34);
  box-shadow: var(--elev-1), 0 8px 24px rgba(140, 90, 255, 0.12);
}

.marketingOccasionThumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 7, 13, 0.08), rgba(5, 7, 13, 0.42));
  pointer-events: none;
}

.marketingOccasionThumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.86);
}

.marketingOccasionBody {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.marketingOccasionCard:hover .marketingOccasionThumb {
  border-color: rgba(255, 255, 255, 0.14);
}

.marketingOccasionCard h3 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.marketingOccasionCard p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

.marketingOccasionCard--birthday,
.marketingOccasionCard--wedding,
.marketingOccasionCard--love,
.marketingOccasionCard--apology,
.marketingOccasionCard--thanks,
.marketingOccasionCard--arabic {
  background: var(--surface-raised);
}

.marketingCollabArt {
  margin: 0;
  justify-self: center;
  width: min(100%, 520px);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 28px 56px rgba(0, 0, 0, 0.45);
  background: rgba(255, 255, 255, 0.02);
}

.marketingCollabArt img {
  display: block;
  width: 100%;
  height: auto;
}

.marketingSplit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.9fr);
  gap: 36px 48px;
  align-items: center;
}

.marketingSplitCopy .sectionLead {
  margin-bottom: 22px;
}

.marketingCollabList {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.marketingCollabItem {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.marketingCollabItem h3 {
  margin: 0 0 6px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: rgba(45, 212, 191, 0.92);
}

.marketingCollabItem p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}

.marketingSplitCopy .heroActions {
  margin-top: 0;
}

.pricingGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.pricingCard--compact {
  padding: 20px 18px;
  border-radius: 18px;
}

.pricingCardTop {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.pricingCardTop h3 {
  margin: 0;
}

.pricingCard--compact .pricingPrice {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--text);
}

.pricingPrice--from {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  color: rgba(255, 255, 255, 0.96) !important;
}

.pricingTagline {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
}

.pricingPlanChips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.pricingPlanChip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(232, 238, 247, 0.72);
}

.pricingPlanChip--monthly {
  border-color: rgba(124, 92, 255, 0.52);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(124, 92, 255, 0.2), transparent 58%),
    radial-gradient(90% 120% at 100% 100%, rgba(35, 213, 171, 0.08), transparent 62%),
    linear-gradient(145deg, rgba(124, 92, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(124, 92, 255, 0.16),
    0 10px 24px -16px rgba(124, 92, 255, 0.42);
  color: rgba(255, 255, 255, 0.92);
}

.pricingPlanSave {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, rgba(124, 92, 255, 0.95), rgba(35, 213, 171, 0.88));
  box-shadow: 0 4px 14px rgba(124, 92, 255, 0.28);
  white-space: nowrap;
}

.pricingFeatures {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.pricingFeature {
  position: relative;
  padding: 0 0 0 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(232, 238, 247, 0.82);
}

.pricingFeature + .pricingFeature {
  margin-top: 7px;
}

.pricingFeature::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 800;
  color: rgba(35, 213, 171, 0.88);
}

.pricingFeatures--pro .pricingFeature::before {
  color: rgba(183, 139, 255, 0.95);
}

[dir="rtl"] .pricingFeature {
  padding: 0 18px 0 0;
}

[dir="rtl"] .pricingFeature::before {
  left: auto;
  right: 0;
}

.pricingSectionNote {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  color: rgba(232, 238, 247, 0.36);
}

.pricingCard--compact .marketingCta {
  margin-top: auto;
}

.pricingCardCta {
  align-self: center;
  min-height: 34px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  width: auto !important;
}

.pricingCardCta--pro {
  border: 1px solid rgba(124, 92, 255, 0.45) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(124, 92, 255, 0.96), rgba(35, 213, 171, 0.82)) !important;
  color: #fff !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 8px 22px -8px rgba(124, 92, 255, 0.48) !important;
}

.pricingCardCta--pro:hover {
  border-color: rgba(167, 139, 255, 0.62) !important;
  color: #fff !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, rgba(145, 120, 255, 0.98), rgba(46, 235, 188, 0.86)) !important;
}

.pricingCard {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  border: 1px solid var(--surface-border);
  border-radius: 22px;
  background: var(--surface-raised);
  box-shadow: var(--elev-1), var(--surface-highlight);
}

.pricingCard--pro {
  border-color: rgba(124, 92, 255, 0.42);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(124, 92, 255, 0.16), transparent 58%),
    radial-gradient(90% 120% at 100% 100%, rgba(35, 213, 171, 0.07), transparent 62%),
    linear-gradient(145deg, rgba(124, 92, 255, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(124, 92, 255, 0.16),
    0 16px 36px -20px rgba(124, 92, 255, 0.38);
}

.pricingCard--pro .pricingCardTop h3 {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(183, 139, 255, 0.92) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pricingCard h3 {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.pricingPrice {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.marketingFooter--rich {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.marketingFooter--site {
  padding-top: 40px;
  padding-bottom: 32px;
}

.marketingFooterTop {
  display: grid;
  grid-template-columns: minmax(200px, 280px) minmax(0, 1fr);
  gap: 32px 40px;
  align-items: start;
  width: 100%;
}

.marketingFooterBrandName {
  display: block;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 8px;
}

.marketingFooterTagline {
  margin: 0 0 16px;
  max-width: 26ch;
  line-height: 1.45;
  color: var(--muted);
  font-size: 13px;
}

.marketingFooterColumns {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px 24px;
  align-items: start;
}

.marketingFooterCol h4 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(45, 212, 191, 0.88);
}

.marketingFooterCol a {
  display: block;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
  transition: color 140ms ease;
}

.marketingFooterCol a:hover {
  color: var(--text);
}

.marketingFooterBottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
}

.marketingFooter--site .marketingFooterSocial {
  margin-top: 4px;
}

.marketingFooterSocial {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.marketingFooterSocial a,
.marketingFooterSocialIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.03);
  transition: border-color 140ms ease, color 140ms ease, transform 140ms ease, background 140ms ease;
}

.marketingFooterSocial a:hover {
  color: #fff;
  border-color: rgba(35, 213, 171, 0.35);
  background: rgba(35, 213, 171, 0.08);
  transform: translateY(-1px);
}

.marketingFooterSocial img {
  display: block;
  width: 18px;
  height: 18px;
  opacity: 0.92;
  object-fit: contain;
}

.marketingFooterSocial a:hover img {
  opacity: 1;
}

.marketingFooterSocialIcon--idle {
  opacity: 0.82;
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.16);
}

.marketingFooter--rich nav {
  gap: 14px 18px;
}

@media (max-width: 760px) {
  .pricingGrid { grid-template-columns: 1fr; }
  .marketingNavLinks--wide .marketingNavText { display: none; }
}

.marketingLangSwitch {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--nabad-glass-border);
  border-radius: 999px;
  background: var(--nabad-glass-bg);
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color 160ms ease, color 160ms ease;
}

.marketingLangSwitch:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.2);
}

.marketingCta {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--brand-cta-border);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 42%),
    var(--brand-cta-bg);
  color: var(--brand-cta-text);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  text-decoration: none;
  box-shadow: var(--brand-cta-shadow);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
  overflow: hidden;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease, box-shadow 160ms ease;
}

.marketingCta:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 42%),
    var(--brand-cta-bg-hover);
  border-color: rgba(35, 213, 171, 0.55);
}

.marketingCta:active { transform: translateY(1px) scale(0.985); }

.marketingCta--violet {
  background: rgba(124, 92, 255, 0.1);
  border-color: rgba(124, 92, 255, 0.42);
  color: rgba(244, 247, 255, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 4px 14px rgba(124, 92, 255, 0.12);
}

.marketingCta--violet:hover {
  background: rgba(124, 92, 255, 0.18);
  border-color: rgba(124, 92, 255, 0.58);
  color: #fff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  padding: clamp(44px, 6vw, 56px) 0 clamp(28px, 4vw, 40px);
}

.heroCopy { grid-area: auto; }
.marketingHeroArt { grid-area: auto; }

.heroCopy h1 {
  max-width: none;
  font-family: var(--font-sans);
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.heroCopy h1 .heroAccent {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  color: var(--brand-teal);
  letter-spacing: -0.02em;
}

.hero .heroLead {
  max-width: none;
  margin: 20px 0 26px;
  font-size: clamp(16px, 1.8vw, 19px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--brand-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 820px;
  font-family: "Inter Display", "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.065em;
  color: var(--text);
}

.heroLead {
  max-width: 680px;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
}

.heroActions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 18px; }

.textLink {
  color: var(--muted);
  font-weight: 700;
  text-underline-offset: 4px;
}

.textLink:hover { color: var(--text); }

.marketingHeroArt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-self: stretch;
  align-self: center;
}

.marketingHeroArt img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.55));
}

/* App screenshot — no fake bezel; PNG is already a device capture. */
.phoneShot {
  width: min(100%, 292px);
  margin-inline: auto;
}

.phoneShot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 13.5%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 36px 72px rgba(0, 0, 0, 0.52);
}

.hero + .section {
  padding-top: 48px;
  border-top: none;
}

.section {
  padding: 52px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sectionHead {
  max-width: 640px;
  margin-bottom: 28px;
}

.section h2 {
  margin: 0 0 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(32px, 4.2vw, 47px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.sectionHead p, .featureCard p, .faqItem p { color: var(--muted); }

.sectionLead {
  margin: 10px 0 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
}

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

.featureCard, .faqItem {
  border: 1px solid var(--surface-border);
  border-radius: 22px;
  background: var(--surface-raised);
  box-shadow: var(--elev-1), var(--surface-highlight);
  padding: 24px;
}

.featureCard h3, .faqItem h3 {
  margin: 0 0 9px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.025em;
}

.featureCard p, .faqItem p { margin: 0; }

.featureCardLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.faqList { display: grid; gap: 12px; }

.faqSection .sectionHead--center {
  text-align: center;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.faqSection .sectionHead--center .sectionLead {
  margin: 12px auto 0;
  max-width: 520px;
}

.faqList--accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: min(720px, 100%);
  margin-inline: auto;
}

.faqList--accordion .faqItem {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  transition: border-radius 0.22s ease, border-color 0.22s ease;
}

.faqList--accordion .faqItem[open] {
  border-radius: 22px;
  border-color: rgba(35, 213, 171, 0.22);
}

.faqList--accordion .faqItem summary {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 56px 18px 24px;
  cursor: pointer;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  text-align: center;
}

.faqList--accordion .faqItem summary::-webkit-details-marker { display: none; }
.faqList--accordion .faqItem summary::marker { content: ""; }

.faqQuestionText { flex: 1; min-width: 0; }

.faqToggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.faqList--accordion .faqItem[open] .faqToggle {
  border-color: rgba(35, 213, 171, 0.35);
  color: var(--brand);
}

.faqToggle::before { content: "+"; }
.faqList--accordion .faqItem[open] .faqToggle::before { content: "−"; }

.faqAnswer {
  padding: 0 24px 22px;
  text-align: center;
}

.faqAnswer p {
  margin: 0 auto;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.65;
}

.faqAnswer a {
  color: #8ad9c6;
  text-decoration: none;
}

.faqAnswer a:hover { text-decoration: underline; }

[dir="rtl"] .faqList--accordion .faqItem summary {
  padding: 18px 24px 18px 56px;
  flex-direction: row-reverse;
}

[dir="rtl"] .faqToggle {
  right: auto;
  left: 20px;
}

.featureCardLink {
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.featureCardLink:hover {
  color: var(--text);
  border-color: rgba(35, 213, 171, 0.35);
  background: rgba(35, 213, 171, 0.08);
}

.relatedLinks { display: flex; flex-wrap: wrap; gap: 10px; }

.relatedLinks a {
  padding: 10px 15px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
}

.relatedLinks a:hover {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.18);
}

.marketingDraftBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px 16px;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 600;
  color: #051018;
  background: #23d5ab;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

body:has(.marketingDraftBanner) .marketingShell {
  padding-top: 42px;
}

.finalCta {
  margin: 8px 0 64px;
  padding: 40px 32px;
  border: 1px solid rgba(35, 213, 171, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(35, 213, 171, 0.14), transparent 70%),
    linear-gradient(168deg, rgba(20, 26, 40, 0.94), rgba(8, 11, 20, 0.88));
  box-shadow: var(--elev-1);
  text-align: center;
}

.finalCta h2 {
  margin: 0 0 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4.8vw, 44px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.finalCta p { margin: 0 auto 24px; max-width: 650px; color: var(--muted); }

.marketingFooter {
  padding: 26px 0 40px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.marketingFooter nav { display: flex; gap: 16px; flex-wrap: wrap; }

.marketingFooter.marketingFooter--site {
  display: block;
  width: 100%;
}

.marketingFooter--site .marketingFooterBottom {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .marketingFooterColumns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

[dir="rtl"] body {
  font-family: Tahoma, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

[dir="rtl"] h1, [dir="rtl"] .section h2 { letter-spacing: -0.025em; }

@media (max-width: 760px) {
  .marketingNav { min-height: 64px; gap: 12px; }
  .brandLockup--marketing { font-size: 21px; }
  .brandLockup--marketing .brandLockupMark { width: 0.93em; height: 0.93em; transform: translateY(0.1em); }
  .marketingNavLinks { gap: 8px; }
  .marketingLangSwitch {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }
  .marketingCta {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }
  .marketingNavSignIn {
    font-size: 13px;
    padding: 6px 2px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 44px 0 24px;
  }
  .heroCopy { text-align: start; }
  .marketingHeroArt { width: min(94vw, 560px); justify-self: center; }
  .featureGrid { grid-template-columns: 1fr; }
  .marketingSplit {
    grid-template-columns: 1fr;
  }
  .marketingOccasionGrid {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
  .marketingCollabArt {
    width: min(100%, 100%);
    order: -1;
  }
  .section { padding: 58px 0; }
  .finalCta { padding: 34px 22px; }
  .marketingShell { width: min(1120px, calc(100% - 32px)); }
  .marketingFooter--site { padding-top: 32px; padding-bottom: 28px; }
  .marketingFooterTop { grid-template-columns: 1fr; gap: 28px; }
  .marketingFooterBrand { padding-bottom: 4px; }
  .marketingFooterTagline { max-width: none; }
  .marketingFooterColumns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }
  .marketingFooterCol a {
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 7px;
  }
  .marketingFooterBottom { margin-top: 22px; padding-top: 16px; }
}

@media (max-width: 420px) {
  .marketingShell { width: min(1120px, calc(100% - 24px)); }
  .marketingFooterColumns { gap: 20px 14px; }
  .marketingFooterSocial { flex-wrap: wrap; }
}

/* Scroll-reveal (marketing pages) — disabled when user prefers reduced motion */
.mkReveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.88s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--mk-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.mkReveal--from-start {
  transform: translate3d(-36px, 16px, 0);
}

.mkReveal--from-end {
  transform: translate3d(36px, 16px, 0);
}

[dir="rtl"] .mkReveal--from-start {
  transform: translate3d(36px, 16px, 0);
}

[dir="rtl"] .mkReveal--from-end {
  transform: translate3d(-36px, 16px, 0);
}

.mkReveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .mkReveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

/* Legal / policy docs — same dark FAQ cards as Support (always dark). */
.legalDoc .faqItem h2,
.legalDoc .faqItem h3 {
  margin: 0 0 9px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.legalDoc .faqItem p,
.legalDoc .faqItem li {
  color: var(--muted);
}

.legalDoc .faqItem ul {
  margin: 0;
  padding-left: 20px;
}

.legalDoc .faqItem li {
  margin-bottom: 6px;
}

.legalDoc .faqItem a {
  color: var(--brand-teal);
  text-decoration: none;
}

.legalDoc .faqItem a:hover {
  color: var(--brand-teal-hover);
}

.legalDoc .faqItem strong {
  color: rgba(238, 244, 255, 0.92);
}

.legalDocNote {
  margin-top: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid var(--surface-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.legalDocNote a {
  color: var(--brand-teal);
  text-decoration: none;
}

[dir="rtl"] .legalDoc .faqItem ul {
  padding-right: 20px;
  padding-left: 0;
}

/* CMS optional blocks */
.marketingTestimonialGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.marketingTestimonialCard {
  margin: 0;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.marketingTestimonialQuote {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.55;
}

.marketingLogoStrip {
  text-align: center;
}

.marketingLogoStripTitle {
  margin: 0 0 16px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.marketingLogoStripRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 28px;
}

.marketingLogoItem img {
  max-height: 36px;
  width: auto;
  opacity: 0.85;
}

.marketingLogoPlaceholder {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  color: var(--muted);
  font-size: 0.82rem;
}

.marketingMediaBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.marketingMediaBlock--imageLeft .marketingMediaBlockArt {
  order: -1;
}

.marketingMediaBlockArt img {
  width: 100%;
  border-radius: 16px;
}

.marketingContentCarouselViewport {
  overflow: hidden;
  margin-top: 8px;
}

.marketingContentCarouselTrack {
  display: flex;
  transition: transform 0.45s ease;
}

.marketingContentCarouselSlide {
  box-sizing: border-box;
  padding: 0 8px;
  text-decoration: none;
  color: inherit;
}

.marketingContentCarouselSlideInner {
  height: 100%;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.marketingContentCarouselSlideInner img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}

.marketingContentCarousel--large .marketingContentCarouselSlideInner img {
  aspect-ratio: 4 / 3;
}

.marketingContentCarouselFallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted);
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .marketingMediaBlock {
    grid-template-columns: 1fr;
  }
  .marketingMediaBlock--imageLeft .marketingMediaBlockArt {
    order: 0;
  }
}

/* Draft editor placeholders + section inspector (Shopify-style) */
.nabad-draft-editor [data-mk-section] {
  position: relative;
  cursor: pointer;
}

.nabad-draft-editor [data-mk-section].mkInspectorHover {
  outline: 2px solid rgba(59, 130, 246, 0.45);
  outline-offset: 6px;
}

.nabad-draft-editor [data-mk-section].mkInspectorActive {
  outline: 2px solid #3b82f6;
  outline-offset: 6px;
  box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.12);
}

.nabad-draft-editor [data-mk-section].mkInspectorActive::before {
  content: attr(data-mk-section-label);
  position: absolute;
  top: -10px;
  left: 12px;
  z-index: 2;
  padding: 2px 10px;
  border-radius: 6px;
  background: #3b82f6;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.marketingImagePlaceholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 180px;
  border-radius: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.45);
}

.marketingContentCarousel--large .marketingImagePlaceholder {
  min-height: 220px;
}

.marketingImagePlaceholderLabel {
  font-size: 0.82rem;
}

.marketingMediaBlockArt--placeholder {
  margin: 0;
}

.marketingPlaceholderLine {
  opacity: 0.55;
}

.marketingTestimonialCard--placeholder,
.marketingContentCarouselSlideInner--placeholder {
  border-style: dashed;
  opacity: 0.92;
}

/* ── Blog ───────────────────────────────────────────────────────────── */
html[data-blog-index],
html[data-blog-post] {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.blogPage,
.blogArticle {
  max-width: 1080px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}
.blogHero {
  padding: 24px 0 36px;
}
.blogHero h1,
.blogArticleHeader h1 {
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.08;
  color: var(--text);
}
.blogHero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin: 0.35em 0 0.5em;
}
.blogArticleHeader h1 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin: 0 0 12px;
}
.blogHero .heroLead,
.blogArticleLead {
  font-family: var(--font-sans);
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.blogArticleLead {
  font-size: clamp(17px, 1.8vw, 20px);
  margin: 0 0 14px;
}
.blogPage .marketingCta,
.blogArticle .marketingCta {
  font-family: var(--font-sans);
}
.blogPostGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.blogCard {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  transition: border-color 180ms ease, transform 180ms ease;
}
.blogCard:hover {
  border-color: rgba(124,92,255,0.35);
  transform: translateY(-2px);
}
.blogCardLink {
  display: block;
  color: inherit;
  text-decoration: none;
}
.blogCardCover {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: rgba(124,92,255,0.12);
}
.blogCardCover--placeholder {
  min-height: 160px;
  background: linear-gradient(135deg, rgba(35,213,171,0.18), rgba(124,92,255,0.22));
}
.blogCardBody {
  padding: 16px 16px 18px;
}
.blogCardBody h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  line-height: 1.35;
}
.blogCardBody p {
  margin: 0 0 10px;
  color: rgba(232,238,247,0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}
.blogCardDate,
.blogCardTags {
  font-size: 0.82rem;
  color: rgba(232,238,247,0.55);
}
.blogTag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(124,92,255,0.16);
  color: rgba(232,238,247,0.88);
  font-size: 0.75rem;
}
.blogEmptyState {
  padding: 48px 20px;
  text-align: center;
  color: rgba(232,238,247,0.62);
}
.blogBackLink {
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(232,238,247,0.72);
  text-decoration: none;
}
.blogBackLink:hover { color: #fff; }
.blogArticleMeta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: rgba(232,238,247,0.55);
  font-size: 0.9rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.blogArticleCover {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 24px;
}
.blogArticleBody {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.75;
  color: rgba(241,247,255,0.92);
  font-size: clamp(16px, 1.6vw, 18px);
}
.blogArticleBody h2,
.blogArticleBody h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  letter-spacing: -0.03em;
  margin-top: 1.6em;
  margin-bottom: 0.5em;
}
.blogArticleBody h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
}
.blogArticleBody h3 {
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.blogArticleBody strong {
  font-weight: 700;
  color: rgba(247, 250, 255, 0.98);
}
.blogArticleBody p { margin: 0 0 1em; }
.blogArticleBody ul,
.blogArticleBody ol {
  margin: 0 0 1.2em 1.25em;
  padding: 0;
}
.blogArticleBody li { margin-bottom: 0.45em; }
.blogArticleBody a { color: #7c5cff; }
.blogArticleCta { margin-top: 36px; }
.blogDraftPreview::after {
  content: "Draft preview";
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 20;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(124,92,255,0.85);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.blogAdminGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
  gap: 20px;
  align-items: start;
}
.blogAdminForm .field { margin-bottom: 12px; }
.blogBodyEditor { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; }
.blogPreviewFrame { min-height: 520px; }
.blogDeleteBtn { color: #ff8ea6; }
@media (max-width: 960px) {
  .blogAdminGrid { grid-template-columns: 1fr; }
}
