/* =============================================================
   OrganAIs — marketing site design system
   Monochrome, editorial, organized. Echoes the logo's thin
   divider bars and restrained grayscale.
   ============================================================= */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap');

/* ---------- Tokens ---------- */
:root {
  --paper:      #ffffff;
  --paper-2:    #fafafa;
  --paper-3:    #f5f5f6;
  --paper-4:    #f0f0f1;

  --ink:        #2c2c2e;   /* darkest — the "AI" of the logo */
  --ink-soft:   #4f4f54;
  --muted:      #85858b;
  --faint:      #a8a8ae;

  --line:       #e7e7ea;
  --line-2:     #eeeeef;
  --bar:        #d3d3d8;   /* the | divider bars */

  --signal:     #3d7a63;   /* muted green — "done", used sparingly */
  --signal-bg:  #edf4f0;
  --signal-line:#cfe3d9;

  --warm:       #8a8077;   /* HI — the human, subtly warm */
  --warm-bg:    #f3f0ec;

  --alert:      #a76a3e;   /* overdue / needs attention, sparingly */
  --alert-bg:   #f6efe8;

  --shadow-sm:  0 1px 2px rgba(24,24,27,.04), 0 1px 3px rgba(24,24,27,.04);
  --shadow-md:  0 4px 12px rgba(24,24,27,.05), 0 2px 4px rgba(24,24,27,.04);
  --shadow-lg:  0 20px 50px -20px rgba(24,24,27,.18), 0 8px 20px -12px rgba(24,24,27,.12);

  --radius:     14px;
  --radius-lg:  20px;
  --radius-sm:  9px;

  --wrap:       1120px;
  --wrap-narrow: 780px;

  --ease:       cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1,h2,h3,h4 { color: var(--ink); font-weight: 500; letter-spacing: -0.02em; line-height: 1.1; margin: 0; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: var(--wrap-narrow); margin-left: auto; margin-right: auto; }
.section { padding: 96px 0; }
.section--tight { padding: 64px 0; }
.alt { background: var(--paper-2); }
.center { text-align: center; }

/* ---------- The bar motif (from the logo) ---------- */
.bars { display: inline-flex; align-items: center; gap: 6px; }
.bars i {
  width: 1px; height: 13px; background: var(--bar);
  display: inline-block;
}
.bar-lead::before {
  content: ""; display: inline-block;
  width: 1px; height: 1em; background: var(--bar);
  margin-right: 12px; vertical-align: -0.12em;
}

/* ---------- Eyebrow ---------- */
.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted);
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before {
  content: ""; width: 22px; height: 1px; background: var(--bar);
}

/* ---------- Typography scale ---------- */
.display {
  font-size: clamp(2.5rem, 5.6vw, 4.4rem);
  font-weight: 300; letter-spacing: -0.03em; line-height: 1.02;
  color: var(--ink);
}
.display strong { font-weight: 600; }
.h1 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); font-weight: 400; letter-spacing: -0.03em; }
.h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); font-weight: 400; letter-spacing: -0.025em; }
.h3 { font-size: 1.3rem; font-weight: 500; }
.lead {
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
  line-height: 1.55; color: var(--ink-soft); font-weight: 400;
}
.muted { color: var(--muted); }
.tiny { font-size: 13px; }
.mono { font-family: 'JetBrains Mono', monospace; }

.section-head { max-width: 720px; }
.section-head .eyebrow { margin-bottom: 22px; }
.section-head p.lead { margin-top: 20px; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 22px; border-radius: 10px;
  font-size: 15px; font-weight: 500; letter-spacing: -0.01em;
  border: 1px solid transparent; transition: all .2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; }
