/* ═══════════════════════════════════════════════════════════════════
   CRGRAm CLOUD — SITE.CSS v3
   Honest tool for serious operators. PostHog DNA.
   White bg, money-green accent, Sora display + Inter body.
   No AI-slop patterns. No editorial gimmicks. Real product UI.
═══════════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
button { font: inherit; cursor: pointer; }
a { color: var(--green); text-decoration: underline; text-decoration-color: var(--green-soft); text-underline-offset: 3px; }
a:hover { text-decoration-color: var(--green); }
ul, ol { padding-left: 1.3em; }

:root {
  --bg:           #ffffff;
  --bg-2:         #fafafa;
  --bg-3:         #f4f4f5;
  --surface:      #ffffff;
  --surface-2:    #fafafa;
  --border:       #e4e4e7;
  --border-2:     #d4d4d8;

  --ink:          #09090b;
  --ink-2:        #27272a;
  --ink-3:        #52525b;
  --ink-4:        #a1a1aa;

  --green:        #00b87a;       /* money-green primary accent */
  --green-deep:   #008a5c;
  --green-soft:   rgba(0, 184, 122, 0.18);
  --green-tint:   rgba(0, 184, 122, 0.06);

  --amber:        #f59e0b;
  --amber-soft:   rgba(245, 158, 11, 0.16);

  --red:          #dc2626;
  --red-soft:     rgba(220, 38, 38, 0.10);

  --font-display: 'Sora', 'Inter', system-ui, sans-serif;
  --font-sans:    'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, Menlo, monospace;

  --container: 1180px;
  --container-prose: 720px;
  --nav-h: 64px;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 16px;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.4rem, 5.6vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
}
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); letter-spacing: -0.03em; }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1.0625rem; font-weight: 600; }
p { margin: 0 0 16px; max-width: 68ch; }

.lead {
  font-size: 1.1875rem;
  line-height: 1.55;
  color: var(--ink-2);
  font-weight: 400;
  max-width: 60ch;
}
.lead-lg { font-size: 1.375rem; color: var(--ink); max-width: 56ch; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--green-deep);
  background: var(--green-tint);
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--green-soft);
}
.eyebrow.ink { color: var(--ink-3); background: var(--bg-3); border-color: var(--border); }

.t-mono { font-family: var(--font-mono); font-size: 0.875em; }
.t-small { font-size: 0.875rem; color: var(--ink-3); }
.t-meta { font-family: var(--font-mono); font-size: 0.75rem; color: var(--ink-4); letter-spacing: 0.02em; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; width: 100%; }
.container-prose { max-width: var(--container-prose); margin: 0 auto; padding: 0 28px; width: 100%; }
.section { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.text-center { text-align: center; }
.text-balance { text-wrap: balance; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: -0.003em;
  text-decoration: none;
  cursor: pointer;
  transition: all 150ms ease;
  white-space: nowrap;
  line-height: 1.2;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: var(--green-deep); }
.btn-accent { background: var(--green); color: white; }
.btn-accent:hover { background: var(--green-deep); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--border-2); }
.btn-outline:hover { background: var(--bg-2); border-color: var(--ink-3); }
.btn-ghost { background: transparent; color: var(--ink-2); padding-left: 12px; padding-right: 12px; }
.btn-ghost:hover { background: var(--bg-2); color: var(--ink); }
.btn-sm { padding: 7px 14px; font-size: 0.8125rem; }
.btn-lg { padding: 14px 28px; font-size: 1rem; }

/* Skip link */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: white; padding: 10px 16px; z-index: 10000; border-radius: 0 0 6px 0; }
.skip-link:focus { left: 0; }

