/* =========================================================
   FCC Public Premium Pages — Onix + Pricing Extensions
   Match landing/public-pages polish
   ========================================================= */

:root {
  --fcc-ink: #111426;
  --fcc-muted: #5f6680;
  --fcc-soft: #8d93aa;
  --fcc-line: rgba(84, 88, 122, 0.14);
  --fcc-card: rgba(255, 255, 255, 0.78);
  --fcc-card-strong: rgba(255, 255, 255, 0.94);
  --fcc-purple: #7c3cff;
  --fcc-purple-2: #a855f7;
  --fcc-pink: #ec5ab7;
  --fcc-blue: #4f7cff;
  --fcc-green: #24b47e;
  --fcc-orange: #ff8a3d;
  --fcc-shadow: 0 30px 80px rgba(80, 54, 142, 0.16);
  --fcc-shadow-soft: 0 18px 48px rgba(64, 54, 116, 0.10);
  --fcc-radius-xl: 34px;
  --fcc-radius-lg: 24px;
  --fcc-radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.fcc-public-modern {
  margin: 0;
  min-width: 320px;
  color: var(--fcc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(124, 60, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(236, 90, 183, 0.12), transparent 30%),
    radial-gradient(circle at 72% 74%, rgba(79, 124, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #fffaff 0%, #f8f3ff 44%, #ffffff 100%);
  overflow-x: hidden;
}

.fcc-page-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(rgba(124, 60, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 60, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), transparent 72%);
}

.fcc-page-bg::before,
.fcc-page-bg::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.55;
}

.fcc-page-bg::before {
  top: 95px;
  left: -120px;
  background: rgba(168, 85, 247, 0.22);
}

.fcc-page-bg::after {
  top: 120px;
  right: -110px;
  background: rgba(236, 90, 183, 0.20);
}

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

img {
  display: block;
  max-width: 100%;
}

.fcc-public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(90, 82, 124, 0.10);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(24px) saturate(1.2);
}

.fcc-public-nav {
  width: min(100%, 1440px);
  margin: 0 auto;
  min-height: 78px;
  padding: 14px clamp(20px, 4vw, 72px);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 22px;
}

.fcc-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 1.38rem;
}

.fcc-public-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(124, 60, 255, .18));
}

.fcc-public-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
  color: #17203a;
  font-weight: 800;
  font-size: 0.98rem;
}

.fcc-public-links a {
  position: relative;
}

.fcc-public-links a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fcc-purple), var(--fcc-pink));
  transform: translateX(-50%);
}

.fcc-public-actions {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 12px;
}

.fcc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid rgba(97, 84, 133, 0.14);
  border-radius: 15px;
  color: var(--fcc-ink);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 28px rgba(76, 66, 115, 0.08);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.fcc-btn-primary {
  color: white;
  border-color: transparent;
  background: linear-gradient(135deg, #6f3dff, #9e47ff 52%, #ec5ab7);
  box-shadow: 0 18px 34px rgba(124, 60, 255, 0.28);
}

.fcc-btn-soft {
  color: #6f3dff;
  background: rgba(246, 240, 255, 0.84);
}

.fcc-public-main {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 76px) clamp(20px, 4vw, 72px) 72px;
}

.fcc-eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #6f3dff;
  background: rgba(124, 60, 255, 0.09);
  font-weight: 900;
  font-size: 0.9rem;
}

.fcc-eyebrow::before {
  content: "✦";
  color: #ec5ab7;
}

.fcc-hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: clamp(36px, 5vw, 84px);
  margin-bottom: 42px;
}

.fcc-hero-copy h1 {
  margin: 18px 0 20px;
  max-width: 760px;
  font-size: clamp(3.3rem, 6.6vw, 7.2rem);
  line-height: .92;
  letter-spacing: -0.075em;
}

.fcc-gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #6f3dff, #a855f7 48%, #ec5ab7);
  -webkit-background-clip: text;
  background-clip: text;
}

.fcc-lead {
  max-width: 680px;
  margin: 0 0 26px;
  color: #606985;
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  line-height: 1.62;
}

.fcc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.fcc-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fcc-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(86, 83, 124, .11);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: #626b87;
  font-size: .84rem;
  font-weight: 800;
}

.fcc-trust-pill span {
  color: #7c3cff;
}

.fcc-glass-card {
  border: 1px solid var(--fcc-line);
  border-radius: var(--fcc-radius-xl);
  background:
    radial-gradient(circle at 85% 15%, rgba(124, 60, 255, 0.12), transparent 33%),
    rgba(255, 255, 255, 0.78);
  box-shadow: var(--fcc-shadow);
  backdrop-filter: blur(24px) saturate(1.16);
}

.onix-hero-visual {
  position: relative;
  min-height: 560px;
  padding: 26px;
  overflow: hidden;
}

