/* Globelogs bundle: landing.css v1.0.6 */
/* Globelogs Marketplace — magenta theme */
/* Globelogs brand lockup — animated globe + static wordmark with glimmer sweep */

.logo {
  position: relative;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}

.brand-mark {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  animation: brand-mark-orbit 14s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.brand-mark-svg {
  display: block;
  width: 32px;
  height: 32px;
}

.brand-wordmark {
  display: inline-flex;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand-wordmark-text {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.brand-wordmark-base {
  display: inline-block;
  color: #db2777;
  background: linear-gradient(135deg, #c026d3 0%, #db2777 50%, #be185d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-sidebar-brand .brand-wordmark-base,
.admin-sidebar-brand .brand-wordmark-base {
  color: #f0abfc;
  background: linear-gradient(135deg, #f5d0fe 0%, #e879f9 45%, #f472b6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.brand-wordmark-glimmer {
  position: absolute;
  top: -1px;
  left: 0;
  width: 42%;
  height: calc(100% + 2px);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.12) 28%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0.12) 72%,
    transparent 100%
  );
  transform: skewX(-16deg) translateX(-130%);
  animation: brand-glimmer-sweep 4.2s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

.app-sidebar-brand .brand-wordmark-glimmer,
.admin-sidebar-brand .brand-wordmark-glimmer {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 28%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 255, 255, 0.18) 72%,
    transparent 100%
  );
  mix-blend-mode: overlay;
}

@keyframes brand-mark-orbit {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    filter: drop-shadow(0 0 0 rgba(192, 38, 211, 0));
  }
  25% {
    transform: rotate(2.5deg) scale(1.04);
    filter: drop-shadow(0 3px 16px rgba(192, 38, 211, 0.32));
  }
  50% {
    transform: rotate(0deg) scale(1.02);
    filter: drop-shadow(0 1px 10px rgba(192, 38, 211, 0.22));
  }
  75% {
    transform: rotate(-2deg) scale(1.035);
    filter: drop-shadow(0 2px 14px rgba(219, 39, 119, 0.26));
  }
}

@keyframes brand-glimmer-sweep {
  0%, 16% {
    transform: skewX(-16deg) translateX(-130%);
    opacity: 0;
  }
  20% { opacity: 1; }
  46% {
    transform: skewX(-16deg) translateX(260%);
    opacity: 1;
  }
  50%, 100% {
    transform: skewX(-16deg) translateX(260%);
    opacity: 0;
  }
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .brand-wordmark-base {
    background: none;
    -webkit-text-fill-color: currentColor;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-mark {
    animation: none !important;
    filter: none;
  }
  .brand-wordmark-glimmer {
    animation: none !important;
    opacity: 0;
  }
}

/* Dark brand overrides */
.brand-wordmark-base {
  background: linear-gradient(135deg, #7C3AED 0%, #C026D3 45%, #DB2777 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Shared icon utilities */
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  flex-shrink: 0;
}
.icon img, .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.icon-sm { width: 16px; height: 16px; }
.icon-md { width: 20px; height: 20px; }
.icon-lg { width: 24px; height: 24px; }
.icon-white img, .icon-white svg { filter: brightness(0) invert(1); }
.icon-muted img, .icon-muted svg { opacity: 0.55; }

.lp-pill .icon-brand { width: 18px; height: 18px; }
.lp-pill .icon-brand img { width: 18px; height: 18px; object-fit: contain; }

.lp-field-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; opacity: 0.45; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
}
.lp-field-icon img, .lp-field-icon svg { width: 18px; height: 18px; }

.lp-step-icon img, .lp-step-icon svg { width: 22px; height: 22px; filter: brightness(0) invert(1); }
.lp-feature-icon img, .lp-feature-icon svg { width: 24px; height: 24px; filter: brightness(0) invert(1); }
.lp-about-feat-icon { width: 36px; height: 36px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: #fae8ff; border-radius: 10px; }
.lp-about-feat-icon img, .lp-about-feat-icon svg { width: 20px; height: 20px; }
.lp-trust-pill .icon-inline { width: 14px; height: 14px; display: inline-flex; vertical-align: -2px; margin-right: 4px; }
.lp-trust-pill .icon-inline img, .lp-trust-pill .icon-inline svg { width: 14px; height: 14px; filter: brightness(0) invert(0.85); }
.lp-hero-kicker .icon-inline, .lp-engine-badge .icon-inline { width: 16px; height: 16px; display: inline-flex; vertical-align: -3px; margin-right: 4px; }
.lp-engine-badge .icon-inline img, .lp-engine-badge .icon-inline svg { filter: brightness(0) invert(1); opacity: 0.85; }
.lp-hero-kicker .icon-inline img { filter: brightness(0) invert(0.85); }
.lp-mockup-sms .received .icon-inline img { filter: none; }
.lp-mockup-sms .received { color: #4ade80; }
.lp-tag-pill .icon-inline { width: 14px; height: 14px; display: inline-flex; vertical-align: -2px; margin-right: 4px; }
.lp-check-icon svg, .lp-check-icon img { width: 12px; height: 12px; }
.lp-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.lp-stars .icon-star { width: 14px; height: 14px; color: #fbbf24; }
.lp-stars .icon-star svg { fill: #fbbf24; stroke: none; }
.lp-mockup .received .icon-inline { width: 14px; height: 14px; display: inline-flex; vertical-align: -2px; margin-right: 4px; }

/* Stats bar (Talktiyu-style) */
.lp-stats-wrap {
  background: #120416;
  padding: 0 0 48px;
}
.lp-stats {
  display: flex; justify-content: center; gap: 0;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; max-width: 640px; margin: 0 auto; overflow: hidden;
}
.lp-stat {
  flex: 1; padding: 24px 20px; text-align: center;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.lp-stat:last-child { border-right: none; }
.lp-stat-num { font-size: 28px; font-weight: 800; color: #fff; }
.lp-stat-label { font-size: 13px; color: #64748b; margin-top: 4px; }

.lp-wave { line-height: 0; margin-top: -1px; background: #120416; overflow: hidden; }
.lp-wave svg { display: block; width: 100%; height: 60px; }
.lp-wave-line { filter: drop-shadow(0 0 6px rgba(192, 38, 211, 0.55)); opacity: 0.95; }

/* Service pills with brand logos */
.lp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: 999px; font-size: 14px; font-weight: 500;
  background: #f1f5f9; color: #334155; border: 1px solid #e2e8f0;
}
.lp-pill.more { background: #fae8ff; color: var(--purple); border-color: #f0abfc; font-weight: 600; }

/* Globelogs — shared motion & scroll reveals */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-16px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes shimmer {
  0% { background-position: 200% center; }
  100% { background-position: -200% center; }
}

@keyframes pulseSoft {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 24px rgba(190, 24, 93, 0.4); }
  50% { transform: scale(1.03); box-shadow: 0 12px 32px rgba(190, 24, 93, 0.55); }
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

/* Entrance utilities */
.anim-fade-up {
  animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

.anim-fade-in {
  animation: fadeIn 0.45s ease both;
  animation-delay: var(--anim-delay, 0s);
}

.anim-slide-left {
  animation: slideInLeft 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

.anim-scale-in {
  animation: scaleIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--anim-delay, 0s);
}

.anim-stagger > * {
  animation: fadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.anim-stagger > *:nth-child(1) { animation-delay: 0.05s; }
.anim-stagger > *:nth-child(2) { animation-delay: 0.12s; }
.anim-stagger > *:nth-child(3) { animation-delay: 0.19s; }
.anim-stagger > *:nth-child(4) { animation-delay: 0.26s; }
.anim-stagger > *:nth-child(5) { animation-delay: 0.33s; }
.anim-stagger > *:nth-child(6) { animation-delay: 0.4s; }

/* Scroll reveal */
/* Disable entrance animations in dashboards — they leave form sections at opacity:0 when the parent view was hidden during load */
.app-body .anim-fade-up,
.app-body .anim-fade-in,
.admin-console .anim-fade-up,
.admin-console .anim-fade-in,
.boost-page .anim-fade-up,
.accounts-page .anim-fade-up,
.sms-view.active .anim-fade-up {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Hover lift */
.hover-lift {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.25s ease,
              border-color 0.25s ease;
}
.hover-lift:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* Button press */
.btn, .app-action-card, .dash-fund-btn, .lp-signin-btn {
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.25s ease;
}
.btn:active, .dash-fund-btn:active {
  transform: scale(0.98);
}

/* Landing hero entrance */
.landing-page .lp-hero-left {
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.landing-page .lp-hero-right {
  animation: fadeUp 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}
.landing-page .lp-trust-pill {
  animation: scaleIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.landing-page .lp-trust-pill:nth-child(1) { animation-delay: 0.35s; }
.landing-page .lp-trust-pill:nth-child(2) { animation-delay: 0.45s; }
.landing-page .lp-trust-pill:nth-child(3) { animation-delay: 0.55s; }

.landing-page .lp-step,
.landing-page .lp-feature,
.landing-page .lp-testimonial {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.landing-page .lp-step:hover,
.landing-page .lp-feature:hover,
.landing-page .lp-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(192, 38, 211, 0.12);
}

.landing-page .lp-service-pill {
  transition: transform 0.2s ease, background 0.2s ease;
}
.landing-page .lp-service-pill:hover {
  transform: translateY(-2px) scale(1.02);
}

.landing-page .lp-cta {
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
}
@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Globelogs — mobile-first enhancements */
body.nav-open {
  overflow: hidden;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.container {
  padding-left: max(16px, env(safe-area-inset-left));
  padding-right: max(16px, env(safe-area-inset-right));
}

/* Prevent iOS zoom on input focus */
input, select, textarea, .btn {
  font-size: 16px;
}

@media (min-width: 769px) {
  input, select, textarea {
    font-size: 15px;
  }
}

/* Touch-friendly targets */
.btn, .nav a, .app-nav a, .app-topbar-btn, .app-menu-toggle,
.lp-join-btn, .lp-btn-white, .auth-modal-close, .mobile-nav-toggle {
  min-height: 44px;
  min-width: 44px;
}

/* Site header — mobile */
@media (max-width: 768px) {
  .header-inner {
    height: auto;
    min-height: 56px;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 8px 0;
  }

  /* Non-landing shop headers — hide inline nav; use compact actions only */
  body:not(.landing-page) .site-header .nav:not(.landing-nav-drawer) {
    display: none !important;
  }

  .site-header.landing-header .nav:not(.landing-nav-drawer) {
    display: none !important;
  }

  .logo {
    font-size: 16px;
  }

  .logo img, .logo svg {
    height: 28px;
  }
}

/* Landing — mobile nav drawer */
.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(139,92,246,0.25);
  border-radius: 10px;
  background: rgba(124,58,237,0.12);
  color: var(--mag-200, #F0ABFC);
  font-size: 22px;
  cursor: pointer;
  margin-left: auto;
}

.landing-header-inner {
  position: relative;
}

.landing-nav-drawer {
  display: none !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 88vw);
  z-index: 600;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 72px 20px 24px;
  background: var(--ink-750, #181330);
  box-shadow: -8px 0 40px rgba(2,1,9,0.7);
  border-left: 1px solid rgba(139,92,246,0.16);
  transform: translateX(100%);
  transition: transform 0.28s ease, visibility 0.28s ease;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  margin-left: 0 !important;
  flex-wrap: nowrap !important;
}

.landing-nav-drawer.open {
  display: flex !important;
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.landing-nav-drawer a {
  padding: 14px 12px !important;
  font-size: 16px !important;
  border-radius: 10px;
}

.landing-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 599;
  background: rgba(15, 23, 42, 0.45);
}

.landing-nav-overlay.open {
  display: block;
}

@media (max-width: 900px) {
  .mobile-nav-toggle {
    display: inline-flex;
  }

  .landing-header-inner .landing-nav-center {
    display: none !important;
  }

  .landing-header-inner > .nav:last-child {
    display: none;
  }

  .landing-header-inner .nav-mobile-actions {
    display: flex;
    gap: 8px;
    margin-left: auto;
    align-items: center;
  }
}

@media (min-width: 901px) {
  .landing-nav-drawer,
  .landing-nav-overlay,
  .nav-mobile-actions {
    display: none !important;
  }
}

/* Landing hero — mobile */
@media (max-width: 640px) {
  .lp-hero-split {
    padding: 16px 0 32px;
  }

  .lp-hero-grid {
    border-radius: 18px;
    min-height: auto;
  }

  .lp-hero-left {
    padding: 28px 20px;
  }

  .lp-hero-left h1 {
    font-size: clamp(1.65rem, 7vw, 2.25rem) !important;
    line-height: 1.15;
  }

  .lp-hero-right {
    padding: 24px 18px !important;
  }

  .lp-hero-desc {
    font-size: 14px;
  }

  .lp-trust-row {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .lp-section {
    padding: 48px 0 !important;
  }

  .lp-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  .lp-footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}

/* Auth pages & modal */
@media (max-width: 480px) {
  .auth-page-main {
    padding: 20px 12px;
    align-items: flex-start;
    padding-top: 24px;
  }

  .auth-modal-panel {
    padding: 22px 18px 20px;
    border-radius: 14px;
  }

  .auth-modal-overlay {
    padding: 12px;
    align-items: flex-end;
  }

  .auth-modal-panel {
    max-height: 92vh;
    margin-bottom: env(safe-area-inset-bottom);
  }
}

/* Tables & forms */
.table-wrap {
  -webkit-overflow-scrolling: touch;
  margin: 0 -4px;
  padding: 0 4px;
}

.form-narrow {
  width: 100%;
}

.page {
  padding: 20px 0 40px;
}

/* App shell — small phones (wallet card layout; topbar handled in app.css) */
@media (max-width: 480px) {
  .dash-balance-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .dash-fund-btn {
    width: 100%;
    justify-content: center;
  }

  .app-fab-support {
    bottom: max(16px, env(safe-area-inset-bottom));
    right: 16px;
    padding: 12px 16px;
    font-size: 13px;
  }

  .wallet-fund-row {
    flex-direction: column;
  }

  .wallet-fund-submit {
    width: 100%;
  }

  .wallet-quick-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* SMS / boost grids */
@media (max-width: 900px) {
  .acc-product-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .sms-grid,
  .boost-grid,
  .acc-catalog-grid,
  .acc-product-grid {
    grid-template-columns: 1fr !important;
  }

  .sms-otp-btn {
    width: 44px;
    height: 44px;
  }

  .sms-service-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.sms-service-tabs::-webkit-scrollbar { display: none; }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* ── Dark enterprise surfaces ── */
  --ink-950:  #020109;
  --ink-900:  #060410;
  --ink-850:  #090716;
  --ink-800:  #0D0A1E;
  --ink-750:  #120F28;
  --ink-700:  #181330;
  --ink-600:  #201A3E;
  --ink-500:  #2B234F;
  --ink-400:  #38306A;

  /* ── Brand colours (violet → magenta → pink) ── */
  --vio-700:  #6D28D9;
  --vio-600:  #7C3AED;
  --mag-600:  #A21CAF;
  --mag-500:  #C026D3;
  --mag-400:  #D946EF;
  --mag-300:  #E879F9;
  --mag-200:  #F0ABFC;
  --pink-500: #DB2777;
  --pink-400: #EC4899;
  --pink-300: #F9A8D4;

  /* ── Semantic ── */
  --purple:      var(--mag-500);
  --blue:        var(--pink-500);
  --accent:      var(--mag-500);
  --magenta-50:  rgba(192,38,211,0.06);
  --magenta-100: rgba(192,38,211,0.10);
  --magenta-200: rgba(192,38,211,0.18);

  --bg:      var(--ink-900);
  --surface: var(--ink-800);
  --border:  rgba(139,92,246,0.16);
  --text:    #EDE8FF;
  --muted:   #8A80A8;

  --success: #10B981;
  --danger:  #F05252;

  --gradient: linear-gradient(135deg, var(--vio-600) 0%, var(--mag-500) 45%, var(--pink-500) 100%);

  --shadow:    0 4px 28px rgba(2,1,9,0.65);
  --shadow-lg: 0 16px 60px rgba(2,1,9,0.75);

  --radius:    14px;
  --radius-sm: 10px;
  --radius-lg: 22px;

  --max: 1140px;

  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Syne', 'Inter', sans-serif;
}

body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background:
    radial-gradient(ellipse 80vw 55vh at 65% -10%, rgba(124,58,237,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 60vw 45vh at -5% 85%, rgba(192,38,211,0.05) 0%, transparent 55%),
    var(--bg);
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, .page-title, .hero h1,
.lp-heading, .lp-hero-left h1, .lp-about-title, .lp-growth-headline,
.lp-cta h2, .stat-value, .lp-stat-num, .brand-wordmark {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  box-shadow: var(--shadow);
}
.site-header::after {
  content: '';
  display: block;
  height: 2px;
  background: var(--gradient);
  opacity: 0.9;
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 60px; }
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 18px; color: var(--text);
  text-decoration: none; white-space: nowrap;
}
.logo:hover { text-decoration: none; }
.logo img, .logo svg { height: 32px; width: auto; max-width: none; flex-shrink: 0; }
.logo-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.nav { display: flex; gap: 4px; margin-left: auto; align-items: center; flex-wrap: wrap; }
.nav a {
  padding: 6px 12px; color: var(--muted); font-size: 14px;
  border-radius: var(--radius); text-decoration: none;
}
.nav a:hover, .nav a.active { color: var(--purple); background: #fae8ff; text-decoration: none; }

.btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  border: 1px solid transparent; text-decoration: none;
  background: var(--gradient); color: #fff;
  box-shadow: 0 6px 16px rgba(192, 38, 211, 0.24);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn:hover { filter: brightness(1.05); text-decoration: none; color: #fff; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(192, 38, 211, 0.32); }
.btn:disabled { opacity: .5; cursor: not-allowed; }
.btn-outline { background: var(--surface); color: var(--purple); border-color: var(--border); }
.btn-outline:hover { background: #fae8ff; color: var(--purple); }
.btn-sm { padding: 5px 10px; font-size: 13px; }
.btn-danger { background: linear-gradient(135deg, #ef4444, #dc2626); }
.btn-block { width: 100%; justify-content: center; }

.auth-divider {
  display: flex; align-items: center; gap: 12px;
  margin: 18px 0; color: var(--muted); font-size: 13px;
}
.auth-divider::before, .auth-divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.btn-google {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; padding: 10px 16px; border-radius: var(--radius);
  background: #fff; color: #1f2937; border: 1px solid #d1d5db;
  font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer;
  font-family: inherit;
}
.btn-google:hover { background: #f9fafb; border-color: #9ca3af; text-decoration: none; color: #1f2937; }
.btn-google img { width: 18px; height: 18px; }
.btn-google.hidden { display: none; }

.badge {
  background: var(--purple); color: #fff;
  font-size: 11px; padding: 1px 6px; border-radius: 10px; margin-left: 4px;
}

.hero {
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(255, 255, 255, 0.18) 0%, transparent 45%),
    var(--gradient);
  color: #fff;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: '';
  position: absolute; right: -80px; bottom: -120px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
  pointer-events: none;
}
.hero h1 { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 12px; }
.hero p { opacity: .92; max-width: 540px; font-size: 16px; }
.hero-actions { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.hero .btn-outline { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.4); color: #fff; }
.hero .btn-outline:hover { background: rgba(255,255,255,.25); color: #fff; }
.hero .btn { background: #fff; color: var(--purple); }
.hero .btn:hover { color: var(--blue); }

.page { padding: 32px 0 48px; }
.page-title { font-size: 22px; font-weight: 700; margin-bottom: 20px; color: var(--text); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
@media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow);
}
.card-title { font-size: 15px; font-weight: 700; margin-bottom: 12px; color: var(--purple); }

.product-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  display: flex; flex-direction: column; transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
.product-card:hover { border-color: var(--purple); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(192, 38, 211, 0.18); }
.product-card img { aspect-ratio: 4/3; object-fit: cover; background: #fae8ff; }
.product-card-body { padding: 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .5px; color: var(--blue); font-weight: 600; }
.product-name { font-weight: 600; font-size: 14px; }
.product-desc { font-size: 13px; color: var(--muted); flex: 1; }
.product-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.price { font-weight: 700; font-size: 16px; color: var(--purple); }

.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 4px; color: var(--muted); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 8px 10px;
  border: 1px solid var(--border); border-radius: var(--radius);
  font: inherit; background: var(--surface);
}
.form-group input:focus, .form-group select:focus {
  outline: 2px solid var(--purple); outline-offset: 0;
}
.form-narrow { max-width: 420px; width: 100%; }

/* Centered auth / create-account modal */
.auth-page {
  min-height: 100vh;
  background: #ffffff;
}
/* Full-screen split-screen auth — branded panel + form */
.auth-page .site-header { display: none; }
.auth-page-main {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  padding: 0;
  gap: 0;
}
.auth-page-main::before {
  content: 'Globelogs';
  display: flex;
  align-items: flex-end;
  padding: 56px;
  font-family: var(--font-display, 'Space Grotesk', sans-serif);
  font-weight: 700;
  font-size: clamp(2rem, 3.6vw, 3rem);
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 24px 24px,
    radial-gradient(62% 52% at 82% 12%, rgba(217, 70, 239, 0.55) 0%, transparent 55%),
    radial-gradient(56% 46% at 10% 92%, rgba(219, 39, 119, 0.55) 0%, transparent 55%),
    linear-gradient(160deg, #2a0330 0%, #4a044e 55%, #6d0f47 100%);
}
.auth-page-main::after {
  /* soft floating glow orb on the branded panel */
  content: '';
  position: absolute;
  top: 18%;
  left: 22%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.45) 0%, transparent 70%);
  animation: heroOrbFloat 9s ease-in-out infinite;
  pointer-events: none;
}
@media (max-width: 860px) {
  .auth-page-main { grid-template-columns: 1fr; }
  .auth-page-main::before,
  .auth-page-main::after { display: none; }
}
.auth-modal-card {
  width: 100%;
  max-width: 420px;
  box-shadow: 0 24px 48px rgba(74, 4, 78, 0.14);
}

.auth-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}
.auth-modal-overlay.hidden { display: none; }
body.modal-open { overflow: hidden; }

.auth-modal-panel {
  position: relative;
  width: 100%;
  max-width: 420px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 60px rgba(74, 4, 78, 0.22);
  animation: modalIn 0.25s ease;
}
@keyframes modalIn {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.auth-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 10px;
  background: #fdf4ff;
  color: var(--muted);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.auth-modal-close:hover { background: #fae8ff; color: var(--purple); }
.auth-modal-panel .page-title { margin-bottom: 16px; text-align: center; }
.auth-modal-sub { text-align: center; font-size: 14px; color: var(--muted); margin: -8px 0 18px; }

/* Standalone auth pages + register modal (matches hero sign-in panel) */
.auth-standalone-card,
.auth-modal-panel.auth-form-panel {
  width: 100%;
  max-width: 420px;
  background: #fdf4ff;
  border: 1px solid #f5d0fe;
  border-radius: 16px;
  padding: 40px 36px;
  box-shadow: 0 24px 48px rgba(74, 4, 78, 0.14);
}
.auth-modal-panel.auth-form-panel {
  max-width: 440px;
  padding: 36px 32px 28px;
}
.auth-standalone-title {
  font-size: 22px;
  font-weight: 800;
  color: #1a0620;
  margin-bottom: 8px;
  text-align: center;
}
.auth-field-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
  text-align: center;
}
.auth-text-btn {
  margin-top: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
}
.reset-link-sent {
  text-align: center;
  margin-bottom: 8px;
}
.reset-link-sent-lead {
  font-size: 16px;
  color: #1a0620;
  margin: 0 0 12px;
}
.reset-link-sent-body {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 10px;
}
.reset-link-sent-note {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 20px;
}
.auth-standalone-card .lp-signin-sub,
.auth-modal-panel.auth-form-panel .lp-signin-sub {
  text-align: center;
}
.auth-standalone-card .lp-signin-pills,
.auth-modal-panel.auth-form-panel .lp-signin-pills {
  justify-content: center;
}
.auth-page.landing-page { background: #ffffff; }
.auth-page.landing-page .landing-header { background: #fff; }

/* Form column of the split-screen auth layout */
.auth-page-main .auth-standalone-card {
  margin: auto;
  width: 100%;
  max-width: 440px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 48px 44px;
}
.auth-page-main .auth-standalone-title {
  font-size: 26px;
  text-align: left;
}
.auth-page-main .lp-signin-sub { text-align: left; }
.auth-page-main .lp-signin-pills { justify-content: flex-start; }
@media (max-width: 860px) {
  .auth-page-main .auth-standalone-card { padding: 40px 24px; }
}

.form-icon-field { position: relative; }
.form-icon-field .field-icon {
  position: absolute; left: 12px; bottom: 10px;
  width: 18px; height: 18px; opacity: 0.45; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
}
.form-icon-field .field-icon img { width: 18px; height: 18px; }
.form-icon-field input { padding-left: 40px; }

.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th { text-align: left; padding: 8px 12px; background: #fae8ff; font-size: 12px; text-transform: uppercase; letter-spacing: .4px; color: var(--purple); border-bottom: 1px solid var(--border); }
td { padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: middle; }
tr:last-child td { border-bottom: none; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; margin-bottom: 24px; }
.stat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; }
.stat-label { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: .4px; }
.stat-value {
  font-size: 24px; font-weight: 700; margin-top: 4px;
  background: var(--gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.tabs { display: flex; gap: 4px; border-bottom: 1px solid var(--border); margin-bottom: 20px; flex-wrap: wrap; }
.tab {
  padding: 8px 14px; font-size: 14px; cursor: pointer;
  border: none; background: none; color: var(--muted);
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tab.active { color: var(--purple); border-bottom-color: var(--purple); font-weight: 600; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.alert { padding: 10px 14px; border-radius: var(--radius); font-size: 14px; margin-bottom: 16px; }
.alert-error { background: #fef2f2; color: var(--danger); border: 1px solid #fecaca; }
.alert-success { background: #ecfdf5; color: var(--success); border: 1px solid #a7f3d0; }
.alert-info { background: #fae8ff; color: var(--purple); border: 1px solid #f0abfc; }

.site-footer {
  background: var(--surface); border-top: 1px solid var(--border);
  padding: 24px 0; margin-top: 48px; font-size: 13px; color: var(--muted);
}
.footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-brand { display: flex; align-items: center; gap: 8px; }
.footer-brand img { height: 22px; }

.cart-overlay { position: fixed; inset: 0; background: rgba(74, 4, 78, .45); z-index: 200; display: none; }
.cart-drawer {
  position: fixed; top: 0; right: -400px; width: 360px; max-width: 92vw;
  height: 100%; background: var(--surface); z-index: 201;
  border-left: 1px solid var(--border);
  display: flex; flex-direction: column; transition: right .2s ease;
}
.cart-drawer.open { right: 0; }
.cart-overlay.open { display: block; }
.cart-header { padding: 16px 20px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cart-body { flex: 1; overflow-y: auto; padding: 16px 20px; }
.cart-footer { padding: 16px 20px; border-top: 1px solid var(--border); }
.cart-item { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.cart-item img { width: 48px; height: 48px; object-fit: cover; border-radius: var(--radius); }

.tag { display: inline-block; font-size: 11px; padding: 2px 8px; border-radius: 10px; background: #fae8ff; color: var(--purple); border: 1px solid var(--border); }
.tag-green { background: #ecfdf5; color: var(--success); border-color: #a7f3d0; }
.tag-yellow { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.tag-red { background: #fef2f2; color: var(--danger); border-color: #fecaca; }

.empty { text-align: center; padding: 40px; color: var(--muted); }
.bar-chart { display: flex; align-items: flex-end; gap: 4px; height: 100px; }
.bar { flex: 1; background: var(--gradient); border-radius: 2px 2px 0 0; min-height: 2px; opacity: .85; }

.hidden { display: none !important; }
.text-muted { color: var(--muted); }
.text-sm { font-size: 13px; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mb-2 { margin-bottom: 16px; }
.flex { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.flex-between { display: flex; justify-content: space-between; align-items: center; gap: 8px; }

/* ═══ Global polish — selection, scrollbar, focus ════════════════════════ */
::selection { background: rgba(192, 38, 211, 0.28); color: inherit; }

* { scrollbar-width: thin; scrollbar-color: #d946ef transparent; }
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c026d3, #db2777);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
*::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #d946ef, #ec4899); background-clip: padding-box; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 4px; }

/* ── Enterprise dark overrides ──────────────────────────────────── */

/* Header */
.site-header { background: rgba(6,4,16,0.88); backdrop-filter: blur(20px); border-bottom-color: rgba(139,92,246,0.16); box-shadow: none; }
.site-header::after { background: linear-gradient(90deg, transparent, rgba(124,58,237,0.5) 25%, rgba(192,38,211,0.8) 50%, rgba(219,39,119,0.5) 75%, transparent); height: 1px; }
.header-inner { height: 64px; }

/* Buttons */
.btn { border-radius: 10px; padding: 10px 22px; font-weight: 600; letter-spacing: 0.01em;
  background: var(--gradient); color: #fff;
  box-shadow: 0 4px 20px rgba(124,58,237,0.32);
  transition: transform .15s, box-shadow .15s, filter .12s; }
.btn:hover { filter: brightness(1.08); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(124,58,237,0.42); text-decoration: none; }
.btn:active { transform: translateY(0); filter: brightness(0.97); }
.btn:disabled { opacity: .4; transform: none; box-shadow: none; }
.btn-outline { background: transparent; color: var(--mag-300); border: 1.5px solid rgba(192,38,211,0.35); box-shadow: none; }
.btn-outline:hover { background: rgba(192,38,211,0.1); color: var(--mag-200); border-color: rgba(192,38,211,0.55); transform: none; box-shadow: none; }
.btn-sm { padding: 6px 14px; font-size: 13px; border-radius: 8px; }
.btn-danger { background: linear-gradient(135deg,#991B1B,#DC2626); box-shadow: 0 4px 18px rgba(220,38,38,0.28); }

/* Google button */
.btn-google { background: var(--ink-600); color: var(--text); border-color: rgba(139,92,246,0.22); border-radius: 10px; }
.btn-google:hover { background: var(--ink-500); border-color: rgba(192,38,211,0.35); color: var(--text); text-decoration: none; }

/* Auth divider */
.auth-divider { color: var(--muted); }
.auth-divider::before, .auth-divider::after { background: rgba(139,92,246,0.16); }

/* Badge */
.badge { background: rgba(192,38,211,0.15); color: var(--mag-200); border: 1px solid rgba(192,38,211,0.25); border-radius: 6px; font-size: 11px; font-weight: 600; }

/* Cards */
.card { background: var(--surface); border-color: rgba(139,92,246,0.15); border-radius: 20px;
  box-shadow: 0 4px 28px rgba(2,1,9,0.5); transition: border-color .2s, box-shadow .2s, transform .2s; }
.card:hover { border-color: rgba(192,38,211,0.3); box-shadow: 0 8px 40px rgba(2,1,9,0.6); transform: translateY(-2px); }
.card-title { color: var(--mag-300); font-family: var(--font-display); letter-spacing: 0.04em; text-transform: uppercase; font-size: 12px; }

/* Product cards */
.product-card { background: var(--surface); border-color: rgba(139,92,246,0.15); border-radius: 18px; }
.product-card:hover { border-color: rgba(192,38,211,0.35); box-shadow: 0 16px 44px rgba(2,1,9,0.6); transform: translateY(-4px); }
.product-card img { background: var(--ink-700); }
.product-cat { color: var(--mag-400); }
.product-name { color: var(--text); }
.product-desc { color: var(--muted); }
.price { color: var(--mag-200); font-family: var(--font-display); }

/* Tables */
.data-table-wrap { border-color: rgba(139,92,246,0.15); border-radius: 16px; overflow: hidden; }
.data-table thead th { background: var(--ink-700); color: var(--muted); border-bottom-color: rgba(139,92,246,0.14); font-size: 11px; letter-spacing: 0.07em; }
.data-table tbody tr { border-bottom-color: rgba(139,92,246,0.1); }
.data-table tbody tr:hover { background: rgba(139,92,246,0.04); }
.data-table tbody td { color: var(--text); }

/* Stat cards */
.stat-card { background: var(--surface); border-color: rgba(139,92,246,0.15); border-radius: 18px; }
.stat-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient); opacity: 0.65; }
.stat-card { position: relative; overflow: hidden; }
.stat-label { color: var(--muted); }
.stat-value { color: var(--text); font-family: var(--font-display); letter-spacing: -0.04em; }

/* Alerts */
.alert-error   { background: rgba(240,82,82,0.1);  border-color: rgba(240,82,82,0.22);  color: #FCA5A5; }
.alert-success { background: rgba(16,185,129,0.1); border-color: rgba(16,185,129,0.22); color: #6EE7B7; }
.alert-info    { background: rgba(129,140,248,0.1);border-color: rgba(129,140,248,0.22);color: #A5B4FC; }
.alert.hidden  { display: none; }

/* Modal */
.auth-modal-overlay { background: rgba(2,1,9,0.78); backdrop-filter: blur(8px); }
.auth-modal-panel { background: var(--ink-750); border-color: rgba(139,92,246,0.22); border-radius: 24px; box-shadow: 0 24px 80px rgba(2,1,9,0.8); }
.auth-modal-close { background: var(--ink-600); color: var(--muted); }
.auth-modal-close:hover { background: var(--ink-500); color: var(--text); }

/* Nav */
.nav a { color: var(--muted); }
.nav a:hover { color: var(--text); background: rgba(139,92,246,0.1); }
.nav a.active { color: var(--mag-300); background: rgba(192,38,211,0.1); }

/* Logo */
.logo { font-family: var(--font-display); letter-spacing: -0.02em; }
.logo-text { background: linear-gradient(95deg, var(--mag-200), var(--mag-400), var(--pink-400)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Headings */
h1,h2,h3,h4,h5,.page-title { font-family: var(--font-display); letter-spacing: -0.03em; }

/* Hero inner pages */
.hero { background: linear-gradient(180deg, var(--ink-750) 0%, var(--ink-850) 100%); border-bottom: 1px solid rgba(139,92,246,0.14); }
.hero h1 { color: var(--text); }
.hero p { color: var(--muted); }

/* Wallet balance */
.wallet-balance-amount { font-family: var(--font-display); letter-spacing: -0.04em; background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Toast */
.toast { background: var(--ink-700); color: var(--text); border-color: rgba(139,92,246,0.2); }
.toast-success { border-left: 3px solid var(--success); }
.toast-error   { border-left: 3px solid var(--danger); }
.toast-info    { border-left: 3px solid var(--mag-400); }

/* Form group (landing/page context) */
.form-group label { color: var(--muted); }
.form-group input, .form-group select, .form-group textarea { background: var(--ink-700); color: var(--text); border-color: rgba(139,92,246,0.2); border-radius: 10px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--mag-500); box-shadow: 0 0 0 3px rgba(192,38,211,0.14); }
.form-group input::placeholder { color: var(--muted); }

/* Auth modal panel (inside page) */
.auth-page-main::before {
  background:
    repeating-linear-gradient(0deg, transparent, transparent 55px, rgba(139,92,246,0.04) 56px),
    repeating-linear-gradient(90deg, transparent, transparent 55px, rgba(139,92,246,0.04) 56px),
    radial-gradient(ellipse 75% 60% at 80% 15%, rgba(124,58,237,0.18) 0%, transparent 55%),
    linear-gradient(160deg, var(--ink-750) 0%, var(--ink-850) 60%, var(--ink-900) 100%);
  color: var(--text);
}

/* Spinner */
.spinner { border-color: rgba(192,38,211,0.18); border-top-color: var(--mag-500); }

/* ─── Landing page (marketing) ─────────────────────────────────────────── */
.landing-page { background: var(--ink-900); }

.landing-header {
  background: rgba(6,4,16,0.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid rgba(139,92,246,0.16);
  position: sticky; top: 0; z-index: 200;
}
.landing-header .header-inner { height: 64px; }
.landing-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.landing-nav-center {
  justify-content: center;
  margin-left: 0 !important;
}
.landing-nav-center a {
  color: var(--muted); font-weight: 500; font-size: 14px;
  padding: 6px 12px; border-radius: 8px; text-decoration: none;
}
.landing-nav-center a:hover { color: var(--text); background: rgba(139,92,246,0.1); text-decoration: none; }
.landing-header .nav { gap: 16px; }
.landing-header .nav a:not(.btn) { color: var(--muted); font-weight: 500; }
.landing-header .nav a:not(.btn):hover { color: var(--text); background: transparent; }
.landing-header .btn-get-started {
  padding: 10px 22px; border-radius: 999px;
  background: var(--gradient); color: #fff; font-weight: 600;
  box-shadow: 0 4px 14px rgba(192, 38, 211, 0.35);
  text-decoration: none;
}
.landing-header .btn-get-started:hover { color: #fff; text-decoration: none; filter: brightness(1.06); }
@media (max-width: 900px) {
  .landing-header-inner { grid-template-columns: auto auto; }
  .landing-nav-center { display: none; }
}

/* Transparent header state — when hero is in view (JS adds .lp-header-atop) */
.landing-header.lp-header-atop {
  background: rgba(6,4,16,0.65);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: rgba(139,92,246,0.1);
}
.landing-header.lp-header-atop .nav a:not(.btn) { color: rgba(255, 255, 255, 0.88); }
.landing-header.lp-header-atop .nav a:not(.btn):hover { color: #fff; background: rgba(255,255,255,0.08); }
.landing-header.lp-header-atop .site-logo-text { color: #fff; }
.landing-header.lp-header-atop .btn-get-started {
  background: rgba(255,255,255,0.14);
  box-shadow: none;
  border: 1.5px solid rgba(255,255,255,0.28);
}
.landing-header.lp-header-atop .btn-get-started:hover {
  background: rgba(255,255,255,0.22);
  filter: none;
}

/* Split hero */
.lp-hero-split {
  background:
    repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(139,92,246,0.03) 48px),
    repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(139,92,246,0.03) 48px),
    radial-gradient(ellipse 70% 55% at 85% -5%, rgba(124,58,237,0.14) 0%, transparent 55%),
    linear-gradient(180deg, var(--ink-800) 0%, var(--ink-850) 100%);
  padding: 44px 0 64px;
}
.lp-hero-grid {
  display: grid;
  grid-template-columns: 436px 1fr;
  gap: 0;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(74, 4, 78, 0.28);
  min-height: 580px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* Mirror the hero: sign-in rail on the left, marketing panel on the right */
.lp-hero-grid > .lp-hero-right { order: 1; }
.lp-hero-grid > .lp-hero-left { order: 2; }
@media (max-width: 960px) {
  .lp-hero-grid { grid-template-columns: 1fr; }
  .lp-hero-grid > .lp-hero-right { order: 2; }
  .lp-hero-grid > .lp-hero-left { order: 1; }
}
.lp-hero-left {
  background:
    radial-gradient(ellipse 80% 70% at 82% 8%, rgba(217, 70, 239, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 10% 95%, rgba(219, 39, 119, 0.40) 0%, transparent 55%),
    linear-gradient(135deg, #2a0330 0%, #4a0b3f 55%, #6d0f47 100%);
  padding: 56px 48px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex; flex-direction: column; justify-content: center;
}
/* fine dotted grid texture */
.lp-hero-left::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.10) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(120deg, #000 0%, transparent 75%);
  -webkit-mask-image: linear-gradient(120deg, #000 0%, transparent 75%);
  pointer-events: none;
}
.lp-hero-left::after {
  content: '';
  position: absolute; bottom: -70px; right: -70px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.45) 0%, transparent 70%);
  pointer-events: none;
  animation: heroOrbFloat 9s ease-in-out infinite;
}
@keyframes heroOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
  50% { transform: translate(-26px, -22px) scale(1.12); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-left::after { animation: none; }
}
.lp-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.lp-hero-chip {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fce7f3;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(244, 114, 182, 0.45);
  border-radius: 999px;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 10px rgba(74, 4, 78, 0.25);
}
.lp-hero-kicker { font-size: 14px; color: #f5b8dd; margin-bottom: 12px; }
.lp-engine-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(217, 70, 239, 0.35), rgba(236, 72, 153, 0.35));
  color: #fbcfe8;
  padding: 7px 16px; border-radius: 999px; margin-bottom: 22px;
  border: 1px solid rgba(244, 114, 182, 0.5);
  box-shadow: 0 4px 16px rgba(219, 39, 119, 0.3);
}
.lp-hero-left h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800; line-height: 1.15; letter-spacing: -0.02em;
  margin-bottom: 0; position: relative; z-index: 1;
}
.lp-hero-headline-stack {
  position: relative; z-index: 1;
  margin-bottom: 18px;
}
.lp-hero-headline-stack h1 + h1 { margin-top: 10px; }
.lp-hero-left h1 .accent {
  background: linear-gradient(135deg, #e879f9, #f0abfc);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-hero-left h1 .accent-pink {
  background: linear-gradient(135deg, #f9a8d4, #f472b6);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-hero-desc {
  font-size: 15.5px; color: #f2cfe4; line-height: 1.7;
  max-width: 480px; margin-bottom: 28px; position: relative; z-index: 1;
}
.lp-trust-row { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 1; }
.lp-trust-pill {
  font-size: 12px; color: #fbe3f1;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16);
  padding: 8px 14px; border-radius: 999px; backdrop-filter: blur(4px);
}

/* Sign-in panel */
.lp-hero-right {
  background: var(--ink-750);
  padding: 44px 38px;
  display: flex; flex-direction: column; justify-content: center;
  position: relative;
  border-right: none;
}
@media (max-width: 960px) {
  .lp-hero-right { border-right: none; border-top: 1px solid rgba(139,92,246,0.16); }
}
.lp-hero-right::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--gradient);
}
.lp-hero-right h2 { font-size: 23px; font-weight: 800; font-family: var(--font-display); letter-spacing: -0.04em; color: var(--text); margin-bottom: 8px; }
.lp-signin-sub { font-size: 14px; color: var(--muted); line-height: 1.55; margin-bottom: 16px; }
.lp-signin-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.lp-signin-pills span {
  font-size: 11px; font-weight: 600; color: var(--muted);
  background: var(--ink-600); border: 1px solid rgba(139,92,246,0.2);
  padding: 4px 10px; border-radius: 999px;
}
.lp-field {
  position: relative; margin-bottom: 14px;
}
.lp-field-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; opacity: 0.5; pointer-events: none;
  display: flex; align-items: center; justify-content: center;
}
.lp-field-icon img { width: 18px; height: 18px; }
.lp-field input {
  width: 100%; padding: 14px 14px 14px 42px;
  border: 1px solid #f5d0fe; border-radius: 12px;
  font-size: 15px; background: #fff; color: #1a0620;
}
.lp-field input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(192, 38, 211,0.12); }
.lp-show-pw {
  position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: var(--purple);
  font-size: 13px; font-weight: 600; cursor: pointer;
}
.lp-form-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; font-size: 13px;
}
.lp-remember { display: flex; align-items: center; gap: 6px; color: #64748b; cursor: pointer; }
.lp-forgot { color: var(--purple); font-weight: 500; text-decoration: none; }
.lp-forgot:hover { text-decoration: underline; }
.lp-signin-btn {
  display: block; width: 100%; padding: 14px;
  border: none; border-radius: 12px; font-size: 15px; font-weight: 700;
  background: var(--gradient); color: #fff; cursor: pointer;
  text-align: center; text-decoration: none;
  box-shadow: 0 4px 16px rgba(192, 38, 211, 0.3);
  margin-bottom: 10px;
}
.lp-signin-btn:hover { filter: brightness(1.06); color: #fff; text-decoration: none; }
.lp-join-btn {
  display: block; width: 100%; padding: 14px;
  border: 2px solid var(--purple); border-radius: 12px;
  font-size: 15px; font-weight: 700; background: #fff;
  color: var(--purple); cursor: pointer; text-align: center; text-decoration: none;
}
.lp-join-btn:hover { background: #fae8ff; color: var(--purple); text-decoration: none; }
.lp-signin-footer { font-size: 13px; color: #64748b; text-align: center; margin-top: 16px; }
.lp-signin-footer a { color: var(--purple); font-weight: 600; }
.lp-signin-note { font-size: 12px; color: #059669; text-align: center; margin-top: 12px; }
.lp-google-btn { margin-bottom: 0; }
.lp-auth-divider { margin: 14px 0; color: #94a3b8; }
.lp-auth-divider.hidden { display: none; }

/* Tag pill (section labels — What is Globelogs) */
.lp-tag-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--purple);
  background: #fae8ff; padding: 6px 14px; border-radius: 999px;
  margin-bottom: 16px;
}
.lp-tag-pill.center { display: flex; width: fit-content; margin: 0 auto 16px; }
.lp-tag-pill.left { display: inline-flex; }

/* About section */
.lp-about-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: stretch;
}
@media (max-width: 900px) { .lp-about-grid { grid-template-columns: 1fr; } }
.lp-about-card {
  background: linear-gradient(180deg, #ffffff, #fdf2fb);
  border: 1px solid #f5d0fe; border-radius: 24px;
  padding: 40px; box-shadow: 0 10px 30px rgba(192, 38, 211, 0.08);
}
.lp-about-title {
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 800; color: #1a0620; letter-spacing: -0.02em;
  margin-bottom: 16px; line-height: 1.3;
}
.lp-about-card p { font-size: 15px; color: #64748b; line-height: 1.65; margin-bottom: 14px; }
.lp-about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
@media (max-width: 600px) { .lp-about-features { grid-template-columns: 1fr; } }
.lp-about-feat {
  display: flex; gap: 12px; align-items: flex-start;
  background: #f8fafc; border: 1px solid #e2e8f0;
  border-radius: 14px; padding: 16px;
}
.lp-about-feat-icon { font-size: 20px; flex-shrink: 0; }
.lp-about-feat strong { display: block; font-size: 13px; color: #1a0620; margin-bottom: 4px; }
.lp-about-feat span { font-size: 12px; color: #64748b; line-height: 1.45; }
.lp-capabilities-grid { margin-top: 36px; }

/* Growth showcase — hero-scale headlines on landing */
.lp-growth-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .lp-growth-showcase { grid-template-columns: 1fr; }
}
.lp-growth-panel {
  border-radius: 20px;
  padding: 36px 32px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lp-growth-panel--boost {
  background: radial-gradient(ellipse 80% 60% at 90% 10%, rgba(236, 72, 153, 0.35) 0%, transparent 55%),
              radial-gradient(ellipse 50% 40% at 10% 90%, rgba(192, 38, 211, 0.25) 0%, transparent 55%),
              #1a0620;
  border: 1px solid rgba(236, 72, 153, 0.35);
}
.lp-growth-panel--accounts {
  background: radial-gradient(ellipse 80% 60% at 90% 10%, rgba(192, 38, 211, 0.35) 0%, transparent 55%),
              radial-gradient(ellipse 50% 40% at 10% 90%, rgba(190, 24, 93, 0.25) 0%, transparent 55%),
              #1a0620;
  border: 1px solid rgba(192, 38, 211, 0.35);
}
.lp-growth-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: #e2e8f0; margin-bottom: 16px;
}
.lp-growth-label img { width: 16px; height: 16px; filter: brightness(0) invert(1); opacity: 0.9; }
.lp-growth-headline {
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 800; line-height: 1.12; letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.lp-growth-headline .accent-pink {
  background: linear-gradient(135deg, #f9a8d4, #f472b6);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-growth-headline .accent-indigo {
  background: linear-gradient(135deg, #f0abfc, #f0abfc);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-growth-panel p {
  font-size: 15px; color: #94a3b8; line-height: 1.6; margin-bottom: 20px; max-width: 420px;
}
.lp-growth-cta {
  display: inline-block;
  font-size: 15px; font-weight: 700; color: #fff;
  padding: 12px 20px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.lp-growth-cta:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff; text-decoration: none;
}
.lp-about-stats { display: flex; flex-direction: column; gap: 16px; }
.lp-stat-card {
  flex: 1; background: #1a0620;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(192, 38, 211,0.25) 0%, transparent 60%), #1a0620;
  border-radius: 20px; padding: 28px 24px; color: #fff;
  position: relative; overflow: hidden;
}
.lp-stat-card::after {
  content: ''; position: absolute; top: -20px; right: -20px;
  width: 100px; height: 100px; border-radius: 50%;
  background: rgba(192, 38, 211, 0.15);
}
.lp-stat-card-label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: #e879f9; margin-bottom: 8px; position: relative; z-index: 1;
}
.lp-stat-card strong {
  display: block; font-size: 28px; font-weight: 800;
  margin-bottom: 8px; position: relative; z-index: 1;
}
.lp-stat-card p { font-size: 13px; color: #94a3b8; line-height: 1.5; position: relative; z-index: 1; }

/* Ticker */
.lp-ticker-wrap {
  background: linear-gradient(90deg, #fdf4ff, #fff, #fdf2fb);
  padding: 18px 0; overflow: hidden;
  border-top: 1px solid #f5d0fe;
  border-bottom: 1px solid #f5d0fe;
}
.lp-ticker {
  display: flex; gap: 32px; animation: ticker 40s linear infinite;
  white-space: nowrap; width: max-content;
}
.lp-ticker-item {
  font-size: 14px; color: #64748b; display: inline-flex; align-items: center; gap: 8px;
}
.lp-ticker-item .dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; }
.lp-ticker-item strong { color: #1e293b; }
.lp-ticker-item .verified { color: #16a34a; font-weight: 500; }
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Section headers */
.lp-section { padding: 76px 0; }
.lp-section.alt {
  background:
    radial-gradient(ellipse 60% 50% at 90% 0%, rgba(124,58,237,0.06) 0%, transparent 60%),
    var(--ink-800);
}
.lp-label {
  display: block; text-align: center; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--mag-300); margin-bottom: 12px;
}
.lp-heading {
  text-align: center; font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800; color: var(--text); letter-spacing: -0.04em; margin-bottom: 12px;
}
.lp-heading .grad {
  background: var(--gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-sub { text-align: center; color: #64748b; max-width: 520px; margin: 0 auto 40px; font-size: 16px; }

/* Service pills — layout; icon styles in icons.css */
.lp-services {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 900px; margin: 0 auto;
}

/* Steps — vertical timeline */
.lp-steps {
  display: flex; flex-direction: column; gap: 0;
  max-width: 760px; margin: 0 auto; position: relative;
  padding-left: 8px;
}
/* continuous rail behind the step markers */
.lp-steps::before {
  content: ''; position: absolute; left: 39px; top: 34px; bottom: 34px; width: 2px;
  background: linear-gradient(180deg, #e879f9, #db2777, #f5d0fe);
  border-radius: 2px;
}
@media (max-width: 520px) { .lp-steps::before { left: 31px; } }
.lp-step {
  background: #fff; border: 1px solid #f5d0fe; border-radius: 18px;
  padding: 22px 26px 22px 84px; position: relative;
  box-shadow: 0 6px 20px rgba(192, 38, 211, 0.06);
  transition: transform .18s ease, box-shadow .18s ease;
  margin-bottom: 18px;
}
.lp-step:last-child { margin-bottom: 0; }
.lp-step:hover { transform: translateX(4px); box-shadow: 0 16px 34px rgba(192, 38, 211, 0.14); }
/* number becomes the timeline marker on the rail */
.lp-step-num {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700; line-height: 1; color: #fff;
  background: var(--gradient);
  box-shadow: 0 8px 20px rgba(192, 38, 211, 0.32); z-index: 1;
}
@media (max-width: 520px) {
  .lp-step { padding-left: 72px; }
  .lp-step-num { left: 8px; width: 44px; height: 44px; }
}
.lp-step-icon {
  width: 40px; height: 40px; border-radius: 11px;
  background: var(--gradient); display: inline-flex; align-items: center; justify-content: center;
  font-size: 19px; margin-bottom: 12px;
}
.lp-step h3 { font-size: 16px; font-weight: 700; color: #1a0620; margin-bottom: 6px; }
.lp-step p { font-size: 14px; color: #64748b; }

/* Feature bento */
.lp-features {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.lp-features > .lp-feature:nth-child(1),
.lp-features > .lp-feature:nth-child(6) { grid-column: span 2; }
/* wide tiles get a subtle tinted panel so the asymmetry reads as intentional */
.lp-features > .lp-feature:nth-child(1),
.lp-features > .lp-feature:nth-child(6) {
  background:
    radial-gradient(420px 200px at 90% 0%, rgba(219, 39, 119, 0.07), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fdf2fb 100%);
}
.lp-features > .lp-feature:nth-child(1) h3,
.lp-features > .lp-feature:nth-child(6) h3 { font-size: 19px; }
@media (max-width: 900px) {
  .lp-features { grid-template-columns: repeat(2, 1fr); }
  .lp-features > .lp-feature:nth-child(1),
  .lp-features > .lp-feature:nth-child(6) { grid-column: span 2; }
}
@media (max-width: 560px) {
  .lp-features { grid-template-columns: 1fr; }
  .lp-features > .lp-feature:nth-child(1),
  .lp-features > .lp-feature:nth-child(6) { grid-column: span 1; }
}
.lp-feature {
  background: #fff; border: 1px solid #f5d0fe; border-radius: 20px;
  padding: 30px 28px; box-shadow: 0 6px 20px rgba(192, 38, 211, 0.06);
  position: relative; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.lp-feature::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: var(--gradient); transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.lp-feature:hover { transform: translateY(-4px); border-color: #e879f9; box-shadow: 0 18px 40px rgba(192, 38, 211, 0.16); }
.lp-feature:hover::before { transform: scaleX(1); }
.lp-feature-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px; color: #fff;
}
.lp-feature-icon.purple { background: linear-gradient(135deg, #c026d3, #db2777); }
.lp-feature-icon.blue { background: linear-gradient(135deg, #be185d, #db2777); }
.lp-feature-icon.teal { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.lp-feature-icon.indigo { background: linear-gradient(135deg, #a21caf, #db2777); }
.lp-feature-icon.pink { background: linear-gradient(135deg, #db2777, #ec4899); }
.lp-feature h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: #1a0620; }
.lp-feature p { font-size: 14px; color: #64748b; line-height: 1.55; }

/* Split section */
.lp-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
@media (max-width: 768px) { .lp-split { grid-template-columns: 1fr; } }
.lp-checklist { list-style: none; margin-top: 28px; }
.lp-checklist li {
  display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start;
}
.lp-check-icon {
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: #fae8ff; color: var(--purple); display: flex; align-items: center; justify-content: center;
}
.lp-check-icon img { width: 12px; height: 12px; }
.lp-checklist h4 { font-size: 15px; font-weight: 600; color: #1a0620; margin-bottom: 4px; }
.lp-checklist p { font-size: 14px; color: #64748b; line-height: 1.5; }

/* SMS mockup */
.lp-mockup {
  background: #1e0824; border-radius: 20px; padding: 24px;
  box-shadow: 0 24px 48px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.06);
  max-width: 380px; margin: 0 auto;
}
.lp-mockup-top { margin-bottom: 16px; }
.lp-mockup-top .row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.lp-mockup-top .service { color: #e879f9; font-weight: 600; font-size: 14px; }
.lp-mockup-top .status { background: rgba(34,197,94,0.15); color: #4ade80; font-size: 11px; padding: 3px 10px; border-radius: 999px; }
.lp-mockup-number { font-size: 22px; font-weight: 700; color: #fff; letter-spacing: 0.02em; }
.lp-mockup-bar { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; margin: 12px 0 6px; overflow: hidden; }
.lp-mockup-bar-fill { height: 100%; width: 65%; background: var(--gradient); border-radius: 2px; animation: pulse-bar 2s ease-in-out infinite; }
@keyframes pulse-bar { 0%,100%{opacity:1} 50%{opacity:0.6} }
.lp-mockup-wait { font-size: 12px; color: #64748b; text-align: right; }
.lp-mockup-sms {
  background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2);
  border-radius: 12px; padding: 16px; margin-top: 16px;
}
.lp-mockup-sms .received { color: #4ade80; font-size: 13px; font-weight: 600; margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.lp-mockup-sms .code { color: #fff; font-size: 15px; }
.lp-mockup-sms .code strong { color: #4ade80; font-size: 18px; }
.lp-mockup-sms .time { font-size: 11px; color: #64748b; margin-top: 8px; }

/* Testimonials */
.lp-testimonials {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 900px) { .lp-testimonials { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .lp-testimonials { grid-template-columns: 1fr; } }
.lp-testimonial {
  background: #fff; border: 1px solid #f5d0fe; border-radius: 20px;
  padding: 26px; box-shadow: 0 6px 20px rgba(192, 38, 211, 0.06);
  transition: transform .18s ease, box-shadow .18s ease;
}
.lp-testimonial:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(192, 38, 211, 0.14); }
.lp-stars { display: flex; gap: 2px; margin-bottom: 12px; }
.lp-testimonial q { display: block; font-size: 14px; color: #475569; line-height: 1.6; margin-bottom: 16px; font-style: normal; }
.lp-testimonial-author { display: flex; align-items: center; gap: 10px; }
.lp-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gradient); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
}
.lp-testimonial-author .name { font-weight: 600; font-size: 14px; color: #1a0620; }
.lp-testimonial-author .loc { font-size: 12px; color: #94a3b8; }

/* CTA band */
.lp-cta {
  background:
    radial-gradient(ellipse 60% 90% at 15% 20%, rgba(217, 70, 239, 0.5) 0%, transparent 55%),
    radial-gradient(ellipse 60% 90% at 85% 80%, rgba(236, 72, 153, 0.5) 0%, transparent 55%),
    linear-gradient(135deg, #2a0330 0%, #4a044e 50%, #6d0f47 100%);
  padding: 84px 20px; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.lp-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 26px 26px; opacity: 0.6; pointer-events: none;
}
.lp-cta > * { position: relative; z-index: 1; }
.lp-cta h2 { font-size: clamp(1.9rem, 3.2vw, 2.5rem); font-weight: 700; margin-bottom: 14px; }
.lp-cta p { color: #f3c9e4; max-width: 480px; margin: 0 auto 28px; font-size: 16px; line-height: 1.6; }
.lp-cta .lp-btn-white {
  padding: 14px 32px; border-radius: 999px; background: #fff; color: var(--purple);
  font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.lp-cta .lp-btn-white:hover { filter: brightness(0.98); color: var(--purple); text-decoration: none; }
.lp-cta-note { font-size: 13px; color: #64748b; margin-top: 16px; }

/* FAQ */
.lp-faq { max-width: 720px; margin: 0 auto; }
.lp-faq-item {
  background: #fff; border: 1px solid #f5d0fe; border-radius: 16px;
  padding: 22px 24px; margin-bottom: 12px;
  box-shadow: 0 4px 14px rgba(192, 38, 211, 0.05);
  border-left: 3px solid #e879f9;
}
.lp-faq-item h3 { font-size: 16px; font-weight: 700; color: #1a0620; margin-bottom: 8px; }
.lp-faq-item p { font-size: 14px; color: #64748b; line-height: 1.6; }

/* Landing footer */
.lp-footer {
  background: #fff; border-top: 1px solid #e2e8f0; padding: 56px 0 24px;
}
.lp-footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px;
}
@media (max-width: 768px) { .lp-footer-grid { grid-template-columns: 1fr 1fr; } }
.lp-footer-brand p { font-size: 14px; color: #64748b; margin-top: 12px; max-width: 260px; line-height: 1.55; }
.lp-footer-col h4 {
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: #94a3b8; margin-bottom: 16px;
}
.lp-footer-col a {
  display: block; font-size: 14px; color: #475569; margin-bottom: 10px; text-decoration: none;
}
.lp-footer-col a:hover { color: var(--purple); text-decoration: underline; }
.lp-footer-bottom {
  border-top: 1px solid #e2e8f0; padding-top: 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-size: 13px; color: #94a3b8;
}

/* Stats connect to split hero */
.lp-hero-split + .lp-stats-wrap { margin-top: -24px; padding-top: 0; position: relative; z-index: 1; }

/* ═══ Redesign v2 — restructured hero + custom icon system ═══════════════ */

/* Reorder the hero-left content flow (badge → headline → desc → services → trust) */
.lp-hero-left { gap: 0; }
.lp-engine-badge { order: 1; }
.lp-hero-headline-stack { order: 2; }
.lp-hero-desc { order: 3; }
.lp-hero-tags { order: 4; margin-top: 4px; margin-bottom: 22px; }
.lp-hero-tags::before {
  content: 'Works with 600+ apps';
  flex-basis: 100%;
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: #f5b8dd; margin-bottom: 10px;
}
.lp-trust-row { order: 5; }

/* Bigger, tighter hero headline */
.lp-hero-left h1 { font-size: clamp(2rem, 4vw, 3rem); }
.lp-hero-headline-stack { margin-bottom: 20px; }

/* Custom icon tiles — shared identity across the landing */
.lp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; font-size: 13px; font-weight: 600; color: #4a044e;
  background: #fff; border: 1px solid #f5d0fe; border-radius: 14px;
  box-shadow: 0 3px 10px rgba(192, 38, 211, 0.06);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.lp-pill:hover { transform: translateY(-2px); border-color: #e879f9; box-shadow: 0 10px 22px rgba(192, 38, 211, 0.14); }
.lp-pill.more {
  background: var(--gradient); color: #fff; border-color: transparent;
  box-shadow: 0 6px 16px rgba(192, 38, 211, 0.28);
}
.lp-pill .icon-brand {
  width: 26px; height: 26px; border-radius: 8px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #fae8ff, #fbcfe8);
}
.lp-pill .icon-brand img { width: 16px; height: 16px; }

/* Feature / step icons get a soft magenta halo */
.lp-step-icon, .lp-feature-icon {
  box-shadow: 0 10px 24px rgba(192, 38, 211, 0.30);
}

/* Capability + about feature icons become custom gradient tiles */
.lp-about-feat-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 13px; font-size: 20px;
  background: linear-gradient(135deg, #fae8ff, #fbcfe8);
  border: 1px solid #f5d0fe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.lp-about-feat-icon img { width: 22px; height: 22px; }
.lp-about-feat {
  background: #fff; border: 1px solid #f5d0fe; border-radius: 16px;
  box-shadow: 0 4px 14px rgba(192, 38, 211, 0.05);
  transition: transform .16s ease, box-shadow .16s ease;
}
.lp-about-feat:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(192, 38, 211, 0.12); }

/* Growth showcase panels — magenta identity instead of navy */
.lp-growth-panel--boost {
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(236, 72, 153, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(192, 38, 211, 0.35) 0%, transparent 55%),
    linear-gradient(135deg, #2a0330, #4a0b3f);
  border: 1px solid rgba(236, 72, 153, 0.4);
}
.lp-growth-panel--accounts {
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(217, 70, 239, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 90%, rgba(190, 24, 93, 0.35) 0%, transparent 55%),
    linear-gradient(135deg, #2a0330, #5a0b46);
  border: 1px solid rgba(217, 70, 239, 0.4);
}
.lp-growth-headline .accent-indigo {
  background: linear-gradient(135deg, #f0abfc, #e879f9);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-growth-panel p { color: #f2cfe4; }

/* ─── Login / register standalone page variant (fills viewport) ─────────── */
.lp-hero-split--page {
  padding: 24px 0 32px;
  min-height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-hero-split--page .lp-hero-grid {
  min-height: min(640px, calc(100vh - 120px));
}
@media (max-width: 960px) {
  .lp-hero-split--page { padding: 20px 0 28px; min-height: auto; }
}

/* ─── Full-width centered hero (landing page) ──────────────────────────── */
.lp-hero-full {
  background:
    radial-gradient(rgba(255,255,255,0.07) 1px, transparent 1px) 0 0 / 24px 24px,
    radial-gradient(ellipse 80% 70% at 80% 8%, rgba(217, 70, 239, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 10% 95%, rgba(219, 39, 119, 0.42) 0%, transparent 55%),
    linear-gradient(135deg, #2a0330 0%, #4a0b3f 55%, #6d0f47 100%);
  padding: 72px 0 0;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.lp-hero-full h1,
.lp-hero-full p,
.lp-hero-full span { color: inherit; }
.lp-hero-full-orb {
  position: absolute; bottom: -80px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.45) 0%, transparent 70%);
  pointer-events: none;
  animation: heroOrbFloat 9s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) { .lp-hero-full-orb { animation: none; } }
.lp-hero-full .container { width: 100%; }
.lp-hero-centered {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.lp-hero-centered .lp-hero-tags { justify-content: center; }
.lp-hero-centered .lp-engine-badge { margin-bottom: 24px; }
.lp-hero-headline-center { text-align: center; }
.lp-hero-desc-center { text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; }
/* CTA group anchored to the bottom of the hero */
.lp-hero-cta-anchor {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 0 44px;
}
.lp-hero-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 22px;
}
.lp-hero-cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 32px; border-radius: 999px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  transition: filter 0.15s, background 0.15s;
}
.lp-hero-cta-primary {
  background: linear-gradient(135deg, #c026d3, #db2777);
  color: #fff;
  box-shadow: 0 6px 22px rgba(192, 38, 211, 0.45);
  animation: heroCTAPulse 2.4s ease-in-out infinite;
}
@keyframes heroCTAPulse {
  0%, 100% { box-shadow: 0 6px 22px rgba(192, 38, 211, 0.45); }
  50%       { box-shadow: 0 6px 36px rgba(219, 39, 119, 0.80), 0 0 0 8px rgba(192, 38, 211, 0.12); }
}
@media (prefers-reduced-motion: reduce) { .lp-hero-cta-primary { animation: none; } }
.lp-hero-cta-primary:hover { filter: brightness(1.08); color: #fff; text-decoration: none; animation: none; }
.lp-hero-cta-secondary {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(6px);
}
.lp-hero-cta-secondary:hover { background: rgba(255,255,255,0.18); color: #fff; text-decoration: none; }
.lp-trust-row-center { justify-content: center; }
@media (max-width: 600px) {
  .lp-hero-full { padding-top: 52px; min-height: 80vh; }
  .lp-hero-cta-row { flex-direction: column; align-items: stretch; width: 100%; max-width: 320px; margin: 0 auto 22px; }
  .lp-hero-cta-btn { text-align: center; }
  .lp-trust-row { flex-direction: column; align-items: center; gap: 10px; }
}

/* ─── About / Terms / Privacy page ──────────────────────────────────────── */
.about-hero {
  background:
    radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 24px 24px,
    radial-gradient(ellipse 70% 60% at 80% 10%, rgba(217, 70, 239, 0.50) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 90%, rgba(219, 39, 119, 0.45) 0%, transparent 55%),
    linear-gradient(160deg, #2a0330 0%, #4a044e 55%, #6d0f47 100%);
  padding: 80px 0 64px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about-hero::after {
  content: '';
  position: absolute; bottom: -80px; right: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.4) 0%, transparent 70%);
  pointer-events: none;
}
.about-hero-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: #f5b8dd; background: rgba(255,255,255,0.10);
  border: 1px solid rgba(244, 114, 182, 0.4);
  padding: 7px 16px; border-radius: 999px; margin-bottom: 20px;
  position: relative; z-index: 1;
}
.about-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.1;
  margin-bottom: 18px; position: relative; z-index: 1;
}
.about-hero-title .grad {
  background: linear-gradient(135deg, #e879f9, #f9a8d4);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.about-hero-sub {
  font-size: 17px; color: #f2cfe4; line-height: 1.65;
  max-width: 580px; margin: 0 auto 28px; position: relative; z-index: 1;
}
.about-hero-links {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  position: relative; z-index: 1;
}
.about-hero-links a {
  padding: 10px 22px; border-radius: 999px; font-size: 14px; font-weight: 600;
  text-decoration: none; transition: filter .15s ease;
}
.about-hero-links .about-hero-link-primary {
  background: #fff; color: var(--purple);
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.about-hero-links .about-hero-link-primary:hover { filter: brightness(0.97); color: var(--purple); }
.about-hero-links .about-hero-link-ghost {
  background: rgba(255,255,255,0.12); color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
}
.about-hero-links .about-hero-link-ghost:hover { background: rgba(255,255,255,0.20); color: #fff; }

/* Anchor nav */
.about-anchor-nav {
  background: #fff; border-bottom: 1px solid #f5d0fe;
  position: sticky; top: 64px; z-index: 90;
  box-shadow: 0 2px 12px rgba(192, 38, 211, 0.06);
}
.about-anchor-nav-inner {
  display: flex; gap: 0; overflow-x: auto;
  max-width: var(--max); margin: 0 auto; padding: 0 20px;
  scrollbar-width: none;
}
.about-anchor-nav-inner::-webkit-scrollbar { display: none; }
.about-anchor-nav-inner a {
  padding: 14px 18px; font-size: 14px; font-weight: 600;
  color: #64748b; text-decoration: none; white-space: nowrap;
  border-bottom: 3px solid transparent; margin-bottom: -1px;
  transition: color .15s ease, border-color .15s ease;
}
.about-anchor-nav-inner a:hover { color: var(--purple); border-bottom-color: var(--purple); }
.about-anchor-nav-inner a.active { color: var(--purple); border-bottom-color: var(--purple); }

/* About content sections */
.about-section {
  padding: 64px 0;
}
.about-section.alt { background: #fdf4ff; }
.about-intro {
  max-width: 840px; margin: 0 auto;
}
.about-intro-lead {
  font-size: 18px; color: #334155; line-height: 1.7;
  margin-bottom: 16px;
}
.about-intro p {
  font-size: 15px; color: #64748b; line-height: 1.75; margin-bottom: 14px;
}
.about-stats-row {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  margin: 36px 0 0;
}
@media (max-width: 640px) { .about-stats-row { grid-template-columns: 1fr 1fr; } }
.about-stat-box {
  background: #fff; border: 1px solid #f5d0fe; border-radius: 20px;
  padding: 28px 24px; text-align: center;
  box-shadow: 0 6px 20px rgba(192, 38, 211, 0.07);
}
.about-stat-box strong {
  display: block; font-size: 2rem; font-weight: 800;
  font-family: var(--font-display); letter-spacing: -0.02em;
  background: var(--gradient); -webkit-background-clip: text;
  background-clip: text; color: transparent; margin-bottom: 6px;
}
.about-stat-box span { font-size: 13px; color: #64748b; }

/* Prose blocks for Terms / Privacy */
.about-prose-section {
  max-width: 820px; margin: 0 auto;
}
.about-prose-section > h3 {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 700; color: #1a0620;
  margin: 32px 0 10px; letter-spacing: -0.01em;
}
.about-prose-section > h3:first-child { margin-top: 0; }
.about-prose-section p,
.about-prose-section li {
  font-size: 14.5px; color: #475569; line-height: 1.75;
}
.about-prose-section p { margin-bottom: 12px; }
.about-prose-section ul,
.about-prose-section ol {
  margin: 6px 0 14px 20px;
}
.about-prose-section li { margin-bottom: 6px; }
.about-prose-section a { color: var(--purple); text-decoration: none; }
.about-prose-section a:hover { text-decoration: underline; }
.about-prose-section .about-date {
  font-size: 12px; color: #94a3b8; margin-bottom: 28px; display: block;
}
.about-divider {
  border: none; border-top: 1px solid #f5d0fe; margin: 40px 0;
}

/* ─── Auth split layout (login / register) ───────────────────────────────── */
.auth-split {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 860px) { .auth-split { grid-template-columns: 1fr; } }

.auth-split-brand {
  background:
    radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px) 0 0 / 24px 24px,
    radial-gradient(ellipse 70% 60% at 85% 8%,  rgba(217, 70, 239, 0.50) 0%, transparent 55%),
    radial-gradient(ellipse 60% 55% at 10% 90%, rgba(219, 39, 119, 0.45) 0%, transparent 55%),
    linear-gradient(160deg, #2a0330 0%, #4a044e 55%, #6d0f47 100%);
  padding: 48px 56px;
  color: #fff;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
@media (max-width: 860px) {
  .auth-split-brand { padding: 36px 24px 32px; }
}
.auth-split-brand::after {
  content: '';
  position: absolute; bottom: -80px; right: -60px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.35) 0%, transparent 70%);
  pointer-events: none;
  animation: heroOrbFloat 9s ease-in-out infinite;
}

.auth-split-logo { position: relative; z-index: 1; }
.auth-split-logo .logo { color: #fff; }
.auth-split-logo .logo-text {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

.auth-split-content {
  flex: 1;
  display: flex; flex-direction: column; justify-content: center;
  padding: 44px 0;
  position: relative; z-index: 1;
}
@media (max-width: 860px) {
  .auth-split-content { padding: 32px 0 24px; }
}
.auth-split-heading {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
  margin-bottom: 14px; color: var(--text);
}
.auth-split-heading .accent-pink {
  background: linear-gradient(135deg, #f9a8d4, #e879f9);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.auth-split-desc {
  font-size: 15px; color: var(--muted); line-height: 1.65;
  max-width: 360px; margin-bottom: 32px;
}
@media (max-width: 860px) { .auth-split-desc { display: none; } }

.auth-split-features { display: flex; flex-direction: column; gap: 16px; }
@media (max-width: 860px) { .auth-split-features { display: none; } }
.auth-split-feature { display: flex; align-items: flex-start; gap: 14px; }
.auth-split-feature-icon {
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.auth-split-feature-icon img { width: 20px; height: 20px; }
.auth-split-feature-text strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.auth-split-feature-text span { font-size: 13px; color: #e2b9d8; line-height: 1.45; }

.auth-split-bottom {
  position: relative; z-index: 1;
  font-size: 13px; color: #b088a0;
}
.auth-split-bottom a { color: #f5d0fe; font-weight: 600; text-decoration: none; }
.auth-split-bottom a:hover { text-decoration: underline; }

.auth-split-form {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 48px 32px;
  background: var(--ink-800);
  min-height: 100vh;
}
@media (max-width: 1024px) { .auth-split-form { padding: 48px 32px; } }
@media (max-width: 860px)  { .auth-split-form { padding: 40px 24px 56px; } }

.auth-split-form-inner {
  width: 100%;
  max-width: 380px;
}
.auth-split-form-inner .auth-standalone-title { text-align: left; font-size: 24px; color: var(--text); }
.auth-split-form-inner .lp-signin-sub       { text-align: left; }
.auth-split-form-inner .lp-signin-pills      { justify-content: flex-start; }

/* ═══════════════════════════════════════════════════════════
   DARK ENTERPRISE OVERRIDES — all landing sections
   ═══════════════════════════════════════════════════════════ */

/* Full-width hero dark */
.lp-hero-full {
  background:
    repeating-linear-gradient(0deg, transparent, transparent 71px, rgba(139,92,246,0.025) 72px),
    repeating-linear-gradient(90deg, transparent, transparent 71px, rgba(139,92,246,0.025) 72px),
    radial-gradient(ellipse 100% 75% at 50% -10%, rgba(124,58,237,0.11) 0%, transparent 55%),
    linear-gradient(180deg, var(--ink-800) 0%, var(--ink-900) 100%);
}
.lp-hero-full h1 { color: var(--text); letter-spacing: -0.04em; }
.lp-hero-full .hero-sub { color: var(--muted); }

/* Hero centered content */
.lp-hero-centered {
  max-width: 740px; margin: 0 auto;
  text-align: center; display: flex; flex-direction: column;
  align-items: center; position: relative; z-index: 1;
}
.lp-hero-centered .lp-hero-tags { justify-content: center; }
.lp-hero-centered .lp-engine-badge { margin-bottom: 24px; }
.lp-hero-headline-center { text-align: center; }
.lp-hero-desc-center { text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; color: var(--muted); }

/* Hero CTA anchor */
.lp-hero-cta-anchor { position: relative; z-index: 1; text-align: center; padding: 36px 0 40px; }
.lp-hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 22px; }
.lp-hero-cta-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 32px; border-radius: 12px;
  font-size: 15px; font-weight: 700; text-decoration: none; cursor: pointer;
  font-family: var(--font-body); border: 1px solid transparent;
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.lp-hero-cta-btn:hover { text-decoration: none; transform: translateY(-2px); }
.lp-hero-cta-btn.primary {
  background: var(--gradient); color: #fff;
  box-shadow: 0 6px 24px rgba(124,58,237,0.35);
}
.lp-hero-cta-btn.primary:hover { filter: brightness(1.08); box-shadow: 0 10px 36px rgba(124,58,237,0.45); color: #fff; }
.lp-hero-cta-btn.secondary {
  background: rgba(255,255,255,0.06); color: var(--text);
  border-color: rgba(139,92,246,0.25);
}
.lp-hero-cta-btn.secondary:hover { background: rgba(255,255,255,0.1); color: var(--text); }
.lp-hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 4px; font-size: 13px; color: var(--muted); }
.lp-hero-trust span { display: inline-flex; align-items: center; gap: 6px; }

/* Hero stats bar */
.lp-hero-stats { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; padding: 28px 0 0; }
.lp-hero-stat-num {
  font-size: 26px; font-weight: 800; font-family: var(--font-display); letter-spacing: -0.04em;
  background: var(--gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.lp-hero-stat-label { font-size: 13px; color: var(--muted); margin-top: 2px; }

/* Ticker */
.lp-ticker-wrap { background: var(--ink-800); border-color: rgba(139,92,246,0.14); }
.lp-ticker-item { color: var(--muted); }
.lp-ticker-item strong { color: var(--text); }

/* How it works / steps */
.lp-how-steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 20px; }
.lp-step {
  background: var(--ink-750); border: 1px solid rgba(139,92,246,0.15);
  border-radius: 20px; padding: 28px 24px; position: relative; overflow: hidden;
}
.lp-step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient); opacity: 0.6; }
.lp-step-num { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--mag-300); margin-bottom: 10px; }
.lp-step h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; font-family: var(--font-display); }
.lp-step p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* About section */
.lp-about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: stretch; }
@media (max-width: 900px) { .lp-about-grid { grid-template-columns: 1fr; } }
.lp-about-card {
  background: var(--ink-750);
  border: 1px solid rgba(139,92,246,0.18); border-radius: 24px;
  padding: 40px; box-shadow: 0 10px 36px rgba(2,1,9,0.5);
}
.lp-about-title { font-size: clamp(1.6rem, 2.8vw, 2.1rem); font-weight: 800; letter-spacing: -0.04em; color: var(--text); margin-bottom: 14px; }
.lp-about-body { font-size: 15px; color: var(--muted); line-height: 1.7; }

/* Stat cards (about section) */
.lp-stat-card {
  background: var(--ink-750);
  border: 1px solid rgba(139,92,246,0.15); border-radius: 20px; padding: 28px 24px;
  color: var(--text); position: relative; overflow: hidden;
}
.lp-stat-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient); }
.lp-stat-card-label { color: var(--mag-300); }
.lp-stat-card strong { font-family: var(--font-display); letter-spacing: -0.04em; }
.lp-stat-card p { color: var(--muted); }

/* Growth panels */
.lp-growth-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 44px; }
@media (max-width: 768px) { .lp-growth-showcase { grid-template-columns: 1fr; } }
.lp-growth-panel {
  border-radius: 20px; padding: 36px 32px; color: var(--text);
  position: relative; overflow: hidden;
  background: var(--ink-700); border: 1px solid rgba(139,92,246,0.16);
}
.lp-growth-panel--boost {
  background:
    radial-gradient(ellipse 80% 60% at 90% 10%, rgba(124,58,237,0.2) 0%, transparent 55%),
    var(--ink-700);
}
.lp-growth-panel--accounts {
  background:
    radial-gradient(ellipse 80% 60% at 10% 90%, rgba(192,38,211,0.2) 0%, transparent 55%),
    var(--ink-700);
}
.lp-growth-headline { font-family: var(--font-display); letter-spacing: -0.04em; color: var(--text); }
.lp-growth-body { color: var(--muted); }
.lp-growth-cta {
  color: var(--text); background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 10px 22px;
}
.lp-growth-cta:hover { background: rgba(255,255,255,0.1); color: var(--text); text-decoration: none; }

/* Feature cards */
.lp-feature-card {
  background: var(--surface); border: 1px solid rgba(139,92,246,0.15);
  border-radius: 20px; padding: 28px 24px;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.lp-feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gradient); opacity: 0; border-radius: 20px 20px 0 0; transition: opacity .2s; }
.lp-feature-card { position: relative; overflow: hidden; }
.lp-feature-card:hover { border-color: rgba(192,38,211,0.35); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(2,1,9,0.55); }
.lp-feature-card:hover::before { opacity: 1; }
.lp-feature-title { font-size: 16.5px; font-weight: 700; color: var(--text); margin-bottom: 8px; font-family: var(--font-display); }
.lp-feature-desc { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Service cards */
.lp-service-card {
  background: var(--surface); border: 1px solid rgba(139,92,246,0.15);
  border-radius: 20px; padding: 26px 20px;
}
.lp-service-card:hover { border-color: rgba(192,38,211,0.35); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(2,1,9,0.5); }
.lp-service-card-name { color: var(--text); font-weight: 700; font-size: 15px; font-family: var(--font-display); }
.lp-service-card-desc { color: var(--muted); }

/* FAQ */
.lp-faq { max-width: 720px; margin: 0 auto; }
.lp-faq-item {
  background: var(--surface); border: 1px solid rgba(139,92,246,0.15);
  border-radius: 16px; padding: 22px 24px; margin-bottom: 12px;
  box-shadow: 0 4px 18px rgba(2,1,9,0.4);
  border-left: 3px solid var(--mag-500);
  transition: border-color .2s, box-shadow .2s;
}
.lp-faq-item:hover { border-color: var(--mag-400); box-shadow: 0 8px 32px rgba(2,1,9,0.5); }
.lp-faq-item h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; font-family: var(--font-display); letter-spacing: -0.02em; }
.lp-faq-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* Testimonials */
.lp-testimonials { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
@media (max-width: 900px) { .lp-testimonials { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .lp-testimonials { grid-template-columns: 1fr; } }
.lp-testimonial {
  background: var(--surface); border: 1px solid rgba(139,92,246,0.15);
  border-radius: 20px; padding: 26px;
  box-shadow: 0 6px 24px rgba(2,1,9,0.4);
  transition: border-color .2s, transform .2s;
}
.lp-testimonial:hover { border-color: rgba(192,38,211,0.3); transform: translateY(-3px); }
.lp-testimonial-text { font-size: 14.5px; color: var(--text); line-height: 1.65; margin-bottom: 18px; font-style: italic; }
.lp-testimonial-author { font-weight: 700; font-size: 14px; color: var(--mag-300); }
.lp-testimonial-role { font-size: 12px; color: var(--muted); }
.lp-testimonial-stars { color: #FBBF24; font-size: 14px; margin-bottom: 10px; }

/* CTA section */
.lp-cta {
  background:
    radial-gradient(ellipse 65% 50% at 50% 50%, rgba(124,58,237,0.1) 0%, transparent 60%),
    var(--ink-800);
  border-top: 1px solid rgba(139,92,246,0.14);
}
.lp-cta h2 { color: var(--text); }
.lp-cta p { color: var(--muted); }
.lp-cta .lp-btn-white {
  background: var(--gradient); color: #fff !important;
  border-radius: 12px; box-shadow: 0 6px 24px rgba(124,58,237,0.35);
  transition: filter .15s, transform .15s, box-shadow .15s;
}
.lp-cta .lp-btn-white:hover { filter: brightness(1.08); transform: translateY(-2px); box-shadow: 0 10px 36px rgba(124,58,237,0.45); text-decoration: none; }
.lp-cta-note { color: var(--muted); }

/* Footer */
.site-footer { background: var(--ink-850); border-top: 1px solid rgba(139,92,246,0.14); }
.footer-tagline { color: var(--muted); }
.footer-col-title { color: var(--muted); opacity: 0.7; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--mag-300); }
.footer-bottom { color: var(--muted); border-top-color: rgba(139,92,246,0.12); }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--mag-300); }

/* Mockup UI */
.lp-mockup-top .status { background: rgba(16,185,129,0.12); color: #6EE7B7; border-radius: 6px; }

/* Form fields styling for dark context */
.lp-field { background: var(--ink-600); color: var(--text); border-color: rgba(139,92,246,0.22); border-radius: 10px; }
.lp-field:focus { border-color: var(--mag-500); box-shadow: 0 0 0 3px rgba(192,38,211,0.15); }
.lp-field::placeholder { color: var(--muted); }
.lp-field-pw-toggle { color: var(--muted); }
.lp-field-pw-toggle:hover { color: var(--mag-300); }
.lp-check-row { color: var(--muted); }
.lp-check-row a { color: var(--mag-300); }
.lp-submit-btn { border-radius: 10px; }

/* Section header */
.lp-section-header .lp-section-title,
.lp-section-title { color: var(--text); letter-spacing: -0.03em; }
.lp-section-eyebrow { color: var(--mag-300); }
.lp-section-sub,
.lp-sub { color: var(--muted); }

/* lp-label  */
.lp-label { color: var(--mag-300); }
.lp-heading { color: var(--text) !important; letter-spacing: -0.03em !important; }
.lp-heading .grad { background: var(--gradient) !important; -webkit-background-clip: text !important; background-clip: text !important; color: transparent; -webkit-text-fill-color: transparent; }

/* Accent colours in hero headings */
.lp-hero-left h1 .accent,
.lp-hero-left h1 .accent-pink,
.lp-hero-full h1 .accent,
.accent-pink {
  background: linear-gradient(95deg, var(--mag-200) 0%, var(--mag-400) 40%, var(--pink-400) 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* Hero left panel */
.lp-hero-left {
  background:
    repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(139,92,246,0.05) 48px),
    repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(139,92,246,0.05) 48px),
    radial-gradient(ellipse 80% 65% at 85% 10%, rgba(124,58,237,0.22) 0%, transparent 55%),
    radial-gradient(ellipse 65% 55% at 8% 94%, rgba(192,38,211,0.16) 0%, transparent 55%),
    linear-gradient(160deg, var(--ink-700) 0%, var(--ink-800) 50%, var(--ink-850) 100%);
}
.lp-hero-desc { color: var(--muted); }
.lp-hero-kicker { color: var(--mag-200); }
.lp-trust-pill { background: rgba(255,255,255,0.04); border-color: rgba(139,92,246,0.15); color: var(--muted); }

/* Hero grid box shadow */
.lp-hero-grid {
  box-shadow: 0 40px 100px rgba(2,1,9,0.8), 0 0 0 1px rgba(139,92,246,0.16);
}

/* auth-page (centered modals)  */
.auth-page { background: var(--ink-850); }
.auth-page-main::before {
  background:
    repeating-linear-gradient(0deg, transparent, transparent 55px, rgba(139,92,246,0.04) 56px),
    repeating-linear-gradient(90deg, transparent, transparent 55px, rgba(139,92,246,0.04) 56px),
    radial-gradient(ellipse 75% 60% at 80% 15%, rgba(124,58,237,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 8% 90%, rgba(192,38,211,0.14) 0%, transparent 55%),
    linear-gradient(160deg, var(--ink-750) 0%, var(--ink-850) 60%, var(--ink-900) 100%);
  color: var(--text);
  border-right: 1px solid rgba(139,92,246,0.16);
}
.auth-modal-panel { background: var(--ink-750); border-color: rgba(139,92,246,0.2); }
.auth-modal-close { background: var(--ink-600); color: var(--muted); }
.auth-modal-close:hover { background: var(--ink-500); color: var(--text); }

/* Google button */
.btn-google { background: var(--ink-600); color: var(--text); border-color: rgba(139,92,246,0.2); }
.btn-google:hover { background: var(--ink-500); border-color: rgba(192,38,211,0.3); color: var(--text); text-decoration: none; }

/* Auth divider */
.auth-divider { color: var(--muted); }
.auth-divider::before, .auth-divider::after { background: rgba(139,92,246,0.16); }

/* About hero */
.about-hero-label { background: rgba(192,38,211,0.12); color: var(--mag-200); border-color: rgba(192,38,211,0.25); }
.about-hero-title { color: var(--text); }
.about-hero-sub { color: var(--muted); }
.about-hero-link-ghost { background: rgba(255,255,255,0.06); color: var(--muted); border: 1px solid rgba(139,92,246,0.2); border-radius: 10px; }
.about-hero-link-ghost:hover { background: rgba(255,255,255,0.1); color: var(--text); }

/* Divider — artistic aurora band, neon edge, floating sparkles, shimmer, and status indicator */
.lp-divider {
  position: relative;
  width: 100%;
  height: 72px;
  overflow: hidden;
}
.lp-divider-svg {
  display: block;
  width: 100%;
  height: 72px;
}
/* Aurora wave layers */
.lp-aurora {
  animation: lpAuroraDrift 8s ease-in-out infinite;
}
.lp-aurora-1 { animation-duration: 8s; }
.lp-aurora-2 { animation-duration: 11s; animation-direction: reverse; }
.lp-aurora-3 { animation-duration: 6s; }
@keyframes lpAuroraDrift {
  0%, 100% { transform: translateX(0) scaleY(1); }
  25% { transform: translateX(20px) scaleY(1.08); }
  50% { transform: translateX(-10px) scaleY(0.92); }
  75% { transform: translateX(15px) scaleY(1.04); }
}
/* Neon edge */
.lp-neon-edge {
  animation: lpNeonPulse 3s ease-in-out infinite;
}
.lp-neon-glow {
  animation: lpNeonPulse 3s ease-in-out infinite;
  animation-delay: 0.15s;
}
@keyframes lpNeonPulse {
  0%, 100% { stroke-opacity: 0.4; filter: drop-shadow(0 0 6px rgba(232,121,249,0.3)); }
  50% { stroke-opacity: 1; filter: drop-shadow(0 0 18px rgba(232,121,249,0.8)) drop-shadow(0 0 40px rgba(192,38,211,0.4)); }
}
/* Sparkle highlights */
.lp-sparkle {
  animation: lpSparkle var(--s-dur, 2.4s) ease-in-out infinite;
}
@keyframes lpSparkle {
  0%, 100% { opacity: 0; transform: scale(0); }
  30% { opacity: 1; transform: scale(1.3); }
  60% { opacity: 0.6; transform: scale(0.9); }
}
/* Shimmer sweep */
.lp-divider-shimmer {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.04) 20%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.1) 60%, rgba(255,255,255,0.04) 80%, transparent 100%);
  transform: translateX(-100%);
  animation: lpdShimmer 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes lpdShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
/* Status indicator — neon pill */
.lp-divider-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 1;
  padding: 5px 18px;
  border-radius: 999px;
  background: rgba(10,1,14,0.6);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(232,121,249,0.15);
  box-shadow: 0 0 20px rgba(192,38,211,0.08);
}
.lp-divider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e879f9;
  animation: lpdDotPulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(232,121,249,0.5);
}
.lp-divider-dot:nth-child(2) { animation-delay: 0.6s; }
.lp-divider-dot:nth-child(3) { animation-delay: 1.2s; }
@keyframes lpdDotPulse {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.4); background: #f0abfc; box-shadow: 0 0 16px rgba(232,121,249,1); }
}
.lp-divider-icon {
  font-size: 11px;
  color: #f0abfc;
  margin-left: 2px;
  animation: lpIconSpin 6s linear infinite;
}
@keyframes lpIconSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.lp-divider-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  font-family: var(--font-display);
}

/* Trusted by section */
.lp-trusted {
  padding: 60px 0 48px;
  position: relative;
  z-index: 1;
}
.lp-trusted-heading {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 40px;
}
.lp-trusted-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 36px;
  margin-bottom: 36px;
}
.lp-trusted-logo {
  width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.lp-trusted-logo:hover {
  transform: scale(1.06);
}
.lp-trusted-logo svg,
.lp-trusted-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.lp-trusted-cta {
  text-align: center;
}
.lp-trusted-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--muted);
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(168,150,255,0.15);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.lp-trusted-link:hover {
  color: var(--text);
  border-color: rgba(168,150,255,0.35);
  background: rgba(168,150,255,0.06);
}
@media (max-width: 768px) {
  .lp-trusted-heading { font-size: 12px; margin-bottom: 28px; }
  .lp-trusted-logos { gap: 12px 20px; margin-bottom: 28px; }
  .lp-trusted-logo { width: 110px; height: 40px; }
}
@media (max-width: 480px) {
  .lp-trusted-heading { font-size: 10px; letter-spacing: 0.03em; margin-bottom: 20px; }
  .lp-trusted-logos { gap: 8px 12px; margin-bottom: 24px; }
  .lp-trusted-logo { width: 85px; height: 34px; }
  .lp-trusted-link { font-size: 11px; padding: 6px 14px; }
}

/* Globelogs — high-contrast form fields & setup panels (user + admin) */

.app-body .form-panel,
.app-body .form-panel *,
.admin-console .form-panel,
.admin-console .form-panel *,
.app-body form:not(.hidden),
.admin-console form:not(.hidden),
.boost-order-panel:not(.hidden),
.boost-order-panel:not(.hidden) *,
.acc-purchase-panel:not(.hidden),
.acc-purchase-panel:not(.hidden) * {
  opacity: 1 !important;
  visibility: visible !important;
}

.form-panel,
.setup-panel {
  background: #241026;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

.form-panel-title,
.setup-panel-title {
  font-size: 15px;
  font-weight: 600;
  color: #f0abfc;
  margin-bottom: 14px;
}

.form-panel-desc,
.setup-panel-desc {
  font-size: 13px;
  color: #94a3b8;
  margin: -6px 0 16px;
  line-height: 1.5;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #94a3b8;
}

.form-group input,
.form-group select,
.form-group textarea {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 10px;
  font: inherit;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background: #1a1e28;
  color: #f1f5f9;
}

.form-group textarea {
  min-height: 88px;
  resize: vertical;
}

.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c4b5fd' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #64748b;
  opacity: 1;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #c026d3;
  background: #1e2230;
  box-shadow: 0 0 0 3px rgba(192, 38, 211, 0.22);
}

/* Ensure interactive blocks are never collapsed */
.app-view.active,
.admin-tab-panel.active {
  visibility: visible !important;
}

.app-view.active .form-panel,
.app-view.active .setup-panel,
.app-view.active form.card,
.app-view.active .wallet-bank-section,
.app-view.active .wallet-fund-section,
.admin-tab-panel.active .card,
.admin-tab-panel.active form,
.admin-tab-panel.active .grid-2,
.boost-order-panel:not(.hidden),
.acc-purchase-panel:not(.hidden) {
  opacity: 1 !important;
  visibility: visible !important;
}

.app-body .card,
.admin-console .card {
  padding: 20px 22px;
}

.app-body form.card,
.admin-console form.card {
  display: block;
}

.admin-console .btn,
.app-body .btn {
  min-height: 44px;
  cursor: pointer;
}

.bank-verify-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.bank-verify-row .btn {
  min-height: 40px;
}

.bank-preview {
  font-size: 13px;
  color: #6ee7b7;
  padding: 10px 14px;
  background: rgba(16, 185, 129, 0.12);
  border-radius: 10px;
  border: 1px solid rgba(16, 185, 129, 0.3);
  margin-top: 10px;
}

input[type="date"],
input[type="number"],
input[type="search"],
input[type="text"],
input[inputmode="numeric"] {
  color-scheme: dark;
}

input[type="date"] {
  color-scheme: dark;
}

/* Boost / SMS / Accounts custom fields */
.boost-select,
.boost-category-select,
.boost-search-wrap input,
.boost-order-field input,
.boost-order-field textarea,
.sms-country-select,
.acc-search-wrap input,
.acc-purchase-field input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(148, 163, 184, 0.4) !important;
  border-radius: 10px;
  background: #1a1e28 !important;
  color: #f1f5f9 !important;
  font: inherit;
  box-sizing: border-box;
}

.boost-order-field textarea {
  min-height: 88px;
  resize: vertical;
}

.boost-order-field label,
.acc-purchase-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 6px;
}

.sms-filter-block select,
.sms-filter-block input {
  min-height: 44px;
}

.otp-field-wrap {
  margin: 16px 0 20px;
}

.otp-code-input {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #1a1e28;
  color: #f8fafc;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.otp-code-input:focus {
  outline: none;
  border-color: #c026d3;
  box-shadow: 0 0 0 3px rgba(192, 38, 211, 0.2);
}

.auth-modal-panel .otp-field-wrap {
  margin-top: 8px;
}

@media (max-width: 768px) {
  .form-panel,
  .setup-panel {
    padding: 16px;
  }
}

/* ── Dark enterprise form overrides ────────────────────────────── */
.form-panel, .setup-panel {
  background: var(--ink-750); border-color: rgba(139,92,246,0.16);
  position: relative; overflow: hidden;
}
.form-panel::before, .setup-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--gradient); opacity: 0.6; pointer-events: none;
}
.form-panel-title, .setup-panel-title { color: var(--mag-300); font-family: var(--font-display); letter-spacing: 0.04em; }
.form-panel-desc, .setup-panel-desc { color: var(--muted); }

.form-group label { color: var(--muted); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--ink-700); color: var(--text); border-color: rgba(139,92,246,0.2);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--mag-500); box-shadow: 0 0 0 3px rgba(192,38,211,0.14); }
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--muted); }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23E879F9' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
}
.form-help { color: var(--muted); }
.input-group .input-addon { background: var(--ink-600); border-color: rgba(139,92,246,0.2); color: var(--muted); }
.qty-control button { background: var(--ink-700); border-color: rgba(139,92,246,0.2); color: var(--text); }
.qty-control button:hover { background: var(--ink-600); }
