input {
  font-family: var(--font-family, var(--tlc-root-font-family)) !important
}

select {
  font-family: var(--font-family, var(--tlc-root-font-family)) !important
}

textarea {
  font-family: var(--font-family, var(--tlc-root-font-family)) !important
}

option {
  font-family: var(--font-family, var(--tlc-root-font-family)) !important
}

:root {
  --tlc-root-font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --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 {
  font-family: var(--font-family, var(--tlc-root-font-family)) !important;
  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 {
  font-family: var(--font-family) !important;
  border-radius: 999px !important
}

.form-button {
  border-radius: 999px !important;
  font-family: var(--font-family) !important
}

a.button {
  border-radius: 999px !important;
  font-family: var(--font-family) !important
}

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

.daily-movation-footer-button {
  border-radius: 6px !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: center;
  align-items: center;
  z-index: 10001;
  transform: translateZ(0) translateY(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 220ms cubic-bezier(.2, .9, .2, 1), box-shadow 220ms ease
}

.header-container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box
}

.app-badges-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px
}

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

.text-center {
  text-align: center !important
}

.section-margin {
  margin-top: 0.5rem !important
}

.section-margin h3 {
  margin-top: 0 !important;
  margin-bottom: 0.25rem !important
}

.legal-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px
}

.legal-card {
  background-color: var(--warm-beige);
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1)
}

.legal-card-content {
  padding: 3rem
}

.legal-max-width {
  max-width: 900px;
  margin: 0 auto
}

.legal-section-padding {
  padding: 1.5rem;
  margin: 1rem 0
}

.color-rich-black {
  color: var(--rich-black) !important
}

.font-weight-400 {
  font-weight: 400 !important
}

.mb-2rem {
  margin-bottom: 2rem !important
}

.ml-1-5rem {
  margin-left: 1.5rem !important
}

.mb-1rem {
  margin-bottom: 1rem !important
}

.color-electric-blue {
  color: var(--electric-blue) !important
}

.legal-footer-info {
  margin-top: 3rem !important;
  padding-top: 2rem !important
}

.mt-1rem {
  margin-top: 1rem !important
}

.font-size-0-9 {
  font-size: 0.9rem !important
}

.contact-list {
  list-style: none;
  padding: 0
}

.contact-list li {
  margin-bottom: 10px
}

.contact-form-container {
  flex: 1.05;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-sizing: border-box
}

.contact-form-inner {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.contact-form-row {
  display: flex;
  gap: 40px
}

.contact-form-group {
  flex: 1
}

.mt-32 {
  margin-top: 32px !important
}

.mt-4 {
  margin-top: 4px !important
}

.mb-34 {
  margin-bottom: 34px !important
}

.mt-0 {
  margin-top: 0 !important
}

.text-underline {
  text-decoration: underline !important
}

.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
}

.product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 118px;
  height: 40px;
  padding: 4px 8px 5px;
  border-radius: 6px;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  box-sizing: border-box
}

.product-badge-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  text-align: left;
  line-height: 1;
  white-space: nowrap
}

.product-badge-subtitle {
  display: block;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none
}

.product-badge-title {
  display: block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.015em
}

#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: transparent;
  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 {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding-left: 0;
  box-sizing: border-box
}

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;
  white-space: nowrap !important
}

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
}

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)
}

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

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

.hero-image-section {
  position: relative;
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  padding: 0
}

.hero-image {
  width: 100vw;
  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;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  white-space: nowrap !important;
  gap: 12px
}

.hero-text-overlay .home-welcome-prefix {
  display: inline-block;
  color: #fff;
  font-size: clamp(2.5rem, 7vw, 4.5rem) !important;
  font-weight: 800 !important;
  margin: 0;
  padding: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
  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: nowrap !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9)
}

/* Hero wrap moved to 900px and 440px media files per request */

.page-header-tight {
  margin: 0.5rem auto 0 auto;
  padding-top: 0;
  text-align: center;
  width: 100%;
  max-width: 1000px
}

.page-header-tighter {
  margin: 0.5rem auto 0 auto;
  padding-top: 0;
  text-align: center;
  width: 100%;
  max-width: 1000px
}

.page-header-tight h1 {
  margin-top: 1rem
}

.page-header-tight h2 {
  margin-top: 1rem
}

.page-header-tighter h1 {
  margin-top: 2rem
}

.page-header-tighter h2 {
  margin-top: 2rem
}

main > section.page-header-tighter:first-child {
  margin-top: 0.2rem !important;
  padding-top: 0 !important
}

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

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

main > h2:first-child {
  background-color: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax)
}

main > section.page-header-tight:first-child h2 {
  margin-top: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax)
}

main > section.page-header-tighter:first-child h2 {
  margin-top: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax)
}

.app-store-banner {
  margin-top: 0;
  background-color: purple;
  color: white !important;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  width: 100vw
}

.app-store-banner h3 {
  margin: 0;
  text-decoration: none
}

.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: inherit;
  text-decoration: none;
  margin-left: 12px
}

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.7rem;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

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