.onix-orb {
  position: absolute;
  inset: 44px 44px auto auto;
  width: 168px;
  height: 168px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,.95) 0 10%, transparent 11%),
    linear-gradient(145deg, rgba(255,255,255,.95), rgba(229,214,255,.88));
  box-shadow: 0 24px 70px rgba(124,60,255,.24), inset 0 1px 0 rgba(255,255,255,.86);
  display: grid;
  place-items: center;
  animation: onixFloat 6s ease-in-out infinite;
}

.onix-face {
  width: 118px;
  height: 66px;
  border-radius: 999px;
  background: #252442;
  box-shadow: inset 0 -12px 26px rgba(124, 60, 255, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.onix-eye {
  width: 24px;
  height: 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 0 18px rgba(255,255,255,.65);
  animation: onixBlink 8s infinite;
}

.onix-eye:nth-child(2) { animation-delay: .12s; }

@keyframes onixFloat {
  0%,100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

@keyframes onixBlink {
  0%, 88%, 100% { transform: scaleY(1); }
  91%, 93% { transform: scaleY(.12); }
}

.onix-chat-demo {
  position: relative;
  margin-top: 210px;
  display: grid;
  gap: 14px;
  z-index: 2;
}

.chat-bubble {
  width: fit-content;
  max-width: 84%;
  padding: 16px 18px;
  border-radius: 22px;
  color: #222641;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 36px rgba(79, 68, 120, .12);
  font-weight: 750;
  line-height: 1.42;
}

.chat-bubble.user {
  justify-self: end;
  color: white;
  background: linear-gradient(135deg, #703dff, #a855f7);
}

.chat-bubble.onix {
  justify-self: start;
}

.ai-signal-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(20, 22, 42, .92);
  color: white;
  box-shadow: 0 24px 60px rgba(20, 22, 42, .24);
}

.ai-signal-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.signal-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  font-weight: 750;
}

.signal-row + .signal-row {
  border-top: 1px solid rgba(255,255,255,.08);
}

.signal-row b {
  color: #c7b7ff;
}

.fcc-section {
  margin-top: 28px;
}

.fcc-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.fcc-section-header h2,
.fcc-centered-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.fcc-section-header p,
.fcc-centered-header p {
  max-width: 700px;
  margin: 10px 0 0;
  color: #646c86;
  font-size: 1.05rem;
  line-height: 1.55;
}

.fcc-centered-header {
  text-align: center;
  width: min(860px, 100%);
  margin: 0 auto 26px;
}

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

.fcc-feature-card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--fcc-line);
  border-radius: 28px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--fcc-shadow-soft);
}

.fcc-feature-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: #7c3cff;
  background: rgba(124,60,255,.10);
  font-size: 1.4rem;
}

.fcc-feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  letter-spacing: -.025em;
}

.fcc-feature-card p {
  margin: 0;
  color: #636b85;
  line-height: 1.58;
}

.fcc-split {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
  gap: 20px;
  align-items: stretch;
}

.fcc-story-panel,
.fcc-tech-panel {
  padding: clamp(26px, 4vw, 42px);
}

.fcc-story-panel h2,
.fcc-tech-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(2.1rem, 3.6vw, 4.3rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.fcc-story-panel p,
.fcc-tech-panel p {
  color: #606985;
  font-size: 1.05rem;
  line-height: 1.72;
}

.tech-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.tech-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(99, 90, 136, .10);
}

.tech-item span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #7c3cff;
  background: rgba(124,60,255,.10);
  font-weight: 900;
}

.tech-item strong {
  display: block;
  margin-bottom: 4px;
}

.tech-item p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.45;
}

.pricing-hero {
  text-align: center;
  width: min(960px, 100%);
  margin: 0 auto 34px;
}

.pricing-hero h1 {
  margin: 18px 0;
  font-size: clamp(3.4rem, 7vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.pricing-toggle {
  width: fit-content;
  margin: 20px auto 0;
  display: inline-flex;
  padding: 6px;
  border: 1px solid rgba(88, 82, 127, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--fcc-shadow-soft);
}

.pricing-toggle span {
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 900;
  color: #737a92;
}

.pricing-toggle .active {
  color: white;
  background: linear-gradient(135deg, #703dff, #a855f7);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 24px;
  border: 1px solid var(--fcc-line);
  border-radius: 30px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--fcc-shadow-soft);
}

.price-card.featured {
  border-color: rgba(124,60,255,.38);
  background:
    radial-gradient(circle at 80% 0%, rgba(124,60,255,.14), transparent 30%),
    rgba(255,255,255,.92);
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(124,60,255,.22);
}

.popular-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #703dff, #ec5ab7);
  font-size: .72rem;
  font-weight: 950;
}

.price-card h2 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  letter-spacing: -.03em;
}

.price-card .for {
  margin: 0 0 18px;
  color: #656d86;
  font-size: .94rem;
  line-height: 1.42;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 18px;
}

.price strong {
  font-size: 3rem;
  line-height: .9;
  letter-spacing: -.07em;
}

.price span {
  color: #737a92;
  font-weight: 850;
}

