:root {
  --primary-color: #25d366;
  --dark-color: #21aa61; /* #128c7e; /* #075E54; #0e6b33; */
  --light-bgr: #d8fdd3;
  --background-color: #f8f9fa; /*#0a7cff*/
  --background-color-yellow: #fcf5ec;
  --dark-background-color: #008267;
  --text-color: #212529;
  --light-gray: #f1f3f5;
  --medium-gray: #e9ecef;
  --white: #ffffff;
  --hover-gray: #f1f1f1;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
body {
  font-family: 'Plus Jakarta Sans', '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;
}
/* Bu sınıf metni ekrandan gizler ama Google botları okumaya devam eder */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.home-page {
  background: var(--primary-color);
  background: var(--dark-background-color);
  background: var(--dark-color);
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: var(--white);
  padding: 10px 10px 30px 10px;
  text-align: center;
  line-height: 1.8rem;
}
.home-page h1 {
  font-size: 1.4rem;
  margin-bottom: 0px;
  /* margin-top: 110px; */
  /* line-height: 1.8rem; */
  text-align: left;

  /* alt alta kalır */
  /* width: max-content; */ /* içeriğe göre genişlik */
  /* margin-top: 180px; */
}
.home-page p {
  font-size: 1.05rem;
  text-align: left;
  line-height: 1.6rem;
  /* background: #3bc77c8a; */
  border-radius: 14px;
  /* alt alta kalır */
  /* içeriğe göre genişlik */
  margin: 0px auto;
}
.cta {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: none;
}
@media (min-width: 500px) {
  .cta {
    flex-direction: row;
    justify-content: center;
  }
  .home-page {
    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.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: 16px 28px;
  margin: 20px 0;
  text-align: left;
  /* display: inline-block; */
}
.sector h3 {
  margin-bottom: 10px;
  margin-top: 15px;
  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,
.screens 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: 15px 0px 35px;
  font-size: 0.9em;
}
button#dene,
a#dene {
  color: #ffffff;
  background: #25d366;
  border: none;
  padding: 6px 12px;
  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: 140px;
  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;
  margin: 30px 0 60px 0;
}

.phone-style {
  /* width: 70%; */
  border-radius: 16px;
  max-width: 220px;
  rotate: -2deg;
  filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.4));
  /* border-style: inset; */
  /* border-width: 2px; */
  /* border-color: #ffffff; */
}

.pricing {
  padding: 25px 20px 40px 20px;
  background: var(--white);
  background: var(--light-bgr);
  /* text-align: center; */
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.avatars {
  max-width: 136px;
  /* margin-top: 20px; */
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.5));
}

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

.pricing h2 {
  /* text-align: center; */
  padding-left: 40px;
  color: var(--dark-background-color);
}

ul {
  text-align: left;
}

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

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

.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: -6px;
  right: -10px;
  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;
  padding-bottom: 15px;
}

.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.35em;
  padding-top: 6px;
  padding-left: 3px;
}

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

section.marketing {
  text-align: center;
  color: var(--dark-color);
  padding-top: 10px;
  /* margin-bottom: 0px; */
  background: white;
  padding-bottom: 20px;
}

.rocket {
  /* font-size: 2em; */
  /* position: absolute; */
  /* rotate: -25deg; */
  max-width: 210px;
}

section.nasil-kullanilir {
  padding: 1px 0 25px 40px;
  /* color: var(--primary-color); */
  /* text-decoration: none; */
  /* background: white; */
  background: var(--light-bgr);
  font-size: 1.1em;
}

section.nasil-kullanilir a {
  color: var(--dark-color);
  text-decoration: none;
}

.ara-slogan {
  text-align: center;
  background: var(--light-bgr);
  background: white;
  border-radius: 50px;
  /* margin: 0 50px; */
  padding: 15px 20px;
  display: inline-block;
  margin: 20px 0 40px 0;
}

section.screens {
  background-color: var(--light-bgr);
  padding: 30px 0px;
  text-align: center;
}

.screens p {
  color: var(--dark-color);
}

.summary-container {
  /* background: #ffffff; */
  /* padding: 10px 14px; */
  border-radius: 8px;
  /* display: inline-block; */
  /* min-width: 85px; */
  /* clear: both; */
  font-size: 0.85em;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-flow: wrap;
  color: #5f5f5f;
}

.summary-container > div {
  padding: 25px 18px 10px;
  /* display: inline-block; */
  background: white;
  border-radius: 6px;
  min-width: 12%;
  background: var(--light-gray);
}

.summary-container .value {
  font-size: 2.3em;
  padding-bottom: 8px;
  color: #434743;
  font-weight: bold;
  text-align: right;
}

section.artis-oranları {
  background: var(--white);
  padding-bottom: 20px;
}

.artis-oranlari p {
  padding: 40px 0px 10px 30px;
}

.artis-oranlari a {
  text-decoration: none;
  color: var(--dark-color);
  color: #434743;
}

section.artis-oranlari {
  background: var(--white);
  padding: 10px;
}

.screens h3 {
  color: var(--dark-color);
  margin-bottom: 30px;
  font-size: 1.1em;
}

