/* Solaro CRM marketing site
   Palette taken from the application's own tokens: --navy is pure black and
   --gold/--primary are hsl(45 100% 50%). The neon-on-black look is the app's
   existing visual language, not a new identity invented for the website. */

:root {
  --black: #000;
  --panel: #0b0b0c;
  --panel-2: #141416;
  --line: #26262a;
  --gold: #ffbf00;
  --gold-dim: #d19c00;
  --text: #ececee;
  --muted: #a2a2ab;
  --radius: 14px;
  --wrap: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--gold); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--gold); color: #000; padding: 10px 16px; border-radius: 8px; font-weight: 800; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap.narrow { max-width: 760px; }
.center, .wrap.center { text-align: center; }

/* ---------- header ---------- */
.top { position: sticky; top: 0; z-index: 40; background: rgba(0,0,0,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.top-in { display: flex; align-items: center; gap: 16px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; flex: 0 0 auto; }
.brand img { display: block; }
/* Temporary text wordmark. The approved Solaro logo has not been supplied and
   the app's round emblem must not be used here, so the mark is set type. */
.wordmark { font-size: 19px; font-weight: 850; letter-spacing: .04em; }
.brand b, .wordmark b { color: var(--gold); font-weight: 850; }
.foot-name.wordmark { font-size: 21px; letter-spacing: .05em; }
.nav-d { display: none; gap: 4px; flex: 1 1 auto; }
.nav-d a { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 600; padding: 10px 12px; border-radius: 9px; white-space: nowrap; }
.nav-d a:hover { color: var(--text); background: var(--panel-2); }
.nav-d a[aria-current="page"] { color: var(--gold); background: rgba(255,191,0,.09); }
.top-cta { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.burger { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 10px; background: transparent; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.burger span { display: block; height: 2px; background: var(--text); border-radius: 2px; }
.nav-m { display: grid; gap: 2px; padding: 8px 20px 16px; border-top: 1px solid var(--line); }
.nav-m a { color: var(--text); text-decoration: none; font-weight: 600; padding: 13px 10px; border-radius: 10px; }
.nav-m a:hover { background: var(--panel-2); }
.nav-m a[aria-current="page"] { color: var(--gold); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border-radius: 11px; font-weight: 800; font-size: 15px; text-decoration: none; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.btn.lg { min-height: 52px; padding: 14px 24px; font-size: 16px; }
.btn.gold { background: var(--gold); color: #000; }
.btn.gold:hover { background: var(--gold-dim); }
.btn.outline { border-color: var(--line); color: var(--text); background: var(--panel); }
.btn.outline:hover { border-color: var(--gold); color: var(--gold); }
.btn.ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn.ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn.text { color: var(--gold); background: transparent; padding-left: 8px; padding-right: 8px; }
.btn.text:hover { text-decoration: underline; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cta-row.center { justify-content: center; }

/* ---------- sections ---------- */
.hero { padding: 64px 0 56px; background:
  radial-gradient(120% 90% at 12% -10%, rgba(255,191,0,.16), transparent 58%),
  radial-gradient(90% 70% at 88% 0%, rgba(255,191,0,.06), transparent 60%),
  var(--black); border-bottom: 1px solid var(--line); }
.hero.small { padding: 48px 0 36px; }
.sect { padding: 60px 0; }
.band { padding: 60px 0; background: var(--panel); border-block: 1px solid var(--line); }
.close { padding: 68px 0; background: linear-gradient(180deg, var(--panel), #000); border-top: 1px solid var(--line); text-align: center; }
.close .cta-row { justify-content: center; }

.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1 { margin: 0; font-size: 34px; line-height: 1.12; font-weight: 850; letter-spacing: -.025em; text-wrap: balance; }
h2 { margin: 0 0 14px; font-size: 26px; line-height: 1.2; font-weight: 800; letter-spacing: -.02em; text-wrap: balance; }
h3 { margin: 0 0 8px; font-size: 17px; font-weight: 800; letter-spacing: -.01em; }
.lede { margin: 18px 0 0; font-size: 18px; color: var(--muted); max-width: 62ch; }
.lede.strong { color: var(--gold); font-weight: 700; }
.body { margin: 14px 0 0; max-width: 68ch; }
.proof { margin: 18px 0 0; font-size: 14px; color: var(--muted); border-left: 2px solid var(--gold); padding-left: 12px; }
.caveat { margin: 22px 0 0; padding: 14px 16px; background: var(--panel-2); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 10px; font-size: 15px; color: var(--muted); max-width: 72ch; }

/* ---------- grids ---------- */
.grid { display: grid; gap: 14px; margin-top: 30px; }
.card { display: block; padding: 22px; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); color: inherit; text-decoration: none; }
a.card:hover { border-color: var(--gold); }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.card .more { display: inline-block; margin-top: 12px; color: var(--gold); font-weight: 700; font-size: 14px; }

.ticks { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 11px; max-width: 78ch; }
.ticks li { position: relative; padding-left: 30px; color: var(--muted); }
.ticks li b { color: var(--text); }
.ticks li::before { content: ""; position: absolute; left: 6px; top: .62em; width: 9px; height: 9px; background: var(--gold); border-radius: 2px; transform: rotate(45deg); }

.steps { list-style: none; counter-reset: s; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.steps li { padding: 20px 22px; background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); }
.steps li h3 { color: var(--gold); }
.steps li p { margin: 0; color: var(--muted); font-size: 15.5px; }

.chips { list-style: none; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; }
.chips li { padding: 9px 15px; background: var(--panel-2); border: 1px solid var(--line); border-radius: 999px; font-size: 14.5px; font-weight: 600; }

.faq { margin-top: 24px; display: grid; gap: 10px; }
.faq details { background: var(--panel-2); border: 1px solid var(--line); border-radius: 12px; }
.faq summary { padding: 16px 18px; font-weight: 700; cursor: pointer; list-style: none; min-height: 48px; display: flex; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; margin-left: auto; color: var(--gold); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq p { margin: 0; padding: 0 18px 18px; color: var(--muted); }

/* ---------- two column ---------- */
.two-col { display: grid; gap: 36px; }
.side { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.routes { margin: 18px 0 0; display: grid; gap: 2px; }
.routes dt { font-weight: 700; font-size: 14px; color: var(--muted); margin-top: 12px; }
.routes dd { margin: 0; }
.addr { margin-top: 20px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }

/* ---------- forms ---------- */
.form { margin-top: 20px; max-width: 620px; }
.field { margin: 0 0 16px; display: grid; gap: 7px; }
.field label { font-size: 14.5px; font-weight: 700; }
.req { color: var(--gold); }
.field input, .field textarea, .field select {
  width: 100%; min-height: 48px; padding: 12px 14px; font: inherit; font-size: 16px;
  color: var(--text); background: var(--panel); border: 1px solid var(--line); border-radius: 11px;
}
.field textarea { min-height: 128px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); outline: none; box-shadow: 0 0 0 3px rgba(255,191,0,.22); }
.field.check label { display: flex; align-items: flex-start; gap: 10px; font-weight: 500; color: var(--muted); }
.field.check input { width: 22px; height: 22px; min-height: 22px; margin-top: 2px; accent-color: var(--gold); flex: 0 0 auto; }
.err { color: #ff8b7a; font-size: 13.5px; min-height: 0; }
.err:empty { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hint { font-size: 13px; color: var(--muted); }
.privacy { font-size: 13.5px; color: var(--muted); margin: 0 0 18px; }
.form-status { margin-top: 14px; font-size: 15px; color: var(--gold); min-height: 1.2em; }
.form-status.err-state { color: #ff8b7a; }
.card.tier h3 { color: var(--gold); }

/* ---------- legal ---------- */
.legal h2 { margin-top: 36px; font-size: 21px; color: var(--gold); }
.legal p { color: var(--muted); }
.legal ul { color: var(--muted); padding-left: 22px; }
.legal li { margin-bottom: 8px; }

/* ---------- footer ---------- */
.foot { background: var(--panel); border-top: 1px solid var(--line); padding: 48px 0 28px; }
.foot-grid { display: grid; gap: 34px; }
.foot-name { margin: 0; font-size: 18px; font-weight: 800; }
.foot-tag { margin: 6px 0 0; color: var(--gold); font-size: 14.5px; font-weight: 600; }
.foot-addr { margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.foot-social { margin: 14px 0 0; font-size: 14px; }
.foot-col { display: grid; align-content: start; gap: 2px; }
.foot-h { margin: 0 0 8px; color: var(--gold); font-size: 12.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.foot-col a { color: var(--muted); text-decoration: none; font-size: 15px; padding: 8px 0; min-height: 40px; display: flex; align-items: center; }
.foot-col a:hover { color: var(--gold); }
.foot-bar { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); display: grid; gap: 8px; color: var(--muted); font-size: 13.5px; }
.foot-bar p { margin: 0; }

/* ---------- breakpoints ---------- */
@media (min-width: 620px) {
  h1 { font-size: 42px; }
  h2 { font-size: 30px; }
  .grid.c2, .grid.c3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .foot-bar { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 900px) {
  body { font-size: 17px; }
  h1 { font-size: 52px; }
  .hero { padding: 90px 0 78px; }
  .sect, .band { padding: 82px 0; }
  .grid.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .two-col { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 48px; }
  .foot-grid { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); }
  .nav-d { display: flex; }
  .burger { display: none; }
  .nav-m { display: none !important; }
}

@media (min-width: 1100px) {
  h1 { font-size: 58px; }
  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Landscape phones: keep the hero from eating the whole viewport */
@media (max-height: 480px) and (orientation: landscape) {
  .hero { padding: 36px 0 32px; }
  h1 { font-size: 30px; }
}

@media print {
  .top, .foot, .cta-row, .close { display: none; }
  body { background: #fff; color: #000; }
}


/* ---------- Solaro CRM brand + AI/pricing refresh ---------- */
.brand { display:flex; align-items:center; flex:0 0 auto; text-decoration:none; }
.brand img { width:52px; height:52px; object-fit:cover; border-radius:50%; display:block; box-shadow:0 0 0 1px rgba(255,191,0,.28); }
.foot-logo { width:84px; height:84px; object-fit:cover; border-radius:50%; display:block; margin-bottom:14px; }

.ai-characters { padding:72px 0; background:linear-gradient(180deg,rgba(255,191,0,.08),rgba(18,18,18,.15)); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.ai-character-grid { display:grid; gap:22px; margin-top:30px; }
.ai-character-card { background:var(--panel); border:1px solid var(--line); border-radius:20px; padding:20px; display:grid; grid-template-columns:120px 1fr; gap:22px; align-items:center; }
.ai-character-card img { width:120px; height:150px; object-fit:cover; object-position:top center; border-radius:16px; }
.ai-character-card h3 { color:var(--gold); margin:.15rem 0 .4rem; font-size:28px; }
.ai-character-card p { margin:.2rem 0; color:var(--muted); }
.ai-character-role { color:var(--text)!important; font-size:12px; text-transform:uppercase; letter-spacing:.13em; font-weight:800; }

.pricing-grid { display:grid; gap:18px; margin-top:28px; }
.tier { position:relative; }
.tier-free, .tier-recommended { border-color:rgba(255,191,0,.58); box-shadow:0 0 0 1px rgba(255,191,0,.12),0 18px 50px rgba(0,0,0,.18); }
.tier-badge { display:inline-block; margin-bottom:12px; padding:5px 9px; border-radius:999px; background:var(--gold); color:#111; font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.tier-price { margin:.55rem 0 .2rem; color:var(--text); font-size:30px; line-height:1.05; font-weight:900; }
.tier-price span { margin-left:5px; color:var(--muted); font-size:14px; font-weight:600; }
.tier-users,.tier-ai { color:var(--muted); font-size:14px; }

.contact-directory { display:grid; gap:12px; margin-top:26px; }
.contact-chip { display:flex; flex-direction:column; gap:4px; padding:17px 18px; border:1px solid var(--line); border-radius:14px; background:var(--panel); text-decoration:none; }
.contact-chip span { color:var(--muted); font-size:13px; }
.contact-chip b { color:var(--gold); font-size:15px; overflow-wrap:anywhere; }

@media (min-width:700px) {
  .ai-character-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pricing-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .contact-directory { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (min-width:1050px) {
  .pricing-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .contact-directory { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:620px) {
  .brand img { width:46px; height:46px; }
  .ai-character-card { grid-template-columns:86px 1fr; padding:15px; gap:15px; }
  .ai-character-card img { width:86px; height:112px; }
  .ai-character-card h3 { font-size:23px; }
}


/* Homepage official-logo watermark */
.hero .wrap { position:relative; isolation:isolate; }
.hero-watermark {
  position:absolute;
  right:-5%;
  top:50%;
  transform:translateY(-50%);
  width:min(560px,58vw);
  max-height:85%;
  object-fit:contain;
  opacity:.12;
  filter:saturate(.9) contrast(1.05);
  pointer-events:none;
  user-select:none;
  z-index:-1;
}
@media (max-width:700px) {
  .hero-watermark {
    width:88vw;
    right:-28vw;
    opacity:.10;
  }
}

/* Pricing: trial vs permanent-free distinction */
.start-options { padding:34px 0 12px; }
.start-options-grid { display:grid; gap:18px; }
.start-option {
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--panel);
  padding:22px;
}
.trial-option { border-color:rgba(255,191,0,.7); box-shadow:0 0 0 1px rgba(255,191,0,.1); }
.free-option { border-color:rgba(255,255,255,.18); }
.start-option h2 { margin:.3rem 0 .6rem; }
@media (min-width:760px) { .start-options-grid { grid-template-columns:1fr 1fr; } }

/* Eight-assistant presentation */
.ai-character-grid { grid-template-columns:repeat(1,minmax(0,1fr)); }
.personality-text .persona-badge {
  width:86px;
  height:112px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:linear-gradient(180deg,rgba(255,191,0,.20),rgba(255,191,0,.06));
  border:1px solid rgba(255,191,0,.28);
  color:var(--gold);
  font-size:34px;
  font-weight:900;
}
@media (min-width:700px) {
  .ai-character-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .personality-text .persona-badge { width:120px; height:150px; }
}


/* Visible Home navigation + official-logo footer watermark */
.foot { position:relative; overflow:hidden; isolation:isolate; }
.foot > .wrap { position:relative; z-index:1; }
.footer-watermark {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:min(520px,70vw);
  max-height:92%;
  object-fit:contain;
  opacity:.065;
  pointer-events:none;
  user-select:none;
  z-index:0;
}
@media (max-width:700px) {
  .footer-watermark { width:92vw; opacity:.055; }
}


/* Demo scheduling controls: browser-independent selectors */
#demo-form select {
  min-height: 52px;
  cursor: pointer;
}
#demo-form .hint {
  display:block;
  margin-top:6px;
}


/* Organization hierarchy and role-based access visual */
.org-model-section { background:linear-gradient(180deg,rgba(9,35,67,.32),rgba(0,0,0,0)); }
.org-model-lede { max-width:900px; }
.org-model-frame {
  margin-top:28px;
  padding:10px;
  border:1px solid rgba(255,191,0,.25);
  border-radius:20px;
  background:#071426;
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.org-model-frame a { display:block; min-width:920px; }
.org-model-frame img {
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}
.org-model-actions { margin-top:18px; }
.org-access-summary {
  display:grid;
  gap:16px;
  margin-top:26px;
}
.org-access-summary .card h3 { color:var(--gold); }
@media (min-width:780px) {
  .org-access-summary { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:779px) {
  .org-model-frame { margin-left:-8px; margin-right:-8px; padding:7px; }
  .org-model-frame::after {
    content:"Swipe horizontally to view the full hierarchy";
    display:block;
    color:var(--muted);
    font-size:12px;
    padding:8px 6px 2px;
    text-align:center;
  }
}

/* SEO expansion */
.seo-banner{margin:26px 0 8px}.seo-banner img{display:block;width:min(100%,620px);height:auto;object-fit:contain;border-radius:18px;filter:drop-shadow(0 14px 28px rgba(0,0,0,.32))}.seo-hero .lede{max-width:850px}.seo-core .card h3{color:var(--gold)}.resource-article{padding:28px 0 68px}.resource-article .article-section{padding:20px 0 28px;border-bottom:1px solid var(--line)}.resource-article .article-section:last-child{border-bottom:0}.resource-article .article-section h2{margin-bottom:12px}.resource-article .article-section p{color:var(--muted);font-size:17px;line-height:1.72}.resource-hero h1{max-width:900px}@media(max-width:700px){.seo-banner img{width:100%}}
