:root {
  --lift-green: #CDDC39;
  --lift-dark: #1a1a1a;
  --lift-light: #f8f9fa;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--lift-dark);
  line-height: 1.6;
}

h2 {
  /*font-size: 3.5rem!important;*/
  font-weight: 600;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

/* Sections */

section {
  /*padding: 5rem 0;*/
  /*min-height: 100vh;*/
  display: flex;
  align-items: center;
}

.usecase {
  /*background: linear-gradient(135deg, var(--lift-light) 0%, #fff 100%);*/
  padding-top: 200px;
}

.problem-section {
  background-color: #f5f3f3;
  color: white;
}

.approach-section {
  background-color: var(--lift-light);
}

/* Cards and Features */

.btn-lift {
  background-color: #000000!important;
  color: var(--bs-light);
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
  border: none;
  transition: all 0.3s ease;
}

/* Navbar */

.navbar {
  padding: 1rem 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
}

/* Quote */

/* Icon containers */

/* Form */

.form-control:focus {
  border-color: var(--lift-green);
  box-shadow: 0 0 0 0.2rem rgba(205, 220, 57, 0.25);
}

/* Responsive adjustments */

@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  section {
    padding: 3rem 0;
    min-height: auto;
  }
}

/* Animations */

.lead {
  font-size: 18px!important;
}

.lift-background {
  width: auto;
  height: 232px;
  border-radius: 10px;
  background: #f5f3f3;
  padding: 10px;
  margin: 20px;
  height: 100%;
  display: block!important;
  margin: 0;
}

.read {
  font-size: small!important;
}

.navbar-toggler {
  border: none!important;
}

@container (min-width: 576px) {
  #hero {
    padding-top: 40%;
  }
}

.cases-section {
  background-color: rgba(0,0,0,0.05);
}

@media (max-width: 576px) {
  #usecase {
    margin-top: 20%;
  }
}

@media (max-width: 576px) {
  .subtitle {
    font-size: 10px!important;
    visibility: hidden;
  }
}

footer {
  width: 100%!important;
}

html {
  scroll-padding-top: 5rem!important;
}

@media (min-width: 992px) {
  section {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}

.dynamic-title-1 {
  font-size: clamp(2rem, 8vw, 4rem);
  /*line-height: 80%;*/
}

.dynamic-title-0 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  /*line-height: 80%;*/
}

p.footnote {
  font-size: 10px!important;
}

/* plus ↔ X animation */

/* makes sure button still works */

/* closed = + */

.btn-early-access:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}

