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

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

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

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

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

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

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

.text-underline {
  text-decoration: underline
}

.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;
  text-decoration: none;
  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
}

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

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

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

header h1 .brand-link-space {
  opacity: 1
}

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

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

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

.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-tight:first-child,
main > section.page-header-tighter:first-child {
  margin-top: 0;
  padding-top: 0;
}

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

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

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

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

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

body.home-page .page-scroll-container main {
  position: relative;
  z-index: 1;
  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)
}

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

.hidden-on-page {
  display: none
}

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

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

.page h2 {
  text-align: center
}

.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-name:empty {
  display: none
}

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

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

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

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

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

.systems-home-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  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-link {
  width: 58px;
  height: 58px;
  border: 1px solid transparent;
  border-radius: 18px;
  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: none
}

.pillars-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin: 13px;
  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: none;
  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 {
  justify-content: flex-start;
}

.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-wrapper {
  width: 100%;
  max-width: none;
  margin: 0 auto 12px auto;
  padding: 20px 28px;
  box-sizing: border-box
}

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

.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;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 0.5rem
}

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

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

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

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

.muted {
  color: #666 !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 {
  width: 100%;
  max-width: none;
  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;
}
