/*
          SPACING SYSTEM (px)
          2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128

          FONT SIZE SYSTEM (px)
          10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
          */
header {
  margin: 0px 14.2rem 0rem 14.2rem;
  width: 65%;
  margin: 0 auto;
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1.2rem 2.5rem; */
  padding-right: 0.2rem;
  background-color: rgba(212, 208, 208, 0.2);
  border: rgb(0, 0, 0) 4px solid;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 55px;
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.342);
  z-index: 100;
  transition: 0.4s all ease;
  padding: 14px;
  padding-left: 0.6rem;
  /* newStyle */
  background-color: rgb(179, 181, 189, 0.5);
  /* new Techstyle */
     box-shadow: rgba(255, 255, 255, 0.04) 0px 1px 1px inset, rgba(0, 0, 0, 0.5) 0px 6px 12px;
    background: radial-gradient(circle at center top, rgb(34, 34, 34) 0%, rgb(27, 27, 27) 60%, rgb(22, 22, 22) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.06);
}
header svg {
      width: 75px;
    height: 55px;
    margin-left: 2px;
    margin-top: 0px;
    transform: scale(1.3) translate(10px, 1px);
}
header .logo {
  margin-left: 4px;
}
html {
  /* font-size: 62.5%; */
  font-size: 16px;
  overflow-x: hidden;
}
body {
  background-color: #924979;
  /* background-image: radial-gradient(
    circle at center top,
    #1c1c1d -20%,
    transparent 100%,
    #1c1c1d 97%
  ); */
  transition: background-color 0.4s ease;
  font-family: "Kanit", sans-serif;
  overflow-x: hidden;
  /* new Techstyle */
  background-color: #1f202a;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
  background-color: #0f0f0f;
  /* margin: 0px; */
}

html[lang="he-IL"] p:not(.card-p),
html[lang="he-IL"] h1:not(.card-h1),
html[lang="he-IL"] .header-button,
html[lang="he-IL"] span:not(.click-count),
html[lang="he-IL"] ul,
html[lang="he-IL"] button,
html[lang="he-IL"] h2:not(.card-h2),
html[lang="he"] p:not(.card-p),
html[lang="he"] h1:not(.card-h1),
html[lang="he"] .header-button,
html[lang="he"] span:not(.click-count),
html[lang="he"] ul,
html[lang="he"] button,
html[lang="he"] h2:not(.card-h2) {
  /* font-family: "Fredoka", serif !important; */
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
}
html[lang="he-IL"] .hero-h1,
html[lang="he-IL"] .hero-p,
html[lang="he"] .hero-h1,
html[lang="he"] .hero-p {
  text-align: center;
  max-width: 800px;
}
html[lang="he-IL"] .hero-h1,html[lang="he"] .hero-h1{
 width: 700px;
}
html[lang="he-IL"] .rise-up,
html[lang="he"] .rise-up {
  animation: move-left-he 0.6s ease-out forwards;
}

h1 {
  line-height: 0.9;
}
p {
  line-height: 1.4;
  /* color: #000; */
  /* newStyle */
  color: #cc7caa;
  text-shadow: black -2px 2px;
  font-weight: 400;
}
.logo {
  font-size: 2.4rem;
  width: 4.2rem;
  font-weight: bold;
  color: white;
}
.logo:not(svg) {
  transform: scale(1.2);
}

.burger-menu {
  display: none;
  cursor: pointer;
}

.burger-icon {
  display: block;
  width: 2.5rem;
  height: 0.3rem;
  background-color: white;
  margin: 0.5rem 0;
  border-radius: 0.2rem;
}

.header-buttons {
  display: flex;
  margin-right: 1.2rem;
  margin-left: auto;
  gap: 1.2rem;
}

.header-button {
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  cursor: pointer;
  transition: background-color 0.3s;
  font-family: "kanit", sans-serif;
}

.login-button {
  background-color: transparent;
  color: white;
  /*newStyle  */
  /* text-shadow: black -4px 2px; */
  background-color: #282a3a;
  border: #f3f4f8 solid 2px;
  border-bottom: solid #b3b5bd 5px;
  border-right: solid #b3b5bd 5px;
  /* new techstyle */
  background-color: #1a1b1e;
  color: #fff;
  margin-right: 6px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
      background: radial-gradient(circle at center top, rgb(34, 34, 34) 0%, rgb(27, 27, 27) 60%, rgb(22, 22, 22) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.06);
    font-weight: 500;
}