.price-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.price-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  color: #414861;
  font-size: .93rem;
  line-height: 1.36;
}

.price-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: white;
  background: #7c3cff;
  font-size: .7rem;
  font-weight: 900;
}

.compare-shell {
  overflow: hidden;
  border-radius: 30px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.86);
}

.compare-table th,
.compare-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(87, 82, 121, .10);
  text-align: left;
  vertical-align: top;
  font-size: .94rem;
}

.compare-table th {
  color: #111426;
  font-size: .9rem;
  font-weight: 950;
  background: rgba(247,242,255,.82);
}

.compare-table td:not(:first-child),
.compare-table th:not(:first-child) {
  text-align: center;
}

.check {
  color: #7c3cff;
  font-weight: 950;
}

.dash {
  color: #a1a7ba;
}

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

.faq-card {
  padding: 22px;
  border: 1px solid var(--fcc-line);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--fcc-shadow-soft);
}

.faq-card h3 {
  margin: 0 0 8px;
}

.faq-card p {
  margin: 0;
  color: #626a84;
  line-height: 1.55;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 34px;
  color: white;
  background:
    radial-gradient(circle at 85% 25%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, #703dff, #a855f7 48%, #ec5ab7);
  box-shadow: 0 34px 90px rgba(124,60,255,.24);
}

.cta-band h2 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.cta-band p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 1.08rem;
}

.cta-band .fcc-btn {
  color: #6f3dff;
  background: white;
}

.fcc-footer {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 34px clamp(20px, 4vw, 72px) 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  color: #656d86;
  border-top: 1px solid rgba(90, 82, 124, 0.10);
}

.fcc-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--fcc-ink);
  font-weight: 950;
}

.fcc-footer-brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.fcc-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .fcc-public-nav {
    grid-template-columns: 1fr auto;
  }
  .fcc-public-links {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .fcc-hero,
  .fcc-split {
    grid-template-columns: 1fr;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  .fcc-public-nav {
    padding-inline: 16px;
  }
  .fcc-public-brand {
    font-size: 1.08rem;
  }
  .fcc-public-logo {
    width: 36px;
    height: 36px;
  }
  .fcc-public-actions .fcc-btn:first-child {
    display: none;
  }
  .fcc-public-links {
    gap: 18px;
    font-size: .86rem;
  }
  .fcc-public-main {
    padding-inline: 16px;
    padding-top: 30px;
  }
  .fcc-hero-copy h1,
  .pricing-hero h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }
  .onix-hero-visual {
    min-height: 500px;
    padding: 18px;
  }
  .onix-orb {
    width: 136px;
    height: 136px;
    right: 22px;
  }
  .onix-face {
    width: 96px;
    height: 54px;
    gap: 24px;
  }
  .onix-eye {
    width: 20px;
  }
  .fcc-card-grid,
  .pricing-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .cta-band {
    grid-template-columns: 1fr;
  }
  .compare-shell {
    overflow-x: auto;
  }
  .compare-table {
    min-width: 760px;
  }
  .fcc-footer {
    grid-template-columns: 1fr;
  }
  .fcc-footer-links {
    justify-content: flex-start;
  }
}

/* =========================================================
   FCC Public Pages ? Unified Mobile Header + Logo Polish
   Applies to landing, public legal/story pages, Onix, pricing
   ========================================================= */

.fcc-global-menu-btn {
  display: none;
}

/* Logo sizing normalization across public page templates */
.brand img,
.site-brand img,
.landing-brand img,
.public-brand img,
.fcc-public-brand img,
.fcc-op-brand img,
.fcc-logo,
.brand-logo,
.logo-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 20px rgba(124, 58, 237, 0.18));
}

/* Make icon/logo tiles feel intentional instead of tiny */
.brand-mark,
.site-brand-mark,
.public-brand-mark,
.fcc-public-brand-mark,
.logo-tile,
.brand-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/* Hero art/icon polish on static pages */
.story-visual img,
.hero-visual img,
.public-hero-art img,
.page-hero-art img,
.onix-hero-art img,
.pricing-hero-art img,
.fcc-public-hero-visual img {
  width: min(100%, 360px);
  max-width: 360px;
  min-height: 220px;
  object-fit: contain;
  margin-inline: auto;
  filter: drop-shadow(0 30px 60px rgba(124, 58, 237, 0.2));
}

.fcc-global-mobile-menu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 9999;
  pointer-events: none;
}

.fcc-global-mobile-menu:not([hidden]) {
  pointer-events: auto;
}

.fcc-global-mobile-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(139, 92, 246, 0.24), transparent 34%),
    radial-gradient(circle at 90% 88%, rgba(236, 72, 153, 0.18), transparent 36%),
    rgba(14, 16, 36, 0.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: opacity 240ms ease;
}

.fcc-global-mobile-menu.is-open .fcc-global-mobile-backdrop {
  opacity: 1;
}

