:root {
  --tlc-root-font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif
}

html,
body,
button,
input,
select,
textarea,
option {
  font-family: var(--font-family, var(--tlc-root-font-family)) !important
}

:root {
  --rich-black: #0D0D0D;
  --electric-blue: #2978F0;
  --soft-white: #F5F5F5;
  --warm-beige: #F2E9E4;
  --vivid-coral: #FF5C5C;
  --font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --header-height: 64px;
  --header-safe-padding: 12px;
  --banner-stack-height: 0px;
  --footer-height: 96px;
  --footer-safe-padding: 12px
}

html {
  box-sizing: border-box;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  height: 100%
}

body {
  font-family: var(--font-family);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: 100%;
  background-color: var(--soft-white);
  color: var(--rich-black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
}

body.home-page {
  background-color: #000
}

button,
.form-button,
a.button,
a[role="button"] {
  border-radius: 999px !important;
  font-family: var(--font-family) !important
}

.daily-movation-footer-button {
  border-radius: 6px !important
}

.support-page button,
.contact-page button,
.contact-form button,
.contact-form .form-button,
.support-form button {
  border-radius: 8px !important
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  box-sizing: border-box;
  background-color: #010203;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10001;
  transform: translateZ(0) translateY(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 15px;
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1), box-shadow 220ms ease
}

/* Official App Store Badges */
.app-badges-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}

.app-badges-container--center {
  justify-content: center;
}

.app-badges-container--start {
  justify-content: flex-start;
}

.app-link-official {
  display: inline-block;
  transition: transform 0.2s ease, opacity 0.2s ease;
  line-height: 0;
}

.app-link-official:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.app-link-official svg {
  height: 40px;
  width: auto;
  display: block;
}

#global-banner-stack {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: #c62828;
  transform: translateZ(0) translateY(var(--header-offset, 0px));
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1)
}

#global-banner-stack>div {
  width: 100%
}

#global-banner-stack .finance-banner,
#global-banner-stack .news-banner {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding-left: 0;
  box-sizing: border-box
}

#global-banner-stack .news-banner {
  margin-top: 0 !important
}

@media (max-width:900px) {

  #global-banner-stack .finance-banner,
  #global-banner-stack .news-banner {
    width: calc(100% + 40px) !important;
    max-width: none !important;
    padding: 10px 20px 10px 0 !important;
    margin-left: -20px !important;
    margin-right: 0 !important;
    box-sizing: border-box
  }

  .news-banner-brand,
  .finance-banner-brand {
    margin-left: 16px !important;
  }
}

header.header-hidden {
  transform: translateZ(0) translateY(calc(-1 * var(--header-height)));
  pointer-events: none;
  box-shadow: none
}

header.header-scrolled {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px)
}

header h1 {
  margin: 0;
  padding: 0;
  line-height: 1.05
}

header h1 a.brand-link {
  color: #fff !important;
  text-decoration: none !important;
}

header h1 a.brand-link:hover {
  color: #fff !important;
  text-decoration: none !important;
}

header h1 .brand-link-space {
  opacity: 1;
  /* Keeping it invisible as requested but technically a space */
}

header .site-header-heading {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.05;
  font-size: 2em;
  font-weight: 700
}

header nav {
  margin-top: 0
}

.header-left {
  display: flex;
  align-items: center
}

.header-nav ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center
}

header nav a:last-child {
  margin-right: 5px
}

header nav a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  margin-right: 0.4rem;
  transition: color 0.3s ease
}

.header nav a:hover {
  color: var(--electric-blue)
}

@media (min-width:901px) {

  header.division-header {
    justify-content: flex-start;
  }

  header.division-header>h1,
  header.division-header>.site-header-heading {
    margin: 0;
    padding: 0;
    line-height: 1.05;
    font-size: 2em;
    font-weight: 700;
  }

  .learmondconstruction-shell header>h1,
  .learmondconstruction-shell header>.site-header-heading,
  .learmondsystems-shell header>h1,
  .learmondsystems-shell header>.site-header-heading {
    margin: 0;
    padding: 0;
    line-height: 1.05
  }

  .learmondconstruction-shell header>nav,
  .learmondsystems-shell header>nav {
    margin-top: 0;
    margin-bottom: 0
  }
}

