:root {
  --primary-color: #25d366;
  --dark-color: #21aa61; /* #128c7e; /* #075E54; #0e6b33; */
  --light-bgr: #d8fdd3;
  --background-color: #f8f9fa; /*#0a7cff*/
  --dark-background-color: #008267;
  --text-color: #212529;
  --light-gray: #f1f3f5;
  --medium-gray: #e9ecef;
  --white: #ffffff;
  --hover-gray: #f1f1f1;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background: var(--background-color);
  color: var(--text-color);
  line-height: 1.5rem;
}
img {
  max-width: 100%;
  height: auto;
}
header {
  background: var(--primary-color);
  background: var(--dark-background-color);
  background: var(--dark-color);
  color: var(--white);
  padding: 15px 10px 30px 10px;
  text-align: center;
}
header h1 {
  font-size: 2.1rem;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 3.2rem;
}
header p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 10px auto;
  display: inline-block;
  text-align: left;
  line-height: 2rem;
  /* max-width: 300px; */
}
.cta {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 500px) {
  .cta {
    flex-direction: row;
    justify-content: center;
  }
  header {
    padding-top: 60px;
  }
}
.cta a {
  display: flex;
  background: var(--white);
  /* background: var(--primary-color); */
  color: var(--primary-color);
  /* border-color: #861f1f; */
  border: 1px solid var(--dark-color);
  /* color: #111111; */
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 8px;
  border-radius: 60px;
  font-weight: 600;
  margin: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
  /* display: inline-block; */
  transition: background 0.2s ease;
}
.cta a:hover {
  background: var(--hover-gray);
}
.sectors {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  /* gap: 30px; */
  padding: 60px 20px;
  background: var(--white);
}
.sector {
  background: var(--light-gray);
  border-radius: 12px;
  padding: 30px;
  text-align: left;
}
.sector h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.4em;
}
.sector p {
  font-size: 0.95rem;
  line-height: 1.5;
}
.features {
  padding: 60px 20px;
  background: var(--medium-gray);
  text-align: center;
}
.features h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 10px;
  color: var(--dark-color);
  line-height: 1.5em;
}
.features ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.features li {
  background: var(--white);
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: left;
}
footer {
  background: var(--dark-background-color);
  color: var(--white);
  text-align: center;
  padding: 30px 20px;
}
footer a {
  color: var(--white);
  /* font-weight: bold; */
  /* text-decoration: underline; */
}

.button-container {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}
button#dene,
a#dene {
  color: #ffffff;
  background: #25d366;
  border: none;
  padding: 6px 16px;
  border-radius: 60px;
  font-size: 1.15em;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 180px;
  /* position: absolute; */
  bottom: 10px;
  text-decoration: none;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}
#dene span {
  padding-right: 2px;
}
.bottom-tool {
  text-align: center;
  /* display: inline-block; */
  /* margin: 20px 0; */
  /* position: absolute; */
  /* bottom: 20px; */
  color: white;
  font-size: 0.8em;
  left: 0;
  right: 0;
  /* text-decoration: none; */
  margin: 20px 0;
}

.logo-wrapper img,
.logo-wrapper svg {
  max-width: 160px;
  /* filter: drop-shadow(2px 4px 6px white); */
  height: auto;
}

.sample-screen {
  /* border-radius: 20px; */
  /* overflow: hidden; */
  /* filter: drop-shadow(2px 4px 8px rgba(0,0,0,.5)); */
  /* rotate: 3deg; */
  /* width: 80%; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin: 50px 0 50px 0;
}

.sample-screen img {
  /* width: 70%; */
  border-radius: 16px;
  max-width: 220px;
  rotate: -2deg;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.5));
  /* border-style: inset; */
  /* border-width: 2px; */
  /* border-color: #ffffff; */
}


.pricing {
    padding: 40px 20px 60px 20px;
    background: var(--white);
    background: var(--light-bgr);
    text-align: center;
}

.avatars {
    max-width: 250px;
    margin-top: 30px;
}

.pricing .sector {
    background: var(--light-bgr);
    background: white;
    text-align: center;
    padding-left: 20px;
    padding-top: 20px;
    display: inline-block;
}

.pricing h2 {
    text-align: center;
    color: var(--dark-background-color);
}

ul {
    /* margin-left: 0em; */
}

ul {
    text-align: left;
}

li marker {}

.pricing li::marker {
    color: var(--dark-color);
    content: "✓  ";
    font-size: 1.1em;
}

.pricing ul {
    margin-left: -18px;
}