.fcc-global-mobile-panel {
  position: absolute;
  top: max(12px, env(safe-area-inset-top, 0px));
  left: max(10px, env(safe-area-inset-left, 0px));
  bottom: max(10px, env(safe-area-inset-bottom, 0px));
  width: min(88vw, 370px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 0%, rgba(236, 72, 153, 0.14), transparent 34%),
    radial-gradient(circle at 90% 100%, rgba(124, 58, 237, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(248, 245, 255, 0.94));
  box-shadow:
    0 34px 90px rgba(18, 18, 40, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
  backdrop-filter: blur(28px) saturate(1.25);
  transform: translateX(calc(-100% - 26px)) scale(0.98);
  opacity: 0;
  overflow-y: auto;
  transition:
    transform 320ms cubic-bezier(0.2, 0.85, 0.2, 1),
    opacity 240ms ease;
}

.fcc-global-mobile-menu.is-open .fcc-global-mobile-panel {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.fcc-global-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 4px;
}

.fcc-global-mobile-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.fcc-global-mobile-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(139, 92, 246, 0.26));
}

.fcc-global-mobile-brand strong,
.fcc-global-mobile-brand small {
  display: block;
}

.fcc-global-mobile-brand strong {
  color: #11142f;
  font-size: 1.12rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.fcc-global-mobile-brand small {
  margin-top: 4px;
  color: #6b6f91;
  font-size: 0.76rem;
  font-weight: 750;
}

.fcc-global-mobile-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(139, 92, 246, 0.16);
  border-radius: 999px;
  color: #4b4f70;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 22px rgba(24, 24, 60, 0.08);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.fcc-global-mobile-links {
  display: grid;
  gap: 10px;
}

.fcc-global-mobile-links a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid rgba(139, 92, 246, 0.12);
  border-radius: 21px;
  color: #13162f;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(247, 243, 255, 0.72));
  box-shadow: 0 12px 28px rgba(24, 24, 60, 0.055);
  text-decoration: none;
}

.fcc-global-mobile-links a:active {
  transform: scale(0.985);
}

.fcc-global-link-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 17px;
  color: #7c3aed;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(237, 225, 255, 0.96), rgba(255, 226, 245, 0.88));
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.fcc-global-mobile-links strong,
.fcc-global-mobile-links small {
  display: block;
}

.fcc-global-mobile-links strong {
  font-size: 0.95rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.fcc-global-mobile-links small {
  margin-top: 4px;
  color: #6c708f;
  font-size: 0.74rem;
  line-height: 1.25;
  font-weight: 700;
}

.fcc-global-mobile-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.fcc-global-mobile-login,
.fcc-global-mobile-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 19px;
  font-size: 0.95rem;
  font-weight: 950;
  text-decoration: none;
}

.fcc-global-mobile-login {
  color: #151832;
  border: 1px solid rgba(139, 92, 246, 0.16);
  background: rgba(255, 255, 255, 0.82);
}

.fcc-global-mobile-primary {
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #a855f7 52%, #ec4899);
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.28);
}

body.fcc-global-menu-open {
  overflow: hidden;
}

/* Shared mobile header behavior */
@media (max-width: 760px) {
  .site-header,
  .landing-header,
  .public-header,
  .fcc-public-header,
  .op-header,
  header {
    position: sticky;
    top: 0;
    z-index: 500;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82));
    border-bottom: 1px solid rgba(139, 92, 246, 0.1);
    -webkit-backdrop-filter: blur(22px) saturate(1.2);
    backdrop-filter: blur(22px) saturate(1.2);
  }

  .nav,
  .site-nav,
  .landing-nav,
  .public-nav,
  .fcc-public-nav,
  .op-nav,
  header nav {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    min-height: 72px;
    padding: 12px max(14px, env(safe-area-inset-right, 0px)) 12px max(14px, env(safe-area-inset-left, 0px));
    gap: 12px;
    overflow: visible;
  }

  .fcc-global-menu-btn {
    flex: 0 0 auto;
    order: -10;
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(139, 92, 246, 0.16);
    border-radius: 17px;
    background:
      radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.95), transparent 36%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 237, 255, 0.88));
    box-shadow: 0 12px 28px rgba(24, 24, 60, 0.08);
    cursor: pointer;
  }

  .fcc-global-menu-btn span {
    display: block;
    width: 19px;
    height: 2px;
    margin: 2.5px 0;
    border-radius: 999px;
    background: #141735;
    transition:
      transform 220ms ease,
      opacity 220ms ease;
  }

  .fcc-global-menu-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .fcc-global-menu-btn[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .fcc-global-menu-btn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .brand,
  .site-brand,
  .landing-brand,
  .public-brand,
  .fcc-public-brand,
  .op-brand,
  header nav > a:first-of-type {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin-right: auto;
    text-decoration: none;
  }

  .brand img,
  .site-brand img,
  .landing-brand img,
  .public-brand img,
  .fcc-public-brand img,
  .op-brand img,
  header nav > a:first-of-type img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    object-fit: contain;
  }

  .brand strong,
  .site-brand strong,
  .landing-brand strong,
  .public-brand strong,
  .fcc-public-brand strong,
  .op-brand strong {
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: -0.035em;
    color: #11142f;
  }

  .brand small,
  .brand span:not(.brand-mark),
  .site-brand small,
  .landing-brand small,
  .public-brand small,
  .fcc-public-brand small,
  .op-brand small {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-links,
  .desktop-nav,
  .landing-nav-links,
  .public-nav-links,
  .fcc-public-nav-links,
  .fcc-public-links,
  .op-nav-links,
  header nav > ul {
    display: none !important;
  }

  .desktop-actions,
  .nav-actions,
  .public-actions,
  .fcc-public-actions,
  .op-actions,
  .login-btn,
  .nav-login,
  .landing-login,
  .public-login,
  .fcc-public-login,
  .op-login,
  header nav > a[href="/app/"]:not(.brand):not(.site-brand):not(.landing-brand):not(.public-brand):not(.fcc-public-brand):not(.op-brand) {
    display: none !important;
  }

  .try-btn,
  .nav-primary,
  .landing-primary,
  .public-primary,
  .fcc-public-primary,
  .op-primary,
  header nav .btn-primary {
    display: none !important;
  }

  .hero,
  .public-hero,
  .fcc-public-hero,
  .op-hero {
    padding-top: 34px;
  }

  .story-visual img,
  .hero-visual img,
  .public-hero-art img,
  .page-hero-art img,
  .onix-hero-art img,
  .pricing-hero-art img,
  .fcc-public-hero-visual img {
    width: min(100%, 310px) !important;
    max-width: 310px !important;
    min-height: 230px;
  }
}