.after-main-ad {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 16px auto calc(92px + env(safe-area-inset-bottom, 0px));
  padding: 14px 0;
  min-height: 120px;
  line-height: 1.8;
  box-sizing: border-box;
  clear: both
}

.after-main-ad iframe,
.after-main-ad>div,
.after-main-ad>a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

h2 {
  margin-top: 40px;
  text-align: center
}

.home-welcome-title {
  margin-top: 8px;
  text-align: center
}

.hero-image-section {
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 0 !important;
  margin-bottom: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  padding: 0
}

.hero-image {
  width: 100%;
  height: 23vh;
  min-height: 100px;
  max-height: 200px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0
}

.hero-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: none
}

.hero-text-overlay .home-welcome-prefix {
  display: block;
  color: #fff;
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  letter-spacing: 1px
}

.hero-text-overlay h1 {
  color: #fff;
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 4.5rem) !important;
  font-weight: 800;
  line-height: 1.1;
  white-space: normal;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9)
}

.app-store-banner {
  margin-top: 0 !important
}

.page-header-tight,
.page-header-tighter {
  margin-top: -21px;
  padding-top: 0
}

.page-header-tight h1,
.page-header-tight h2,
.page-header-tighter h1,
.page-header-tighter h2 {
  margin-top: 0
}

main>section.page-header-tight:first-child,
main>section.page-header-tighter:first-child {
  margin-top: -21px !important;
  padding-top: 0 !important
}

main>section.page-header-tight:first-child h1,
main>section.page-header-tight:first-child h2,
main>section.page-header-tighter:first-child h1,
main>section.page-header-tighter:first-child h2 {
  margin-top: 0 !important
}

.root-legal-page {
  max-width: 960px;
  margin: -24px auto 0;
  width: 100%
}

.root-legal-content {
  text-align: center
}

.root-legal-content h1,
.root-legal-content h2,
.root-legal-content h3,
.root-legal-content h4,
.root-legal-content h5,
.root-legal-content h6 {
  margin-top: 0
}

.root-legal-content p,
.root-legal-content li {
  line-height: 1.55
}

.root-legal-content ul,
.root-legal-content ol {
  list-style-position: inside;
  padding-left: 0
}

.news-banner {
  background-color: #c62828;
  color: white;
  padding: 10px 20px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  margin: 0;
  position: relative
}

.news-banner-items {
  display: flex;
  gap: 33px;
  align-items: center;
  padding-left: 170px;
  padding-top: 0
}

.news-banner-brand {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-weight: 900;
  text-decoration: underline !important;
  text-decoration-thickness: 3px !important;
  text-decoration-color: #000 !important;
  text-underline-offset: 4px;
  font-size: 22px;
  padding: 10px;
  margin-left: 0;
  z-index: 3;
  background: #c62828;
  pointer-events: auto;
  user-select: none;
  cursor: pointer
}

.news-banner-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  flex: none
}

.app-store-banner {
  background-color: purple;
  color: white;
  padding: 10px;
  text-align: center;
  width: 100vw;
  margin-left: -30px;
  margin-top: 0;
  margin-bottom: 0
}

.app-store-banner a {
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: 600
}

.source-footer-button {
  background-color: #FFD700;
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 0;
  display: inline-block
}

.daily-motivation-footer-button {
  background-color: #673AB7;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 0;
  display: inline-block
}

.footer-links {
  color: white;
  text-decoration: none;
  color: inherit;
  margin-left: 12px
}

main {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: calc(var(--header-safe-padding) + 16px) 20px 20px;
  display: flex;
  flex-direction: column
}

body.home-page main {
  padding-top: 0 !important
}

body.home-page .hero-image-section {
  margin-top: 0 !important;
  background-color: #000
}

body.home-page .page-scroll-container {
  background-color: #000
}