.register-button {
  padding: 1.4rem 2rem;
  font-size: 1.4rem;

  white-space: nowrap;
  background-color: #000000;
  color: #fff;
  border: rgba(122, 75, 101, 0.837) double 6px;
  /* newStyle */
  /* text-shadow: black -4px 2px; */
  border: #e1a1c5 solid 3px;
  border-bottom: solid #a7668b 7.5px;
  border-right: solid #a7668b 7.5px;
  background-image: linear-gradient(90deg, #000000bd, 82%, rgb(122, 75, 101));
  /* new TechStyle */
  background: linear-gradient(135deg, #3f3fff, #b82db8);
  color: #fff;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 12px rgba(162, 91, 255, 0.2);
  /* 0 */
      background: linear-gradient(90deg, var(--brand), var(--brand-2));
   color: #f3f4f8;
    font-weight: 700;
    font-size: 22px;
    font-weight: 800;
    padding: 16px 32px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
html[lang="he"] .register-button,
html[lang="he-IL"] .register-button,
html[lang="he"] .login-button,
html[lang="he-IL"] .login-button {
  /* text-shadow: black 4px 2px; */
}

.register-button-2 {
      font-size: 22px;
    font-weight: 800;
    padding: 16px 32px;
    transition: all 0.2s ease ;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
      color: #f3f4f8;
      }


.login-button:hover {
  background-color: #f0f0f080;
}

.register-button-2:hover{ transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 6px 20px rgba(162, 91, 255, 0.5) !important; }

.hero {
      padding: 14rem 20rem 10rem 20rem;
  overflow-x: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 180px;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  justify-content: center;
}

.hero-h1 {
  font-size: 4.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0.2rem;
  /* max-width: 580px; */
  width: 800px;
  line-height: 1.02;
  /* newStyle */
  color: #a7668b;
  /* text-shadow: black -8px 2px; */
  color: #f3f4f8;
  font-weight: 800;
}
.tutorial-container {
  grid-row: 1 / span 3;
  grid-column: 2;
  margin-top: -32px;
}
html[lang="he-IL"] .tutorial-container,
html[lang="he"] .tutorial-container{
grid-column: 1;
}
.tutorial-h1 {
  font-size: 4.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0.2rem;
  /* max-width: 580px; */
  line-height: 1.02;
  position: absolute;
  bottom: -14rem;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 110%;
  color: #f3f4f8;
  font-weight: 800;
  /* text-shadow: black -4px 2px; */
}
.hero-grid .hero-h1.tutorial-h1-2 {
  font-size: 4.8rem;
  margin-bottom: 1.2rem;
  margin-top: 0.2rem;
  max-width: 580px;
  line-height: 1.02;
  position: absolute;
  top: 11.5rem;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  
}
.hero:has(.tutorial-h1-2) {
  padding-top: 30rem;
}
.hero-h1 svg {
  transform: scale(1.2);
}
.hero-p {
  font-size: 1.8rem;
  margin-bottom: -12rem;
  margin-top: -64px;
  transition: all 0.3s ease;
  /* newStyle */
  color: #cc7caa;
  text-shadow: black -2px 2px;
  color: #d2d4da;
  max-height: 120px;
  max-width: 740px;
}

.username-input {
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: 100%;
  max-width: 40rem;
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}


.iphone-border {
  /* position: absolute; */
  z-index: -1;
  top: 22%;
  right: 13%;
  width: 340px;
  height: 600px;
  /* background-image: url("/resources/images/apple-iphone-13-pro-max-2021-medium.png"); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
}

/* .carousel {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 600px;
  z-index: -1;
  transition: transform 0.5s ease-in-out;
}

.carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.circle-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
  max-width: 860px;
  max-height: 102px;
  transition: all 0.3s ease;
  margin-top: -56px;
}
.circle-container::after{
  content: "אלפי יוצרים כבר משתמשים";
  position: absolute;
  left: 50%;
  bottom: -36px;              /* מתחת לשורה */
  transform: translateX(-50%);

  font-size: 12px;
  line-height: 1;
  color: rgba(255,255,255,0.78);

  padding: 6px 10px;
  border-radius: 999px;

  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 8px 22px rgba(0,0,0,0.35);
  white-space: nowrap;
  pointer-events: none;
}

.circle {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #000;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  cursor: pointer;

  background-image: url("../images/yaarahaicardimages/yaaraface.png");
  background-position: center;
  background-size: cover;
  background-color: #000000a4;
  border: 2px solid rgba(162, 91, 255, 0.5);
}

.circle:hover {
  /* transform: translateY(-0.5rem); */
  /* box-shadow: 0 0.7rem 1rem rgba(0, 0, 0, 0.3); */
}

.circle.selected {
  border: 4px solid rgba(162, 91, 255, 0.9);
  box-shadow: 0 0 4rem rgb(0, 0, 0);
  box-shadow: 0 0 12px rgba(162, 91, 255, 0.45);
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.circle-container::before {
  /* content: ""; */
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #000000;
  transform: translateY(-50%);
  z-index: 0;
}
.p-underline {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  color: black;
  text-shadow: none;
}
.p-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 105%;
  height: 80%;
  transform: skew(-12deg) translate(-2px, -10%);
  background: rgba(216, 213, 17, 0.867);
  z-index: -1;
}
/* NFC ILLUSTRATION ################################## */
.card-nfc {
  position: absolute;
  top: 20px;
  right: -250px;
  width: 200px;
  height: 250px;
  background: #333;
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0;
  z-index: 200;
  /* animation: cardAnimation 2s ease-in-out forwards; */
  box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.205);
  border: #000 solid 2px;
  background-image: url("../images/goldFlippedNFC.jpeg");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.hero-image {
  position: relative;
}
.hero-image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  filter: blur(40px);
  background: radial-gradient(
    ellipse at center,
    rgba(162, 91, 255, 0.9) 0%,
    rgba(162, 91, 255, 0.7) 40%,
    rgba(162, 91, 255, 0.4) 70%,
    transparent 100%
  );
  opacity: 0.5;
  transition: opacity 0.7s ease-in-out;
}

.hero-image.bright-glow::before {
  opacity: 1;
}
.hero-image.hero-image.bright-glow::after {
  opacity: 0;
}



@keyframes cardAnimation {
  0% {
    transform: translateX(100%) rotate(0deg);
    opacity: 0;
  }
  40% {
    transform: translateX(-100%) rotate(-30deg) skew(25deg)
      translate(20px, -15px);
    opacity: 1;
  }
  /* 60% {
    transform: translateX(-110%) rotate(-30deg) skew(25deg)
      translate(20px, -15px);
    opacity: 1;
  } */
  100% {
    transform: translateX(-140%) rotate(-30deg) skew(25deg) translate(0, 0);
    opacity: 1;
  }
}
@keyframes cardRetract {
  0% {
    transform: translateX(-140%) rotate(-30deg) skew(25deg) translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) rotate(0deg);
    opacity: 0;
  }
}

.card-nfc:hover {
  transform: translateX(-30px) rotate(-30deg) skew(25deg) translate(20px, -15px);
  /* box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5); */
}

.card-nfc:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -5px;
  height: 96%;
  width: 10px;
  background: radial-gradient(ellipse at left, #c0b36b 0%, #a1954e 70%);
  transition: box-shadow 0.05s ease-out;
  transform: rotate(-2deg) skewY(-45deg);
  z-index: 3;
  border: #000 solid 2px;
  /* border-right: none; */
}

.card-nfc:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 5px;
  height: 9px;
  width: 95%;
  background: radial-gradient(ellipse at center, #7c7444 0%, #746a31 70%);
  transition: box-shadow 0.05s ease-out;
  transform: rotate(0deg) skewX(-45deg);
  border: #000 solid 2px;
  border-left: none;
  z-index: 202;
}

.card-nfc-active:after,
.card-nfc-active:before {
  background: rgb(255, 205, 24);
  box-shadow: rgba(255, 205, 24, 0.327) 0px 0px 20px 12px;
}
section {
  padding: 0rem 13rem 12rem 13rem;
  margin-top: -4rem;
}
section:not(.hero) {
  margin-bottom: 8rem;
}
.social-proof-section.social-proof-section{
  margin-bottom:2rem;
}
.nfc-section {
  padding: 2rem;
}
.nfc-section h1 {
  font-size: 4.8rem;
  line-height: 1.02;
  margin-bottom: 5.2rem;
  /* max-width: 580px; */
  text-align: center;
  grid-column: 1 / span 2;
  /* newStyle */
  color: #a7668b;
  /* text-shadow: black -8px 2px; */
  color: #f3f4f8;
  font-weight: 800;
}
.nfc-container {
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.nfc-container p {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  margin-top: 0;
  max-width: 550px;
  transition: all 0.3s ease;
  /* margin-left: -4rem; */
  color: #d2d4da;
}

.card-showcase-container {
  position: relative;
  width: 360px;
  height: 240px;
  perspective: 1000px;
  margin: 0 auto;
  overflow-x: clip;
}
.card-showcase {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transform: scale(0.8) rotateY(180deg);
  transition: transform 0.6s, opacity 0.6s;
  backface-visibility: hidden;
  border: #000 3px solid;
  border-bottom: #000 7.5px solid;
  border-right: #000 7.5px solid;
  box-shadow: #0000006b 2px 2px 4px 2px;
}
.card-showcase-1 {
  background: url(../images/carbonprint.png);
  animation: shuffle-1 6s infinite;
}
.card-showcase-2 {
  background: url(../images/silverNFC.jpeg);
  background-position: center;
  background-size: cover;
  animation: shuffle-2 6s infinite;
}
.card-showcase-3 {
  background: url(../images/goldNFC.jpeg);
  background-position: center;
  background-size: cover;
  animation: shuffle-3 6s infinite;
}
@keyframes shuffle-1 {
  0%,
  100% {
    transform: scale(0.8) translateX(-100%) rotateY(180deg);
    opacity: 0;
  }
  6.66%,
  33.33% {
    transform: scale(1) translateX(0) rotateY(0deg);
    opacity: 1;
    z-index: 3;
  }
  40%,
  93.33% {
    transform: scale(0.8) translateX(100%) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes shuffle-2 {
  0%,
  33.33% {
    transform: scale(0.8) translateX(100%) rotateY(180deg);
    opacity: 0;
  }
  40%,
  66.66% {
    transform: scale(1) translateX(0) rotateY(0deg);
    opacity: 1;
    z-index: 3;
  }
  73.33%,
  100% {
    transform: scale(0.8) translateX(-100%) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes shuffle-3 {
  0%,
  66.66% {
    transform: scale(0.8) translateX(-100%) rotateY(180deg);
    opacity: 0;
  }
  73.33%,
  93.33% {
    transform: scale(1) translateX(0) rotateY(0deg);
    opacity: 1;
    z-index: 3;
  }
  6.66%,
  60% {
    transform: scale(0.8) translateX(100%) rotateY(180deg);
    opacity: 0;
  }
}
/* ################ analytics */
.analytics-section {
  padding: 2rem;
  margin-top: -8rem;
}
.analytics-section h1 {
  font-size: 74px;
  font-weight: bold;
  margin-bottom: 20px;
  /* color: #f9dc5c;
  line-height: 1.2; */
  color: #f3f4f8;
  font-weight: 800;
  background: linear-gradient(135deg, #3f3fff, #b82db8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.analytics-container,.feature-card,.colors-container {
  margin: 0 auto;
  padding: 0 3.2rem;
  display: flex;

  /* new techstyle */
  /* max-width: 300px; */
      flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.mini-site-container {
  grid-column: 2;
}
.smart-share-container{
  grid-row: 1;
  justify-items: center;
}
.smart-share-container img{
  height: 560px;
}
.analytics-container p {
  font-size: 24px;

  margin-bottom: 3rem;
  margin-top: 0;
  max-width: 550px;
  transition: all 0.3s ease;
  /* margin-left: -4rem; */
  color: #d2d4da;
  text-align: center;
}
.analytics-showcase {
  min-width: 490px;
}
.analytics-container2 {
  display: flex;
}
.analytics-links-container h2 {
  margin: 0 0 0.8rem 0;
  text-align: center;
  font-size: 30px;
  /* text-shadow: black 4px 2px; */
  color: #f3f4f8;
}
.analytics-links-container {
  padding: 1.2rem 1.2rem 3rem 1.2rem;
  border: black 3px solid;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  border-radius: 2rem;
  position: relative;
  border: rgb(0, 0, 0) 0px solid;
  box-shadow: 0 0 5px 1px #444;
  background-color: #dddddd48;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  align-items: center;
  height: 80%;
  width: 100%;
  gap: 1.2rem;
  margin: 0 auto;
  margin-top: -3.6rem;
  /* newStyle */
  border: #000 4px solid;
  border-bottom: #000 10px solid;
  border-right: #000 10px solid;
  box-shadow: none;
  background-color: #282a3a;
  max-width: 650px;
  /* new techstyle */
  border: none;
  border-radius: 16px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
  box-shadow: none;
  background-color: transparent;
}
.link-container {
  padding: 2rem;
  border: black 3px solid;
  height: 10rem;
  display: grid;
  grid-template-columns: 2fr 6fr 1fr;
  grid-template-rows: 1fr 8fr 1fr;
  font-size: 2rem;
  border-radius: 2rem;
  position: relative;
  border: rgb(0, 0, 0) 0px solid;
  /* box-shadow: 0 0 5px 1px #444; */
  background-color: #dddddd48;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-items: center;
  row-gap: 1.2rem;
  transition: all 0.3s ease;
  /* column-gap: 2.4rem; */
  /* newStyle */
  background-color: #777986;
  border: #000 4px solid;
  border-bottom: #000 10px solid;
  border-right: #000 10px solid;
  /* new techstyle */
box-shadow: rgba(255, 255, 255, 0.04) 0px 1px 1px inset, rgba(0, 0, 0, 0.5) 0px 6px 12px;
    background: radial-gradient(circle at center top, rgb(34, 34, 34) 0%, rgb(27, 27, 27) 60%, rgb(22, 22, 22) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.06);
}

.analytics-links-container .link-container {
  grid-template-columns: 2fr 4fr 4fr;
  grid-template-rows: 1fr;
  align-items: center;
  padding: 0.8rem;
  height: 7.4rem;
  column-gap: 1.2rem;
  padding-left: 2.2rem;
}
.analytics-links-container h3 {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
  font-size: 20px;
  padding: 0 0.2rem;
}
.analytics-links-container.analytics-links-container h2 {
  margin-bottom: -0.4rem;
}
.analytics-links-container .link-btn {
  grid-row: 1;
  grid-column: 1;
}
.analytics-links-container .click-count {
  grid-row: 1;
  grid-column: 3;
  font-weight: bold;
  font-size: 2.2rem;
}

.analytics-links-container .link-btn {
  padding: 1rem 1.25rem;
}
.link-btn {
  /* padding: 1rem 2rem; */
  padding: 1.5rem 2rem;

  /* background-color: var(--td-background-color); */
  /* border-radius: var(--td-border-radius); */
  /* box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.342); */
  transition: transform 0.3s;
  /* border: var(--td-border); */
  /* height: calc(var(--td-height) * 1.1); */
  /* width: calc(var(--td-width) * 1.1); */
  width: 3rem;
  max-width: 3rem;
  max-height: 4rem;
  grid-row: 2;
  grid-column: 1;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-btn:hover {
  transform: translateY(-5px);
  /* background-color: var(--td-hover-background-color);
  border: var(--td-hover-border);
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.342); */
}
.analytics-links-container::before,
.analytics-lifetime-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.4rem;
  /* background-image: var(--body-background-image); */
  opacity: 0.55;
  z-index: -1;
  transition: all 0.3s ease;
}
.link-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.8rem;
  /* background-image: var(--body-background-image); */
  opacity: 0.55;
  z-index: -1;
}
/* ############### Pricing */
.pricing-section {
  padding: 0rem 8rem 12rem 8rem;
  margin-top: -4rem;
}
.pricing-section h1 {
  font-size: 4.8rem;
  line-height: 1.02;
  margin-bottom: 3.2rem;
  /* max-width: 580px; */
  text-align: center;
  /* newStyle */
  color: #a7668b;
  /* text-shadow: black -8px 2px; */
  color: #f3f4f8;
}
html[lang="he-IL"] .pricing-section h1,
html[lang="he"] .pricing-section h1,
html[lang="he-IL"] .analytics-section h1,
html[lang="he"] .analytics-section h1,
html[lang="he-IL"] .nfc-section h1,
html[lang="he"] .nfc-section h1,
html[lang="he-IL"] .colors-section h1,
html[lang="he"] .colors-section h1,
html[lang="he-IL"] .hero-h1,
html[lang="he"] .hero-h1,
html[lang="he-IL"] .tutorial-h1,
html[lang="he"] .tutorial-h1 {
  /* text-shadow: black 2px 2px; */
}

html[lang="he-IL"] .analytics-section p,
html[lang="he"] .analytics-section p,
html[lang="he-IL"] .nfc-section p,
html[lang="he"] .nfc-section p,
html[lang="he-IL"] .colors-section p,
html[lang="he"] .colors-section p {
  text-shadow: black 2px 1px;
  /* direction: ; */
  text-align: center;
}
.pricing-container {
  margin: 0 auto;
  padding: 0 3.2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;

  align-items: center;
}

/* Header close */
.closed .register-button,
.closed .login-button,
.closed .burger-menu {
  display: none;
}
.closed {
  width: 8rem;
  transition: 0.4s all;
  /* margin: 0px 14px 0rem 0px; */
  padding-left: 2.2rem;
}

#check-in-header {
  line-height: 0.2;
}
.hero:has(#check-in-header) {
  padding-top: 32rem;
}
#check-in-header:not(.tutorial-h1) {
  top: 12rem;
}
#check-in-header.tutorial-h1 {
  margin-top: -6rem;
}
#pricing-section .card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  width: 80%;
}

#pricing-section .card-container {
  width: 100%;
  gap: 3.6rem;
}

#pricing-section .back-button {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  background-color: rgba(216, 213, 17, 0.578);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 800;
  font-size: 0.8rem;
  border: 3px solid black;
  letter-spacing: 0.05em;
  color: rgba(17, 24, 39, 1);
  cursor: pointer;
}

#pricing-section .back-button svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.2rem;
  margin-bottom: -0.1rem;
}

