: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);
  background: var(--light-bgr);
  background: white;
  /* color: var(--white); */
  color: #1c1c1c;
  padding: 10px 10px 30px 10px;
  text-align: center;
}
header h1 {
  font-size: 2.1rem;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 3.2rem;
  color: var(--dark-color);
}
header p {
  font-size: 1.15rem;
  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: 20px;
  }
}
.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.3));
  /* 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: center;
  width: 110px;
  height: 40px;
  /* position: absolute; */
  bottom: 10px;
  text-decoration: none;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}
#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: 145px;
  /* 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: 75px 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; */
    position: relative;
    display: flex;
    justify-content: center;
}

.avatars {
    max-width: 250px;
    margin-top: 30px;
    filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, .5));
}

.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; */
    padding-left: 40px;
    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;
}

.admins {
    background: #b1ffce;
    padding: 5px 0 50px 0;
    text-align: center;
}

.admins button {padding: 10px 20px;border-radius: 8px;border: none;font-size: 1.2em;cursor: pointer;background: var(--primary-color);}

.admins input {
    height: 36px;
    border: none;
    border-radius: 8px;
    padding: 0 8px;
    background-color: white !important;
}

.badge {
    position: absolute;
    top: -26px;
    right: -16px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background-image: url(./img/golden-badge.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    color: #783c11;
    font-weight: bold;
    rotate: 9deg;
    font-size: 1.05em;
    padding-top: 5px;
    filter: drop-shadow(2px 4px 12px rgba(0,0,0,0.18));
}

.pricing h4 {
    text-align: left;
    padding-left: 23px;
}

.badge span {
    font-size: 0.9em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 
                 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.admins table {
    padding: 20px 0;
}

.admins td {
    padding: 5px 0;
}

.admins form {
    display: inline-block;
    text-align: left;
}

.admins .logo {
    width: 120px;
}

.admins .logo-container {
    display: flex;
    justify-content: center;
}

.section-wrapper {
    position: relative;
}

span.price {
    font-size: 1.1em;
}

sup {
    /* padding-top: 11px; */
    vertical-align: super; /* varsayılan */
    vertical-align: 0.4em;
    font-size: 0.8em;
}

.de-emphasize {
    filter: opacity(0.6);
    font-size: 0.9em;
}

.logo-wrapper {
    color: var(--dark-color);
    /* float: left; */
}

.madde {
    display: inline-block;
    background: var(--dark-color);
    padding: 10px;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    color: white;
    font-size: 1.2em;
    text-align: center;
    line-height: 10px;
    margin: 11px 8px 0 0px;
}

h2 {
    /* font-size: 2.1rem; */
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 2.5rem;
    color: var(--dark-color);
}

.block {
    display: flex;
    text-align: left;
    background: var(--light-gray);
    margin: 20px 0;
    border-radius: 10px;
    padding: 5px 0 10px 5px;
}

ul {
    margin-left: -21px;
    margin-top: 5px;
}

.block .left {
    /* display: inline-block; */
    /* background: var(--dark-color); */
    padding: 10px 5px;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    /* color: white; */
    font-size: 1.2em;
    line-height: 10px;
    margin: 11px 13px 0 0px;
    text-align: center;
}

.block.info {
    background: none;
}

.block.info p {
    font-size: 0.8em;
}