body.home-page .page-scroll-container main {
  background-color: var(--soft-white);
  min-height: 100%
}

.page-scroll-container {
  position: fixed;
  top: calc(var(--header-height) + var(--banner-stack-height));
  right: 0;
  bottom: calc(var(--footer-height) + var(--header-offset, 0px));
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
  transform: translateZ(0) translateY(var(--header-offset, 0px));
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1)
}

footer {
  background-color: var(--rich-black);
  color: var(--soft-white);
  text-align: center;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px)) 8px;
  font-size: 0.9rem;
  z-index: 9999;
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0 !important;
  width: 100%;
  margin: 0 !important;
  height: var(--footer-height);
  min-height: var(--footer-height);
  max-height: var(--footer-height);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  overflow: hidden
}

footer>div {
  margin-top: 0 !important;
  white-space: nowrap
}

footer>div:first-child,
footer>div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

footer .footer-links,
footer .footer-copyright,
footer .daily-motivation-footer-button,
footer .source-footer-button {
  white-space: nowrap
}

.mailing-list-popup {
  display: block;
  position: fixed;
  right: 12px;
  bottom: calc(var(--footer-height) + 18px + env(safe-area-inset-bottom, 0px));
  width: min(290px, calc(100vw - 24px));
  background: #ffffff;
  color: #111;
  border: 1px solid #d7d7d7;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  padding: 14px;
  z-index: 10030
}

.mailing-list-popup h3 {
  margin: 0 24px 10px 0;
  font-size: 1rem;
  cursor: grab;
  user-select: none;
}

.mailing-list-popup h3:active {
  cursor: grabbing;
}

.mailing-list-popup.is-dragging {
  cursor: grabbing;
}

.mailing-list-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid #d7d7d7;
  background: #fff;
  color: #333;
  cursor: pointer;
  padding: 0;
  line-height: 1
}

.mailing-list-popup-form {
  display: flex;
  gap: 8px;
  flex-direction: column
}

.mailing-list-popup-form input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.92rem
}

.mailing-list-popup-form button {
  border: none;
  background: #111;
  color: #fff;
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer
}

.mailing-list-popup-status {
  margin: 10px 0 0 0;
  min-height: 1.1em;
  font-size: 0.85rem
}

.flip-card-container {
  perspective: 1000px;
  width: 260px;
  height: 160px;
  margin: 10px
}

.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px
}

.flip-card-container:hover .flip-card,
.flip-card-container:focus-within .flip-card {
  transform: rotateY(180deg)
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.1rem;
  color: #0D0D0D
}

.flip-card-front {
  background: white
}

.flip-card-back {
  background: var(--electric-blue);
  color: white;
  transform: rotateY(180deg)
}

.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0 auto
}

a.card-link {
  text-decoration: none;
  outline: none
}

.division-columns {
  column-width: 220px;
  column-gap: 24px;
  text-align: left;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 24px;
  box-sizing: border-box
}

.division-columns li {
  break-inside: avoid;
  margin-bottom: 6px
}

.hidden-on-page {
  display: none !important
}

.contact-header {
  text-align: center
}

.contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: -20px;
  width: 100vw
}

.contact-info {
  flex: 1;
  padding: 20px;
  background-color: var(--warm-beige);
  border-radius: 8px;
  margin-right: 20px
}

.contact-form {
  flex: 1;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: var(--font-family);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  height: 48px
}

.contact-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: var(--font-family);
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  height: 48px;
  background-color: #fff;
  color: #222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #888;
  opacity: 1
}

.contact-form select option:first-child {
  color: #888
}

.contact-form button {
  background-color: var(--electric-blue);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease
}

.contact-form button:hover {
  background-color: #1a5fc4
}

.support-wrapper {
  max-width: 1100px;
  margin: 0 auto 12px auto;
  padding: 20px 28px
}

.support-form {
  background: white;
  border-radius: 10px;
  padding: 26px;
  box-shadow: 0 6px 18px rgba(13, 13, 13, 0.08)
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  align-items: start
}

.form-field {
  display: flex;
  flex-direction: column
}