@media (max-width: 390px) {
  .fcc-global-mobile-panel {
    width: min(91vw, 350px);
    border-radius: 26px;
    padding: 14px;
  }

  .fcc-global-mobile-links a {
    min-height: 62px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .fcc-global-link-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
  }

  .brand img,
  .site-brand img,
  .landing-brand img,
  .public-brand img,
  .fcc-public-brand img,
  .op-brand img,
  header nav > a:first-of-type img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
  }
}

@media (min-width: 761px) {
  .fcc-global-mobile-menu {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcc-global-mobile-backdrop,
  .fcc-global-mobile-panel,
  .fcc-global-menu-btn span {
    transition: none !important;
  }
}


/* =========================================================
   FCC Unified Public Shell Lock — Mobile Header + Page Landing
   Version: 2026-05-26
   Purpose:
   - Makes Landing, Onix, Pricing, About, Privacy, Terms, Support,
     and Delete Account share one iOS/ChatGPT-style mobile shell.
   - Hamburger left, FCC logo/wordmark center-left, Try FCC Free right.
   - Prevents cramped nav rows and tiny logo treatment.
   ========================================================= */

:root {
  --fcc-shell-header-h: 68px;
  --fcc-shell-ink: #11142f;
  --fcc-shell-muted: #66708f;
  --fcc-shell-purple: #7c3cff;
  --fcc-shell-purple-2: #a855f7;
  --fcc-shell-pink: #ec5ab7;
  --fcc-shell-line: rgba(124, 60, 255, 0.14);
  --fcc-shell-card: rgba(255,255,255,0.88);
  --fcc-shell-shadow: 0 18px 44px rgba(31, 24, 68, 0.12);
}

/* Desktop logo normalization without disturbing layout */
.brand-logo,
.fcc-public-logo,
.fcc-public-logo img,
.logo-mark img,
.brand img,
.fcc-public-brand img {
  object-fit: contain;
}

/* Reusable mobile drawer polish */
.fcc-global-mobile-menu,
.fcc-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.fcc-global-mobile-menu:not([hidden]),
.fcc-mobile-menu:not([hidden]) {
  pointer-events: auto;
}

.fcc-global-mobile-backdrop,
.fcc-mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(124, 60, 255, 0.24), transparent 34%),
    radial-gradient(circle at 90% 86%, rgba(236, 90, 183, 0.18), transparent 34%),
    rgba(14, 16, 36, 0.50);
  -webkit-backdrop-filter: blur(18px) saturate(1.22);
  backdrop-filter: blur(18px) saturate(1.22);
  transition: opacity 240ms ease;
}

.fcc-global-mobile-menu.is-open .fcc-global-mobile-backdrop,
.fcc-mobile-menu.is-open .fcc-mobile-menu-backdrop {
  opacity: 1;
}