#pricing-section .card {
  background-color: rgba(212, 208, 208, 0.329);
  border: rgb(0, 0, 0) 4px solid;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  font-weight: 800;
  color: #000000;
  /* newStyle */
  color: #d2d4da;
  background-color: #282a3a;
  border: #f3f4f8 solid 2px;
  border-bottom: solid #b3b5bd 5px;
  border-right: solid #b3b5bd 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 10px 10px;
}

#pricing-section .card-main {
  background-color: rgb(122, 75, 101);
  font-family: "kanit", sans-serif;
  overflow-x: hidden;
  background-image: linear-gradient(90deg, #000000bd, 82%, transparent);
  border: #e1a1c5 solid 4px;
  border-bottom: solid #a7668b 8px;
  border-right: solid #a7668b 8px;
  box-shadow: rgba(0, 0, 0, 0.75) 2px 2px 20px 10px;
}

#pricing-section .header {
  display: flex;
  flex-direction: column;
}

#pricing-section .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  text-shadow: #000000a3 -4px 2px 10px;
}

#pricing-section .price {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  text-shadow: rgba(0, 0, 0, 0.42) -4px 2px 10px;
}
#pricing-section .price {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  text-shadow: black -4px 2px 10px;
}

#pricing-section .desc {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
}

#pricing-section .lists {
  margin-bottom: 1.5rem;
  flex: 1 1 0%;
}