.form-field label {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--rich-black);
  font-size: 0.95rem
}

.form-field input,
.form-field select,
.form-field textarea {
  padding: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  font-size: 0.95rem
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 120, 240, 0.12);
  border-color: var(--electric-blue)
}

.form-field.full-width {
  grid-column: 1 / -1
}

.form-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px
}

.btn-primary {
  background: var(--electric-blue);
  color: #fff;
  padding: 10px 18px;
  font-size: calc(1.05rem - 0.5px);
  border-radius: 999px;
  border: none;
  cursor: pointer
}

.btn-primary:hover {
  background: #1a5fc4
}

.btn-secondary {
  background: transparent;
  border: 1px solid #ccc;
  padding: 10px 16px;
  font-size: calc(1.05rem - 0.5px);
  border-radius: 999px;
  cursor: pointer
}

.page {
  width: 100%;
  margin: 0 auto
}

.page h2 {
  text-align: center
}

.systems-home-page {
  width: 100%;
  max-width: none;
  margin: -16px 0 0;
  padding-left: clamp(0px, 1.2vw, 18px);
  padding-right: 20px;
  box-sizing: border-box
}

.systems-home-page>h2 {
  margin-bottom: 10px;
  text-align: left
}

.systems-home-page>p {
  margin: 0 0 30px;
  max-width: 560px;
  color: #5b6473;
  font-size: 1.02rem;
  line-height: 1.6;
  text-align: left
}

.systems-home-page .app-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 220px));
  gap: 40px 60px;
  align-items: start;
  justify-content: start;
  width: 100%;
  max-width: none;
  margin: 0
}

.systems-home-page .app-module {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 220px;
  padding: 8px 0 14px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
  min-height: 0;
  transition: transform 180ms ease
}

.systems-home-page .app-module:hover {
  transform: translateY(-2px)
}

.systems-home-page .app-icon {
  margin-bottom: 16px
}

.systems-home-page .app-icon a {
  display: block;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  box-shadow: none
}

.systems-home-page .app-icon img {
  width: 100%;
  max-width: none;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 14px 24px rgba(17, 24, 39, 0.1);
  border: 1px solid #edf0f7
}

.systems-home-page .app-module h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1
}

.systems-home-page .app-module p {
  margin: 0 0 10px;
  color: #586072;
  line-height: 1.5;
  font-size: 0.95rem
}

.systems-home-page .app-buttons {
  display: flex;
  gap: 12px;
  margin-top: 0
}

.systems-home-page .app-link {
  width: 58px;
  height: 58px;
  border: 1px solid transparent;
  border-radius: 18px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease
}

.systems-home-page .app-link:hover,
.systems-home-page .app-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.2);
  filter: saturate(1.05)
}

.systems-home-page .app-link:focus-visible {
  outline: 3px solid rgba(41, 120, 240, 0.22);
  outline-offset: 3px
}

.systems-home-page .app-link-ios {
  background: linear-gradient(180deg, #1e1f23 0%, #050505 100%)
}

.systems-home-page .app-link-source {
  background: #ffffff;
  border-color: #efe4a6;
  color: #f2c300
}

.systems-home-page .app-link-source-mark {
  display: block;
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #f2c300
}

.systems-home-page .app-link-android {
  background: linear-gradient(180deg, #38b36d 0%, #179f54 100%)
}

.systems-home-page .app-link i {
  font-size: 1.55rem;
  line-height: 1
}

@media (max-width:760px) {
  .systems-home-page {
    padding-left: 0;
    padding-right: 0
  }

  .systems-home-page .app-grid {
    grid-template-columns: minmax(0, 220px);
    gap: 34px;
    width: 100%
  }

  .systems-home-page .app-module {
    padding: 8px 0 14px
  }

  .systems-home-page .app-icon a {
    min-height: 0
  }
}

.about-intro {
  text-align: center;
  width: 100%;
  max-width: none;
  margin: 0
}

.muted {
  color: var(--rich-black);
  font-size: 1rem;
  line-height: 1.6
}

.pillars-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.pillars-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 320px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  box-sizing: border-box
}

.pillar {
  display: block;
  padding: 0 8px;
  text-align: center;
  cursor: pointer;
}

.pillar a {
  text-decoration: none;
  color: black;
}

.about-pillars-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 16px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box
}

