:root {
  --bg: #07080c;
  --bg-2: #0d1018;
  --bg-3: #131722;
  --surface: rgba(255,255,255,.045);
  --surface-strong: rgba(255,255,255,.072);
  --border: rgba(255,255,255,.12);
  --border-warm: rgba(243,182,100,.34);
  --text: #f7f2ea;
  --muted: #c8c0b2;
  --muted-2: #938b7c;
  --amber: #e29100;
  --amber-2: #f3b664;
  --cyan: #63e6d2;
  --blue: #2257dd;
  --panel: rgba(10,12,19,.78);
  --grad: linear-gradient(104deg,#f3b664 0%,#f0d6a8 38%,#7fe6d8 100%);
  --shadow: 0 30px 80px -34px rgba(0,0,0,.9);
  --radius: 26px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
h1,h2,h3,h4 { font-family: "Sora", sans-serif; margin: 0; line-height: 1.08; letter-spacing: -.035em; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1510px, calc(100vw - 72px)); margin: 0 auto; }

#header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  background: rgba(7,8,12,.82);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}
.header-container {
  width: min(1510px, calc(100vw - 72px));
  margin: 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 280px;
  text-decoration: none;
}
.logo:hover { text-decoration: none; }
.logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 13px;
}
.logo .sitename {
  font-size: clamp(1.15rem, 1.55vw, 1.72rem);
  font-weight: 800;
  color: var(--text);
  white-space: nowrap;
}
.navmenu {
  flex: 1 1 auto;
  min-width: 0;
}
.navmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.25vw, 22px);
  flex-wrap: nowrap;
}
.navmenu a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  color: var(--muted);
  font-size: clamp(.78rem, .76vw, .92rem);
  font-weight: 800;
  white-space: nowrap;
  border-radius: 12px;
  padding: 7px 10px;
}
.navmenu a:hover,
.navmenu a.active {
  color: var(--text);
  background: rgba(255,255,255,.07);
}
.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 11px 18px;
  color: #fff;
  font-weight: 800;
  font-size: .92rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); text-decoration: none; }
.btn-warm { background: linear-gradient(135deg,#cc7a00,#f2a70f); }
.btn-blue { background: linear-gradient(135deg,#1d4ed8,#2d67ff); }
.btn-cyan { background: linear-gradient(135deg,#0284c7,#22b7ea); }
.btn-profile { background: linear-gradient(135deg,#075985,#0b70bc); }
.btn-ghost { background: rgba(255,255,255,.08); }
.mobile-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(255,255,255,.06);
  color: var(--text);
}

main { padding-top: 76px; }
.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7,8,12,.95) 0%, rgba(7,8,12,.76) 38%, rgba(7,8,12,.25) 66%, rgba(7,8,12,.72) 100%),
    url("/assets/img/newpictures/memoryclone_bg.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
}
#particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .8;
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding: clamp(58px, 7vw, 110px) 0;
}
.hero-copy { width: min(820px, 70vw); }
.hero h1 {
  font-size: clamp(4rem, 8.2vw, 9.6rem);
  line-height: .94;
  margin-bottom: 22px;
  color: #f4f4f2;
  text-shadow: 0 22px 70px rgba(0,0,0,.7);
}
.hero-sub {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  color: var(--muted);
  margin-bottom: 20px;
}
.hero-update {
  color: #f6c985;
  font-size: 1.05rem;
  margin-bottom: 28px;
}
.hero-description {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.05rem;
  display: grid;
  gap: 18px;
}
.hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 18px;
}
.waitlist {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 870px;
  margin: 16px 0 30px;
}
.waitlist input[type="email"] {
  flex: 1 1 350px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid var(--border);
  color: var(--text);
  background: rgba(7,8,12,.78);
  padding: 0 18px;
  font: inherit;
}
.waitlist input[name="website"] { position: absolute; left: -9999px; opacity: 0; }
.hero-newsletter-form {
  display: grid;
  gap: 4px;
  width: auto;
  margin: auto -24px -14px;
  padding: 6px 10px 4px;
  border: 0;
  border-top: 1px solid rgba(255,255,255,.10);
  border-radius: 0;
  background: rgba(255,255,255,.026);
  box-shadow: none;
  backdrop-filter: none;
}
.hero-newsletter-form label {
  color: #fff7e8;
  font-weight: 900;
  letter-spacing: -.02em;
  font-size: .66rem;
  line-height: 1.15;
}
.hero-newsletter-row {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  padding: 2px;
  background: rgba(4, 8, 15, .54);
}
.hero-newsletter-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 28px;
  border-radius: 999px;
  padding: 0 9px;
  background: transparent;
  border: 0;
  font-size: .68rem;
  line-height: 1;
}
.hero-newsletter-form button,
.hero-newsletter-form .btn,
.hero-newsletter-form .btn-warm {
  width: auto !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  border-radius: 999px;
  padding: 0 12px !important;
  white-space: nowrap;
  font-size: .68rem !important;
  font-weight: 950;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.hero-newsletter-form small {
  color: rgba(255,250,240,.68);
  line-height: 1.15;
  font-size: .66rem;
}
.hero-newsletter-form .newsletter-message {
  min-height: 0;
  color: #9ff3dd;
  font-weight: 800;
}
.hero-newsletter-form .newsletter-message:empty {
  display: none !important;
}
.stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 70px);
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.11);
}
.stats-row strong {
  display: block;
  font: 800 clamp(1.75rem, 2.2vw, 2.55rem) "Sora", sans-serif;
  color: #f4c47e;
  line-height: 1;
}
.stats-row span {
  display: block;
  margin-top: 6px;
  color: var(--muted-2);
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .07em;
}

.section {
  position: relative;
  padding: clamp(74px, 8vw, 122px) 0;
  border-bottom: 1px solid var(--border);
  background:
    radial-gradient(circle at 5% 0%, rgba(243,182,100,.08), transparent 35%),
    radial-gradient(circle at 95% 10%, rgba(99,230,210,.06), transparent 38%),
    var(--bg);
}
.section-title {
  max-width: 930px;
  margin-bottom: 34px;
}
.section-title > span,
.label {
  display: inline-flex;
  color: var(--amber-2);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  font-size: .82rem;
  margin-bottom: 14px;
}
.section-title h2 {
  font-size: clamp(2.25rem, 4vw, 4.4rem);
}
.section-title p {
  color: var(--muted);
  max-width: 650px;
  margin-top: 12px;
}
.feature-row {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 60px);
  margin-top: 28px;
}
.feature-row.reverse .media-card { order: 2; }
.media-card,
.copy-card,
.info-card,
.timeline-panel,
.gallery-panel,
.plan-card,
.team-card,
.faq-list details,
.contact-info article,
.contact-form,
.cta-band {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.media-card {
  overflow: hidden;
  min-height: 320px;
}
.media-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.copy-card {
  padding: clamp(24px, 3vw, 42px);
}
.copy-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  margin: 10px 0 12px;
}
.copy-card p {
  color: var(--muted);
  margin-bottom: 18px;
  text-align: justify;
}
.mini-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.mini-features span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
}
.mini-features i { color: var(--cyan); }

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.info-card {
  padding: 26px;
  min-height: 230px;
}
.info-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.info-card p { color: var(--muted); }
.timeline-panel,
.gallery-panel {
  margin-top: 24px;
  padding: clamp(24px, 3vw, 38px);
}
.timeline-panel h3,
.gallery-panel h3 { font-size: 2rem; margin-bottom: 20px; }
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.timeline-grid div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  row-gap: 4px;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 18px;
  padding: 16px;
}
.timeline-grid b {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #1d1205;
  background: var(--grad);
  font-family: "Sora", sans-serif;
}
.timeline-grid strong { font-family: "Sora", sans-serif; }
.timeline-grid p { color: var(--muted); font-size: .95rem; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
}
.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.gallery-grid figcaption {
  padding: 16px;
  font-weight: 800;
}
.gallery-grid span { color: var(--muted); font-weight: 600; }

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  align-items: center;
  gap: 28px;
  padding: clamp(28px, 5vw, 58px);
  background:
    radial-gradient(circle at 85% 0%, rgba(99,230,210,.14), transparent 36%),
    linear-gradient(120deg, rgba(243,182,100,.12), rgba(255,255,255,.025)),
    var(--panel);
}
.cta-band h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
.cta-band p { color: var(--muted); margin-top: 12px; }
.cta-form { margin: 0; }

.pricing-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.plan-card {
  position: relative;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.plan-card.featured { border-color: var(--border-warm); background: linear-gradient(180deg, rgba(243,182,100,.11), rgba(255,255,255,.035)), var(--panel); }
.plan-card > span {
  align-self: flex-start;
  margin-bottom: 12px;
  color: #201204;
  background: var(--grad);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 900;
  font-size: .78rem;
  text-transform: uppercase;
}
.plan-card h3 { font-size: 1.6rem; margin-bottom: 10px; }
.plan-card p,
.plan-card li { color: var(--muted); }
.plan-card ul { margin: 18px 0 24px; padding-left: 20px; flex: 1; }
.plan-card .btn { align-self: flex-start; margin-top: auto; }

.team-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  padding: clamp(24px, 3vw, 40px);
}
.team-card img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid var(--border);
}
.team-card h3 { font-size: 2rem; margin-bottom: 6px; }
.team-card .role { color: var(--amber-2); font-weight: 800; margin-bottom: 16px; }
.team-card p { color: var(--muted); margin-bottom: 14px; }
.team-card a { color: #9beadd; font-weight: 800; }
.social-row { display: flex; gap: 10px; margin-top: 18px; }
.social-row a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  padding: 20px;
}
.faq-list summary {
  cursor: pointer;
  font-family: "Sora", sans-serif;
  font-weight: 800;
}
.faq-list p { color: var(--muted); margin-top: 12px; }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 24px;
}
.contact-info {
  display: grid;
  gap: 14px;
}
.contact-info article {
  display: flex;
  gap: 14px;
  padding: 20px;
}
.contact-info i {
  color: var(--cyan);
  font-size: 1.4rem;
}
.contact-info h3 { font-size: 1.1rem; margin-bottom: 4px; }
.contact-info p { color: var(--muted); }
.contact-form {
  padding: 26px;
}
.contact-form h3 { font-size: 1.8rem; margin-bottom: 18px; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--border);
  background: rgba(7,8,12,.7);
  color: var(--text);
  font: inherit;
  padding: 14px 16px;
  margin-bottom: 12px;
}
.contact-form textarea { resize: vertical; }

.footer {
  padding: 48px 0;
  background: #06070b;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(170px, .45fr));
  gap: 34px;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 1.35rem "Sora", sans-serif;
}
.footer-logo img { width: 42px; height: 42px; }
.footer p { color: var(--muted); max-width: 520px; margin-top: 14px; }
.footer nav {
  display: grid;
  gap: 8px;
  align-content: start;
}
.footer h3 { font-size: 1rem; margin-bottom: 4px; }
.footer a { color: var(--muted); }
.footer a:hover { color: var(--text); }

@media (max-width: 1320px) {
  .header-container { width: min(100% - 32px, 1510px); gap: 12px; }
  .header-actions .btn { padding: 9px 12px; font-size: .82rem; }
  .navmenu a { padding: 6px 7px; font-size: .78rem; }
}
@media (max-width: 1120px) {
  .header-container { flex-wrap: wrap; padding: 12px 0; }
  .navmenu {
    order: 5;
    width: 100%;
    display: none;
  }
  .navmenu.open { display: block; }
  .navmenu ul { align-items: flex-start; justify-content: flex-start; flex-direction: column; gap: 4px; padding: 10px 0; }
  .header-actions { margin-left: auto; flex-wrap: wrap; justify-content: flex-end; }
  .mobile-nav-toggle { display: inline-grid; place-items: center; }
  main { padding-top: 94px; }
  .hero-copy { width: min(820px, 92vw); }
  .feature-row,
  .feature-row.reverse,
  .cta-band,
  .team-card,
  .faq-layout,
  .contact-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .feature-row.reverse .media-card { order: 0; }
  .cards-grid,
  .pricing-preview-grid,
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1510px); }
  .header-actions { width: 100%; justify-content: flex-start; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(3.2rem, 17vw, 5.4rem); }
  .cards-grid,
  .pricing-preview-grid,
  .gallery-grid,
  .timeline-grid { grid-template-columns: 1fr; }
  .team-card img { width: 100%; height: auto; max-height: 360px; }
  .waitlist .btn { width: 100%; }
}

/* Homepage sales pass: compact first viewport, product signal, LAA-style cards. */
:root {
  --container: min(1280px, calc(100vw - 64px));
}

.wrap,
.header-container {
  width: var(--container);
}

.header-container {
  min-height: 66px;
  gap: 16px;
}

.logo {
  min-width: 210px;
  gap: 10px;
}

.logo img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.logo .sitename {
  font-size: clamp(1.02rem, 1.2vw, 1.35rem);
  letter-spacing: -.04em;
}

.navmenu a {
  min-height: 34px;
  padding: 6px 8px;
  font-size: clamp(.74rem, .68vw, .84rem);
}

.header-actions {
  gap: 8px;
}

.header-actions .btn {
  padding: 9px 13px;
  font-size: .82rem;
}

main {
  padding-top: 66px;
}

.hero {
  min-height: calc(100vh - 66px);
  align-items: stretch;
}

.hero-bg {
  background-image:
    linear-gradient(90deg, rgba(7,8,12,.96) 0%, rgba(7,8,12,.82) 38%, rgba(7,8,12,.35) 67%, rgba(7,8,12,.84) 100%),
    url("/assets/img/newpictures/memoryclone_bg.jpg");
  background-position: center center;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  padding: clamp(32px, 4.2vw, 58px) 0;
}

.hero-copy {
  width: auto;
  max-width: 760px;
}

.hero h1 {
  font-size: clamp(3.2rem, 5.6vw, 6.35rem);
  line-height: .92;
  margin-bottom: 14px;
  letter-spacing: -.065em;
}

.hero-sub {
  font-size: clamp(1.05rem, 1.65vw, 1.75rem);
  margin-bottom: 12px;
  max-width: 660px;
}

.hero-update {
  font-size: .94rem;
  margin-bottom: 18px;
}

.hero-description {
  max-width: 640px;
  gap: 11px;
  font-size: clamp(.92rem, .9vw, 1.02rem);
  line-height: 1.58;
}

.hero-buttons {
  gap: 12px;
  margin: 22px 0 12px;
}

.btn-xl {
  min-height: 48px;
  padding: 14px 22px;
  font-size: .96rem;
}