#pricing-section .lists .list {
  margin-bottom: 0.5rem;
  display: flex;
  margin-left: 0.5rem;
}

#pricing-section .lists .list svg {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  margin-right: 0.5rem;
  color: rgba(216, 213, 17, 0.875);
}

#pricing-section .card-main .lists .list svg {
  color: rgba(216, 213, 17, 0.875);
}

#pricing-section .card-main .action {
  border: #e1a1c5 solid 3px;
  border-bottom: solid #a7668b 7.5px;
  border-right: solid #a7668b 7.5px;
  background-image: linear-gradient(90deg, #000000bd, 82%, rgb(122, 75, 101));
  color: rgba(251, 247, 14, 1);
}
#pricing-section .card-main {
  color: rgba(216, 213, 17, 1);
}
#pricing-section .card-main .price {
  color: rgba(251, 247, 14, 1);
}
#pricing-section .card-main p {
  color: rgba(216, 213, 17, 1);
}

#pricing-section p {
  color: #d2d4da;
  text-shadow: none;
}

#pricing-section .action {
  border: none;
  outline: none;
  display: inline-block;
  border-radius: 0.25rem;
  background-color: rgb(216, 213, 17);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: rgba(17, 24, 39, 1);
  border: 3px solid black;
  cursor: pointer;
  color: #f3f4f8;
  /* newStyle */
  text-shadow: black -2px 2px 5px;
  border: #f3f4f8 solid 2px;
  border-bottom: solid #b3b5bd 5px;
  border-right: solid #b3b5bd 5px;
  background-color: rgb(35, 35, 35);
  box-shadow: inset #000000 0px 0px 15px;
  border-radius: 2rem;
}
#pricing-section .mobile-carousel {
  display: none;
}
.cta-button {
  padding: 1.4rem 2rem;
  margin-bottom: 36px;
  margin-top: 1rem;
  max-height: 120px;
  width: 94%;
  font-size: 1.4rem;
  font-weight: 800;
  white-space: nowrap;
  background-color: #000000;
  color: #fff;
  border: rgba(122, 75, 101, 0.837) double 6px;
  /* text-shadow: black -4px 2px; */
  border: #e1a1c5 solid 3px;
  border-bottom: solid #a7668b 7.5px;
  border-right: solid #a7668b 7.5px;
  border-radius: 2rem;
  font-size: 3.6rem;
  /* background-image: linear-gradient(90deg, #000000bd, 82%, rgb(122, 75, 101));
   /* new Techstyle*/
  background-color: #007bff;
  color: white;
  border: #f3f4f8 solid 2px;
  border-bottom: solid #b3b5bd 5px;
  border-right: solid #b3b5bd 5px;
  cursor: pointer;
  /*  */
  background: linear-gradient(135deg, #3f3fff, #b82db8);
  color: #fff;
  border: none;
  box-shadow: var(--box-shadow-dark);
   box-shadow: 0 8px 24px rgba(162, 91, 255, 0.3);
  transition: all 0.25s ease;
   animation: glowShadow 2s ease-in-out infinite;
   font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
}
/* Keyframes for the glow */
@keyframes glowShadow {
  0% {
    box-shadow: 0 8px 24px rgba(162, 91, 255, 0.3);
  }
  50% {
    box-shadow: 0 8px 30px rgba(162, 91, 255, 0.6);
  }
  100% {
    box-shadow: 0 8px 24px rgba(162, 91, 255, 0.3);
  }
}
 .cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(162, 91, 255, 0.8);
}
/* color picker */
.color-picker-container {
  padding: 2rem;
  padding-bottom: 3rem;
  border: black 3px solid;
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  border-radius: 2rem;
  position: relative;
  border: rgb(0, 0, 0) 0px solid;
  box-shadow: 0 0 5px 1px #444;
  background-color: #dddddd48;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  /* newStyle */
  border: #000 4px solid;
  border-bottom: #000 10px solid;
  border-right: #000 10px solid;
  background-color: rgb(154, 107, 133);
  box-shadow: none;
  background-color: #282a3a;
  max-width: 650px;
  /* new techstyle */
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  background-color: #131520;
}