.about-pillars-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 240px;
  max-width: 240px;
  min-height: 140px;
  height: 140px;
  background: white;
  border-radius: 10px;
  padding: 22px 18px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 120ms ease, box-shadow 120ms ease
}

.about-pillars-container:hover,
.about-pillars-container:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12)
}

.about-pillar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center
}

.about-pillar h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.3
}

.pillar p {
  font-size: 16px;
  max-width: 300px;
  margin-top: -12px
}

.text-center {
  text-align: center
}

.call-to-action-banner-container {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0.9rem;
}

.call-to-action-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background: rgb(125, 125, 195);
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.call-to-action-banner-container a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}





.footer-copyright {
  margin-top: 0;
  font-size: 0.8rem
}

@media (max-width:900px) {
  html {
    font-size: 17px
  }

  .about-pillars-row {
    max-width: none
  }

  .about-pillars-container {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2)
  }

  footer,
  footer.page-footer,
  .page-footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0 !important;
    width: 100%;
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: var(--footer-height) !important;
    max-height: none !important;
    font-size: 0.95rem !important;
    box-sizing: border-box !important;
    margin: 0 !important
  }

  footer>div:first-child {
    margin-bottom: 6px !important
  }

  footer>div:nth-child(2) {
    margin-bottom: 6px !important
  }

  footer .footer-copyright {
    margin-top: 2px !important
  }

  header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    z-index: 10001;
    height: auto;
    min-height: 0;
    padding: calc(env(safe-area-inset-top, 0px) + var(--header-safe-padding)) 12px 0;
    gap: 4px
  }

  header h1 {
    margin-bottom: 0;
    text-align: center
  }

  header nav {
    align-items: center;
    display: flex;
    margin-top: 0;
    margin-bottom: 2px;
    gap: 4px 10px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%
  }

  header nav a {
    font-size: 16px;
    line-height: 1.2;
    margin-right: 0
  }

  .contact-container {
    flex-direction: column !important
  }

  .contact-info,
  .contact-form {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 20px !important;
    box-sizing: border-box !important
  }

  .pillars-row {
    justify-content: center;
    gap: 16px;
    margin-left: auto;
    margin-right: auto
  }

  .pillars-container {
    width: calc(50% - 32px);
    max-width: 520px;
    margin: 12px;
    padding: 18px;
    box-sizing: border-box
  }

  .division-columns {
    column-count: 2;
    column-gap: 18px;
    max-width: 100%;
    padding-left: 24px
  }
}