.btn--primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--primary:hover { background: #000; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--bar); background: var(--paper-3); }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn .arrow { transition: transform .2s var(--ease); }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Role tags: AI | HI | YOU ---------- */
.role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px; font-weight: 500; letter-spacing: 0.09em;
  padding: 3px 8px; border-radius: 6px; line-height: 1;
  display: inline-flex; align-items: center; height: 20px;
}
.role--ai  { background: var(--ink); color: #fff; }
.role--hi  { background: var(--warm); color: #fff; }
.role--you { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1px var(--bar); }
.role--team { background: var(--paper-4); color: var(--ink-soft); box-shadow: inset 0 0 0 1px var(--bar); }

/* Legend row of role tags with bar separators */
.role-legend { display: inline-flex; align-items: center; gap: 14px; }
.role-legend .sep { width: 1px; height: 16px; background: var(--bar); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.8);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s var(--ease), background .25s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 124px; }
.nav__brand { display: flex; align-items: center; }
.nav__brand img { height: 72px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 4px; }
.nav__links a {
  font-size: 14.5px; color: var(--ink-soft); padding: 8px 14px; border-radius: 8px;
  transition: background .18s, color .18s;
}
.nav__links a:hover { background: var(--paper-3); color: var(--ink); }
.nav__actions { display: flex; align-items: center; gap: 6px; }
.nav__actions .signin { font-size: 14.5px; color: var(--ink-soft); padding: 8px 14px; }
.nav__actions .signin:hover { color: var(--ink); }
.nav__toggle { display: none; background: none; border: none; padding: 8px; color: var(--ink); }
.nav__toggle svg { width: 22px; height: 22px; }

/* Mobile menu */
.mobile-menu {
  display: none; border-top: 1px solid var(--line);
  padding: 14px 28px 22px; background: var(--paper);
}
.mobile-menu a { display: block; padding: 12px 4px; font-size: 16px; color: var(--ink); border-bottom: 1px solid var(--line-2); }
.mobile-menu .btn { width: 100%; justify-content: center; margin-top: 16px; }

/* =============================================================
   HERO
   ============================================================= */
.hero { padding: 74px 0 90px; position: relative; overflow: hidden; }
.hero__grid {
  display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 60px; align-items: center;
}
.hero__copy .display { margin-bottom: 26px; }
.hero__copy .lead { max-width: 480px; color: var(--ink-soft); }
.hero__cta { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero__note { margin-top: 26px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13.5px; }

/* ---------- Product panel (used in hero + throughout) ---------- */
.panel {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.panel__bar {
  display: flex; align-items: center; gap: 8px;
  padding: 13px 16px; border-bottom: 1px solid var(--line-2); background: var(--paper-2);
}
.panel__dots { display: flex; gap: 6px; }
.panel__dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--line); display: block; }
.panel__title {
  font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--muted);
  letter-spacing: .04em; margin-left: 6px;
}
.panel__body { padding: 20px; }

/* Enquiry chip inside product */
.enquiry {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px;
  background: var(--paper); margin-bottom: 18px; position: relative;
}
.enquiry__tag {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 8px; display:block;
}
.enquiry__row { display: flex; justify-content: space-between; font-size: 14px; padding: 3px 0; }
.enquiry__row .k { color: var(--muted); }
.enquiry__row .v { color: var(--ink); font-weight: 500; }

/* Workflow step list */
.steps { display: flex; flex-direction: column; }
.step {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 10px;
  font-size: 14px; transition: background .3s var(--ease), opacity .4s var(--ease);
}
.step + .step { margin-top: 2px; }
.step__check {
  width: 19px; height: 19px; border-radius: 50%; flex-shrink: 0;
  border: 1.5px solid var(--bar); background: var(--paper);
  display: grid; place-items: center; transition: all .35s var(--ease);
}
.step__check svg { width: 11px; height: 11px; stroke: #fff; opacity: 0; transition: opacity .25s; }
.step__label { flex: 1; color: var(--ink-soft); }
.step__role { flex-shrink: 0; }

/* done state */
.step.done .step__check { background: var(--signal); border-color: var(--signal); }
.step.done .step__check svg { opacity: 1; }
.step.done .step__label { color: var(--muted); }
/* active state */
.step.active { background: var(--paper-3); }
.step.active .step__check { border-color: var(--ink); }
.step.active .step__label { color: var(--ink); font-weight: 500; }
/* waiting / needs you */
.step.waiting .step__check { border-style: dashed; }

.step__pulse {
  width: 6px; height: 6px; border-radius: 50%; background: var(--ink);
  margin-left: 2px; animation: pulse 1.4s var(--ease) infinite;
}
@keyframes pulse { 0%,100%{opacity:.25; transform:scale(.8);} 50%{opacity:1; transform:scale(1);} }

/* =============================================================
   Cards / grids
   ============================================================= */
.card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.card:hover { border-color: var(--bar); box-shadow: var(--shadow-md); }
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; color: var(--muted); font-size: 15px; }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Problem list */
.problem-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.problem-list li {
  display: flex; align-items: center; gap: 14px; padding: 15px 0;
  border-bottom: 1px solid var(--line-2); color: var(--ink-soft); font-size: 15.5px;
}
.problem-list li .bar-lead { color: var(--faint); }
.problem-list li svg { width: 17px; height: 17px; color: var(--faint); flex-shrink: 0; }

/* =============================================================
   AI / HI / YOU three-up
   ============================================================= */