.color-picker-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.8rem;
  /* background-image: var(--body-background-image); */
  opacity: 0.55;
  z-index: -1;
}
.color-picker-input {
  height: 1px;
  width: 1px;
}

.color-picker-container h2 {
  margin: 0 0 0.2rem 0;
  text-align: center;
  font-size: 2.4rem;
  color: #f3f4f8;
  text-shadow: black -4px 2px;
}
.color-picker-container h3 {
  margin: 0 0 0.4rem 0;
  text-align: center;
  font-size: 1.6rem;
  text-wrap: nowrap;
  color: #d2d4da;
  text-shadow: black -2px 2px;
}
html[lang="he-IL"] .color-picker-container h3,
html[lang="he"] .color-picker-container h3 {
  text-shadow: black 2px 2px;
  font-family: "Fredoka", serif !important;
}
html[lang="he-IL"] .color-picker-container h2,
html[lang="he"] .color-picker-container h2 {
  text-shadow: black 4px 2px;
}

.color-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  flex-grow: 1;
}

.color-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.color-choice label {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.color-picker-button {
  -webkit-appearance: none;
  border: black 3px solid;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.342);

  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  padding: 3rem 3.5rem;
  border-radius: var(--td-border-radius);
  border-radius: 2rem;
  border: #000 4px solid;
  border-bottom: #000 10px solid;
  border-right: #000 10px solid;
}