@media (max-width:440px) {
  header {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    min-height: 0;
    padding: calc(env(safe-area-inset-top, 0px) + var(--header-safe-padding)) 10px 0;
    z-index: 10001;
    margin-bottom: 0;
    gap: 4px
  }

  body {
    justify-content: center
  }

  header h1 {
    font-size: clamp(1.45rem, 6.1vw, 1.8rem);
    line-height: 1.05;
    margin-bottom: 0;
    text-align: center
  }

  footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0 !important;
    width: 100%;
    padding: 6px 4px calc(6px + env(safe-area-inset-bottom, 0px)) 4px !important;
    font-size: 0.9rem;
    line-height: 1.05;
    margin: 0 !important;
    height: auto !important;
    min-height: var(--footer-height) !important;
    max-height: none !important
  }

  .footer-copyright {
    margin-top: 6px;
    font-size: 0.8rem;
    white-space: nowrap
  }

  header nav {
    display: flex;
    align-items: center;
    gap: 4px 8px;
    row-gap: 4px;
    margin-top: 0;
    margin-bottom: 2px;
    flex-wrap: wrap;
    justify-content: center
  }

  header nav a {
    font-size: 15px !important;
    line-height: 1.15
  }

  h2 {
    margin-left: 0;
    margin-right: 0;
    text-align: center
  }

  .after-main-ad {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 18px auto calc(120px + env(safe-area-inset-bottom, 0px));
    padding: 16px 0 24px;
    min-height: 140px;
    line-height: 2
  }

  .mailing-list-popup {
    right: 8px;
    width: calc(100vw - 16px);
    bottom: calc(var(--footer-height) + 14px + env(safe-area-inset-bottom, 0px));
    padding: 12px
  }

  .pillars-row {
    padding: 0 8px
  }

  .unified-tech-section {
    padding: 0 8px
  }

  .unified-tech-section .pillars-container-link {
    min-height: 152px
  }

  .pillars-container {
    width: calc(100% - 24px);
    max-width: none;
    margin: 8px auto;
    padding: 16px;
    box-sizing: border-box
  }

  .support-page {
    margin-top: -24px
  }

  .support-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 6px 2px 6px;
    box-sizing: border-box
  }

  .support-form {
    width: 100%;
    padding: 14px;
    box-sizing: border-box
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .form-field.full-width {
    grid-column: auto
  }

  .support-form .form-field input,
  .support-form .form-field select,
  .support-form .form-field textarea {
    width: 100%;
    box-sizing: border-box
  }

  .form-actions {
    justify-content: stretch;
    gap: 10px
  }

  .form-actions .btn-primary,
  .form-actions .btn-secondary {
    flex: 1;
    min-width: 0
  }

  :root {
    --header-height: 115px;
    --header-safe-padding: 12px;
    --footer-height: 96px;
    --footer-safe-padding: 8px
  }

  h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center
  }

  .home-welcome-title {
    font-size: clamp(1.05rem, 4.8vw, 1.35rem);
    white-space: nowrap
  }

  .page-header-tight h1,
  .page-header-tight h2 {
    margin-top: 0
  }

  .page-header-tighter h1,
  .page-header-tighter h2 {
    margin-top: 0
  }

  .systems-home-page {
    margin-top: -12px
  }

  .systems-home-page>h2,
  .systems-home-page>p {
    text-align: left
  }

  .systems-home-page>p {
    margin-bottom: 22px;
    font-size: 0.95rem
  }

  .systems-home-page .app-grid {
    gap: 34px
  }

  .systems-home-page .app-module {
    padding: 6px 0 12px
  }

  .systems-home-page .app-icon {
    margin-bottom: 18px
  }

  .systems-home-page .app-icon a {
    min-height: 0;
    padding: 0;
    border-radius: 0
  }

  .systems-home-page .app-icon img {
    border-radius: 30px
  }

  .systems-home-page .app-module h3 {
    font-size: 1.45rem
  }

  .systems-home-page .app-link {
    width: 54px;
    height: 54px;
    border-radius: 16px !important
  }

  .news-banner,
  .app-store-banner,
  #finance-banner {
    width: calc(100% + 40px) !important;
    max-width: none !important;
    margin-left: -20px !important;
    margin-right: 0 !important;
    box-sizing: border-box
  }

  .news-banner-brand,
  .finance-banner-brand {
    margin-left: 16px !important;
    text-decoration: underline !important;
  }

  #finance-banner {
    margin-top: 0 !important
  }
}

.hidden-on-page {
  display: none !important
}


.hero-text-overlay {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: baseline !important;
  gap: 0.5em !important;
  width: 100% !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

.hero-text-overlay .home-welcome-prefix,
.hero-text-overlay h1.home-welcome-title {
  font-size: clamp(1.8rem, 4.5vw, 3.8rem) !important;
  font-weight: 800 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9) !important;
  display: inline-block !important;

}

.hero-text-overlay .home-welcome-prefix {
  margin-right: 0.1em !important;

}

@media (max-width: 900px) {
  .hero-text-overlay {
    flex-direction: column !important;
    align-items: center !important;
    white-space: normal !important;
    gap: 4px !important;

  }

  .hero-text-overlay .home-welcome-prefix,
  .hero-text-overlay h1.home-welcome-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
    text-align: center !important;
  }
}