.login-home {
  position: absolute;
  color: var(--white);
  right: 10px;
  top: 8px;
  text-decoration: none;
  cursor: pointer;
}
.login-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #f1f1f1;
  padding: 4px 13px;
  border-radius: 25px;
  font-size: 14px;
  /* font-weight: 600; */
  cursor: pointer;
  transition: all 0.3s ease;
  /* backdrop-filter: blur(10px); */
  position: absolute;
  right: 8px;
  top: 12px;
  text-decoration: none;
}

.login-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.logo-wrapper {
  /* position: absolute; */
  top: 20px;
  left: 20px;
  color: white;
  z-index: 5;
}

.home-page .logo-wrapper {
  /* position: absolute; */
  top: 10px;
  left: 23px;
  width: 100%;
  left: 0;
  top: 40px;
  padding-right: 40%;
  margin-top: 10px;
  /* z-index: 5; */
}

header .logo-wrapper {
  position: absolute !important;
  top: 16px;
  left: 15px;
  display: flex;
  /* align-items: center; */
  font-size: 1.3em;
  font-weight: bold;
}

header .logo-wrapper svg {
  max-width: 64px;
  margin: 2px 3px 0 -1px;
  max-width: 125px;
  margin: 0 auto;
}

.home-page h3 {
  margin: 20px 0 10px 0;
  text-align: left;
  /* font-style: italic; */
  /* line-height: 1.4em; */
  font-size: 0.78em;
}

.home-create input[type='text'] {
  background: var(--light-bgr);
  border-radius: 28px;
  height: 100%;
  width: 33%;
  border: none;
}

.home-create button {
  width: 33%;
  border: none;
  background: var(--white);
  color: var(--primary-color);
  border: 1px solid var(--dark-color);
  text-decoration: none;
  padding: 6px 12px;
  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;
  height: 100%;
}

.home-create {
  height: 36px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 10px;
}

.cta-button {
  color: var(--primary-color);
}

img.masa-kupon {
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.3));
}

.ust-baslik {
  line-height: 1.35em;
  font-weight: 600;
  font-size: 0.95em;

  /* alt alta kalır */
  /* width: max-content; */ /* içeriğe göre genişlik */
  margin: 8px auto;
  /* text-align: left; */
  color: hsl(0deg 0% 100% / 68%);
}

.cta-section {
  margin: 5px 0 42px 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #25d366;
  padding: 16px 22px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
}

.trust-badge {
  font-size: 14px;
  opacity: 0.9;
  margin-top: 12px;
}

.logo-wrapper span {
  padding-top: 16px;
  font-size: 1.1em;
  padding-left: 3px;
}

s {
  text-decoration: line-through #e86a6a;
}

.avatars-wrapper {
  /* text-align: left; */
  margin-left: 7px;
  padding-top: 6px;
  /* width: 100%; */
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: left;
}

span.avatar-text {
  padding-left: 5px;
  font-size: 0.85em;
  line-height: 1.3em;
  color: black;
  color: #272727;
}

.left-inline-center {
  text-align: left;
  min-width: max-content;
}

.flex-start {
  display: flex;
  flex-direction: column; /* alt alta */
  align-items: flex-start; /* soldan hizala */
}

.item {
  display: inline-block;
  margin-bottom: 18px;
  /* width: max-content; */ /* içeriğe göre genişlik */
  /* max-width: 100%; */
}

.flex-center {
  display: flex;
  justify-content: center;
  /* max-width: 100%; */
}

.circled-items-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  max-width: 800px;
  background: var(--white);
  margin-bottom: 16px;
  padding: 15px 10px;
  border-radius: 8px;
  text-align: left;
}

.circled-item {
  min-width: 32px;
  height: 32px;
  background-color: #0bc71c;
  /* background-color: #ffbe46; */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-weight: bold; */
  font-size: 18px;
}
.centered-item {
  color: #0bc71c;
  font-size: 1.7em;
  min-width: 32px;
  height: 32px;
  /* text-align: center; */
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-text {
  font-size: 16px;
  color: #333;
}

.social-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100px;
}

/* Slider */
.viewport {
  width: 360px;
  height: 420px;
  margin: 0 auto;
  margin-bottom: 60px;
  margin: 0 10px 60px -15px;
  padding-right: 10px;
  overflow: hidden;
  /* border: 4px solid #333; */
  /* border-radius: 15px; */
  /* background: #fff; */
  position: relative;
  /* text-align: center; */
  /* display: flex; */
  justify-content: center;
  margin: 0 auto;
}
.slider-track {
  display: flex;
  width: max-content;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
  /* flex-wrap: wrap; */
}

.slide {
  width: 360px;
  flex-shrink: 0;
  /* padding: 10px; */
  text-align: center;
  /* box-sizing: border-box; */
  padding: 0px 30px 0 10px;
}

.slide p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}

.slide img {
  /* width: 100%; */
  height: 300px;
  object-fit: contain;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

/******/

.sample-screens img {
  height: 400px;
}

.viewport.sample-screens {
  height: 500px;
}

.sector.price-card {
  /* position: relative; */
}