.hero-note {
  color: var(--muted);
  max-width: 620px;
  font-size: .92rem;
  line-height: 1.55;
  margin-bottom: 22px;
}

.stats-row {
  gap: clamp(24px, 3.4vw, 46px);
  padding-top: 18px;
}

.stats-row strong {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
}

.stats-row span {
  font-size: .7rem;
}

.hero-product {
  position: relative;
  z-index: 2;
}

.window-card {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 0%, rgba(99,230,210,.14), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(243,182,100,.10), transparent 38%),
    rgba(9,11,17,.78);
  box-shadow: 0 38px 110px -45px rgba(0,0,0,.95);
  backdrop-filter: blur(18px);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: var(--muted);
  font-size: .78rem;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6b6b;
}

.window-bar span:nth-child(2) { background: #ffd166; }
.window-bar span:nth-child(3) { background: #63e6d2; }
.window-bar b {
  margin-left: 8px;
  color: var(--text);
}

.clone-chat-preview {
  display: grid;
  grid-template-columns: 135px 1fr;
  min-height: 414px;
}

.preview-sidebar {
  padding: 20px 16px;
  border-right: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
}

.preview-sidebar strong,
.preview-sidebar small {
  display: block;
  color: var(--muted);
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1em;
  margin-bottom: 11px;
}

.preview-sidebar p {
  margin: 0 0 10px;
  color: var(--text);
  font-size: .88rem;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.045);
}

.preview-sidebar .active-dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff4b55;
  box-shadow: 0 0 14px rgba(255,75,85,.75);
}

.preview-chat {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  padding: 24px 24px 14px;
  overflow: hidden;
}

.bubble {
  max-width: 88%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 14px 16px;
  color: var(--text);
  font-size: .95rem;
  line-height: 1.45;
}

.bubble.user {
  align-self: flex-end;
  background: linear-gradient(135deg, rgba(29,78,216,.74), rgba(34,183,234,.45));
}

.bubble.clone {
  align-self: flex-start;
  background: rgba(255,255,255,.07);
}

.memory-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
  margin-bottom: 0;
}

.memory-strip span,
.laa-plan .payment-icons {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
}

.memory-strip span {
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
}

.section {
  padding: clamp(62px, 7vw, 104px) 0;
}

.section-title h2 {
  font-size: clamp(2rem, 3.2vw, 3.65rem);
}

.sales-pricing-grid {
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.laa-plan {
  min-height: 590px;
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
    rgba(10,12,19,.86);
  border-color: rgba(255,255,255,.13);
}

.laa-plan.featured {
  background:
    radial-gradient(circle at 20% 0%, rgba(243,182,100,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.028)),
    rgba(10,12,19,.9);
}

.laa-plan h3 {
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  letter-spacing: -.04em;
}

.plan-price {
  margin: 18px 0 12px;
  color: var(--text) !important;
  font: 800 clamp(2.25rem, 3.3vw, 3.8rem) "Sora", sans-serif;
  letter-spacing: -.06em;
  line-height: 1;
}

.plan-price small {
  font-size: .98rem;
  color: var(--muted);
  letter-spacing: 0;
  font-weight: 800;
}

.laa-plan ul {
  display: grid;
  gap: 11px;
  padding-left: 19px;
  margin-bottom: 22px;
}

.laa-plan li {
  font-size: .97rem;
}

.payment-icons,
.secure-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.payment-icons {
  min-height: 52px;
  border-radius: 16px;
  margin: auto 0 18px;
  padding: 9px 12px;
}

.payment-icons img {
  max-height: 22px;
  width: auto;
  object-fit: contain;
}

.laa-plan .btn {
  width: 100%;
  min-height: 50px;
}

.secure-payments {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background: rgba(255,255,255,.035);
  text-align: center;
}

.secure-payments h3 {
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.secure-icons {
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.secure-icons img {
  max-height: 56px;
  width: auto;
}

.secure-payments p {
  color: var(--muted);
  font-size: .95rem;
}

@media (max-width: 1180px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-product {
    display: none;
  }
  .hero-copy {
    max-width: 820px;
  }
}

/* 2026-07-09 pricing CTA typography: lighter, no fake outline */
body.marketing-page .mc-pricing-page .plan-card .btn,
body.marketing-page .mc-pricing-page .plan-card form .btn,
body.mc-page .mc-pricing-page .plan-card .btn,
body.mc-page .mc-pricing-page .plan-card form .btn {
  font-weight: 700 !important;
  -webkit-text-stroke: 0 transparent !important;
  text-shadow: none !important;
  letter-spacing: 0 !important;
  text-rendering: geometricPrecision;
}

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 1280px); }
  .sales-pricing-grid {
    grid-template-columns: 1fr;
  }
  .laa-plan {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  #header {
    position: relative;
  }
  .header-container {
    min-height: 66px;
    padding: 12px 0;
    align-items: flex-start;
  }
  main {
    padding-top: 0;
  }
  .logo {
    min-width: 0;
  }
  .logo .sitename {
    font-size: 1.08rem;
  }
  .header-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    order: 3;
  }
  .header-actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding: 9px 10px;
    font-size: .76rem;
    white-space: nowrap;
  }
  .mobile-nav-toggle {
    margin-left: auto;
  }
  .hero {
    min-height: auto;
  }
  .hero-inner {
    padding: 34px 0 56px;
  }
  .hero h1 {
    font-size: clamp(2.35rem, 11.2vw, 3.35rem);
    margin-bottom: 12px;
    max-width: 340px;
    overflow-wrap: normal;
  }
  .hero-sub {
    font-size: 1.08rem;
  }
  .btn-xl {
    width: 100%;
  }
  .stats-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.newsletter-message {
  flex-basis: 100%;
  min-height: 20px;
  color: #ffd7a3;
  font-weight: 700;
  font-size: .92rem;
}

.waitlist button:disabled {
  opacity: .68;
  cursor: wait;
}