input[type="color"] {
  opacity: 0;
  pointer-events: none;
  width: 0.1px;
  height: 0.1px;
}
.color-picker-button:hover {
  transform: translateY(-5px);
  background-color: var(--td-hover-background-color);
  border: black 2px solid;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.342);
  transition: all 0.3s ease;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 0.5rem;
}

.colors-section {
  padding: 2rem;
  margin-top: -8rem;
}

.colors-container p {
  font-size: 24px;

  margin-bottom: 3rem;
  margin-top: 0;
  max-width: 550px;
  transition: all 0.3s ease;
  /* margin-left: -4rem; */
  color: #d2d4da;
  text-align: center;
}
.colors-section h1 {
  font-size: 74px;
  font-weight: bold;
  margin-bottom: 20px;
  /* color: #f9dc5c;
  line-height: 1.2; */
  color: #f3f4f8;
  font-weight: 800;
  background: linear-gradient(135deg, #3f3fff, #b82db8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
/* Featured Link Block */
.featured-link-block {
  height: 220px;
  position: relative;
  box-shadow: var(--td-box-shadow);
  border: var(--td-border);
  overflow: hidden;
  margin-bottom: 1rem;
      border-radius: 12px;
}
.easylink-btn{
  height: 80px;
  width: 230px;
      box-shadow: rgba(255, 255, 255, 0.04) 0px 1px 1px inset, rgba(0, 0, 0, 0.5) 0px 6px 12px;
    background: radial-gradient(circle at center top, rgb(34, 34, 34) 0%, rgb(27, 27, 27) 60%, rgb(22, 22, 22) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.06);
}
.easylink-btn:hover {
  border-color: rgba(255, 255, 255, 0.06);
   border-width: 1px;
}
.easylink-btn a,
.easylink-btn a:active,
.easylink-btn a:focus {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* kill tap flash */
  background: none !important;                /* prevent bg flash */
  outline: none !important;                    /* prevent outline */
}

.easylink-btn a svg {
  pointer-events: none;                        /* don't let svg receive the tap */
  display: block;
  fill: none !important;                        /* don't let it inherit active color */
}
.easylink-btn,
.easylink-btn a {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.restart-btn{
  box-shadow: rgba(255, 255, 255, 0.04) 0px 1px 1px inset, rgba(0, 0, 0, 0.5) 0px 6px 12px;
    background: radial-gradient(circle at center top, rgb(34, 34, 34) 0%, rgb(27, 27, 27) 60%, rgb(22, 22, 22) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.06);
     height: 80px;
  width: 100px;
}

.featured-link-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3b3b3b;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}

.featured-link-background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}

.featured-link-profile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.featured-link-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: white;
  border: 3px solid white;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.featured-link-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.featured-link-social {
  display: flex;
  gap: 8px;
}

.featured-link-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}