.divisions-page .cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: min(1380px, 100%);
  margin: 40px auto 0;
}

.divisions-page .card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  width: min(260px, 100%);
}

.divisions-page .flip-card-container {
  width: 100%;
  height: 160px;
  margin: 0;
}

@media (max-width: 760px) {
  .divisions-page .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 260px));
    justify-content: center;
    gap: 16px;
  }

  .divisions-page .card-link {
    width: 260px;
  }

  .divisions-page .card-link:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .divisions-page .flip-card-container {
    height: 140px;
  }

  .divisions-page .flip-card-front,
  .divisions-page .flip-card-back {
    padding: 16px;
    font-size: 0.98rem;
  }
}

@media (max-width: 440px) {
  .divisions-page .cards-wrapper {
    gap: 12px;
  }

  .divisions-page .card-link {
    width: 100%;
    max-width: 260px;
  }

  .divisions-page .flip-card-container {
    height: 128px;
  }

  .divisions-page .flip-card-front,
  .divisions-page .flip-card-back {
    padding: 14px;
    font-size: 0.9rem;
  }
}

.unified-tech-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 12px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.pillars-container-link {
  text-decoration: none;
  color: inherit;
}

.pillars-container-link:visited {
  color: inherit;
}

.unified-tech-section .pillars-container-link {
  min-height: 10rem;
}

.unified-tech-section .pillar h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.pillars-container-link--postgres {
  background-color: #6f2cff;
}

.pillars-container-link--postgres .pillar h3,
.pillars-container-link--postgres .pillar p {
  color: #ffffff;
}

.pillars-container-link--source .pillar h3,
.pillars-container-link--source .pillar p {
  color: #FFD700;
}

.pillars-container-link--hamilton .pillar h3,
.pillars-container-link--hamilton .pillar p,
.pillars-container-link--cli .pillar h3,
.pillars-container-link--cli .pillar p {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #174379;
}

.lcm-feature-banner-container {
  background:
    linear-gradient(135deg, rgba(247, 248, 250, 0.98) 0%, rgba(214, 219, 225, 0.98) 16%, rgba(156, 163, 173, 0.98) 34%, rgba(239, 241, 244, 0.98) 52%, rgba(174, 181, 190, 0.98) 70%, rgba(246, 247, 249, 0.98) 100%);
  display: flex;
  flex-direction: column;
  gap: 0;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 0px;
  margin-bottom: 10px;
  box-sizing: border-box;
  justify-content: center;
  border-radius: 0;
  padding: 14px clamp(8px, 2vw, 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(117, 124, 133, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), inset 0 -12px 26px rgba(96, 103, 114, 0.14);
}

.lcm-feature-banner {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 5px clamp(0.5rem, 1.4vw, 1.1rem) 1.85rem;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.lcm-feature-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 680px;
  margin-top: 5px;
  margin-bottom: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
}

.lcm-feature-banner-text h3,
.lcm-feature-banner-text p {
  margin: 0;
}

.lcm-feature-banner-text h3 {
  font-size: clamp(1.2rem, 2.3vw, 1.85rem);
  line-height: 1.1;
}

.lcm-feature-banner-stage {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  width: 100%;
  will-change: opacity, filter;
  transition: opacity 340ms ease, filter 340ms ease;
  cursor: pointer;
}

.lcm-feature-banner-stage>a,
.lcm-feature-banner-stage>a:visited,
.lcm-feature-banner-stage>a:hover,
.lcm-feature-banner-stage>a:focus {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  color: inherit;
  text-decoration: none !important;
}

.lcm-feature-banner-stage.is-leaving {
  opacity: 0;
  filter: blur(6px);
}

.lcm-feature-banner-stage.is-entering {
  animation: lcmFeatureBannerReveal 820ms ease;
}

.lcm-feature-banner-symbol,
.lcm-feature-banner-name,
.lcm-feature-banner-analysis {
  min-height: 1em;
  margin: 0;
  margin-top: 0.70rem;
}

.lcm-feature-banner-symbol {
  font-size: clamp(1.5rem, 2.8vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0d0d0d;
}

.lcm-feature-banner-name {
  max-width: 30ch;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  font-weight: 500;
  line-height: 1.25;
  color: #3f3f46;
}

.lcm-feature-banner-name:empty {
  display: none;
}

.lcm-feature-banner-analysis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #174379;
  background: rgba(23, 67, 121, 0.08);
}

.lcm-feature-banner-analysis:empty {
  display: none;
}

.lcm-feature-banner-analysis[data-tone="bullish"] {
  color: #166534;
  background: rgba(22, 101, 52, 0.12);
}

.lcm-feature-banner-analysis[data-tone="bearish"] {
  color: #b42318;
  background: rgba(180, 35, 24, 0.12);
}

.lcm-feature-banner-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
  max-width: 58rem;
  margin-top: 0.70rem;
}