/* 2026-05-31 sales/UI pass */
h1,h2,h3,h4,.sitename { font-family: "Manrope", "Sora", sans-serif; letter-spacing: -.045em; }
.logo .sitename { font-size: clamp(1rem, 1.25vw, 1.38rem); font-weight: 850; }
.logo img { width: 42px; height: 42px; }
.hero { min-height: min(760px, calc(100vh - 76px)); }
.hero-inner { display:grid; grid-template-columns:minmax(0, .98fr) minmax(360px, .72fr); align-items:center; gap:clamp(24px,4vw,64px); padding: clamp(34px,5vw,72px) 0; }
.hero-copy { width:auto; max-width:760px; }
.hero h1 { font-size: clamp(3.2rem, 6.2vw, 7rem); }
.hero-sub { font-size: clamp(1.16rem, 1.8vw, 1.78rem); }
.hero-description { font-size: .98rem; max-width: 650px; }
.hero-note { max-width: 690px; color: rgba(247,242,234,.62); font-size: .9rem; font-style: italic; margin-top: -4px; }
.hero-buttons .btn { position:relative; overflow:hidden; box-shadow: 0 18px 45px -28px rgba(243,182,100,.85); }
.hero-buttons .btn::after { content:""; position:absolute; inset:-2px; background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.28),transparent 72%); transform:translateX(-130%); transition:transform .7s ease; }
.hero-buttons .btn:hover::after { transform:translateX(130%); }
.window-card { transition: transform .18s ease, box-shadow .18s ease; will-change: transform; }
.window-card:hover { box-shadow: 0 42px 120px -48px rgba(0,0,0,.95), 0 0 0 1px rgba(243,182,100,.16); }
.memory-strip span { white-space: nowrap; }
.stats-row span { max-width: 160px; }
.section-title h2 { font-family:"Manrope",sans-serif; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1.03; }
.compact-title { margin-bottom: 28px; }
.future-grid { display:grid; grid-template-columns:minmax(320px,.85fr) minmax(0,1fr); gap:clamp(24px,4vw,64px); align-items:center; }
.future-carousel { position:relative; min-height:430px; border-radius:32px; overflow:hidden; border:1px solid var(--border); background:rgba(255,255,255,.04); box-shadow:var(--shadow); }
.future-frame { position:absolute; inset:0; opacity:0; transform:scale(1.02); transition:opacity .45s ease, transform .6s ease; }
.future-frame.active { opacity:1; transform:scale(1); }
.future-frame img { width:100%; height:100%; object-fit:cover; }
.future-frame video { width:100%; height:100%; object-fit:cover; display:block; background:#07080c; }
.future-frame span { position:absolute; left:22px; right:22px; bottom:20px; padding:14px 16px; border-radius:18px; background:linear-gradient(135deg,rgba(7,8,12,.85),rgba(7,8,12,.42)); border:1px solid rgba(255,255,255,.14); font-weight:850; }
.future-play { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:78px; height:78px; border-radius:999px; border:1px solid rgba(255,255,255,.24); background:linear-gradient(135deg,rgba(36,88,255,.92),rgba(36,168,255,.86)); color:#fff; display:grid; place-items:center; font-size:2.65rem; box-shadow:0 24px 64px rgba(36,88,255,.35); cursor:pointer; transition:transform .2s ease, box-shadow .2s ease, filter .2s ease; z-index:3; }
.future-play:hover { transform:translate(-50%,-50%) scale(1.08); filter:brightness(1.06); box-shadow:0 30px 78px rgba(36,88,255,.46); }
.future-video-frame::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at center, rgba(36,88,255,.10), transparent 38%), linear-gradient(180deg, transparent 48%, rgba(7,8,12,.42)); pointer-events:none; }
.gallery-nav { position:absolute; z-index:3; top:50%; transform:translateY(-50%); width:42px; height:42px; border-radius:50%; border:1px solid rgba(255,255,255,.18); background:rgba(8,9,14,.72); color:var(--text); display:grid; place-items:center; cursor:pointer; backdrop-filter:blur(14px); }
.gallery-nav.prev { left:14px; } .gallery-nav.next { right:14px; }
.future-copy { display:grid; gap:14px; }
.future-copy details,.faq-list details { border:1px solid var(--border); border-radius:20px; background:rgba(255,255,255,.04); padding:18px 20px; transition:transform .2s ease, background .2s ease; }
.future-copy details:hover,.faq-list details:hover { transform:translateY(-2px); background:rgba(255,255,255,.06); }
.future-copy summary,.faq-list summary { cursor:pointer; font-weight:850; font-family:"Manrope",sans-serif; color:var(--text); }
.future-copy p,.faq-list p { margin-top:12px; color:var(--muted); }
.future-copy details .acc-panel,
.faq-list details .acc-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .32s ease, opacity .2s ease;
}
.future-copy details.is-open .acc-panel,
.faq-list details.is-open .acc-panel {
  opacity: 1;
}
.project-title-row { display:flex; align-items:end; justify-content:space-between; gap:20px; }
.project-tabs,.mc-billing-mode { display:inline-flex; gap:8px; padding:7px; border:1px solid var(--border); background:rgba(255,255,255,.04); border-radius:999px; }
.project-tabs button,.mc-billing-mode button { border:0; border-radius:999px; padding:10px 18px; color:var(--muted); background:transparent; font-weight:850; cursor:pointer; }
.project-tabs button.active,.mc-billing-mode button.active { background:var(--grad); color:#17120a; }
.project-story { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.project-story article { border:1px solid var(--border); border-radius:26px; padding:24px; background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025)); min-height:250px; transition:transform .2s ease; }
.project-story article:hover { transform:translateY(-4px); }
.project-story i { font-size:1.55rem; color:var(--amber-2); }
.project-story h3 { font-size:1.08rem; margin:18px 0 10px; }
.project-story p { color:var(--muted); font-size:.94rem; }
.roadmap-flow { display:flex; gap:18px; overflow-x:auto; padding:10px 4px 22px; scroll-snap-type:x mandatory; }
.roadmap-flow div { min-width:250px; position:relative; border:1px solid var(--border); border-radius:24px; padding:22px; background:rgba(255,255,255,.045); scroll-snap-align:start; }
.roadmap-flow div::after { content:""; position:absolute; top:42px; right:-20px; width:22px; height:2px; background:linear-gradient(90deg,var(--amber-2),var(--cyan)); }
.roadmap-flow b { display:inline-grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--grad); color:#17120a; }
.roadmap-flow strong { display:block; margin:16px 0 8px; }
.roadmap-flow span { color:var(--muted); }
.gallery-carousel-panel { margin-top:46px; }
.section-title.mini h2 { font-size: clamp(1.8rem, 2.5vw, 2.55rem); }
.gallery-shell { position:relative; }
.gallery-track { display:flex; gap:18px; overflow-x:auto; scroll-snap-type:x mandatory; padding:6px 4px 18px; }
.gallery-track figure { min-width:min(410px,82vw); height:280px; position:relative; overflow:hidden; border-radius:26px; border:1px solid var(--border); scroll-snap-align:start; margin:0; background:#111; }
.gallery-track img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.gallery-track figure:hover img { transform:scale(1.08); }
.gallery-track figcaption { position:absolute; left:0; right:0; bottom:0; padding:48px 20px 18px; background:linear-gradient(transparent,rgba(0,0,0,.88)); color:#fff; }
.gallery-track figcaption b { display:block; font-size:1.2rem; } .gallery-track figcaption span { color:rgba(255,255,255,.78); }
.cta-band h2 { font-size: clamp(1.55rem, 2.1vw, 2.4rem); line-height:1.12; }
.plan-card > span,.mc-plan-label { display:inline-flex; width:max-content; margin-bottom:18px; border-radius:999px; padding:7px 12px; background:rgba(243,182,100,.14); color:#ffd79d; font-weight:900; font-size:.8rem; }
.info-dot { width:19px; height:19px; border-radius:50%; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.08); color:var(--text); font-size:.72rem; font-weight:900; cursor:help; }
.payment-icons img[src*="mastercard"] { background:#fff; padding:3px 5px; border-radius:7px; }
.payment-icons img[src*="money-back"],.payment-icons img[src*="gdpr"] { max-height:30px; }
.trust-mini { margin: 0 auto 12px; }
.secure-payments p { max-width: 820px; margin:0 auto; }
.social-row a { transition: transform .18s ease; } .social-row a:hover { transform:translateY(-3px) scale(1.05); }
.contact-info article { text-align:center; align-items:center; justify-content:center; flex-direction:column; }
.contact-info article i { margin:0 auto 10px; }
.form-consent-note { color:var(--muted); font-size:.86rem; }
.form-action-row { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
.form-status { color:#ffd79d; font-weight:800; }
.form-status.ok { color:#7fe6d8; }
.form-status.error { color:#ff8e8e; }
.footer-grid { grid-template-columns: 1.4fr repeat(3, minmax(160px, .7fr)); }
.footer nav { display:grid; gap:8px; align-content:start; }
.footer a:hover,.section-title h2:hover,.hero h1:hover { transform:translateY(-1px); }
.section-title h2,.hero h1 { transition:transform .2s ease; }
@media (max-width: 1180px){ .hero-inner,.future-grid{grid-template-columns:1fr}.hero-product{display:block}.project-story{grid-template-columns:repeat(2,minmax(0,1fr))}.future-carousel{min-height:360px} }
@media (max-width: 760px){ .header-container{flex-wrap:wrap}.mobile-nav-toggle{display:grid}.navmenu{order:4; flex-basis:100%; display:none}.navmenu.open{display:block}.navmenu ul{display:grid; gap:6px; justify-content:stretch}.header-actions{display:none}.navmenu.open + .header-actions,.header-container:has(.navmenu.open) .header-actions{display:grid; grid-template-columns:1fr; width:100%; order:5}.hero{min-height:auto}.hero-inner{padding-top:30px}.hero h1{font-size:clamp(2.55rem,12vw,4rem)}.project-story{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.future-carousel{min-height:280px}.sales-pricing-grid{grid-template-columns:1fr} }

/* final compact sales tuning */
.hero h1 { font-size: clamp(2.75rem, 5.25vw, 5.9rem); }
.hero-subtitle { font-size: clamp(1rem, 1.45vw, 1.55rem); }
.section-title h2 { font-size: clamp(1.85rem, 3vw, 3.35rem); }
.legal-card { margin:60px auto; max-width:980px; border:1px solid var(--border); border-radius:32px; padding:clamp(28px,5vw,64px); background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025)); box-shadow:var(--shadow); }
.legal-card h1 { font-size:clamp(2.4rem,5vw,5rem); margin:10px 0 18px; }
.legal-card p { color:var(--muted); margin-bottom:18px; font-size:1.05rem; }


/* 2026-05-31 final website closeout pass */
#header,.mc-shared-header { position:sticky; top:0; z-index:1000; }
.hero-gold { color:#ffd79d; }
.hero-description { margin-bottom: 24px; }
.hero-buttons { margin-top: 20px; }
.stats-row div:last-child { min-width: 220px; }
.stats-row div:last-child strong,.stats-row div:last-child span { white-space:nowrap; }
.btn-warm,.btn-getstarted { background:linear-gradient(135deg,#ff9d00,#ffc26f 48%,#7fe6d8); color:#111!important; text-shadow:none; box-shadow:0 18px 45px -26px rgba(255,157,0,.85); }
.btn-blue,.mc-btn-download { background:linear-gradient(135deg,#1957f5,#2f7dff 55%,#74d4ff)!important; color:#fff!important; box-shadow:0 18px 45px -26px rgba(47,125,255,.9); }
.btn-profile,.mc-btn-profile { background:linear-gradient(135deg,#075985,#0ea5e9)!important; color:#fff!important; }
.btn-ghost,.mc-btn-login,.mc-btn-logout { background:rgba(255,255,255,.075)!important; color:#fff!important; border:1px solid rgba(255,255,255,.14)!important; }
.navmenu a,.btn,.btn-getstarted,.gallery-track figure,.project-story article,.contact-info article,.plan-card { transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, filter .22s ease; }
.navmenu a:hover,.btn:hover,.btn-getstarted:hover { transform:translateY(-2px) scale(1.02); }
.future-copy > .btn { min-height:52px; padding:15px 24px; font-weight:900; color:#111!important; }
.project-story article p b { color:#fff; }
.gallery-track { scrollbar-width:thin; scrollbar-color:#f3b664 rgba(255,255,255,.08); }
.gallery-track::-webkit-scrollbar { height:10px; }
.gallery-track::-webkit-scrollbar-track { background:rgba(255,255,255,.06); border-radius:999px; }
.gallery-track::-webkit-scrollbar-thumb { background:linear-gradient(90deg,#f3b664,#7fe6d8); border-radius:999px; }
.gallery-lightbox { position:fixed; inset:0; z-index:2000; background:rgba(0,0,0,.86); display:none; align-items:center; justify-content:center; padding:32px; }
.gallery-lightbox.open { display:flex; }
.gallery-lightbox img { max-width:min(1100px,92vw); max-height:82vh; border-radius:24px; box-shadow:0 30px 120px rgba(0,0,0,.65); }
.gallery-lightbox button { position:absolute; top:22px; right:22px; border:0; border-radius:999px; background:rgba(255,255,255,.12); color:#fff; width:46px; height:46px; font-size:1.3rem; cursor:pointer; }
.compact-newsletter { padding-top: 16px; padding-bottom: 32px; }
.compact-newsletter .cta-band { padding:24px; min-height:0; }
.compact-newsletter h2 { font-size:clamp(1.35rem,2vw,2.05rem); }
.info-dot { position:relative; display:inline-grid; place-items:center; margin-left:6px; }
.info-dot::after { content:attr(data-tip); position:absolute; left:50%; bottom:calc(100% + 10px); transform:translateX(-50%) translateY(6px); width:min(320px,72vw); padding:12px 14px; border-radius:14px; background:#11131c; color:#fff; border:1px solid rgba(255,255,255,.14); box-shadow:0 20px 50px rgba(0,0,0,.35); opacity:0; pointer-events:none; transition:.18s ease; font-size:.82rem; line-height:1.35; z-index:20; }
.info-dot:hover::after,.info-dot:focus::after { opacity:1; transform:translateX(-50%) translateY(0); }
.plan-price small { display:block; margin-top:4px; line-height:1.15; }
.secure-payments a,.mc-purchase-note a { color:#7fe6d8; text-decoration:underline; text-underline-offset:3px; }
.form-consent-note { margin-top:18px; margin-bottom:18px; }
.contact-form .btn { font-family:"Manrope",sans-serif; color:#111!important; font-weight:950; }
.roadmap-path { position:relative; min-height:320px; overflow-x:auto; padding:24px 0 34px; }
.roadmap-path svg { position:absolute; inset:28px 0 0; width:1200px; height:220px; min-width:100%; }
.roadmap-path path { fill:none; stroke:url(#roadmapGrad); stroke-width:6; stroke-linecap:round; filter:drop-shadow(0 0 18px rgba(127,230,216,.25)); }
.roadmap-path svg path { stroke:#f3b664; }
.roadmap-path article { position:absolute; left:var(--x); top:var(--y); width:190px; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.14); border-radius:22px; padding:16px; background:rgba(8,9,14,.88); backdrop-filter:blur(18px); box-shadow:0 20px 60px rgba(0,0,0,.35); }
.roadmap-path b { display:inline-grid; place-items:center; min-width:46px; height:46px; border-radius:999px; background:linear-gradient(135deg,#f3b664,#7fe6d8); color:#17120a; font-weight:950; }
.roadmap-path strong { display:block; margin:12px 0 6px; }
.roadmap-path span { color:var(--muted); font-size:.86rem; }
@media (max-width:760px){
  #header,.mc-shared-header{position:sticky}.header-actions,.mc-header-actions{display:none}.navmenu.open + .header-actions,.header-container:has(.navmenu.open) .header-actions,.mc-menu-open .mc-header-actions{display:grid!important;grid-template-columns:1fr;order:5;width:100%}.stats-row div:last-child{min-width:0}.stats-row div:last-child strong,.stats-row div:last-child span{white-space:normal}.project-tabs{max-width:100%;overflow-x:auto}.roadmap-path{min-width:760px}.mc-billing-mode{width:100%;justify-content:center}.mc-billing-mode button{padding:9px 10px;font-size:.82rem}.mc-plan-label:nth-of-type(n+3),.mc-price-chip-row .mc-price-chip:nth-child(n+3){display:none}.hero-note{font-size:.82rem}
}

/* 2026-05-31 final polish additions */
.old-price,
.mc-old-price {
  display: block;
  color: rgba(247, 242, 234, .48);
  text-decoration: line-through;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 4px;
}
.plan-credit-price {
  line-height: 1.02;
}
.plan-credit-price small {
  color: #ffd79d;
}
.mc-credit-amount {
  margin: 6px 0 14px;
}
.mc-credit-amount strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.12rem);
  line-height: 1.05;
  letter-spacing: -.05em;
  color: var(--text, #f6f1e8);
  white-space: nowrap;
}
.mc-credit-amount span {
  display: block;
  margin-top: 4px;
  color: #ffd79d;
  font-weight: 900;
}
.mc-price-card-pro h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mc-card-payment-icons {
  margin-top: auto;
  margin-bottom: 18px;
}
.mc-price-card-foot {
  padding-top: 10px;
}
.mc-billing-mode {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.mc-pricing-subline {
  display: block;
  max-width: 920px;
}
.legal-page main {
  padding-top: 92px;
}
.legal-content {
  padding-top: 0;
}
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.legal-section {
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: clamp(20px, 3vw, 30px);
  background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));
  box-shadow: 0 24px 75px -58px rgba(0,0,0,.9);
}
.legal-section h2 {
  font-size: clamp(1.18rem, 1.6vw, 1.55rem);
  margin-bottom: 10px;
}
.legal-section p {
  color: var(--muted);
  line-height: 1.75;
}
.legal-updated {
  font-size: .9rem !important;
  color: #ffd79d !important;
}
.mc-download-shell {
  position: relative;
  overflow: hidden;
}
.mc-download-shell::before,
.mc-download-shell::after {
  content: "";
  position: fixed;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f3b664;
  opacity: .55;
  box-shadow: 140px 80px 0 #7fe6d8, 420px 120px 0 rgba(243,182,100,.7), 780px 60px 0 rgba(127,230,216,.55), 1050px 190px 0 rgba(243,182,100,.4);
  animation: mcParticles 11s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}
.mc-download-shell::after {
  right: 8%;
  top: 24%;
  transform: scale(.8);
  animation-duration: 14s;
  animation-direction: alternate-reverse;
}
@keyframes mcParticles {
  from { transform: translateY(0) translateX(0); }
  to { transform: translateY(-26px) translateX(18px); }
}
.mc-download-shell > * {
  position: relative;
  z-index: 1;
}
.mc-download-hero-copy h1 {
  max-width: 820px;
  line-height: 1.02;
}
.mc-download-privacy-grid h3 {
  white-space: nowrap;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
}
.mc-download-step-grid article {
  min-height: 230px;
}
@media (max-width: 900px) {
  .legal-grid { grid-template-columns: 1fr; }
  .mc-price-card-pro h3 { white-space: normal; }
  .mc-credit-amount strong { white-space: normal; }
}
@media (max-width: 760px) {
  .mc-credit-amount strong { font-size: 1.55rem; }
  .mc-billing-mode { flex-wrap: nowrap; }
  .mc-billing-mode button { flex: 1 1 0; white-space: nowrap; }
}

/* closeout: gallery preview caption + mobile menu action fallback */
.gallery-lightbox p { position:absolute; left:50%; bottom:26px; transform:translateX(-50%); margin:0; max-width:min(760px,82vw); padding:12px 18px; border-radius:999px; background:rgba(8,9,14,.76); border:1px solid rgba(255,255,255,.16); color:#fff; font-weight:850; text-align:center; backdrop-filter:blur(12px); }
@media (max-width: 760px) {
  .mc-menu-open .header-actions { display:grid; grid-template-columns:1fr; width:100%; order:5; }
}
/* Memory Clone final polish pass 2026-06-01 */
html, body { max-width: 100%; overflow-x: hidden; }
body.marketing-page main { padding-top: 0 !important; }
#header, .mc-shared-header { min-height: 66px !important; height: 66px !important; padding: 0 !important; background: rgba(7, 8, 11, .94) !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; backdrop-filter: blur(18px) !important; }
#header .header-container, .mc-shared-header .mc-header-inner { height: 66px !important; max-width: 1280px !important; margin: 0 auto !important; padding: 0 18px !important; display: flex !important; align-items: center !important; gap: 18px !important; }
#header .logo, .mc-shared-header .mc-brand { gap: 10px !important; min-width: max-content !important; }
#header .logo img, .mc-shared-header .mc-brand img { width: 34px !important; height: 34px !important; border-radius: 11px !important; }
#header .logo h1, .mc-shared-header .mc-brand span { font-size: 1.28rem !important; line-height: 1 !important; letter-spacing: -.04em !important; margin: 0 !important; }
#header .navmenu, .mc-shared-header .mc-nav { flex: 1 1 auto !important; }
#header .navmenu ul, .mc-shared-header .mc-nav { display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px !important; padding: 0 !important; margin: 0 !important; }
#header .navmenu a, .mc-shared-header .mc-nav a { padding: 9px 12px !important; font-size: .9rem !important; border-radius: 12px !important; color: rgba(255,250,240,.78) !important; }
#header .navmenu a.active, #header .navmenu a:hover, .mc-shared-header .mc-nav a:hover { background: rgba(255,255,255,.08) !important; color: #fffaf0 !important; }
.header-actions, .mc-shared-header .mc-header-actions { display: flex !important; align-items: center !important; gap: 8px !important; margin-left: auto !important; }
.btn, .header-actions .btn, .mc-btn, button, input[type="submit"] { background-clip: padding-box !important; overflow: hidden; }
.header-actions .btn, .mc-shared-header .mc-header-actions .mc-btn { min-height: 36px !important; padding: 9px 16px !important; border-radius: 999px !important; font-size: .88rem !important; font-weight: 900 !important; line-height: 1 !important; }
.header-actions .btn-primary, .mc-btn.mc-primary, .btn-primary { color: #061015 !important; background: linear-gradient(135deg,#ffc15b 0%,#ff9b00 42%,#8ef1dd 100%) !important; border: 0 !important; box-shadow: 0 12px 28px rgba(255,155,0,.18) !important; }
.header-actions .btn-blue, .mc-btn.mc-blue, .btn-blue { color: #fff !important; background: linear-gradient(135deg,#2458ff 0%,#24a8ff 100%) !important; border: 0 !important; box-shadow: 0 12px 28px rgba(36,88,255,.22) !important; }
.header-actions .btn-secondary, .mc-btn.mc-secondary, .btn-secondary { color: #fff !important; background: rgba(255,255,255,.08) !important; border: 1px solid rgba(255,255,255,.14) !important; }
.hero { min-height: calc(100vh - 66px) !important; padding-top: 32px !important; }
.hero::before { top: 0 !important; }
.hero-inner { min-height: calc(100vh - 120px) !important; }
.gallery-panel { padding-bottom: 26px !important; }
.gallery-track figure::after { content: "\F62C"; font-family: "bootstrap-icons"; position: absolute; right: 14px; top: 14px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; color: #061015; background: linear-gradient(135deg,#ffd68a,#8af0dd); box-shadow: 0 14px 30px rgba(0,0,0,.3); z-index: 3; opacity: .95; }
.gallery-track figure { cursor: zoom-in; }
.gallery-track figure:hover::after { transform: scale(1.08); }
.gallery-newsletter { margin: 26px 0 0; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(135deg,rgba(255,193,91,.14),rgba(142,240,221,.1)); display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,430px); gap: 20px; align-items: center; }
.gallery-newsletter h3 { margin: 5px 0 8px; font-size: clamp(1.35rem,2vw,2.1rem); }
.gallery-newsletter p { margin: 0; color: rgba(255,250,240,.76); }
.gallery-newsletter .newsletter-form { display: grid; gap: 10px; }
.gallery-newsletter .newsletter-form input { min-height: 48px; }
.roadmap-path { width: 100% !important; max-width: 100% !important; overflow-x: auto !important; overflow-y: hidden !important; padding: 18px 0 34px !important; scrollbar-color: rgba(255,193,91,.65) rgba(255,255,255,.08); }
.roadmap-path svg { width: 100% !important; min-width: 980px !important; }
.roadmap-path article { width: 176px !important; max-width: 176px !important; }
.roadmap-path::-webkit-scrollbar, .gallery-shell::-webkit-scrollbar { height: 8px; }
.roadmap-path::-webkit-scrollbar-thumb, .gallery-shell::-webkit-scrollbar-thumb { background: linear-gradient(90deg,#ffc15b,#8ef1dd); border-radius: 999px; }
.roadmap-path::-webkit-scrollbar-track, .gallery-shell::-webkit-scrollbar-track { background: rgba(255,255,255,.08); border-radius: 999px; }
.sales-pricing-grid .plan-card, .mc-plan-grid .mc-plan-card { overflow: visible !important; padding-top: 38px !important; }
.mc-discount-badge { position: absolute !important; top: -15px !important; right: 22px !important; z-index: 5 !important; border-radius: 999px !important; padding: 9px 14px !important; color: #061015 !important; background: linear-gradient(135deg,#ffc15b,#8ef1dd) !important; box-shadow: 0 14px 30px rgba(255,193,91,.18) !important; font-size: .82rem !important; font-weight: 950 !important; }
.old-price { display: inline !important; margin: 0 8px 0 0 !important; color: rgba(255,250,240,.52) !important; text-decoration: line-through !important; font-size: .78em !important; font-weight: 700 !important; }
.plan-price, .mc-plan-price { display: flex !important; align-items: baseline !important; gap: 6px !important; flex-wrap: wrap !important; font-size: clamp(2rem,3vw,2.9rem) !important; line-height: 1 !important; margin: 10px 0 14px !important; }
.plan-price small, .mc-plan-price small { display: inline !important; font-size: .45em !important; color: #ffd58d !important; white-space: nowrap !important; }
.plan-price .old-price, .mc-plan-price .old-price { flex-basis: 100%; font-size: .42em !important; }
.payment-icons, .mc-payment-icons { margin: 18px 0 16px !important; gap: 9px !important; min-height: 26px !important; display: flex !important; align-items: center !important; justify-content: center !important; flex-wrap: wrap !important; }
.payment-icons img, .mc-payment-icons img { max-height: 22px !important; width: auto !important; object-fit: contain !important; background: transparent !important; }
.mc-pricing-refundline { text-align: center; color: rgba(255,250,240,.72); margin: 14px auto 0; }
.mc-pricing-refundline a, .purchase-note a, .legal-item a { color: #85f0dc; text-decoration: underline; text-underline-offset: 3px; }
.mc-billing-mode { justify-content: center !important; margin-left: auto !important; margin-right: auto !important; width: max-content !important; max-width: 100% !important; }
.mc-download-hero-pro { min-height: auto !important; padding: clamp(28px,4vw,48px) !important; }
.mc-download-hero-copy h1 { font-size: clamp(2.15rem,3.6vw,4rem) !important; line-height: .98 !important; max-width: 760px !important; }
.mc-download-primary { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important; min-height: 50px !important; padding: 14px 24px !important; line-height: 1 !important; }
.mc-download-primary i { flex: 0 0 auto !important; line-height: 1 !important; }
.mc-install-grid .mc-step-card { min-height: 150px !important; padding: 18px !important; }
.mc-info-card h3 { white-space: nowrap; font-size: clamp(1.45rem,2.2vw,2rem); }
.legal-main { max-width: 1060px; margin: 0 auto; padding: 48px 18px 70px; }
.legal-hero { padding: 56px 0 28px !important; }
.legal-hero h1 { font-size: clamp(2.6rem,5vw,5rem); margin: 0 0 12px; }
.legal-list { display: grid !important; grid-template-columns: 1fr !important; gap: 14px !important; padding: 0 !important; }
.legal-item { border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 20px 22px; background: rgba(255,255,255,.045); }
.legal-item h2 { font-size: 1.25rem; margin: 0 0 8px; color: #fffaf0; }
.legal-item p { margin: 0; color: rgba(255,250,240,.76); line-height: 1.65; }
.mc-site-footer, .footer { border-top: 1px solid rgba(255,255,255,.08) !important; background: #07080b !important; color: rgba(255,250,240,.72) !important; }
.mc-site-footer a, .footer a { color: rgba(255,250,240,.72) !important; text-decoration: none !important; display: block; margin: 6px 0; }
.mc-site-footer a:hover, .footer a:hover { color: #8ef1dd !important; }
@media (max-width: 980px) { #header .navmenu ul, .mc-shared-header .mc-nav { display: none !important; } .gallery-newsletter { grid-template-columns: 1fr; } .roadmap-path article { width: 160px !important; } .mc-download-hero-copy h1 { font-size: clamp(2rem,12vw,3.2rem) !important; } }
@media (max-width: 640px) { #header .header-container, .mc-shared-header .mc-header-inner { padding: 0 10px !important; gap: 8px !important; } #header .logo h1, .mc-shared-header .mc-brand span { font-size: 1rem !important; } .header-actions .btn, .mc-shared-header .mc-header-actions .mc-btn { padding: 8px 10px !important; font-size: .75rem !important; } .mc-billing-mode { width: 100% !important; display: grid !important; grid-template-columns: repeat(3,1fr) !important; gap: 6px !important; padding: 6px !important; } .mc-billing-mode a { padding: 9px 6px !important; font-size: .78rem !important; text-align: center !important; } .roadmap-path svg { min-width: 820px !important; } }

/* 2026-06-01 final user QA polish pass */
.plan-card,
.mc-price-card-laa,
.mc-price-card-pro { position: relative !important; }
.mc-discount-badge { top: -16px !important; right: 20px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; width: max-content !important; white-space: nowrap !important; }
.plan-card .mc-discount-badge + .plan-price,
.mc-price-card-head .mc-discount-badge + .mc-old-price { margin-top: 0 !important; }
.plan-price small,
.mc-price-amount small { display: inline !important; vertical-align: baseline !important; }
.plan-credit-price { font-size: clamp(1.65rem, 2.25vw, 2.35rem) !important; }
.plan-credit-price small { flex-basis: 100%; font-size: .46em !important; margin-top: 6px !important; }
.payment-icons,
.mc-card-payment-icons,
.mc-payment-icons { margin: 14px 0 14px !important; }
.payment-icons img,
.mc-card-payment-icons img,
.mc-payment-icons img { max-height: 21px !important; }
.mc-billing-mode { margin-inline: auto !important; }
.mc-pricing-refundline { text-align: center; margin: 16px auto 0; color: rgba(255,250,240,.72); }
.mc-pricing-refundline a { color: #8ef1dd; text-decoration: underline; text-underline-offset: 3px; }
.roadmap-path { max-width: 100% !important; }
.roadmap-path article:first-of-type { left: 92px !important; }
.roadmap-path article:last-of-type { left: calc(100% - 92px) !important; }
.gallery-newsletter { margin-top: 18px !important; }
.project-explorer { padding-bottom: 28px !important; }
#call-to-action { display: none !important; }
#header::after { display: none !important; }
@media (max-width: 980px) {
  #header .navmenu ul { display: none !important; }
  body.mobile-nav-active #header .navmenu ul,
  body.mc-menu-open #header .navmenu ul,
  #header .navmenu.open ul { display: grid !important; }
}
@media (max-width: 760px) {
  #header { height: auto !important; min-height: 66px !important; }
  #header .header-container { height: auto !important; min-height: 66px !important; align-items: center !important; flex-wrap: wrap !important; }
  #header .mobile-nav-toggle { display: grid !important; margin-left: auto !important; }
  #header .navmenu { display: none !important; flex-basis: 100% !important; order: 4 !important; }
  body.mobile-nav-active #header .navmenu,
  body.mc-menu-open #header .navmenu,
  #header .navmenu.open { display: block !important; }
  #header .navmenu ul { grid-template-columns: 1fr !important; gap: 6px !important; padding: 10px 0 4px !important; }
  #header .navmenu a { justify-content: center !important; width: 100% !important; }
  #header .header-actions { display: none !important; order: 5 !important; width: 100% !important; margin-left: 0 !important; }
  body.mobile-nav-active #header .header-actions,
  body.mc-menu-open #header .header-actions { display: grid !important; grid-template-columns: 1fr !important; gap: 8px !important; }
  #header .header-actions .btn { width: 100% !important; min-height: 42px !important; font-size: .86rem !important; }
  .hero { padding-top: 0 !important; }
  .hero-inner { padding-top: 26px !important; }
  .hero h1 { margin-top: 0 !important; }
  .sales-pricing-grid .plan-card { min-height: 0 !important; }
  .payment-icons img { max-height: 18px !important; }
  .gallery-newsletter { padding: 18px !important; }
  .newsletter-form { grid-template-columns: 1fr !important; }
}

/* 2026-06-01 release polish: final user QA fixes */
#header {
  overflow: visible !important;
  box-shadow: none !important;
}

#header::before,
#header::after {
  display: none !important;
}

#header .btn,
.btn,
.btn-xl,
.plan-card .purchase-button,
.newsletter-form button {
  background-clip: padding-box !important;
  overflow: hidden !important;
}

@media (min-width: 981px) {
  .roadmap-path {
    overflow: visible !important;
    max-width: 100% !important;
    min-height: 310px !important;
    padding-inline: 0 !important;
  }

  .roadmap-path svg {
    width: 100% !important;
    min-width: 0 !important;
    left: 0 !important;
  }

  .roadmap-path article {
    width: 150px !important;
    max-width: 150px !important;
    padding: 14px !important;
  }

  .roadmap-path article:first-of-type {
    left: 7% !important;
  }

  .roadmap-path article:last-of-type {
    left: 93% !important;
  }

  .roadmap-path span {
    font-size: .78rem !important;
  }
}

@media (max-width: 980px) {
  .roadmap-path {
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding-bottom: 12px !important;
  }

  .roadmap-path svg {
    min-width: 820px !important;
  }
}

.gallery-panel .gallery-newsletter {
  margin-top: 22px !important;
}

.gallery-track figure {
  position: relative !important;
}

.gallery-track figure::after {
  content: "\F62C" !important;
  font-family: "bootstrap-icons" !important;
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  color: #061015 !important;
  background: linear-gradient(135deg, #ffc15b, #8ef1dd) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .35) !important;
  z-index: 4 !important;
  opacity: .95 !important;
  pointer-events: none !important;
}

.sales-pricing-grid .plan-card,
.plan-card {
  position: relative !important;
  overflow: visible !important;
}

.sales-pricing-grid .plan-card .mc-discount-badge,
.plan-card .mc-discount-badge {
  position: absolute !important;
  top: -15px !important;
  right: 18px !important;
  z-index: 8 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  max-width: calc(100% - 36px) !important;
  padding: 8px 13px !important;
  border-radius: 999px !important;
  color: #061015 !important;
  background: linear-gradient(135deg, #ffc15b, #8ef1dd) !important;
  box-shadow: 0 16px 32px rgba(255, 193, 91, .18) !important;
  font-size: .8rem !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.plan-price {
  align-items: baseline !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
}

.plan-price small {
  display: inline !important;
  flex-basis: auto !important;
  font-size: .48em !important;
}

.plan-price .old-price,
.mc-plan-price .old-price {
  display: block !important;
  flex-basis: 100% !important;
  margin: 0 0 2px !important;
  color: rgba(255, 250, 240, .48) !important;
}

.plan-credit-price {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  font-size: clamp(1.65rem, 2.15vw, 2.25rem) !important;
}

.plan-credit-price small {
  flex-basis: auto !important;
  display: inline !important;
  font-size: .48em !important;
}

.payment-icons,
.mc-payment-icons {
  margin: 13px 0 12px !important;
  min-height: 24px !important;
}

.payment-icons img,
.mc-payment-icons img {
  max-height: 21px !important;
}

@media (max-width: 760px) {
  .sales-pricing-grid .plan-card .mc-discount-badge,
  .plan-card .mc-discount-badge {
    top: -13px !important;
    right: 14px !important;
    font-size: .72rem !important;
  }

  .roadmap-path article {
    width: 152px !important;
  }
}

/* 2026-06-01 sticky/navigation/pricing/dashboard correction pass */
[hidden] { display: none !important; }

#header,
body.mc-page #header {
  position: sticky !important;
  top: 0 !important;
  z-index: 6000 !important;
  overflow: visible !important;
}

#header .header-container,
body.mc-page #header .header-container,
.mc-shared-header .header-container {
  width: min(1280px, calc(100vw - 36px)) !important;
  max-width: 1280px !important;
  min-height: 66px !important;
  height: 66px !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box !important;
}

#header .logo,
body.mc-page #header .logo,
.mc-shared-header .logo {
  flex: 0 0 246px !important;
  min-width: 246px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

#header .navmenu,
body.mc-page #header .navmenu,
.mc-shared-header .navmenu {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: center !important;
  min-width: 0 !important;
}

#header .navmenu ul,
body.mc-page #header .navmenu ul,
.mc-shared-header .navmenu ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
}

#header .header-actions,
body.mc-page #header .header-actions,
.mc-shared-header .header-actions {
  flex: 0 0 390px !important;
  min-width: 390px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin-left: 0 !important;
}

#header .btn,
body.mc-page #header .btn,
.mc-shared-header .btn {
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  line-height: 1 !important;
  font-size: .88rem !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.future-copy details {
  transition: background .24s ease, border-color .24s ease, transform .24s ease, box-shadow .24s ease !important;
}
.future-copy details[open] {
  transform: translateY(-1px) !important;
}
.future-carousel, .future-slide, .clone-device {
  transition: transform .25s ease, opacity .25s ease !important;
}

#newsletter-inline.gallery-newsletter,
.gallery-newsletter.compact-newsletter {
  margin: 34px 0 0 !important;
  padding: 26px !important;
  border-radius: 28px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px) !important;
  gap: 24px !important;
  align-items: center !important;
}
#newsletter-inline .newsletter-form,
.gallery-newsletter .newsletter-form {
  gap: 10px !important;
  align-items: stretch !important;
}
#newsletter-inline .newsletter-form input,
.gallery-newsletter .newsletter-form input {
  min-height: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
  padding: 0 18px !important;
  font-size: .96rem !important;
}
#newsletter-inline .newsletter-form button,
.gallery-newsletter .newsletter-form button {
  min-height: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
  padding: 0 22px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}
#newsletter-inline .newsletter-message,
.gallery-newsletter .newsletter-message {
  display: block !important;
  min-height: 20px !important;
  color: #9ff3dd !important;
  font-size: .92rem !important;
  font-weight: 800 !important;
}

@media (max-width: 640px) {
  .hero-newsletter-form {
    width: 100% !important;
    margin: auto 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .hero-newsletter-row {
    display: flex !important;
    border-radius: 999px !important;
    padding: 3px !important;
  }
  .hero-newsletter-form input[type="email"],
  .hero-newsletter-form button {
    height: 28px !important;
  }
  .hero-newsletter-form button { padding: 0 10px !important; }
}

.info-dot {
  position: relative !important;
  width: 21px !important;
  height: 21px !important;
  display: inline-grid !important;
  place-items: center !important;
  margin-left: 6px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #061015 !important;
  background: linear-gradient(135deg, #ffc15b, #8ef1dd) !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  cursor: help !important;
}
.info-dot::after {
  content: attr(data-tip) !important;
  position: absolute !important;
  left: 50% !important;
  bottom: calc(100% + 10px) !important;
  width: min(310px, 78vw) !important;
  padding: 12px 13px !important;
  border-radius: 14px !important;
  background: rgba(10, 12, 18, .98) !important;
  border: 1px solid rgba(142, 241, 221, .28) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.42) !important;
  color: #fffaf0 !important;
  font-size: .78rem !important;
  line-height: 1.45 !important;
  text-align: left !important;
  white-space: normal !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(5px) !important;
  transition: opacity .18s ease, transform .18s ease !important;
  z-index: 100 !important;
}
.info-dot:hover::after,
.info-dot:focus-visible::after {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

.mc-price-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.mc-price-list li {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 7px 0 !important;
}
.mc-price-list li::before {
  content: "✓" !important;
  flex: 0 0 auto !important;
  color: #8ef1dd !important;
  font-weight: 950 !important;
}

body.mc-page .mc-price-card-head {
  min-height: 244px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
body.mc-page .mc-old-price {
  margin-top: 8px !important;
  min-height: 20px !important;
}
body.mc-page .mc-price-amount,
body.mc-page .mc-credit-amount {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  flex-wrap: nowrap !important;
  margin: 8px 0 14px !important;
  color: #fffaf0 !important;
  font-size: clamp(2rem, 2.55vw, 2.65rem) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}
body.mc-page .mc-credit-amount strong { font-size: 1em !important; }
body.mc-page .mc-credit-amount span,
body.mc-page .mc-price-amount small {
  font-size: .46em !important;
  color: #ffd58d !important;
  white-space: nowrap !important;
  font-weight: 900 !important;
}
body.mc-page .mc-credit-price-line {
  color: #ffd58d !important;
  font-weight: 950 !important;
  font-size: .98rem !important;
  min-height: 20px !important;
  margin-top: 0 !important;
}
body.mc-page .mc-card-payment-icons {
  margin: 14px 0 14px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 26px !important;
}
body.mc-page .mc-card-payment-icons img { max-height: 21px !important; width: auto !important; }
body.mc-page .mc-trust-card a,
body.mc-page .mc-purchase-note a { color: #8ef1dd !important; text-decoration: underline !important; text-underline-offset: 3px !important; }

body.mc-page .mc-download-primary {
  background: linear-gradient(135deg, #2458ff 0%, #24a8ff 100%) !important;
  color: #fff !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  font-size: .98rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  box-shadow: 0 20px 44px rgba(36, 88, 255, .22) !important;
}
body.mc-page .mc-download-primary:hover,
body.mc-page .mc-download-secondary:hover,
body.mc-page .mc-download-hero-pro:hover .mc-download-device,
body.mc-page .mc-download-step-grid article:hover,
body.mc-page .mc-info-card:hover {
  transform: translateY(-3px) scale(1.01) !important;
}
body.mc-page .mc-download-hero-pro,
body.mc-page .mc-download-primary,
body.mc-page .mc-download-secondary,
body.mc-page .mc-download-step-grid article,
body.mc-page .mc-info-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.legal-page,
body:has(.legal-main) {
  background: radial-gradient(circle at 0 15%, rgba(243,182,100,.14), transparent 30%), radial-gradient(circle at 100% 18%, rgba(99,230,210,.14), transparent 32%), #07080c !important;
  min-height: 100vh !important;
}
.legal-main {
  width: 100% !important;
  max-width: none !important;
  min-height: calc(100vh - 66px) !important;
  margin: 0 !important;
  padding: 56px max(18px, calc((100vw - 1060px)/2)) 86px !important;
  background: transparent !important;
}
.legal-hero,
.legal-list { max-width: 1060px !important; margin-inline: auto !important; }

.mc-confirm-modal[hidden] { display: none !important; }
.mc-confirm-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 9999 !important;
  display: grid !important;
  place-items: center !important;
  padding: 20px !important;
  background: rgba(0,0,0,.68) !important;
  backdrop-filter: blur(12px) !important;
}
.mc-confirm-dialog {
  width: min(460px, 100%) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 28px !important;
  padding: 26px !important;
  background: linear-gradient(135deg, rgba(25,25,31,.98), rgba(13,28,27,.98)) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.55) !important;
  color: #fffaf0 !important;
}
.mc-confirm-dialog h2 { margin: 4px 0 8px !important; font-size: 1.7rem !important; }
.mc-confirm-dialog p { color: rgba(255,250,240,.75) !important; line-height: 1.55 !important; }
.mc-confirm-actions { display: flex !important; justify-content: flex-end !important; gap: 10px !important; margin-top: 20px !important; }
body.mc-modal-open { overflow: hidden !important; }

body.mc-page .mc-profile-layout {
  align-items: start !important;
  grid-template-columns: 260px minmax(0,1fr) !important;
}
body.mc-page .mc-dashboard-sidebar {
  align-self: start !important;
  height: auto !important;
  min-height: 300px !important;
  max-height: none !important;
}
body.mc-page .mc-dashboard-pane { align-self: start !important; min-height: 300px !important; }
body.mc-page .mc-settings-form input,
body.mc-page .mc-settings-form .mc-input {
  max-width: 330px !important;
  width: 100% !important;
  min-height: 40px !important;
}
body.mc-page .mc-settings-form { max-width: 360px !important; }
body.mc-page .mc-dashboard-sidebar .mc-btn,
body.mc-page .mc-dashboard-actions .mc-btn,
body.mc-page .mc-dashboard-actions a {
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: .98rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}
body.mc-page .mc-pagination a,
body.mc-page .mc-pagination span,
body.mc-page .mc-pagination button {
  min-height: 34px !important;
  height: 34px !important;
  padding: 6px 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.05 !important;
  font-size: .86rem !important;
  border-radius: 999px !important;
}

body.mc-page .mc-price-grid-laa,
body.mc-page .mc-price-grid-three,
.mc-price-grid-laa,
.mc-price-grid-three {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row dense !important;
  align-items: stretch !important;
}

body.mc-page .mc-price-grid-laa > [hidden],
body.mc-page .mc-price-grid-three > [hidden],
.mc-price-grid-laa > [hidden],
.mc-price-grid-three > [hidden] {
  display: none !important;
}

body.mc-page .mc-pricing-storefront {
  overflow: visible !important;
}

body.legal-page {
  background:
    radial-gradient(circle at 0 15%, rgba(243, 182, 100, .14), transparent 30%),
    radial-gradient(circle at 100% 18%, rgba(99, 230, 210, .14), transparent 32%),
    linear-gradient(120deg, rgba(33, 20, 12, .82), rgba(5, 10, 12, .95) 42%, rgba(8, 31, 29, .72)) !important;
  background-attachment: fixed !important;
}

body.legal-page .legal-main,
body.legal-page .legal-hero,
body.legal-page .legal-list {
  background: transparent !important;
}

@media (max-width: 980px) {
  #header .header-container,
  body.mc-page #header .header-container,
  .mc-shared-header .header-container {
    width: calc(100vw - 20px) !important;
    height: auto !important;
    min-height: 66px !important;
    flex-wrap: wrap !important;
    padding: 0 10px !important;
    gap: 8px !important;
  }
  #header .logo,
  body.mc-page #header .logo,
  .mc-shared-header .logo { flex: 1 1 auto !important; min-width: 0 !important; }
  #header .mobile-nav-toggle,
  body.mc-page #header .mobile-nav-toggle { display: grid !important; margin-left: auto !important; }
  #header .navmenu,
  body.mc-page #header .navmenu,
  .mc-shared-header .navmenu { display: none !important; flex-basis: 100% !important; order: 4 !important; }
  #header .navmenu.open,
  body.mc-page #header .navmenu.open,
  .mc-shared-header .navmenu.open { display: block !important; }
  #header .navmenu.open ul,
  body.mc-page #header .navmenu.open ul,
  .mc-shared-header .navmenu.open ul { display: grid !important; grid-template-columns: 1fr !important; gap: 6px !important; }
  #header .header-actions,
  body.mc-page #header .header-actions,
  .mc-shared-header .header-actions { display: none !important; flex: 1 1 100% !important; min-width: 0 !important; order: 5 !important; }
  body.mc-menu-open #header .header-actions { display: grid !important; grid-template-columns: 1fr !important; }
  #newsletter-inline.gallery-newsletter,
  .gallery-newsletter.compact-newsletter { grid-template-columns: 1fr !important; }
  body.mc-page .mc-price-card-head { min-height: auto !important; }
  body.mc-page .mc-profile-layout { grid-template-columns: 1fr !important; }
}

#header [hidden],
#header .header-actions [hidden],
body.mc-page #header [hidden],
body.mc-page #header .header-actions [hidden],
.mc-shared-header [hidden],
.mc-shared-header .header-actions [hidden] {
  display: none !important;
}

#header .header-container,
body.mc-page #header .header-container,
.mc-shared-header .header-container {
  width: min(1360px, calc(100vw - 32px)) !important;
  max-width: 1360px !important;
  gap: 12px !important;
}

#header .logo,
body.mc-page #header .logo,
.mc-shared-header .logo {
  flex-basis: 220px !important;
  min-width: 220px !important;
}

#header .navmenu ul,
body.mc-page #header .navmenu ul,
.mc-shared-header .navmenu ul {
  gap: 14px !important;
}

#header .navmenu a,
body.mc-page #header .navmenu a,
.mc-shared-header .navmenu a {
  font-size: .86rem !important;
  white-space: nowrap !important;
}

#header .header-actions,
body.mc-page #header .header-actions,
.mc-shared-header .header-actions {
  flex-basis: 370px !important;
  min-width: 370px !important;
  gap: 8px !important;
}


/* 2026-06-01 final QA lock: shared navigation, buttons, product cards, tooltips */
:root { --mc-header-h: 66px; --mc-action-h: 50px; }
body { padding-top: var(--mc-header-h) !important; }
#header, body.mc-page #header, .mc-shared-header {
  position: fixed !important; inset: 0 0 auto 0 !important; width: 100% !important;
  min-height: var(--mc-header-h) !important; height: var(--mc-header-h) !important; z-index: 9000 !important;
  display: flex !important; align-items: center !important; overflow: visible !important;
  background: rgba(6, 7, 10, .94) !important; border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 16px 44px rgba(0,0,0,.22) !important; backdrop-filter: blur(18px) !important;
}
#header .header-container, body.mc-page #header .header-container, .mc-shared-header .header-container {
  width: min(1280px, calc(100vw - 36px)) !important; max-width: 1280px !important;
  min-height: var(--mc-header-h) !important; height: var(--mc-header-h) !important; margin: 0 auto !important;
  padding: 0 18px !important; display: flex !important; align-items: center !important; gap: 18px !important;
  flex-wrap: nowrap !important; box-sizing: border-box !important;
}
#header .logo, body.mc-page #header .logo, .mc-shared-header .logo {
  flex: 0 0 246px !important; min-width: 246px !important; height: 46px !important; display: flex !important;
  align-items: center !important; gap: 10px !important; text-decoration: none !important;
}
#header .logo img, body.mc-page #header .logo img, .mc-shared-header .logo img { width: 36px !important; height: 36px !important; flex: 0 0 36px !important; }
#header .logo .sitename, body.mc-page #header .logo .sitename, .mc-shared-header .logo .sitename { margin: 0 !important; font-size: 1.28rem !important; line-height: 1 !important; letter-spacing: -.04em !important; white-space: nowrap !important; }
#header .navmenu, body.mc-page #header .navmenu, .mc-shared-header .navmenu { flex: 1 1 auto !important; display: flex !important; justify-content: center !important; min-width: 0 !important; }
#header .navmenu ul, body.mc-page #header .navmenu ul, .mc-shared-header .navmenu ul { display: flex !important; align-items: center !important; justify-content: center !important; gap: 18px !important; flex-wrap: nowrap !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
#header .navmenu a, body.mc-page #header .navmenu a, .mc-shared-header .navmenu a { font-size: .86rem !important; font-weight: 900 !important; line-height: 1 !important; white-space: nowrap !important; padding: 12px 0 !important; text-decoration: none !important; }
#header .navmenu a.active, body.mc-page #header .navmenu a.active, .mc-shared-header .navmenu a.active { padding: 11px 14px !important; border-radius: 12px !important; }
#header .header-actions, body.mc-page #header .header-actions, .mc-shared-header .header-actions { flex: 0 0 390px !important; min-width: 390px !important; display: flex !important; align-items: center !important; justify-content: flex-end !important; gap: 10px !important; margin: 0 !important; }
#header .btn, body.mc-page #header .btn, .mc-shared-header .btn { height: 36px !important; min-height: 36px !important; padding: 0 16px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 999px !important; line-height: 1 !important; font-size: .88rem !important; font-weight: 950 !important; white-space: nowrap !important; letter-spacing: -.01em !important; }
.btn:not(#header .btn), .mc-btn, button.mc-btn, a.mc-btn, .hero-actions .btn, .plan-card .btn, .mc-price-card-foot .mc-btn, body.mc-page .mc-dashboard-sidebar .mc-btn, body.mc-page .mc-dashboard-actions .mc-btn, body.mc-page .mc-dashboard-actions a, body.mc-page .mc-settings-form .mc-btn, body.mc-page .mc-download-primary, body.mc-page .mc-download-secondary {
  min-height: var(--mc-action-h) !important; height: var(--mc-action-h) !important; padding: 0 26px !important; border-radius: 999px !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important;
  font-size: .98rem !important; font-weight: 950 !important; line-height: 1 !important; letter-spacing: -.012em !important;
  white-space: nowrap !important; text-decoration: none !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease !important;
}
[data-promo-only] { display: none !important; }
body.mc-promo-active [data-promo-only] { display: inline-flex !important; }
body.mc-promo-active p[data-promo-only] { display: flex !important; }
.plan-card, .laa-plan, .mc-price-card-laa, .mc-price-card-pro { overflow: visible !important; display: flex !important; flex-direction: column !important; }
.plan-card h3, .mc-price-card-pro h3 { min-height: 2.15em !important; margin-bottom: 14px !important; }
.plan-old-line, .mc-old-price { min-height: 22px !important; margin: 4px 0 4px !important; color: rgba(255,250,240,.62) !important; font-size: .95rem !important; font-weight: 900 !important; line-height: 1.2 !important; }
.plan-old-line .old-price, .old-price, .mc-old-price { text-decoration: line-through !important; color: rgba(255,250,240,.48) !important; }
.plan-old-line strong, .mc-credit-price-line { color: #ffd58d !important; font-weight: 950 !important; margin-left: 8px !important; }
.plan-price, .mc-price-amount, .mc-credit-amount { display: flex !important; align-items: baseline !important; gap: 8px !important; margin: 8px 0 14px !important; color: #fffaf0 !important; font-size: clamp(2.1rem, 2.75vw, 3.05rem) !important; line-height: 1 !important; font-weight: 950 !important; letter-spacing: -.055em !important; white-space: nowrap !important; }
.plan-price strong, .mc-price-amount strong, .mc-credit-amount strong { font: inherit !important; color: inherit !important; }
.plan-price small, .mc-price-amount small, .mc-credit-amount span, .plan-credit-price small { font-size: .44em !important; line-height: 1 !important; color: #ffd58d !important; font-weight: 950 !important; letter-spacing: -.02em !important; white-space: nowrap !important; }
.plan-credit-price { color: #fffaf0 !important; }
.mc-price-card-head { min-height: 252px !important; display: flex !important; flex-direction: column !important; align-items: flex-start !important; }
.mc-credit-price-line { min-height: 22px !important; font-size: .95rem !important; margin: 4px 0 4px !important; }
.mc-price-list li::before { content: "?" !important; color: #8ef1dd !important; }
.info-dot { position: relative !important; z-index: 20 !important; width: 21px !important; height: 21px !important; display: inline-grid !important; place-items: center !important; margin-left: 6px !important; border: 0 !important; border-radius: 999px !important; color: #061015 !important; background: linear-gradient(135deg, #ffc15b, #8ef1dd) !important; font-size: .72rem !important; font-weight: 950 !important; cursor: pointer !important; flex: 0 0 21px !important; }
.info-dot::after { content: attr(data-tip) !important; position: absolute !important; left: 50% !important; bottom: calc(100% + 10px) !important; width: min(320px, 80vw) !important; padding: 12px 14px !important; border-radius: 14px !important; background: rgba(10,12,18,.98) !important; border: 1px solid rgba(142,241,221,.30) !important; box-shadow: 0 18px 44px rgba(0,0,0,.48) !important; color: #fffaf0 !important; font-size: .8rem !important; line-height: 1.45 !important; text-align: left !important; white-space: normal !important; opacity: 0 !important; pointer-events: none !important; transform: translateX(-50%) translateY(5px) !important; transition: opacity .18s ease, transform .18s ease !important; z-index: 999 !important; }
.info-dot:hover::after, .info-dot:focus-visible::after, .info-dot.is-open::after { opacity: 1 !important; transform: translateX(-50%) translateY(0) !important; }
.pricing-preview-grid, .sales-pricing-grid, .mc-pricing-storefront, .mc-price-grid-laa, .mc-price-grid-three { overflow: visible !important; }
.mc-auth-wrap h1 { font-size: clamp(2rem, 4.6vw, 3.45rem) !important; white-space: nowrap !important; }
.mc-legal-check { margin-bottom: 18px !important; }
.mc-auth-legal-note { color: rgba(255,250,240,.68) !important; font-size: .9rem !important; line-height: 1.45 !important; }
.mc-auth-legal-note a { color: #8ef1dd !important; text-decoration: underline !important; }
@media (max-width: 980px) {
  body { padding-top: var(--mc-header-h) !important; }
  #header .header-container, body.mc-page #header .header-container, .mc-shared-header .header-container { width: calc(100vw - 20px) !important; height: auto !important; min-height: var(--mc-header-h) !important; flex-wrap: wrap !important; padding: 0 10px !important; gap: 8px !important; }
  #header, body.mc-page #header, .mc-shared-header { height: auto !important; min-height: var(--mc-header-h) !important; }
  #header .logo, body.mc-page #header .logo, .mc-shared-header .logo { flex: 1 1 auto !important; min-width: 0 !important; }
  #header .mobile-nav-toggle, body.mc-page #header .mobile-nav-toggle { display: grid !important; margin-left: auto !important; }
  #header .navmenu, body.mc-page #header .navmenu, .mc-shared-header .navmenu { display: none !important; flex-basis: 100% !important; order: 4 !important; }
  #header .navmenu.open, body.mc-page #header .navmenu.open, .mc-shared-header .navmenu.open { display: block !important; }
  #header .navmenu.open ul, body.mc-page #header .navmenu.open ul, .mc-shared-header .navmenu.open ul { display: grid !important; grid-template-columns: 1fr !important; gap: 6px !important; }
  #header .header-actions, body.mc-page #header .header-actions, .mc-shared-header .header-actions { display: none !important; flex: 1 1 100% !important; min-width: 0 !important; order: 5 !important; }
  body.mc-menu-open #header .header-actions { display: grid !important; grid-template-columns: 1fr !important; }
  .mc-price-card-head { min-height: auto !important; }
}


/* 2026-06-01 final QA micro-fix */
.mc-price-list li::before { content: "\2713" !important; }
.plan-card .payment-icons,
.mc-card-payment-icons { margin-top: auto !important; }
.plan-card > .btn,
.mc-price-card-foot { margin-top: 18px !important; }
.mc-price-card-foot .mc-btn-full { width: 100% !important; }
body.mc-page .mc-settings-form .mc-btn,
body.mc-page .mc-dashboard-sidebar .mc-btn,
body.mc-page .mc-dashboard-actions .mc-btn,
body.mc-page .mc-dashboard-actions a { font-family: "Manrope", sans-serif !important; }

/* 2026-06-01 QA hard lock: exact product card and button consistency */
.mc-price-list li::before,
.plan-card li::before { content: "\2713" !important; color: #8ef1dd !important; }
.plan-card,
.mc-price-card-pro {
  min-height: 584px !important;
}
.plan-card h3,
.mc-price-card-pro h3 {
  min-height: 58px !important;
  display: flex !important;
  align-items: flex-start !important;
}
.plan-old-line,
.mc-old-price {
  min-height: 23px !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 8px !important;
}
.mc-price-card-pro .mc-old-price + .mc-credit-price-line {
  color: #ffd58d !important;
  font-size: .98rem !important;
  font-weight: 950 !important;
  min-height: 23px !important;
  margin: 0 0 5px !important;
}
.mc-price-card-pro .mc-credit-amount,
.plan-card .plan-credit-price {
  margin-top: 4px !important;
  margin-bottom: 16px !important;
}
.mc-price-card-pro .mc-credit-amount strong,
.plan-card .plan-credit-price strong {
  font-size: inherit !important;
}
.mc-price-card-pro .mc-credit-amount span,
.plan-card .plan-credit-price small {
  align-self: baseline !important;
  margin: 0 !important;
}
.mc-price-card-pro .mc-product-copy,
.plan-card .plan-copy {
  min-height: 48px !important;
}
.mc-price-card-pro .mc-card-payment-icons,
.plan-card .payment-icons {
  margin-top: auto !important;
  margin-bottom: 18px !important;
}
.mc-price-card-pro .mc-price-card-foot,
.plan-card > .btn {
  margin-top: 0 !important;
}
#header .btn,
body.mc-page #header .btn,
.mc-shared-header .btn {
  background-clip: padding-box !important;
  overflow: hidden !important;
}
body.mc-page .mc-settings-form .mc-btn,
body.mc-page .mc-dashboard-sidebar .mc-btn,
body.mc-page .mc-dashboard-actions .mc-btn,
body.mc-page .mc-dashboard-actions a,
body.mc-page .mc-download-primary,
body.mc-page .mc-download-secondary {
  font-family: "Manrope", sans-serif !important;
  min-width: 160px !important;
}
.mc-auth-wrap .mc-btn,
.mc-auth-wrap button.mc-btn {
  font-family: "Manrope", sans-serif !important;
}

/* 2026-06-01 navigation final lock */
body > #header,
body.mc-page > #header,
header#header,
.mc-shared-header {
  position: sticky !important;
  top: 0 !important;
  inset: auto !important;
  width: 100% !important;
  z-index: 2147483000 !important;
  transform: translateZ(0) !important;
}
body { padding-top: 0 !important; }
html { scroll-padding-top: var(--mc-header-h) !important; }
.mc-price-card-pro .mc-price-card-head,
.plan-card {
  align-items: stretch !important;
}
.mc-price-card-pro .mc-price-card-head > *,
.plan-card > * {
  flex-shrink: 0 !important;
}
.mc-price-card-pro .mc-credit-price-line {
  margin-left: 0 !important;
}

/* 2026-06-01 QA final correction: truly persistent nav and promo-only visibility */
body { padding-top: var(--mc-header-h) !important; }
body > #header,
body.mc-page > #header,
header#header,
.mc-shared-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  z-index: 2147483000 !important;
}
body:not(.mc-promo-active) [data-promo-only],
body:not(.mc-promo-active) .plan-card [data-promo-only],
body:not(.mc-promo-active) .sales-pricing-grid [data-promo-only] {
  display: none !important;
  visibility: hidden !important;
}
body.mc-promo-active [data-promo-only] {
  visibility: visible !important;
}
body.mc-promo-active .mc-discount-badge[data-promo-only] {
  display: inline-flex !important;
}
body.mc-promo-active p[data-promo-only] {
  display: flex !important;
}

/* 2026-06-01 QA final polish: clean product list markers */
.plan-card ul,
.mc-price-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.plan-card li,
.mc-price-list li {
  list-style: none !important;
  padding-left: 0 !important;
}

/* 2026-06-01 QA pricing alignment with homepage cards */
.mc-price-card-pro .mc-price-card-head {
  min-height: 218px !important;
}
.mc-price-card-pro h3 {
  min-height: 44px !important;
}
.mc-price-card-pro .mc-product-copy {
  margin-top: 4px !important;
  text-align: left !important;
}


/* 2026-06-01 QA pricing alignment with homepage cards */
.mc-price-card-pro .mc-price-card-head {
  min-height: 218px !important;
}
.mc-price-card-pro h3 {
  min-height: 44px !important;
}
.mc-price-card-pro .mc-product-copy {
  margin-top: 4px !important;
  text-align: left !important;
}

/* 2026-06-01 QA pricing spacing lock */
body.mc-page .mc-price-card-pro .mc-price-card-head {
  min-height: 204px !important;
}
body.mc-page .mc-price-card-pro {
  min-height: 560px !important;
}
body.mc-page .mc-price-card-pro .mc-product-copy {
  margin-top: 0 !important;
}

/* 2026-06-01 NAV 1:1 LOCK - index and PHP pages share the same header geometry */
body.marketing-page,
body.mc-page {
  --mc-header-h: 66px;
  padding-top: var(--mc-header-h) !important;
}
body.marketing-page > #header,
body.mc-page > #header,
body > #header,
header#header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: var(--mc-header-h) !important;
  min-height: var(--mc-header-h) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
  background: rgba(6, 7, 10, .94) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 16px 44px rgba(0,0,0,.22) !important;
  backdrop-filter: blur(18px) !important;
  z-index: 2147483000 !important;
}
body.marketing-page > #header .header-container,
body.mc-page > #header .header-container,
body > #header .header-container {
  width: min(1280px, calc(100vw - 36px)) !important;
  max-width: 1280px !important;
  height: var(--mc-header-h) !important;
  min-height: var(--mc-header-h) !important;
  margin: 0 auto !important;
  padding: 0 18px !important;
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box !important;
}
body.marketing-page > #header .logo,
body.mc-page > #header .logo,
body > #header .logo {
  flex: 0 0 246px !important;
  min-width: 246px !important;
  height: 46px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  text-decoration: none !important;
}
body.marketing-page > #header .logo img,
body.mc-page > #header .logo img,
body > #header .logo img {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
  display: block !important;
}
body.marketing-page > #header .logo .sitename,
body.mc-page > #header .logo .sitename,
body > #header .logo .sitename {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 1.28rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  color: #fffaf0 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
body.marketing-page > #header .navmenu,
body.mc-page > #header .navmenu,
body > #header .navmenu {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
body.marketing-page > #header .navmenu ul,
body.mc-page > #header .navmenu ul,
body > #header .navmenu ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
body.marketing-page > #header .navmenu li,
body.mc-page > #header .navmenu li,
body > #header .navmenu li {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.marketing-page > #header .navmenu a,
body.mc-page > #header .navmenu a,
body > #header .navmenu a {
  min-height: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  font-family: "Manrope", sans-serif !important;
  font-size: .86rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  color: rgba(255,250,240,.72) !important;
  background: transparent !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transform: none !important;
}
body.marketing-page > #header .navmenu a.active,
body.mc-page > #header .navmenu a.active,
body > #header .navmenu a.active,
body.marketing-page > #header .navmenu a:hover,
body.mc-page > #header .navmenu a:hover,
body > #header .navmenu a:hover {
  padding: 0 14px !important;
  color: #fffaf0 !important;
  background: rgba(255,255,255,.08) !important;
}
body.marketing-page > #header .header-actions,
body.mc-page > #header .header-actions,
body > #header .header-actions {
  flex: 0 0 390px !important;
  min-width: 390px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.marketing-page > #header .btn,
body.mc-page > #header .btn,
body > #header .btn {
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-family: "Manrope", sans-serif !important;
  font-size: .88rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: hidden !important;
  background-clip: padding-box !important;
}
body.marketing-page > #header .btn-warm,
body.mc-page > #header .btn-warm,
body > #header .btn-warm {
  background: linear-gradient(135deg,#ff9d00,#ffc26f 48%,#8ef1dd) !important;
  color: #111 !important;
}
body.marketing-page > #header .btn-blue,
body.mc-page > #header .btn-blue,
body > #header .btn-blue {
  background: linear-gradient(135deg,#1957f5,#2f7dff 55%,#74d4ff) !important;
  color: #fff !important;
}
body.marketing-page > #header .btn-cyan,
body.mc-page > #header .btn-cyan,
body.marketing-page > #header .btn-profile,
body.mc-page > #header .btn-profile,
body > #header .btn-cyan,
body > #header .btn-profile {
  background: linear-gradient(135deg,#0284c7,#22b7ea) !important;
  color: #fff !important;
}
body.marketing-page > #header .btn-ghost,
body.mc-page > #header .btn-ghost,
body > #header .btn-ghost {
  background: rgba(255,255,255,.075) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}
body.marketing-page > #header .btn.active,
body.mc-page > #header .btn.active,
body > #header .btn.active {
  filter: none !important;
  outline: none !important;
}

/* 2026-06-01 NAV VISIBILITY + NO-SHRINK PATCH */
body.marketing-page > #header [hidden],
body.mc-page > #header [hidden],
body > #header [hidden] {
  display: none !important;
}
body.marketing-page > #header .btn,
body.mc-page > #header .btn,
body > #header .btn {
  flex: 0 0 auto !important;
}
body.marketing-page > #header .header-actions,
body.mc-page > #header .header-actions,
body > #header .header-actions {
  overflow: visible !important;
}

/* 2026-06-01 NAV SPECIFICITY PATCH - beat older account header action rules */
body.marketing-page > #header,
body.mc-page > #header,
body > #header {
  box-sizing: border-box !important;
}
body.marketing-page > #header .header-actions .btn,
body.mc-page > #header .header-actions .btn,
body > #header .header-actions .btn,
body.marketing-page > #header a.btn,
body.mc-page > #header a.btn,
body > #header a.btn {
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  font-family: "Manrope", sans-serif !important;
  font-size: .88rem !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.01em !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  flex: 0 0 auto !important;
  box-sizing: border-box !important;
}

/* 2026-06-01 FINAL HIDDEN WINS */
body.marketing-page > #header a[hidden],
body.mc-page > #header a[hidden],
body > #header a[hidden],
#header a[hidden] {
  display: none !important;
}

/* 2026-06-01 ABSOLUTE FINAL: hidden header buttons must not consume layout */
body.marketing-page > #header .header-actions a.btn[hidden],
body.mc-page > #header .header-actions a.btn[hidden],
body > #header .header-actions a.btn[hidden],
#header .header-actions a.btn[hidden] {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* 2026-06-01 PIXEL MATCH PATCH */
body.marketing-page > #header .logo .sitename,
body.mc-page > #header .logo .sitename,
body > #header .logo .sitename {
  width: 129px !important;
  flex: 0 0 129px !important;
}
body.marketing-page > #header .navmenu a.active,
body.mc-page > #header .navmenu a.active,
body > #header .navmenu a.active {
  width: 66px !important;
  min-width: 66px !important;
  box-sizing: border-box !important;
}
body.marketing-page > #header .btn-warm,
body.mc-page > #header .btn-warm,
body > #header .btn-warm { width: 90px !important; min-width: 90px !important; }
body.marketing-page > #header .btn-blue,
body.mc-page > #header .btn-blue,
body > #header .btn-blue { width: 129px !important; min-width: 129px !important; }
body.marketing-page > #header .btn-cyan,
body.mc-page > #header .btn-cyan,
body.marketing-page > #header .btn-profile,
body.mc-page > #header .btn-profile,
body > #header .btn-cyan,
body > #header .btn-profile { width: 90px !important; min-width: 90px !important; }
body.marketing-page > #header .btn-ghost,
body.mc-page > #header .btn-ghost,
body > #header .btn-ghost {
  width: auto !important;
  min-width: 74px !important;
  padding-inline: 16px !important;
  white-space: nowrap !important;
}
/* Shared auth button guard: update this for every page when auth nav labels change; never fix only login.php, privacy.php, or one legal subpage. */
body.marketing-page > #header .header-actions,
body.mc-page > #header .header-actions,
body > #header .header-actions {
  width: auto !important;
  min-width: max-content !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  flex-wrap: nowrap !important;
  justify-content: flex-end !important;
  overflow: visible !important;
}
body.marketing-page > #header .btn-auth-combo,
body.mc-page > #header .btn-auth-combo,
body > #header .btn-auth-combo {
  min-width: 136px !important;
  padding-inline: 18px !important;
  white-space: nowrap !important;
}
body.marketing-page > #header .btn-logout,
body.mc-page > #header .btn-logout,
body > #header .btn-logout {
  min-width: 74px !important;
  padding-inline: 16px !important;
}

/* 2026-06-01 hotfix: hero lines, roadmap overlap, accordion interactivity, tooltips, plan spacing */
body.marketing-page #header,
body.marketing-page .hero,
body.marketing-page .section {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.marketing-page .project-panel {
  display: none;
}

body.marketing-page .project-panel.active {
  display: block;
}

body.marketing-page .project-panel[hidden] {
  display: none !important;
}

body.marketing-page .roadmap-path {
  position: relative !important;
  min-height: 410px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 74px 0 26px !important;
}

body.marketing-page .roadmap-path svg {
  pointer-events: none !important;
  top: 148px !important;
  inset-inline: 0 !important;
  min-width: 980px !important;
}

body.marketing-page .roadmap-path article {
  transform: translate(-50%, 0) !important;
  z-index: 2 !important;
}

body.marketing-page .future-copy details .acc-panel,
body.marketing-page .faq-list details .acc-panel {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height .25s ease !important;
}

body.marketing-page .future-copy details[open] .acc-panel,
body.marketing-page .faq-list details[open] .acc-panel,
body.marketing-page .future-copy details.is-open .acc-panel,
body.marketing-page .faq-list details.is-open .acc-panel {
  max-height: 680px !important;
}

body.marketing-page .plan-card,
body.marketing-page .plan-card ul,
body.marketing-page .plan-card li {
  overflow: visible !important;
}

body.marketing-page .plan-card ul {
  list-style: none !important;
  padding-left: 0 !important;
}

body.marketing-page .plan-card li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 6px 0 !important;
}

body.marketing-page .plan-card li::before {
  content: "\2713" !important;
  color: #8ef1dd !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin-top: 1px !important;
}

body.marketing-page .info-dot {
  z-index: 999 !important;
}

body.marketing-page .info-dot::after {
  z-index: 1200 !important;
}

body.mc-page a.mc-download-primary,
body.mc-page a.mc-download-secondary {
  transform: translateY(0) scale(1) !important;
  transform-origin: center !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease, background .18s ease !important;
  will-change: transform !important;
}

body.mc-page a.mc-download-primary:hover,
body.mc-page a.mc-download-secondary:hover,
body.mc-page a.mc-download-primary:focus-visible,
body.mc-page a.mc-download-secondary:focus-visible {
  transform: translateY(-2px) scale(1.02) !important;
  filter: brightness(1.04) !important;
  box-shadow: 0 24px 56px rgba(36, 88, 255, .30) !important;
}

body.mc-page a.mc-download-secondary:hover,
body.mc-page a.mc-download-secondary:focus-visible {
  box-shadow: 0 24px 56px rgba(142, 241, 221, .24), 0 0 0 1px rgba(255,255,255,.08) inset !important;
}

.future-video-lightbox[hidden] { display:none !important; }
.future-video-lightbox { position:fixed; inset:0; z-index:10000; display:grid; place-items:center; padding:24px; background:rgba(0,0,0,.78); backdrop-filter:blur(14px); }
.future-video-dialog { position:relative; width:min(1120px,96vw); aspect-ratio:16/9; border-radius:24px; overflow:hidden; border:1px solid rgba(255,255,255,.16); background:#05060a; box-shadow:0 34px 110px rgba(0,0,0,.65); }
.future-video-dialog video { width:100%; height:100%; display:block; background:#05060a; }
.future-video-close { position:absolute; right:14px; top:14px; z-index:2; width:42px; height:42px; border-radius:999px; border:1px solid rgba(255,255,255,.18); background:rgba(7,8,12,.82); color:#fff; font-size:1.55rem; cursor:pointer; }

body.marketing-page .info-dot:hover::after,
body.marketing-page .info-dot:focus-visible::after,
body.marketing-page .info-dot.is-open::after {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* 2026-06-01 final stabilizer: tooltips, roadmap, hero seams, mobile overflow */
html, body { overflow-x: hidden !important; }
body.marketing-page .mc-main { padding: 66px 0 34px !important; overflow-x: clip !important; }
body.marketing-page #header + .mc-main,
body.marketing-page main.mc-main { margin-top: 0 !important; }

body.marketing-page #hero.hero,
body.marketing-page .hero {
  margin: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.marketing-page .hero-bg,
body.marketing-page .hero::before,
body.marketing-page .hero::after {
  border: 0 !important;
  box-shadow: none !important;
}

body.marketing-page .section { padding: 40px 0 !important; margin: 0 !important; border: 0 !important; }
body.marketing-page .section + .section { margin-top: 0 !important; }

body.marketing-page .wrap {
  width: min(1320px, calc(100vw - 24px)) !important;
  max-width: 1320px !important;
}

body.marketing-page .project-panel[data-project-panel="roadmap"] {
  margin-top: 8px !important;
}
body.marketing-page .roadmap-path {
  min-height: 338px !important;
  padding: 22px 0 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
body.marketing-page .roadmap-path svg {
  top: 95px !important;
  height: 170px !important;
  min-width: 1080px !important;
}
body.marketing-page .roadmap-path article {
  top: var(--y) !important;
  transform: translate(-50%, -50%) !important;
  max-width: 186px !important;
}
body.marketing-page .roadmap-path article:first-of-type { left: 9% !important; }
body.marketing-page .roadmap-path article:last-of-type { left: 91% !important; }

body.marketing-page .pricing-preview-grid,
body.marketing-page .sales-pricing-grid,
body.marketing-page .mc-price-grid-laa,
body.marketing-page .mc-pricing-storefront,
body.marketing-page .mc-card,
body.marketing-page .plan-card,
body.marketing-page .laa-plan {
  overflow: visible !important;
}

body.marketing-page .info-dot {
  position: relative !important;
  pointer-events: auto !important;
  z-index: 500 !important;
}
body.marketing-page .info-dot::after {
  pointer-events: none !important;
  z-index: 9999 !important;
}
body.marketing-page .info-dot:hover::after,
body.marketing-page .info-dot:focus-visible::after,
body.marketing-page .info-dot.is-open::after {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

body.marketing-page .plan-card li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
body.marketing-page .plan-card li::before {
  margin-right: 2px !important;
}

@media (max-width: 980px) {
  body.marketing-page .wrap { width: min(1320px, calc(100vw - 14px)) !important; }
  body.marketing-page .hero,
  body.marketing-page .section { padding-top: 28px !important; padding-bottom: 28px !important; }
  body.marketing-page .roadmap-path { min-height: 300px !important; }
  body.marketing-page .roadmap-path svg { min-width: 900px !important; top: 98px !important; }
  body.marketing-page .roadmap-path article { max-width: 160px !important; }
  body.marketing-page .roadmap-path article:first-of-type { left: 10% !important; }
  body.marketing-page .roadmap-path article:last-of-type { left: 90% !important; }
}

@media (max-width: 680px) {
  body.marketing-page .wrap { width: calc(100vw - 10px) !important; }
  body.marketing-page .roadmap-path { min-height: 286px !important; padding-top: 18px !important; }
  body.marketing-page .roadmap-path svg { min-width: 820px !important; top: 94px !important; }
  body.marketing-page .roadmap-path article { max-width: 148px !important; padding: 12px !important; }
  body.marketing-page .roadmap-path article:first-of-type { left: 11% !important; }
  body.marketing-page .roadmap-path article:last-of-type { left: 89% !important; }
  body.marketing-page .sales-pricing-grid,
  body.marketing-page .pricing-preview-grid,
  body.marketing-page .mc-price-grid-laa { grid-template-columns: 1fr !important; }
}

/* 2026-06-01 final hard lock requested by user: no hero gap, centered roadmap, working tooltips, stable mobile */
html, body {
  overflow-x: hidden !important;
}

body.marketing-page #header {
  margin: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

body.marketing-page .mc-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.marketing-page.mc-home .mc-main {
  padding-top: 0 !important;
}

body.marketing-page .hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.marketing-page .hero .wrap,
body.marketing-page.mc-home .hero .wrap {
  width: min(1510px, calc(100vw - 6px)) !important;
}

body.marketing-page .section {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

body.marketing-page .section + .section {
  margin-top: 0 !important;
}

body.marketing-page .project-panel[data-project-panel="roadmap"] {
  margin-top: 0 !important;
}

body.marketing-page .roadmap-path {
  position: relative !important;
  min-height: 300px !important;
  padding: 30px 0 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  display: block !important;
}

body.marketing-page .roadmap-path svg {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 126px !important;
  width: 1120px !important;
  min-width: 1120px !important;
  height: 160px !important;
  pointer-events: none !important;
}

body.marketing-page .roadmap-path article {
  width: 176px !important;
  max-width: 176px !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
}

body.marketing-page .roadmap-path article:first-of-type { left: 11% !important; }
body.marketing-page .roadmap-path article:last-of-type { left: 89% !important; }

body.marketing-page .plan-card li {
  gap: 8px !important;
}

body.marketing-page .plan-card li::before {
  margin-right: 2px !important;
}

body.marketing-page .info-dot::after {
  content: none !important;
}

.mc-product-tip {
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: min(320px, 80vw);
  z-index: 10020;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(10, 12, 18, .98);
  border: 1px solid rgba(142,241,221,.30);
  box-shadow: 0 18px 44px rgba(0,0,0,.48);
  color: #fffaf0;
  font-size: .82rem;
  line-height: 1.45;
  pointer-events: none;
}

@media (max-width: 980px) {
  body.marketing-page .roadmap-path {
    min-height: 284px !important;
    padding-top: 24px !important;
  }
  body.marketing-page .roadmap-path svg {
    width: 920px !important;
    min-width: 920px !important;
    top: 116px !important;
  }
  body.marketing-page .roadmap-path article {
    width: 160px !important;
    max-width: 160px !important;
  }
}

@media (max-width: 760px) {
  body.marketing-page .wrap {
    width: calc(100vw - 8px) !important;
  }
  body.marketing-page .roadmap-path {
    min-height: 268px !important;
  }
  body.marketing-page .roadmap-path svg {
    width: 860px !important;
    min-width: 860px !important;
    top: 112px !important;
  }
  body.marketing-page .roadmap-path article {
    width: 148px !important;
    max-width: 148px !important;
    padding: 12px !important;
  }
}

/* 2026-06-23 hero mockup newsletter: thin chat input, overriding generic CTA locks */
body.marketing-page .hero-product .hero-newsletter-form {
  width: auto !important;
  margin: auto -24px -14px !important;
  padding: 6px 10px 4px !important;
  border: 0 !important;
  border-top: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.026) !important;
  box-shadow: none !important;
}
body.marketing-page .hero-product .hero-newsletter-row {
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 2px !important;
  border-radius: 999px !important;
}
body.marketing-page .hero-product .hero-newsletter-form input[type="email"] {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  font-size: .68rem !important;
  line-height: 1 !important;
}
body.marketing-page .hero-product .hero-newsletter-form button.btn,
body.marketing-page .hero-product .hero-newsletter-form .btn,
body.marketing-page .hero-product .hero-newsletter-form .btn-warm {
  width: auto !important;
  min-width: 68px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: .68rem !important;
  line-height: 1 !important;
}
#hero .hero-product .hero-newsletter-form button.btn:not(#header .btn),
#hero .hero-product .hero-newsletter-form .btn-warm:not(#header .btn),
body.marketing-page #hero .hero-product .hero-newsletter-form button.btn:not(#header .btn) {
  width: auto !important;
  min-width: 68px !important;
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: .68rem !important;
  line-height: 1 !important;
}

/* 2026-06-23 hero mockup newsletter sizing pass: match the feature chips */
body.marketing-page #hero .hero-product .hero-newsletter-form {
  padding: 10px 10px 5px !important;
}
body.marketing-page #hero .hero-product .hero-newsletter-form label {
  display: block !important;
  width: 100% !important;
  white-space: nowrap !important;
  font-size: .82rem !important;
  line-height: 1.15 !important;
  font-weight: 850 !important;
  letter-spacing: -.04em !important;
}
body.marketing-page #hero .hero-product .hero-newsletter-row {
  height: 38px !important;
  min-height: 38px !important;
  padding: 3px !important;
}
body.marketing-page #hero .hero-product .hero-newsletter-form input[type="email"] {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  color: rgba(255,250,240,.9) !important;
}
body.marketing-page #hero .hero-product .hero-newsletter-form input[type="email"]::placeholder {
  color: rgba(255,250,240,.58) !important;
  opacity: 1 !important;
}
body.marketing-page #hero .hero-product .hero-newsletter-form button.btn,
body.marketing-page #hero .hero-product .hero-newsletter-form button.btn:not(#header .btn),
body.marketing-page #hero .hero-product .hero-newsletter-form .btn-warm {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  min-width: 74px !important;
  padding: 0 13px !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}

/* 2026-06-23 bottom newsletter alignment pass */
body.marketing-page #newsletter-inline.gallery-newsletter {
  align-items: center !important;
  padding: 14px 26px !important;
  min-height: 0 !important;
  gap: 22px !important;
}
body.marketing-page #newsletter-inline.gallery-newsletter > div:first-child {
  align-self: center !important;
}
body.marketing-page #newsletter-inline .newsletter-form {
  align-self: center !important;
  justify-self: stretch !important;
  display: grid !important;
  gap: 8px !important;
  align-content: center !important;
  justify-content: stretch !important;
  margin: auto 0 !important;
  transform: translateY(16px) !important;
}
body.marketing-page #newsletter-inline .newsletter-form input[type="email"],
body.marketing-page #newsletter-inline .newsletter-form button {
  height: 50px !important;
  min-height: 50px !important;
}
body.marketing-page #newsletter-inline .newsletter-form button {
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
}
body.marketing-page #newsletter-inline .newsletter-form small {
  text-align: left !important;
  margin: 0 !important;
}

/* 2026-06-23 SEO/GEO pass: final hero newsletter fit + mobile guard */
body.marketing-page #hero .hero-product,
body.marketing-page #hero .window-card,
body.marketing-page #hero .clone-chat-preview,
body.marketing-page #hero .preview-chat {
  min-width: 0 !important;
}

body.marketing-page #hero .hero-product .hero-newsletter-form {
  margin: auto -24px -14px !important;
  padding: 9px 10px !important;
}

body.marketing-page #hero .hero-product .hero-newsletter-form label {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-align: left !important;
  text-align-last: auto !important;
  font-size: clamp(.96rem, .9vw, 1.07rem) !important;
  line-height: 1.08 !important;
  font-weight: 860 !important;
  letter-spacing: -.075em !important;
}

body.marketing-page #hero .hero-product .hero-newsletter-row {
  height: 40px !important;
  min-height: 40px !important;
  padding: 3px !important;
}

body.marketing-page #hero .hero-product .hero-newsletter-form input[type="email"] {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  font-size: .82rem !important;
}

body.marketing-page #hero .hero-product .hero-newsletter-form button.btn,
body.marketing-page #hero .hero-product .hero-newsletter-form button.btn:not(#header .btn),
body.marketing-page #hero .hero-product .hero-newsletter-form .btn-warm {
  height: 34px !important;
  min-height: 34px !important;
  max-height: 34px !important;
  min-width: 78px !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
}

@media (max-width: 760px) {
  body.marketing-page #hero .hero-product {
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    margin: 18px auto 0 !important;
  }
  body.marketing-page #hero .window-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.marketing-page #hero .clone-chat-preview {
    grid-template-columns: minmax(88px, 31%) minmax(0, 1fr) !important;
    min-height: 0 !important;
  }
  body.marketing-page #hero .preview-sidebar {
    padding: 14px 9px !important;
  }
  body.marketing-page #hero .preview-sidebar p {
    padding: 8px 8px !important;
    font-size: .76rem !important;
  }
  body.marketing-page #hero .preview-chat {
    padding: 15px 10px 0 !important;
    gap: 8px !important;
  }
  body.marketing-page #hero .bubble {
    max-width: 96% !important;
    padding: 10px 11px !important;
    font-size: .72rem !important;
  }
  body.marketing-page #hero .memory-strip {
    gap: 5px !important;
  }
  body.marketing-page #hero .memory-strip span {
    padding: 5px 7px !important;
    font-size: .58rem !important;
  }
  body.marketing-page #hero .hero-product .hero-newsletter-form {
    margin: auto -10px 0 !important;
    padding: 8px !important;
  }
  body.marketing-page #hero .hero-product .hero-newsletter-form label {
    font-size: clamp(.68rem, 2.85vw, .86rem) !important;
    letter-spacing: -.08em !important;
  }
  body.marketing-page #hero .hero-product .hero-newsletter-row {
    height: 34px !important;
    min-height: 34px !important;
    gap: 3px !important;
  }
  body.marketing-page #hero .hero-product .hero-newsletter-form input[type="email"] {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 8px !important;
    font-size: .68rem !important;
  }
  body.marketing-page #hero .hero-product .hero-newsletter-form button.btn,
  body.marketing-page #hero .hero-product .hero-newsletter-form button.btn:not(#header .btn),
  body.marketing-page #hero .hero-product .hero-newsletter-form .btn-warm {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    min-width: 62px !important;
    padding: 0 9px !important;
    font-size: .66rem !important;
  }
}

/* 2026-06-23 pricing CTA weight: match site buttons without changing layout */
body.marketing-page .mc-pricing-page .plan-card > .btn,
body.marketing-page .mc-pricing-page .plan-card form .btn,
body.marketing-page .mc-pricing-page .mc-price-card-foot .btn {
  font-weight: 650 !important;
}

/* 2026-07-10 pricing CTA weight: final override after legacy heavy button locks. */
body.marketing-page .mc-pricing-page .plan-card > .btn,
body.marketing-page .mc-pricing-page .plan-card form .btn,
body.marketing-page .mc-pricing-page .mc-price-card-foot .btn,
body.mc-page .mc-pricing-page .plan-card > .btn,
body.mc-page .mc-pricing-page .plan-card form .btn,
body.mc-page .mc-pricing-page .mc-price-card-foot .btn {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}
/* FINAL MICRO: only hero mockup newsletter title */
body.marketing-page #hero #newsletter-form-hero {
  container-type: inline-size;
}

body.marketing-page #hero #newsletter-form-hero label {
  display: block !important;
  width: 100% !important;

  font-family: "Manrope", Arial, sans-serif !important;
  font-size: 1rem !important;
  font-size: clamp(1rem, 4.35cqw, 1.11rem) !important;

  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.025em !important;

  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: unset !important;
  text-align: center !important;
    padding-bottom: 4px; !important;
    padding-top: 4px; !important;
}