.fcc-global-mobile-panel,
.fcc-mobile-menu-panel {
  position: absolute;
  top: max(12px, env(safe-area-inset-top, 0px));
  left: max(10px, env(safe-area-inset-left, 0px));
  bottom: max(10px, env(safe-area-inset-bottom, 0px));
  width: min(88vw, 372px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(124, 60, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 28% 0%, rgba(236, 90, 183, 0.14), transparent 34%),
    radial-gradient(circle at 92% 100%, rgba(124, 60, 255, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(248,245,255,0.94));
  box-shadow:
    0 34px 92px rgba(18, 18, 40, 0.32),
    inset 0 1px 0 rgba(255,255,255,0.82);
  -webkit-backdrop-filter: blur(28px) saturate(1.26);
  backdrop-filter: blur(28px) saturate(1.26);
  transform: translateX(calc(-100% - 26px)) scale(0.985);
  opacity: 0;
  overflow-y: auto;
  transition:
    transform 320ms cubic-bezier(0.2, 0.85, 0.2, 1),
    opacity 240ms ease;
}

.fcc-global-mobile-menu.is-open .fcc-global-mobile-panel,
.fcc-mobile-menu.is-open .fcc-mobile-menu-panel {
  transform: translateX(0) scale(1);
  opacity: 1;
}

.fcc-global-mobile-top,
.fcc-mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 2px;
}

.fcc-global-mobile-brand,
.fcc-mobile-menu-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
  text-decoration: none;
}

.fcc-global-mobile-brand img,
.fcc-mobile-menu-brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(124, 60, 255, 0.26));
}

.fcc-global-mobile-brand strong,
.fcc-global-mobile-brand small,
.fcc-mobile-menu-brand strong,
.fcc-mobile-menu-brand small {
  display: block;
}

.fcc-global-mobile-brand strong,
.fcc-mobile-menu-brand strong {
  color: var(--fcc-shell-ink);
  font-size: 1.12rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.fcc-global-mobile-brand small,
.fcc-mobile-menu-brand small {
  margin-top: 4px;
  color: var(--fcc-shell-muted);
  font-size: 0.76rem;
  font-weight: 760;
}

.fcc-global-mobile-close,
.fcc-mobile-menu-close {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(124, 60, 255, 0.16);
  border-radius: 999px;
  color: #4b4f70;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 10px 22px rgba(24,24,60,0.08);
  font: inherit;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.fcc-global-mobile-links,
.fcc-mobile-menu-links {
  display: grid;
  gap: 10px;
}

.fcc-global-mobile-links a,
.fcc-mobile-menu-links a {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid rgba(124, 60, 255, 0.12);
  border-radius: 21px;
  color: var(--fcc-shell-ink);
  background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(247,243,255,0.74));
  box-shadow: 0 12px 28px rgba(24,24,60,0.055);
  text-decoration: none;
}

.fcc-global-link-icon,
.fcc-mobile-link-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 17px;
  color: var(--fcc-shell-purple);
  background:
    radial-gradient(circle at 32% 20%, rgba(255,255,255,0.94), transparent 34%),
    linear-gradient(145deg, rgba(237,225,255,0.97), rgba(255,226,245,0.9));
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.76);
}

.fcc-global-mobile-links strong,
.fcc-global-mobile-links small,
.fcc-mobile-menu-links strong,
.fcc-mobile-menu-links small {
  display: block;
}

.fcc-global-mobile-links strong,
.fcc-mobile-menu-links strong {
  font-size: 0.95rem;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.fcc-global-mobile-links small,
.fcc-mobile-menu-links small {
  margin-top: 4px;
  color: #6c708f;
  font-size: 0.74rem;
  line-height: 1.25;
  font-weight: 700;
}

.fcc-global-mobile-actions,
.fcc-mobile-menu-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.fcc-global-mobile-login,
.fcc-global-mobile-primary,
.fcc-mobile-login,
.fcc-mobile-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 19px;
  font-size: 0.95rem;
  font-weight: 950;
  text-decoration: none;
}

.fcc-global-mobile-login,
.fcc-mobile-login {
  color: #151832;
  border: 1px solid rgba(124, 60, 255, 0.16);
  background: rgba(255,255,255,0.84);
}