footer .footer-links {
  white-space: nowrap
}

footer .footer-copyright {
  white-space: nowrap
}

footer .daily-motivation-footer-button {
  white-space: nowrap
}

footer .source-footer-button {
  white-space: nowrap
}

.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 {
  transform: rotateY(180deg)
}

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

.flip-card-front {
  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;
  background: white
}

.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: white;
  background: var(--electric-blue);
  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
}

.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 {
  padding: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  font-size: 0.95rem
}

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

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

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

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

.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: 100px;
  cursor: pointer;
  color: white;
  text-decoration: none
}

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

.page h2 {
  text-align: center
}

.call-to-action-banner-container {
  width: 100vw
}

.call-to-action-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgb(125, 125, 195);
  color: #fff !important;
  padding: .5rem;
  text-decoration: none !important;
  transition: opacity 0.2s ease
}

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

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

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

.feature-banner-container {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 40px;
  background: linear-gradient(135deg, #e0e0e0 0%, #ffffff 50%, #bdbdbd 100%);
  border-radius: 32px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1)
}

.feature-banner {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  position: relative
}

.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
}

.feature-banner-text p {
  margin: 0
}

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

.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
}

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

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

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

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

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

.feature-banner-stage.is-entering {
  animation: FeatureBannerReveal 820ms ease
}

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

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

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

.feature-banner-analysis {
  min-height: 1em;
  margin: 0;
  margin-top: 0.70rem;
  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)
}

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

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

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

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

.feature-banner-stat {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  padding: 1.10rem 1.00rem;
  border-radius: 20px;
  background: rgba(17, 24, 39, 0.045);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease
}

.feature-banner-stat:hover {
  transform: translateY(-2px);
  background: rgba(17, 24, 39, 0.065);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02)
}

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

.feature-banner-stat-value {
  font-size: clamp(1.10rem, 1.8vw, 1.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111827
}

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

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

.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
}

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

.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%)
}

.feature-banner.is-flashing::after {
  animation: FeatureBannerFlash 820ms ease
}

@keyframes FeatureBannerReveal {
  0% {

    opacity: 0;
  filter: blur(8px)
}

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

} @keyframes FeatureBannerFlash {
  0% {

    opacity: 0;
  transform: translateX(-115%)
}

20% {
  opacity: 0.95
}

100% {
  opacity: 0;
  filter: blur(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
}

.full-width-center-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}

.section-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box
}

.systems-home-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 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 {
  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 {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.2);
  filter: saturate(1.05);
  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
}

.pillars-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: visible;
  align-items: stretch;
  padding: 0 12px;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 1200px
}

.pillars-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin: 12px;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0
}

.pillars-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.1)
}

.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:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12)
}

.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
}

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

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

.unified-tech-section .pillars-container-link {
  min-height: 10rem;
  justify-content: flex-start;
  padding: 3rem
}

.unified-tech-section .pillar {
  padding-top: 6px
}

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

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

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

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

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

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

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

.pillars-container-link--hamilton .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
}

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

.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
}

.advertise-pillars-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  padding: 0;
  box-sizing: border-box
}

.advertise-pillars-row .pillars-container.advertise-pillars-container {
  flex: 1 1 220px;
  width: auto;
  max-width: none;
  margin: 0;
  box-sizing: border-box
}

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

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

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

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

.contact-header {
  text-align: center
}

.contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  box-sizing: border-box
}

.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 {
  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 {
  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;
  min-height: 160px;
  resize: vertical
}

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

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

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

.contact-form button {
  border-radius: 8px;
  background-color: var(--electric-blue);
  color: white;
  border: none;
  padding: 10px 20px;
  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)
}

.font-weight-600 {
  font-weight: 600 !important
}

.muted {
  color: #666 !important
}

.mb-1-25rem {
  margin-bottom: 1.25rem !important
}

.error-section {
  text-align: center;
  padding: 100px 20px
}

.error-title {
  font-size: 80px;
  margin-bottom: 20px;
  color: #4b0082
}

.error-subtitle {
  font-size: 24px;
  margin-bottom: 30px
}

.error-text {
  color: #666;
  margin-bottom: 40px
}

.demo-container {
  max-width: 860px;
  margin: 24px auto;
  padding: 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06)
}

.demo-video {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06)
}

.demo-info {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 8px
}

.demo-warning {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #b04
}

.demo-tip {
  font-size: 0.9rem;
  color: #666;
  margin-top: 12px
}

.demo-empty {
  padding: 24px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  text-align: center;
  color: #777
}

/* Reinforcing Card Styles */ .about-pillars-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 0.5rem !important
}

.about-pillars-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 190px !important;
  max-width: 190px !important;
  min-height: 110px !important;
  height: 110px !important;
  background: white !important;
  border-radius: 8px !important;
  padding: 16px 12px !important;
  box-sizing: border-box;
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  transition: transform 120ms ease, box-shadow 120ms ease !important
}

.about-pillars-container h3 {
  font-size: 1rem !important;
  margin: 0 !important
}

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

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;
  align-items: center;
  padding-top: 0 !important
}