/* PHONE ONLY */
@media (max-width: 760px) {
  body.marketing-page #hero {
    padding-bottom: 20px !important;
  }

body.marketing-page #hero #newsletter-form-hero label {
    font-size: .95rem !important;
    font-size: clamp(.95rem, 4.8cqw, 1.08rem) !important;

    line-height: 1.22 !important;
    letter-spacing: -0.01em !important;
    white-space: normal !important;
  }
}

/* 2026-07-10 FINAL CTA polish: dedicated pricing buttons stay lighter than legacy global locks. */
html body.marketing-page .mc-pricing-page .plan-card button.btn.mc-purchase-cta,
html body.marketing-page .mc-pricing-page .plan-card a.btn.mc-purchase-cta,
html body.mc-page .mc-pricing-page .plan-card button.btn.mc-purchase-cta,
html body.mc-page .mc-pricing-page .plan-card a.btn.mc-purchase-cta {
  font-family: "Manrope", "Inter", Arial, sans-serif !important;
  font-size: .98rem !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
  text-rendering: geometricPrecision !important;
}

html body.marketing-page .mc-pricing-page .plan-card button.btn.mc-purchase-cta *,
html body.marketing-page .mc-pricing-page .plan-card a.btn.mc-purchase-cta *,
html body.mc-page .mc-pricing-page .plan-card button.btn.mc-purchase-cta *,
html body.mc-page .mc-pricing-page .plan-card a.btn.mc-purchase-cta * {
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 transparent !important;
}

