@supports not (aspect-ratio: 1 / 1) {
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f8fafc;
  color: #0f172a;
  font-family: Inter, Arial, sans-serif;
}

#root {
  max-width: 100%;
  overflow-x: hidden;
}

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

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

@supports not (aspect-ratio: 1 / 1) {
  .hidden {
    display: none;
  }
}

nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  height: 80px;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

nav > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav img[alt="Tillzen"] {
  width: auto;
  height: 42px;
}

nav a,
nav button {
  font-size: 14px;
  font-weight: 600;
}

main {
  padding-top: 80px;
}

.site-section-cool {
  background: #f8fbff;
}

.site-section-warm {
  background: #fbfaf7;
}

.site-section-mist {
  background: #f8fafc;
}

.cash-recon-hero-stage {
  min-height: 0;
  padding: 40px 0 56px;
}

.cash-recon-hero-container {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 18px;
}

.cash-recon-hero-grid {
  display: block;
  min-height: 0;
}

.cash-recon-hero-copy,
.cash-recon-hero-asset {
  width: auto;
}

.cash-recon-hero-copy {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cash-recon-hero-copy h1,
[data-copy-role="section-headline"] {
  margin: 0;
  color: #0f172a;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.02;
}

.cash-recon-hero-copy h1 {
  margin-top: 28px;
  font-size: 30px !important;
  line-height: 1.14 !important;
}

.cash-recon-hero-copy p {
  max-width: 360px;
  margin: 24px auto 0;
  color: #475569;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.cash-recon-hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 34px;
}

.cash-recon-hero-actions a {
  max-width: 100%;
}

[data-copy-role="cta"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}

.bg-blue-600 {
  background: #2563eb;
  color: #fff;
}

.bg-white {
  background: #fff;
}

.text-white {
  color: #fff;
}

.text-slate-900 {
  color: #0f172a;
}

.text-slate-600 {
  color: #475569;
}

.asset-stage {
  position: relative;
}

.cash-recon-hero-asset {
  max-width: 380px;
  margin: 38px auto 0;
}

.marketing-asset-frame,
.marketing-asset-shell,
.marketing-asset-picture {
  width: 100%;
}

.marketing-asset-image {
  width: 100%;
  max-height: 760px;
  -o-object-fit: contain;
  object-fit: contain;
}

section {
  padding-top: 96px;
  padding-bottom: 96px;
}

section > div {
  max-width: 440px;
  margin-right: auto;
  margin-left: auto;
}

[data-copy-role="section-headline"] {
  font-size: 42px;
}

h2,
h3,
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3 {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

h3 {
  color: #0f172a;
  font-size: 24px;
  line-height: 1.25;
}

p {
  color: #475569;
  line-height: 1.65;
}

.border-t {
  border-top: 1px solid #dbe4f0;
}

.border-y {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.border-l-2 {
  border-left: 2px solid #2563eb;
}

.bg-slate-900 {
  background: #0f172a;
}

.bg-slate-900 p,
.bg-slate-900 h2,
.bg-slate-900 a,
.bg-slate-900 div {
  color: #fff;
}

.bg-slate-900 a.bg-white {
  color: #0f172a;
}

footer {
  background: #0f172a;
  color: #fff;
  padding: 56px 24px;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer li {
  margin: 10px 0;
}

@media (max-width: 900px) {
  nav > div {
    padding: 0 16px;
  }

  nav img[alt="Tillzen"] {
    height: 36px;
  }

  .cash-recon-hero-stage {
    min-height: 0;
    padding-top: 28px;
  }

  .cash-recon-hero-grid {
    display: block;
    min-height: 0;
  }

  .cash-recon-hero-copy,
  .cash-recon-hero-asset {
    width: auto;
  }

  .cash-recon-hero-copy {
    text-align: center;
  }

  .cash-recon-hero-copy h1,
  .cash-recon-hero-copy h1[data-copy-role="hero-headline"] {
    font-size: 44px !important;
  }

  .cash-recon-hero-copy p {
    margin-right: auto;
    margin-left: auto;
    font-size: 17px !important;
  }

  .cash-recon-hero-actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cash-recon-hero-asset {
    margin-top: 28px;
  }

  section {
    padding: 72px 0;
  }

  section > div {
    padding-right: 18px;
    padding-left: 18px;
  }

  [data-copy-role="section-headline"] {
    font-size: 34px !important;
  }
}

@media (max-width: 560px) {
  nav {
    height: 68px;
  }

  main {
    padding-top: 68px;
  }

  nav > div {
    padding: 0 12px;
  }

  nav img[alt="Tillzen"] {
    height: 28px;
  }

  .cash-recon-hero-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .cash-recon-hero-stage {
    padding-top: 18px;
  }

  .cash-recon-hero-copy h1,
  .cash-recon-hero-copy h1[data-copy-role="hero-headline"] {
    font-size: 30px !important;
    line-height: 1.08 !important;
  }

  .cash-recon-hero-copy p {
    margin-top: 20px;
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .cash-recon-hero-actions {
    display: block;
    margin-top: 24px;
  }

  .cash-recon-hero-actions a {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
  }

  .marketing-asset-image {
    max-height: 430px;
  }

  section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  [data-copy-role="section-headline"] {
    font-size: 27px !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 420px) {
  .cash-recon-hero-copy h1,
  .cash-recon-hero-copy h1[data-copy-role="hero-headline"] {
    font-size: 25px !important;
    line-height: 1.12 !important;
  }

  .cash-recon-hero-copy p {
    font-size: 14px !important;
  }

  .cash-recon-hero-copy > .inline-flex {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  [data-copy-role="cta"] {
    width: 100%;
    max-width: 100%;
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  h2,
  h3,
  p,
  li {
    font-size-adjust: none;
  }

  p,
  li {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
}
}

html.old-browser,
html.old-browser body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

html.old-browser *,
html.old-browser *::before,
html.old-browser *::after {
  box-sizing: border-box;
}

html.old-browser main,
html.old-browser .site-page-shell {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html.old-browser .cash-recon-hero-stage {
  min-height: 0 !important;
  padding-top: 28px !important;
  padding-bottom: 44px !important;
}

html.old-browser .cash-recon-hero-container,
html.old-browser section > div {
  width: 100% !important;
  max-width: 420px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 18px !important;
  padding-left: 18px !important;
}

html.old-browser .cash-recon-hero-grid {
  display: block !important;
  min-height: 0 !important;
}

html.old-browser .cash-recon-hero-copy,
html.old-browser .cash-recon-hero-asset {
  width: 100% !important;
  max-width: 360px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

html.old-browser .cash-recon-hero-copy h1,
html.old-browser .cash-recon-hero-copy h1[data-copy-role="hero-headline"] {
  font-size: 24px !important;
  line-height: 1.16 !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

html.old-browser [data-copy-role="section-headline"] {
  font-size: 24px !important;
  line-height: 1.18 !important;
}

html.old-browser .cash-recon-hero-copy p,
html.old-browser p,
html.old-browser li {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

html.old-browser .cash-recon-hero-actions {
  display: block !important;
  margin-top: 22px !important;
}

html.old-browser [data-copy-role="cta"] {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  margin-top: 10px !important;
  padding-right: 14px !important;
  padding-left: 14px !important;
  white-space: normal !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

html.old-browser .marketing-asset-image {
  width: 100% !important;
  max-height: 430px !important;
  object-fit: contain !important;
}

@media (max-width: 1000px) {
  .cash-recon-hero-stage {
    min-height: 0 !important;
    padding-top: 28px !important;
    padding-bottom: 44px !important;
  }

  .cash-recon-hero-container,
  section > div {
    width: 100% !important;
    max-width: 420px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .cash-recon-hero-grid {
    display: block !important;
    min-height: 0 !important;
  }

  .cash-recon-hero-copy,
  .cash-recon-hero-asset {
    width: 100% !important;
    max-width: 360px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .cash-recon-hero-copy h1,
  .cash-recon-hero-copy h1[data-copy-role="hero-headline"] {
    font-size: 24px !important;
    line-height: 1.16 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  [data-copy-role="section-headline"] {
    font-size: 24px !important;
    line-height: 1.18 !important;
  }

  .cash-recon-hero-copy p,
  p,
  li {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .cash-recon-hero-actions {
    display: block !important;
    margin-top: 22px !important;
  }

  [data-copy-role="cta"] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px !important;
    margin-top: 10px !important;
    padding-right: 14px !important;
    padding-left: 14px !important;
    white-space: normal !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

  .marketing-asset-image {
    width: 100% !important;
    max-height: 430px !important;
    object-fit: contain !important;
  }
}