.lcm-feature-banner-stat {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.55rem;
  border-radius: 16px;
  background: rgba(17, 24, 39, 0.045);
}

.lcm-feature-banner-stat-label {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
  text-align: center;
}

.lcm-feature-banner-stat-value {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111827;
}

.lcm-feature-banner-stat-value[data-tone="up"] {
  color: #166534;
}

.lcm-feature-banner-stat-value[data-tone="down"] {
  color: #b42318;
}

.lcm-feature-banner-timestamp {
  position: absolute;
  right: clamp(0.8rem, 1.5vw, 1.2rem);
  bottom: 0.8rem;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #6b7280;
  text-align: right;
  white-space: nowrap;
}

.lcm-feature-banner-timestamp[hidden] {
  display: none;
}

.lcm-feature-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0) 80%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-115%);
}

.lcm-feature-banner.is-flashing::after {
  animation: lcmFeatureBannerFlash 820ms ease;
}

@keyframes lcmFeatureBannerReveal {
  0% {
    opacity: 0;
    filter: blur(8px);
  }

  60% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@media (max-width: 1080px) {
  .lcm-feature-banner-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 38rem;
  }
}

@media (max-width: 640px) {
  .lcm-feature-banner-stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-width: 100%;
    gap: 0.35rem;
  }

  .lcm-feature-banner-stat {
    padding: 0.5rem 0.25rem;
    border-radius: 14px;
  }

  .lcm-feature-banner-stat-label {
    font-size: 0.54rem;
    letter-spacing: 0.04em;
  }

  .lcm-feature-banner-stat-value {
    font-size: 0.82rem;
  }

  .lcm-feature-banner-timestamp {
    right: 0.55rem;
    bottom: 0.55rem;
    font-size: 0.6rem;
  }

  .lcm-feature-banner-stage {
    min-height: 10rem;
  }
}

@keyframes lcmFeatureBannerFlash {
  0% {
    opacity: 0;
    transform: translateX(-115%);
  }

  20% {
    opacity: 0.95;
  }

  100% {
    opacity: 0;
    transform: translateX(115%);
  }
}


.tech-squares-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.tech-square-postgres {
  flex: 1;
  background-color: #6f2cff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3.5rem, 10vw, 5.5rem) 1rem;
  color: white;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.tech-square-postgres:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  filter: brightness(1.02);
}

.tech-square-source {
  flex: 1;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3.5rem, 10vw, 5.5rem) 1rem;
  color: #FFD700;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tech-square-source:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tech-square-label {
  display: block;
  width: 100%;
  line-height: 1;
  letter-spacing: 0.04em;
}

.home-page-feature {
  width: 100%;
  max-width: none;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3.5rem, 10vw, 5.5rem) 1rem;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.home-page-feature:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.home-page-feature-link {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.LCM-feature-link {
  background: linear-gradient(135deg, #688fce 0%, #174379 50%, #0d3261 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-decoration: none;
  display: flex;
}

@media (max-width: 900px) {
  .tech-squares-container {
    flex-direction: column;
  }

  .unified-tech-section {
    justify-content: center;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .unified-tech-section .pillars-container-link {
    min-height: 13rem;
  }
}