/* 2026-07-10 conversion accent palette: warmer Buy Plan / View Plans tone without layout changes. */
html body.marketing-page,
html body.mc-page {
  --mc-buy-warm-grad: linear-gradient(135deg, #ff9d00 0%, #ffc15b 46%, #8ef1dd 100%);
  --mc-buy-warm-grad-soft: linear-gradient(135deg, #ffad2f 0%, #ffd071 54%, #98f3df 100%);
  --mc-buy-warm-shadow: 0 18px 42px rgba(255, 157, 0, .24), 0 8px 24px rgba(142, 241, 221, .12);
}

html body.marketing-page .mc-billing-mode button.active,
html body.mc-page .mc-billing-mode button.active,
html body.marketing-page .project-tabs button.active,
html body.mc-page .project-tabs button.active {
  background: var(--mc-buy-warm-grad) !important;
  color: #11100b !important;
  box-shadow: var(--mc-buy-warm-shadow) !important;
}

html body.marketing-page .mc-discount-badge,
html body.mc-page .mc-discount-badge,
html body.marketing-page .sales-pricing-grid .plan-card .mc-discount-badge,
html body.mc-page .sales-pricing-grid .plan-card .mc-discount-badge,
html body.marketing-page .plan-card .mc-discount-badge,
html body.mc-page .plan-card .mc-discount-badge {
  background: var(--mc-buy-warm-grad-soft) !important;
  color: #11100b !important;
  box-shadow: 0 16px 34px rgba(255, 157, 0, .28), 0 8px 22px rgba(142, 241, 221, .13) !important;
}

html body.marketing-page .plan-card > span,
html body.mc-page .plan-card > span,
html body.marketing-page .mc-plan-label,
html body.mc-page .mc-plan-label {
  background: rgba(255, 157, 0, .18) !important;
  color: #ffd38a !important;
  border: 1px solid rgba(255, 193, 91, .18) !important;
}

html body.marketing-page a.mc-download-secondary,
html body.mc-page a.mc-download-secondary,
html body.marketing-page .mc-download-secondary,
html body.mc-page .mc-download-secondary {
  background: var(--mc-buy-warm-grad) !important;
  color: #11100b !important;
  box-shadow: var(--mc-buy-warm-shadow) !important;
}

html body.marketing-page a.mc-download-secondary:hover,
html body.mc-page a.mc-download-secondary:hover,
html body.marketing-page a.mc-download-secondary:focus-visible,
html body.mc-page a.mc-download-secondary:focus-visible {
  box-shadow: 0 24px 56px rgba(255, 157, 0, .30), 0 10px 30px rgba(142, 241, 221, .16) !important;
}

html body.marketing-page .mc-download-step-grid article span,
html body.mc-page .mc-download-step-grid article span,
html body.marketing-page .roadmap-path b,
html body.mc-page .roadmap-path b,
html body.marketing-page .info-dot,
html body.mc-page .info-dot {
  background: var(--mc-buy-warm-grad-soft) !important;
  color: #11100b !important;
  box-shadow: 0 12px 28px rgba(255, 157, 0, .22), 0 6px 16px rgba(142, 241, 221, .12) !important;
}

html body.marketing-page .mc-download-step-grid article:hover,
html body.mc-page .mc-download-step-grid article:hover {
  border-color: rgba(255, 157, 0, .42) !important;
  box-shadow: 0 22px 58px rgba(255, 157, 0, .08) !important;
}