/* Header */
header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  height: var(--nav-h);
  padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo {
  display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none;
  color: var(--ink);
}
.nav-logo:hover { color: var(--ink); }
.logo-mark {
  width: 28px; height: 28px;
  border-radius: 7px;
  background: var(--ink);
  color: var(--green);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.logo-word { font-family: var(--font-display); font-weight: 700; font-size: 1.0625rem; letter-spacing: -0.025em; }
.logo-word .dot { color: var(--green); }

.nav-links {
  display: flex; align-items: center; gap: 4px;
  list-style: none; padding: 0; margin: 0;
}
.nav-link {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-3);
  text-decoration: none;
  transition: color 150ms, background 150ms;
}
.nav-link:hover { color: var(--ink); background: var(--bg-2); text-decoration: none; }
.nav-link.active { color: var(--ink); background: var(--bg-2); }

.nav-cta-row { display: flex; align-items: center; gap: 8px; }

.nav-hamburger {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--ink);
  width: 38px; height: 38px;
  border-radius: 7px;
  align-items: center; justify-content: center;
}
.nav-hamburger:hover { background: var(--bg-2); }

#nav-drawer {
  position: fixed; top: var(--nav-h); left: 0; right: 0; bottom: 0;
  background: white;
  padding: 24px;
  display: flex; flex-direction: column; gap: 4px;
  transform: translateX(100%);
  transition: transform 250ms cubic-bezier(.16,.84,.44,1);
  z-index: 999;
  overflow-y: auto;
}
#nav-drawer.open { transform: translateX(0); }
.drawer-link {
  display: block;
  padding: 14px 12px;
  border-radius: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.drawer-link:hover, .drawer-link.active { background: var(--bg-2); text-decoration: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-hamburger { display: inline-flex; }
  .nav-cta-row .btn:not(.always-show) { display: none; }
}

/* HERO — asymmetric, real product UI on right */
.hero { padding: 56px 0 72px; position: relative; overflow: hidden; }
.hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, var(--green-soft) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}
.hero > .container { position: relative; z-index: 1; }
.hero-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
.hero h1 { margin-bottom: 20px; }
.hero .lead { margin-bottom: 28px; }
.hero-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-sub {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 0.8125rem;
  color: var(--ink-4);
}
.hero-sub a { color: var(--ink-3); }
.hero-sub a:hover { color: var(--green); }

/* Floating product UI cards on the right of hero */
.product-stack {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.product-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04), 0 1px 3px rgba(0,0,0,0.03);
  transition: transform 200ms ease;
}
.product-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.06), 0 2px 6px rgba(0,0,0,0.04); }
.product-card.span-2 { grid-column: span 2; }
.product-card-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}
.product-card-head .name { font-weight: 600; font-size: 0.9375rem; }
.product-card-head .meta { font-family: var(--font-mono); font-size: 0.6875rem; color: var(--ink-4); }
.product-card-body { font-size: 0.8125rem; color: var(--ink-2); line-height: 1.5; }

/* Status pill (data-style) */
.pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 2px 7px;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
  background: var(--bg-3); color: var(--ink-3);
}
.pill.green { background: var(--green-soft); color: #007a50; }
.pill.amber { background: var(--amber-soft); color: #b45309; }
.pill.red { background: var(--red-soft); color: #b91c1c; }
.pill.dot::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

/* Numbered steps */
.steps { display: flex; flex-direction: column; gap: 0; }
.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid var(--border);
}
.step:last-child { border-bottom: 1px solid var(--border); }
.step .num {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--green);
  padding-top: 4px;
}
.step h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.step p { color: var(--ink-2); margin: 0; font-size: 1rem; }
@media (max-width: 700px) { .step { grid-template-columns: 1fr; gap: 8px; } }

/* Categorization tabs (PostHog-style) */
.tabs { display: flex; gap: 4px; padding: 4px; background: var(--bg-3); border-radius: 10px; max-width: max-content; margin: 0 auto 32px; }
.tab {
  padding: 8px 16px;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--ink-3);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 150ms;
}
.tab.active { background: white; color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.tab:hover:not(.active) { color: var(--ink); }

/* Logo wall */
.logo-wall {
  display: flex; align-items: center; justify-content: center;
  gap: 36px; flex-wrap: wrap;
  opacity: 0.7;
}
.logo-wall .logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink-3);
  letter-spacing: -0.02em;
}

/* Inline stat */
.inline-stat {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--green-deep);
  letter-spacing: -0.025em;
}