/* Featured Link Preview */
.featured-link-preview .preview-card {
  position: relative;
  width: 100%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.featured-link-preview .preview-card-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3b3b3b;
  background-image: url("/assets/images/default-block-image.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.featured-link-preview .preview-profile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.featured-link-preview .preview-profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("/assets/images/default-block-image.jpg");
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.featured-link-preview .preview-profile-name {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.featured-link-preview .preview-social-icons {
  display: flex;
  gap: 10px;
}

.featured-link-preview .preview-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* simple link */
.simple-link-block {
  background-color: transparent;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 16px;
  width: calc(50% - 6px);
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
}
.simple-link-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.simple-link-block .block-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 10; /* Ensure buttons are above the gradient */
}
.simple-link-block:hover .block-actions {
  opacity: 1;
}

.simple-link-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Container to hold the pairs of simple links */
.simple-links-container {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 12px;
  width: 100%;
  justify-content: start;
}

/* Simple link will always remain compact, even when alone */
.simple-link-block:only-child {
  width: calc(50% - 6px);
  max-width: 200px;
}

.simple-link-image {
  width: 100%;
  height: 160px;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 10px;
}

.simple-link-icon {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.simple-link-icon svg {
  width: 14px;
  height: 14px;
  color: #333;
}

.simple-link-content {
  padding: 8px 10px;
  background-color: #fff;
}

.simple-link-title {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.simple-link-subtitle {
  margin: 0;
  font-size: 12px;
  color: #e0e0e0;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
/* Gradient overlay for better text visibility */
.simple-link-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 30%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  border-radius: 2px;
}
.simple-link-overlay-content {
     position: absolute;
    bottom: 12px;
    left: 50%;
    padding: 0px;
    z-index: 2;
    width: 85%;
    transform: translate(-50%, 0);
}


/* Feature Link Block */
.feature-link-block {
  position: relative;
  margin-bottom: 16px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}



.feature-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.feature-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}

.feature-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-profile-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  border: 3px solid #fff;
  margin-bottom: 10px;
}

.feature-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.feature-social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.card-body,
.card {
  display: flex;
  flex-direction: column;
  height: 605px;
}
/* Social Proof section */
.social-proof-section {
  /* background-color: #1a1a1a; */
  padding: 60px 20px;
  color: white;
  text-align: center;
}

.social-proof-container {
  max-width: 1200px;
  margin: 0 auto;
}
.social-proof-cta{
  max-width: 500px;
}

.social-proof-section h1 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
  /* color: #f9dc5c;
  line-height: 1.2; */
  color: #f3f4f8;
  font-weight: 800;
  background: linear-gradient(135deg, #3f3fff, #b82db8);
      background: linear-gradient(90deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1000px;
    margin: 0 auto;
    line-height: 1.16;
}

.social-proof-p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 579px;
    margin-bottom: 44px;
}

.influencer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  justify-items: center;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 24px;

}

.influencer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.influencer-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.influencer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.influencer-name {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.testimonial-container {
  max-width: 500px;
  margin: 0 auto 24px;
     padding: 35px 20px;
  /* background-color: rgba(255, 255, 255, 0.05); */
  border-radius: 12px;

  background: radial-gradient(
    circle at top center,
    #222222 0%,
    #1b1b1b 60%,
    #161616 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.04),
    0 6px 12px rgba(0, 0, 0, 0.5);
}

.testimonial-text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  max-width: 300px;
      color: var(--brand-2);
    text-shadow: none;
    margin: 0 auto;
}

.testimonial-author {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
  .social-proof-section h1 {
    font-size: 2rem;
  }

  .influencer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .influencer-avatar {
    width: 70px;
    height: 70px;
  }

  .testimonial-text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  .social-proof-section h1 {
    font-size: 1.5rem;
  }

  .social-proof-p {
    font-size: 1rem;
  }

  .influencer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .influencer-avatar {
    width: 60px;
    height: 60px;
  }

  .influencer-name {
    font-size: 0.8rem;
  }

  .testimonial-container {
    padding: 20px;
  }

  .testimonial-text {
    font-size: 1rem;
  }
}

/* RTL Support for Hebrew */
.rtl .social-proof-section,html[lang="he-IL"] .social-proof-section,
html[lang="he"] .social-proof-section  {
  direction: rtl;
}

.rtl .testimonial-author,html[lang="he-IL"] .testimonial-author,
html[lang="he"] .testimonial-author {
  text-align: right;
}
/* use cases section */
.use-cases-section {
  /* background-color: #1a1a1a; */
  padding: 70px 20px;
  color: white;
  text-align: center;
}

.use-cases-container {
  max-width: 1200px;
  margin: 0 auto;
}

.use-cases-section h1 {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f9dc5c;
  line-height: 1.2;
  color: #f3f4f8;
  font-weight: 800;
  background: linear-gradient(135deg, #3f3fff, #b82db8);
      background: linear-gradient(90deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  direction: ltr;
}

.use-cases-p {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.use-cases-grid {
  display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 0 auto;
    max-width: 800px;
    justify-items: center;
}

.use-case-card {
  /* background-color: rgba(255, 255, 255, 0.05); */
  border-radius: 15px;
 padding: 18px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Added for better vertical alignment */
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 180px; /* Added minimum height */
  min-width: 200px;
  margin-bottom: 10px; /* Added to ensure space between rows */

  box-shadow: rgba(255, 255, 255, 0.04) 0px 1px 1px inset,
    rgba(0, 0, 0, 0.5) 0px 6px 12px;
  background: radial-gradient(
    circle at center top,
    rgb(34, 34, 34) 0%,
    rgb(27, 27, 27) 60%,
    rgb(22, 22, 22) 100%
  );
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.06);
}

.use-case-card:hover {
  transform: translateY(-5px);
  background-color: rgba(134, 0, 255, 0.15);
  box-shadow: 0 7px 20px rgba(156, 39, 176, 0.3);
}

.use-case-icon {
  font-size: 3rem;
  margin-bottom: 20px; /* Increased space between icon and text */
}

.use-case-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* Mobile Responsiveness */
@media screen and (max-width: 900px) {
  .use-cases-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; /* Increased gap for tablet */
    padding: 0 15px; /* Added padding */
  }

  .use-case-card {
    padding: 25px 15px;
    min-height: 160px; /* Adjusted for tablet */
  }

  .use-case-icon {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .use-case-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .use-cases-section h1 {
    font-size: 36px;
  }

  .use-cases-p {
    font-size: 14px;
    padding: 0 10px; /* Added padding */
    max-width: 300px;
  }

  .use-cases-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px; /* Adjusted for mobile */
    padding: 0 10px; /* Added padding */
  }

  .use-case-card {
    padding: 12px 16px;
    min-height: 140px; /* Adjusted for mobile */
    margin-bottom: 5px; /* Reduced margin for mobile */
  }

  .use-case-icon {
    margin-bottom: 12px; /* Reduced for mobile */
  }
}

/* RTL Support for Hebrew */
.rtl .use-cases-section {
  direction: rtl;
}
/* Tech features section */
.tech-features-section {
  /* background-color: #1a1a1a; */
  padding: 70px 20px;
  color: white;
  text-align: center;
}

.tech-features-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tech-features-section h1 {
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f9dc5c;
  line-height: 1.2;
  color: #f3f4f8;
  font-weight: 800;
  background: linear-gradient(135deg, #3f3fff, #b82db8);
      background: linear-gradient(90deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.tech-features-p {
      font-size: 18px;
      line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.tech-features-grid {
  display: flex;
  flex-direction: row;
  gap: 80px;
  margin: 0 auto;
  max-width: 940px;
}

.tech-feature-card {
  /* background: linear-gradient(
    135deg,
    rgba(70, 0, 120, 0.1),
    rgba(140, 0, 240, 0.15)
  ); */
  border-radius: 18px;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  transition: all 0.3s ease;
  cursor: pointer;
  flex: 1;
  /* border: 1px solid rgba(138, 43, 226, 0.1); */
  box-shadow: rgba(255, 255, 255, 0.04) 0px 1px 1px inset,
    rgba(0, 0, 0, 0.5) 0px 6px 12px;
  background: radial-gradient(
    circle at center top,
    rgb(34, 34, 34) 0%,
    rgb(27, 27, 27) 60%,
    rgb(22, 22, 22) 100%
  );
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.06);
}

.tech-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(138, 43, 226, 0.2);
  border: 1px solid rgba(138, 43, 226, 0.3);
}

.tech-feature-icon {
  font-size: 3.5rem;
  margin-bottom: 25px;
}

.tech-feature-content {
  width: 100%;
}

.tech-feature-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech-feature-description {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-align: center;
}

/* Mobile Responsiveness */
@media screen and (max-width: 900px) {
  .tech-features-grid {
    flex-direction: column;
    gap: 25px;
    padding: 0 15px;
  }

  .tech-feature-card {
    padding: 25px 20px;
  }

  .tech-feature-icon {
    font-size: 44px;
    margin-bottom: 20px;
  }

  .tech-feature-title {
    font-size: 1.6rem;
  }

  .tech-feature-description {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .tech-features-section h1 {
    font-size: 30px;
  }

  .tech-features-p {
    font-size: 14px;
    padding: 0 10px;
  }

  .tech-features-grid {
    gap: 20px;
    padding: 0 5px;
  }

  .tech-feature-card {
    padding: 25px 15px;
  }

  .tech-feature-icon {
    font-size: 44px;
    margin-bottom: 15px;
  }

  .tech-feature-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* RTL Support for Hebrew */
.rtl .tech-features-section {
  direction: rtl;
}

.rtl .tech-feature-content {
  text-align: center;
}

.rtl .tech-feature-card {
  text-align: center;
}
/* feature-section-1 */
.feature-section-1 {
  padding: 70px 20px;
  color: white;
  text-align: center;
}
.feature-section-1.feature-section-1{
  margin-bottom: 4rem;
}
.feature-section-1 h1 {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f9dc5c;
  line-height: 1.2;
  color: #f3f4f8;
  font-weight: 800;
  background: linear-gradient(135deg, #3f3fff, #b82db8);
      background: linear-gradient(90deg, var(--brand), var(--brand-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  min-width: 550px;
}
.colors-container.colors-container p {
max-width: 290px;
}
.feature-grid {
display: flex;
  flex-direction: column;
  gap: 4rem; /* vertical spacing between feature rows */
  max-width: 1200px;
  margin: 0 auto;

  
}
.feature-text {
  display: flex;
  flex-direction: column;
  align-items: center; /* left align Hebrew RTL block — adjust if needed */
  gap: 4px; /* consistent spacing between h1 & p */
  max-width: 500px;
  margin-bottom: 124px;
}
.feature-card:nth-child(2) .feature-text,.feature-card:nth-child(4) .feature-text {
  grid-column: 2; /* move text to right */
}

.feature-card:nth-child(2) video,
.feature-card:nth-child(2) img,
.feature-card:nth-child(4) video,
.feature-card:nth-child(4) img  {
  grid-column: 1; /* move image to left */
  grid-row: 1; /* ensure image is on top */
}
.feature-card.analytics-container img{
      position: absolute;
    left: -100px;
    top: 20px;
    width: 639px;
}
.feature-card {
  position: relative;
  /* width: 100%; */
  height: 550px;
  overflow: hidden;
    display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 120px;
}
.feature-card p{
      font-size: 18px;
    margin-bottom: 3rem;
    margin-top: 0;
    line-height: 1.6;
        max-width: 320px;
    transition: all 0.3s ease;
    /* margin-left: -4rem; */
    color: #d2d4da;
    text-align: center;
}
.feature-card video{
  width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 20px auto 0 auto;
    border-radius: 55px;
    border: #000000 12px solid;
}
.custom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
}

.custom-modal-content {
  background: radial-gradient(circle at top center, #222222 0%, #1b1b1b 60%, #161616 100%);
  border-radius: 16px;
  padding: 36px; /* balanced, not too cramped or excessive */
  max-width: 420px;
  width: 90%;
  text-align: left;
  margin: 0 auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.custom-modal-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 2px 4px black;
  font-size: 30px;
}

.custom-modal-content label {
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
  text-align: left;
  font-size: 18px;
  color: #d2d4da;
  font-weight: 600;
}
html[lang="he-IL"] .custom-modal-content label,
html[lang="he"] .custom-modal-content label{
  text-align: right;
}

.custom-modal-content input {
  display: block;
  width: 92%;
  padding: 12px 16px;
  margin: 0 0 20px 0;
  border: 1px solid #444;
  border-radius: 8px;
  background: #101010;
  color: #fff;
  font-size: 16px;
}

#modal-save-btn {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 14px 28px;
  background-color: #007bff;
  color: white;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  border: none;
  cursor: pointer;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, sans-serif;
  transition: background 0.2s ease;
}
.modal-helper-text {
  margin-top: 12px;
  text-align: center;
  font-size: 13px;
  color: rgba(210, 212, 218, 0.7);
  font-weight: 400;
  line-height: 1.4;
}

#modal-save-btn:hover {
  background-color: #0056b3;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ====== Vars (optional) ====== */
:root{
  --hero-max-w: 1200px;
  --gap-col: clamp(16px, 3vw, 40px);
  --copy-max-ch: 58ch;
  --cta-radius: 999px;
  --brand: #7C4DFF;           /* purple accent */
  --brand-2: #B388FF;         /* lighter accent */
  --text: #FFFFFF;
  --text-dim: #D6D6DB;
  --bg: #0E0E12;
}

/* ====== Section frame ====== */
.hero-section{
  background: radial-gradient(80% 60% at 70% 40%, #1b1330 0%, transparent 55%) var(--bg);
  color: var(--text);
}

.hero-container{
  max-width: var(--hero-max-w);
  margin-inline: auto;
  padding: clamp(20px, 4vw, 48px);
}

/* ====== Grid layout (2 columns) ====== */
.hero-grid{
  display: grid;
  align-items: center;                 /* vertically centers right mockup with copy */
  gap: var(--gap-col);
}

/* ====== Left stack (Flex) ====== */
.hero-copy{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;                           /* controls vertical rhythm */
}

/* ====== Typography ====== */
.hero-h1{
  margin: 0;
  font-weight: 800;
  line-height: 1.15;
  font-size: 74px;
  letter-spacing: -0.3px;
  text-align: center;

}

.hero-p{
  margin: 0;
  font-size: clamp(1rem, 1vw + .6rem, 18px); /* ~16 → ~20px */
  line-height: 1.6;
}



/* ====== CTA ====== */
.cta-button{
  /* margin-top: 6px; */
     padding: 10px 22px;
  border-radius: var(--cta-radius);
  font-weight: 700;
     font-size: 36px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #f3f4f8;
  border: 0;
  cursor: pointer;
  outline: none;
  box-shadow: 0 10px 30px rgba(124,77,255,.35);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  width: 65%
  ;
}
.cta-button:hover{ transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 12px 40px rgba(162, 91, 255, 0.5) !important; }
.cta-button:active{ transform: translateY(0); filter: brightness(.98); }

/* ====== Dots row ====== */
.circle-container{
  display: flex;
  gap: 8px;
  margin-top: 2px;
}