.trio { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.trio__col { padding: 34px 30px; border-right: 1px solid var(--line); }
.trio__col:last-child { border-right: none; }
.trio__col .role { margin-bottom: 18px; }
.trio__col h3 { font-size: 1.15rem; margin-bottom: 10px; }
.trio__col p { color: var(--muted); font-size: 14.5px; margin: 0; }
.trio__foot {
  margin-top: 26px; text-align: center; color: var(--ink-soft); font-size: 15px;
}

/* =============================================================
   AI "do the work" demo
   ============================================================= */
.ask {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
  background: var(--paper); font-size: 15.5px; color: var(--ink);
}
.ask .quote { flex:1; }
.ask__icon { width: 22px; height: 22px; color: var(--muted); flex-shrink:0; }

.run { margin-top: 8px; padding-left: 10px; }
.run__line {
  display: flex; align-items: center; gap: 11px; padding: 9px 0; font-size: 14px; color: var(--ink-soft);
  border-left: 1px solid var(--line); padding-left: 20px; position: relative;
}
.run__line::before {
  content:""; position:absolute; left:-4.5px; top:50%; width:8px; height:8px; border-radius:50%;
  background: var(--paper); border: 1.5px solid var(--bar); transform: translateY(-50%);
}
.run__line.ok::before { background: var(--signal); border-color: var(--signal); }
.run__result {
  margin-top: 14px; padding: 16px 18px; border-radius: 12px;
  background: var(--signal-bg); border: 1px solid var(--signal-line);
  display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 15px;
}
.run__result .done { font-weight: 600; color: var(--signal); font-family:'JetBrains Mono',monospace; letter-spacing:.02em;}

/* =============================================================
   HI feature
   ============================================================= */
.hi-note {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px;
  display: flex; gap: 15px; align-items: flex-start; background: var(--paper);
}
.hi-note .avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: var(--warm-bg); color: var(--warm); display: grid; place-items: center;
  font-family: 'JetBrains Mono', monospace; font-weight: 500; font-size: 14px;
  border: 1px solid #e6ddd2;
}
.hi-note p { margin: 0; font-size: 14.5px; color: var(--ink-soft); }
.hi-note .meta { color: var(--muted); font-size: 12.5px; margin-top: 5px; font-family:'JetBrains Mono',monospace; }

.hi-duties { columns: 2; column-gap: 40px; }
.hi-duties li { break-inside: avoid; padding: 7px 0; color: var(--ink-soft); font-size: 15px; list-style: none; display:flex; gap:11px; align-items:center;}
.hi-duties ul { margin:0; padding:0; }
.hi-duties li::before { content:""; width:5px; height:5px; border-radius:50%; background: var(--warm); flex-shrink:0; }

/* =============================================================
   Big workflow journey
   ============================================================= */
.journey { position: relative; }
.journey__ask {
  text-align: center; margin-bottom: 46px;
}
.journey__stages {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.jstep {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 16px 15px;
  background: var(--paper); position: relative; transition: all .3s var(--ease);
}
.jstep .num {
  font-family:'JetBrains Mono',monospace; font-size: 11px; color: var(--faint); letter-spacing:.05em;
}
.jstep .title { display: block; margin-top: 7px; color: var(--ink); font-size: 14.5px; font-weight: 500; line-height:1.3; }
.jstep .role { margin-top: 12px; }
.jstep.is-done { background: var(--paper-2); }
.jstep.is-done .check { color: var(--signal); }
.jstep .check { position:absolute; top:14px; right:14px; width:16px; height:16px; opacity:0; transition:opacity .3s; }
.jstep.is-done .check { opacity: 1; }
.journey__done {
  margin-top: 40px; text-align: center;
}
.journey__done .big {
  font-size: clamp(2.4rem,5vw,3.4rem); font-weight: 300; color: var(--ink); letter-spacing:-0.03em;
}
.journey__done .big strong { font-weight: 600; }

/* =============================================================
   Benefits
   ============================================================= */
.benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 60px; }
.benefit {
  display: flex; gap: 16px; align-items: flex-start; padding: 22px 0;
  border-bottom: 1px solid var(--line-2);
}
.benefit svg { width: 20px; height: 20px; color: var(--signal); flex-shrink: 0; margin-top: 2px; }
.benefit b { color: var(--ink); font-weight: 500; display:block; }
.benefit span { color: var(--muted); font-size: 14.5px; }

/* =============================================================
   Final CTA
   ============================================================= */
.final-cta { text-align: center; padding: 120px 0; }
.final-cta .display { max-width: 760px; margin: 0 auto 24px; }
.final-cta .lead { max-width: 560px; margin: 0 auto 36px; color: var(--muted); }