.fcc-global-mobile-primary,
.fcc-mobile-primary {
  color: #fff;
  background: linear-gradient(135deg, #7c3cff, #a855f7 52%, #ec5ab7);
  box-shadow: 0 16px 36px rgba(124,60,255,0.28);
}

body.fcc-global-menu-open,
body.fcc-mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 760px) {
  /* One compact iOS/ChatGPT header across every public page */
  .site-header,
  .landing-header,
  .public-header,
  .fcc-public-header,
  .op-header,
  body.fcc-public-modern .fcc-public-header,
  body.fcc-public-page .fcc-public-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 700 !important;
    min-height: var(--fcc-shell-header-h);
    border-bottom: 1px solid rgba(124, 60, 255, 0.10) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86)) !important;
    box-shadow: 0 12px 34px rgba(31,24,68,0.075) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.2) !important;
    backdrop-filter: blur(22px) saturate(1.2) !important;
  }

  .nav,
  .site-nav,
  .landing-nav,
  .public-nav,
  .fcc-public-nav,
  .op-nav,
  body.fcc-public-modern .fcc-public-nav,
  body.fcc-public-page .fcc-public-nav,
  header nav {
    width: 100% !important;
    max-width: none !important;
    min-height: var(--fcc-shell-header-h) !important;
    height: var(--fcc-shell-header-h) !important;
    padding: 10px max(12px, env(safe-area-inset-right, 0px)) 10px max(12px, env(safe-area-inset-left, 0px)) !important;
    display: grid !important;
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  .fcc-global-menu-btn,
  .fcc-mobile-menu-btn {
    grid-column: 1 !important;
    grid-row: 1 !important;
    display: inline-grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(124, 60, 255, 0.16) !important;
    border-radius: 17px !important;
    background:
      radial-gradient(circle at 30% 18%, rgba(255,255,255,0.96), transparent 36%),
      linear-gradient(145deg, rgba(255,255,255,0.96), rgba(244,237,255,0.90)) !important;
    box-shadow: 0 12px 28px rgba(24,24,60,0.08) !important;
    cursor: pointer !important;
  }

  .fcc-global-menu-btn span,
  .fcc-mobile-menu-btn span {
    display: block !important;
    width: 19px !important;
    height: 2px !important;
    margin: 2.5px 0 !important;
    border-radius: 999px !important;
    background: #141735 !important;
    transition: transform 220ms ease, opacity 220ms ease !important;
  }

  .fcc-global-menu-btn[aria-expanded="true"] span:nth-child(1),
  .fcc-mobile-menu-btn[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  .fcc-global-menu-btn[aria-expanded="true"] span:nth-child(2),
  .fcc-mobile-menu-btn[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
  }

  .fcc-global-menu-btn[aria-expanded="true"] span:nth-child(3),
  .fcc-mobile-menu-btn[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .brand,
  .site-brand,
  .landing-brand,
  .public-brand,
  .fcc-public-brand,
  .op-brand,
  body.fcc-public-modern .fcc-public-brand,
  body.fcc-public-page .fcc-public-brand,
  header nav > a:first-of-type {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-decoration: none !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    color: var(--fcc-shell-ink) !important;
  }

  .brand-logo,
  .brand img,
  .site-brand img,
  .landing-brand img,
  .public-brand img,
  .fcc-public-brand img,
  .op-brand img,
  .fcc-public-logo,
  .fcc-public-logo img,
  body.fcc-public-modern .fcc-public-logo,
  body.fcc-public-page .fcc-public-logo,
  header nav > a:first-of-type img {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 10px 18px rgba(124,60,255,0.18)) !important;
  }

  .fcc-public-logo {
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .brand span,
  .fcc-public-brand > span:not(.fcc-public-logo),
  .fcc-public-wordmark strong,
  .fcc-public-brand > span:last-child,
  .op-brand span {
    display: inline-block !important;
    overflow: hidden !important;
    max-width: 112px !important;
    color: var(--fcc-shell-ink) !important;
    font-size: 1.04rem !important;
    line-height: 1 !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .fcc-public-wordmark {
    display: block !important;
    min-width: 0 !important;
  }

  .fcc-public-wordmark > span,
  .brand small,
  .site-brand small,
  .landing-brand small,
  .public-brand small,
  .op-brand small {
    display: none !important;
  }

  .nav-links,
  .desktop-nav,
  .landing-nav-links,
  .public-nav-links,
  .fcc-public-links,
  .op-nav-links,
  header nav > ul {
    display: none !important;
  }

  /* Keep one clean CTA on the right. Hide Log in, show Try FCC Free. */
  .nav-actions,
  .public-actions,
  .fcc-public-actions,
  .op-actions,
  body.fcc-public-modern .fcc-public-actions,
  body.fcc-public-page .fcc-public-actions {
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-self: end !important;
    gap: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
  }

  .nav-actions .btn-ghost,
  .fcc-public-actions .fcc-public-ghost,
  .fcc-public-actions .fcc-btn:not(.fcc-btn-primary),
  .public-actions .btn-ghost,
  .op-actions .fcc-btn:not(.fcc-btn-primary),
  .login-btn,
  .nav-login,
  .landing-login,
  .public-login,
  .fcc-public-login,
  .op-login {
    display: none !important;
  }

  .nav-actions .btn-primary,
  .fcc-public-actions .fcc-public-btn,
  .fcc-public-actions .fcc-btn-primary,
  .public-actions .btn-primary,
  .op-actions .fcc-btn-primary,
  .try-btn,
  .nav-primary,
  .landing-primary,
  .public-primary,
  .fcc-public-primary,
  .op-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 112px !important;
    max-width: 130px !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 16px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #7c3cff, #a855f7 52%, #ec5ab7) !important;
    box-shadow: 0 14px 28px rgba(124,60,255,0.26) !important;
    font-size: 0.84rem !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  /* Make each page land like the attached mobile shell cards */
  .page,
  .fcc-public-main,
  body.fcc-public-modern .fcc-public-main,
  body.fcc-public-page .fcc-public-main {
    width: 100% !important;
    max-width: none !important;
    padding: 26px 14px 56px !important;
    margin: 0 !important;
  }

  .hero,
  .fcc-hero,
  .pricing-hero,
  .fcc-public-hero {
    padding-top: 22px !important;
    margin-top: 0 !important;
  }

  .hero,
  .fcc-hero,
  .fcc-public-hero {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    min-height: auto !important;
  }

  .pricing-hero {
    text-align: left !important;
  }

  .hero h1,
  .fcc-hero-copy h1,
  .pricing-hero h1,
  .fcc-public-title {
    font-size: clamp(3.0rem, 13.2vw, 4.25rem) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.075em !important;
    margin-bottom: 18px !important;
  }

  .lead,
  .fcc-lead,
  .fcc-public-subtitle {
    max-width: 34rem !important;
    font-size: 1.02rem !important;
    line-height: 1.62 !important;
    margin-bottom: 24px !important;
  }

  .kicker,
  .fcc-eyebrow,
  .fcc-public-eyebrow {
    max-width: 100% !important;
    min-height: 32px !important;
    padding: 8px 13px !important;
    border-radius: 999px !important;
    font-size: 0.78rem !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
  }

  .hero-actions,
  .fcc-hero-actions,
  .fcc-public-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 22px !important;
  }

  .hero-actions .btn,
  .fcc-hero-actions .fcc-btn,
  .fcc-public-hero-actions .fcc-public-btn,
  .fcc-public-hero-actions .fcc-public-ghost {
    min-height: 48px !important;
    width: 100% !important;
    padding-inline: 10px !important;
    border-radius: 15px !important;
    font-size: 0.84rem !important;
  }

  .hero-art,
  .fcc-public-hero-art,
  .onix-hero-visual,
  .fcc-glass-card.onix-hero-visual,
  .fcc-hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
  }

  .fcc-public-hero-art .fcc-hero-illustration,
  .fcc-hero-illustration {
    min-height: 230px !important;
    border-radius: 26px !important;
  }

  .big-icon,
  .big-logo {
    width: 126px !important;
    height: 126px !important;
    max-width: 126px !important;
    max-height: 126px !important;
  }

  .fcc-public-shell,
  .pricing-grid,
  .fcc-section,
  .fcc-glass-card {
    margin-top: 18px !important;
  }

  .fcc-public-card,
  .price-card,
  .fcc-glass-card,
  .desktop-window,
  .mobile-device,
  .feature-card,
  .fcc-public-mini-card {
    border-radius: 24px !important;
  }
}

@media (max-width: 420px) {
  :root { --fcc-shell-header-h: 64px; }

  .nav,
  .site-nav,
  .landing-nav,
  .public-nav,
  .fcc-public-nav,
  .op-nav,
  body.fcc-public-modern .fcc-public-nav,
  body.fcc-public-page .fcc-public-nav,
  header nav {
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    min-height: 64px !important;
    height: 64px !important;
    gap: 8px !important;
    padding-inline: 10px !important;
  }

  .fcc-global-menu-btn,
  .fcc-mobile-menu-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 16px !important;
  }

  .brand-logo,
  .brand img,
  .fcc-public-logo,
  .fcc-public-logo img,
  body.fcc-public-modern .fcc-public-logo,
  body.fcc-public-page .fcc-public-logo,
  header nav > a:first-of-type img {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
  }

  .brand span,
  .fcc-public-brand > span:not(.fcc-public-logo),
  .fcc-public-wordmark strong,
  .fcc-public-brand > span:last-child,
  .op-brand span {
    max-width: 88px !important;
    font-size: 0.98rem !important;
  }

  .nav-actions .btn-primary,
  .fcc-public-actions .fcc-public-btn,
  .fcc-public-actions .fcc-btn-primary,
  .public-actions .btn-primary,
  .op-actions .fcc-btn-primary {
    min-width: 104px !important;
    max-width: 116px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding-inline: 11px !important;
    border-radius: 15px !important;
    font-size: 0.80rem !important;
  }

  .hero h1,
  .fcc-hero-copy h1,
  .pricing-hero h1,
  .fcc-public-title {
    font-size: clamp(2.65rem, 12vw, 3.55rem) !important;
  }
}

@media (min-width: 761px) {
  .fcc-global-mobile-menu,
  .fcc-mobile-menu {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcc-global-mobile-backdrop,
  .fcc-global-mobile-panel,
  .fcc-global-menu-btn span,
  .fcc-mobile-menu-backdrop,
  .fcc-mobile-menu-panel,
  .fcc-mobile-menu-btn span {
    transition: none !important;
    animation: none !important;
  }
}
/* End FCC Unified Public Shell Lock */

/* FCC public shell final logo-size guard */
@media (max-width: 760px) {
  .brand-logo,
  .brand img,
  .fcc-public-logo,
  .fcc-public-logo img,
  body.fcc-public-modern .fcc-public-logo,
  body.fcc-public-page .fcc-public-logo,
  header nav > a:first-of-type img {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
  }
}