/* Big stat block */
.stat-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-2);
}
.stat-block .stat {
  padding: 32px;
  border-right: 1px solid var(--border);
}
.stat-block .stat:last-child { border-right: none; }
.stat-block .num {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.stat-block .num.green { color: var(--green-deep); }
.stat-block .lbl {
  font-size: 0.875rem;
  color: var(--ink-3);
}
@media (max-width: 700px) { .stat-block { grid-template-columns: 1fr; } .stat-block .stat { border-right: none; border-bottom: 1px solid var(--border); } .stat-block .stat:last-child { border-bottom: none; } }

/* Pull quote */
.pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink);
  max-width: 56ch;
  letter-spacing: -0.025em;
  margin: 0;
}
.pull-quote .mark { color: var(--green); }
.pull-quote cite {
  display: block;
  margin-top: 20px;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-4);
  letter-spacing: 0.02em;
}

/* Anti-BS / humor panel */
.bs-panel {
  background: var(--ink);
  color: white;
  border-radius: 16px;
  padding: 48px;
}
.bs-panel h2 { color: white; }
.bs-panel h3 { color: white; }
.bs-panel .green { color: var(--green); }
.bs-panel p { color: #a1a1aa; }
.bs-panel a:not(.btn) { color: var(--green); }

/* Pricing — inline table */
.price-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}
.price-grid .cell {
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  font-size: 0.9375rem;
}
.price-grid .cell:nth-child(4n) { border-right: none; }
.price-grid .row-last .cell { border-bottom: none; }
.price-grid .head {
  background: var(--bg-2);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-grid .head.featured { background: var(--ink); color: white; }
.price-grid .feat { color: var(--ink-2); font-weight: 500; }
.price-grid .val { color: var(--ink-3); text-align: center; }
.price-grid .val.featured { background: var(--green-tint); color: var(--ink); font-weight: 500; }
.price-grid .yes { color: var(--green-deep); font-weight: 600; }
.price-grid .no { color: var(--ink-4); }
.price-grid .price-amt {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.price-grid .price-amt small {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--ink-3);
}
@media (max-width: 700px) { .price-grid { font-size: 0.8125rem; } .price-grid .cell { padding: 12px; } }

/* Code block */
pre.code {
  background: var(--ink);
  color: #e4e4e7;
  border-radius: 10px;
  padding: 16px 18px;
  overflow-x: auto;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  line-height: 1.6;
}
pre.code .c-key { color: var(--green); }
pre.code .c-str { color: #fbbf24; }
pre.code .c-com { color: #71717a; }

code.inline {
  font-family: var(--font-mono);
  font-size: 0.85em;
  background: var(--bg-3);
  padding: 1px 6px;
  border-radius: 4px;
  color: var(--ink);
}

/* Footer */
footer#site-footer {
  background: var(--ink);
  color: #d4d4d8;
  padding: 64px 0 32px;
  margin-top: 96px;
}
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.footer-mast {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #27272a;
}
@media (max-width: 800px) { .footer-mast { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 500px) { .footer-mast { grid-template-columns: 1fr; } }
.footer-brand h3 { font-family: var(--font-display); color: white; font-size: 1.375rem; margin: 0 0 8px; }
.footer-brand h3 .dot { color: var(--green); }
.footer-brand p { color: #9ca3af; font-size: 0.9375rem; max-width: 280px; line-height: 1.55; }
.footer-col-label { font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #9ca3af; margin: 0 0 14px; padding-bottom: 8px; border-bottom: 1px solid #27272a; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #d4d4d8; font-size: 0.9rem; text-decoration: none; }
.footer-links a:hover { color: var(--green); }
.footer-fine {
  padding-top: 24px;
  margin-top: 28px;
  border-top: 1px solid #27272a;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 0.75rem;
  color: #9ca3af;
}
.footer-fine a { color: #9ca3af; text-decoration: none; }
.footer-fine a:hover { color: #d4d4d8; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(8px); transition: opacity 500ms ease, transform 500ms ease; }
[data-reveal].in { opacity: 1; transform: translateY(0); }

/* Utilities */
.flex { display: flex; }
.flex-col { display: flex; flex-direction: column; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; } .gap-5 { gap: 24px; } .gap-6 { gap: 32px; }
.mt-2{margin-top:8px} .mt-3{margin-top:12px} .mt-4{margin-top:16px} .mt-5{margin-top:24px} .mt-6{margin-top:32px} .mt-7{margin-top:48px} .mt-8{margin-top:64px}
.mb-2{margin-bottom:8px} .mb-3{margin-bottom:12px} .mb-4{margin-bottom:16px} .mb-5{margin-bottom:24px} .mb-6{margin-bottom:32px} .mb-7{margin-bottom:48px}
.hidden { display: none !important; }

/* Legacy support */
.card { background: white; border: 1px solid var(--border); border-radius: 10px; padding: 24px; }
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 4px; font-family: var(--font-mono); font-size: 0.6875rem; font-weight: 600; background: var(--bg-3); color: var(--ink-3); }
.badge-accent { background: var(--green-soft); color: var(--green-deep); }
.badge-success { background: var(--green-soft); color: var(--green-deep); }
.badge-warn { background: var(--amber-soft); color: var(--amber); }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; display: inline-block; }
.browser-frame { background: white; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.browser-bar { background: var(--bg-2); padding: 8px 12px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--border); }
.browser-bar .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--border-2); }
.browser-bar .url { flex: 1; text-align: center; font-family: var(--font-mono); font-size: 0.6875rem; color: var(--ink-4); padding: 3px 8px; background: white; border-radius: 4px; border: 1px solid var(--border); margin: 0 40px; }
.browser-body { padding: 20px; background: white; }
.prose { max-width: 720px; }
.prose p, .prose li { color: var(--ink-2); line-height: 1.7; }
.prose h2 { margin-top: 48px; }
.prose h3 { margin-top: 32px; }
.prose a { color: var(--green-deep); }
.prose code { font-family: var(--font-mono); font-size: 0.875em; background: var(--bg-3); padding: 2px 6px; border-radius: 4px; color: var(--ink); }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--ink-2); margin-bottom: 6px; }
.input, .textarea, .select { width: 100%; background: white; border: 1px solid var(--border-2); color: var(--ink); padding: 11px 14px; border-radius: 8px; font-family: inherit; font-size: 0.9375rem; }
.input:focus, .textarea:focus, .select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.textarea { min-height: 100px; resize: vertical; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 4px; background: var(--green-tint); border: 1px solid var(--green-soft); font-family: var(--font-mono); font-size: 0.75rem; color: var(--green-deep); margin-bottom: 20px; font-weight: 600; }
.hero-eyebrow .badge-dot { background: var(--green); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.feature-icon { width: 36px; height: 36px; border-radius: 8px; background: var(--green-tint); color: var(--green-deep); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.feature h3 { font-family: var(--font-display); font-size: 1.125rem; margin-bottom: 6px; }
.feature p { color: var(--ink-3); font-size: 0.9rem; line-height: 1.55; }
.price-card { background: white; border: 1px solid var(--border); border-radius: 12px; padding: 28px; display: flex; flex-direction: column; position: relative; }
.price-card.featured { border-color: var(--green); box-shadow: 0 0 0 1px var(--green-soft), 0 8px 24px rgba(0,184,122,0.08); }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin: 48px 0; }
.stat-row .stat { text-align: left; }
.stat-row .stat .num { font-family: var(--font-display); font-size: 2.25rem; font-weight: 700; color: var(--green-deep); line-height: 1; display: block; margin-bottom: 6px; letter-spacing: -0.03em; }
.stat-row .stat .lbl { font-size: 0.8125rem; color: var(--ink-3); }
.price-grid .cell.featured { background: var(--green-tint); }
@media (max-width: 640px) { .stat-row { grid-template-columns: repeat(2, 1fr); } }
.trust-row { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.logo-cloud-strip { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; opacity: 0.7; }
.tg-glyph { display: none; }