/* =============================================================
   Footer
   ============================================================= */
.footer { border-top: 1px solid var(--line); padding: 60px 0 40px; background: var(--paper-2); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.footer__brand img { height: 18px; margin-bottom: 16px; }
.footer__brand p { color: var(--muted); font-size: 14px; max-width: 260px; margin: 0; }
.footer h4 { font-size: 12px; font-family:'JetBrains Mono',monospace; letter-spacing:.12em; text-transform:uppercase; color: var(--muted); font-weight:500; margin-bottom: 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 11px; }
.footer li a { color: var(--ink-soft); font-size: 14.5px; }
.footer li a:hover { color: var(--ink); }
.footer__bottom {
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px;
}

/* =============================================================
   Utility / pull quote
   ============================================================= */
.statement {
  font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 300; color: var(--ink);
  letter-spacing: -0.025em; line-height: 1.25; max-width: 860px;
}
.statement strong { font-weight: 600; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }

/* Pricing */
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.price {
  border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; background: var(--paper);
  display: flex; flex-direction: column;
}
.price.feature { border-color: var(--ink); box-shadow: var(--shadow-lg); position: relative; }
.price.feature .flag {
  position: absolute; top: -11px; left: 30px; background: var(--ink); color:#fff;
  font-family:'JetBrains Mono',monospace; font-size:10px; letter-spacing:.12em; text-transform:uppercase;
  padding: 4px 10px; border-radius: 6px;
}
.price .name { font-family:'JetBrains Mono',monospace; font-size:12px; letter-spacing:.12em; text-transform:uppercase; color: var(--muted); }
.price .amt { font-size: 2.6rem; font-weight: 300; color: var(--ink); letter-spacing:-0.03em; margin: 14px 0 4px; }
.price .amt span { font-size: 1rem; color: var(--muted); font-weight:400; }
.price .desc { color: var(--muted); font-size: 14px; min-height: 42px; }
.price ul { list-style:none; margin: 22px 0; padding: 22px 0 0; border-top: 1px solid var(--line-2); display:grid; gap:12px; flex:1; }
.price li { display:flex; gap:11px; align-items:flex-start; font-size:14.5px; color: var(--ink-soft); }
.price li svg { width:17px; height:17px; color: var(--signal); flex-shrink:0; margin-top:1px; }
.price .btn { width: 100%; justify-content: center; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 0; font-size: 17px; color: var(--ink); font-weight: 500;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { width: 20px; height: 20px; color: var(--muted); transition: transform .25s var(--ease); flex-shrink:0; }
.faq details[open] summary .ico { transform: rotate(45deg); }
.faq details p { margin: 0 0 22px; color: var(--muted); font-size: 15.5px; max-width: 680px; }

/* Page hero (secondary pages) */
.page-hero { padding: 72px 0 48px; }
.page-hero .display { margin-bottom: 22px; }
.page-hero .lead { max-width: 620px; color: var(--ink-soft); }

/* Model diagram BOOKING -> WORKFLOW -> EXECUTION */
.model {
  display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px;
}
.model__node {
  text-align: center; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 20px; background: var(--paper);
}
.model__node .lbl { font-family:'JetBrains Mono',monospace; font-size:11px; letter-spacing:.16em; text-transform:uppercase; color: var(--muted); }
.model__node .big { font-size: 1.35rem; color: var(--ink); font-weight:500; margin-top:8px; letter-spacing:-0.02em;}
.model__arrow { color: var(--bar); }
.model__arrow svg { width: 26px; height: 26px; }

/* =============================================================
   Reveal on scroll
   ============================================================= */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  * { scroll-behavior: auto !important; }
}

/* =============================================================
   Responsive
   ============================================================= */
@media (max-width: 940px) {
  .hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .hero__panel { max-width: 520px; }
  .split, .benefits { grid-template-columns: 1fr; gap: 36px; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .journey__stages { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .model { grid-template-columns: 1fr; }
  .model__arrow { transform: rotate(90deg); justify-self: center; }
  .nav__links { display: none; }
  .nav__actions .signin { display: none; }
  .nav__toggle { display: block; }
  .price-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 620px) {
  .section { padding: 68px 0; }
  .wrap { padding: 0 20px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .trio { grid-template-columns: 1fr; }
  .trio__col { border-right: none; border-bottom: 1px solid var(--line); }
  .trio__col:last-child { border-bottom: none; }
  .journey__stages { grid-template-columns: 1fr; }
  .hi-duties { columns: 1; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__cta { flex-direction: column; }
  .hero__cta .btn { width: 100%; justify-content: center; }
}
