:root {
  --neon-green:rgb(0, 255, 143);
  --black-main: #0f0f0f;
  --text-color:#fff;
  --subtext-color:#D0D0D0;
  --main-grey:#3D3D3D;
  --gradient-top-green:#01c46f;
  --sec-grey:#272727;
  --basic-grey:#707070;
  --braterski-granat:#0080FF;
  --see-trough-black:rgba(18, 18, 18, 0.66);
  --dark-green:#025A33;
  --winning-yellow:#FFF678;
  --see-trough-light-black:rgba(18,18,18, 0.42);
  --lose-red:#f35058;
  --chat-green:#039A58;
  --chat-input:#121212;
  --dark-red:#a1232a;
}

* {
  box-sizing: border-box;
}

body {
  background: linear-gradient(135deg, #121212 0%, #121212 60%, #004d2b 120%);
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-attachment: fixed;
  color: var(--text-white);
}

header {
  top: 0;
  width: 100%;
  padding: 1.4rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--main-grey);
}

header .logo {
  font-size: 2rem;
  font-weight: 600;
  color: white;
}

header .right-menu {
  margin-left: auto;
}

header .element {
  font-size: 1rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 1rem;
  background-color: var(--neon-green);
}

.main {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 2rem;
  width: 100%;
}

h1 {
  color: white;
  font-size: 2rem;
  margin: 0;
  width: 100%;
}

.main-p {
  color: var(--subtext-color);
  font-size: 1rem;
  max-width: 100%;
}

.top-text {
  margin-bottom: 3rem;
}

.boxes {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.box {
  color: white;
  padding: .8rem;
  border-radius: 12px;
  display: flex;
  gap: 1rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(10px); 
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2); 
}

.box .icon {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 5px solid var(--neon-green);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box .icon .icon-pic {
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: center;
  width: 65%;
  height: 65%;
}

.box .info .title {
  font-size: 1.15rem;
  font-weight: 500;
}

.box .info .more {
  color: var(--subtext-color);
  font-size: .95rem;
}

.boxes .bottom-info {
  color: var(--text-color);
  text-align: center;
  font-size: 1.1rem;
}

.steps {
  margin-top: 3rem;
}

.steps .head {
  font-size: 2rem;
  color: white;
  font-weight: 500;
}

.steps .steps-container {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  gap: 3rem;
}

.steps .steps-container .top-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.steps .steps-container .number {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 100%;
  border: 3px solid var(--neon-green);
  flex-shrink: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  font-weight: 500;
}

.steps .steps-container .top-info .title {
  color: white;
  font-weight: 500;
  font-size: 1.3rem;
}

.steps .steps-container .top-info p {
  margin: 0;
}

.steps .steps-container .photo-text {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.steps .steps-container .photo {
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: center;
  height: 18rem;
  width: 80%;
  filter: drop-shadow(0px 0px 30px rgba(0, 255, 143, 0.3));
  flex-shrink: 0;
  margin-left: -5rem;
}

.steps .steps-container .photo-text .text {
  color: white;
  max-width: 400px; 
  line-height: 1.7; 
  font-size: 1.8rem;
  margin-left: -1.5rem;
  font-weight: 500;
}

.glow {
  color: var(--neon-green);
  font-weight: 500;
}

.faq {
  margin-top: 3rem;
}

.faq .head {
  color: white;
  font-weight: 500;
  font-size: 2rem;
}

.faq .questions {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem;
  margin-top: 2rem;
}


.faq .questions .question {
  font-weight: 500;
}

.faq .questions .question {
  display: flex;
  align-items: center;
}

.faq .questions .qna {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.faq .questions .question .icon {
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: center;
  background-image: url('img/ArrowRightIcon.png');
  transform: rotate(90deg);
  width: 1.8rem;
  height: 1.6rem;
  margin-left: auto;
  flex-shrink: 0;
  transition: .2s all ease-in;
}

.faq .questions .answer {
  padding: .8rem;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: none;
}

#email-section {
  padding-top: 3rem;
}

#email-section .message {
  font-size: 1.9rem;
  color: white;
  font-weight: 500;
  text-align: center;
}

#email-section p {
  color: var(--subtext-color);
  text-align: center;
}

#email-section form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 2rem;
}

#email-section form label {
  color: var(--subtext-color);
  font-weight: 500;
  padding: .5rem;
}

#email-section form #email {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 10px;
  max-width: 460px;

  background: rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);

  color: #fff;
  font-size: 1rem;
  outline: 0;
  transition: .1s all ease;
}


#email-section form #email:focus {
  border-bottom: 2px solid var(--neon-green);
}

#email-section form #email::selection {
  background-color: rgba(255, 255, 255, 0.08);
}

#email-section form .submit-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

#email-section form input[type=submit] {
  margin: 1rem;
  padding: .89rem; 
  width: 8rem;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: var(--neon-green);
  border-radius: 10px;
  border: 0;
}


form #contact_check_field {
  opacity: 0;
}

footer {
    padding: 4rem 2rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
}

.footer-brand {
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
}

.footer-contact {
    color: var(--subtext-color);
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.footer-contact a {
    color: var(--neon-green);
    text-decoration: none;
    font-weight: 500;
}

.footer-bottom {
    font-size: 0.7rem;
    color: var(--basic-grey);
    text-transform: uppercase;
    letter-spacing: 1px;
}