:root {
  --black: #080a09;
  --panel: #181c1b;
  --panel-soft: #252b29;
  --white: #f7f8f7;
  --muted: #b8bfbc;
  --green: #36d482;
  --green-dark: #087d4b;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
  --content-background-image: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
img {
  width: 100%;
}

.button:disabled {
  background-color: gray;
  cursor: not-allowed;
}
.button:disabled::after {
  border-color: gray;
}
.button:active {
  cursor: not-allowed;
}
.result-column img {
  max-width: 30px;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter;
  line-height: 1.45;
}
h2, h1 {
  font-family: Unbounded;
}
body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.section-bg {
  position: relative;
  overflow: hidden;
  background-color: var(--black);
}

.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  pointer-events: none;
  background-image: url(./assets/hero-glauca.png);
}

.content-background {
  position: relative;
  overflow: hidden;
  background-image: url(./assets/fon.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.content-background::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 16%, rgba(34, 189, 105, 0.08) 42%, transparent 65%),
    radial-gradient(ellipse at 25% 72%, rgba(30, 211, 115, 0.13), transparent 32%);
}

.content-background > section {
  position: relative;
  z-index: 1;
  background: transparent;
}

.hero {
  min-height: 710px;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.98) 8%, rgba(5, 8, 7, 0.58) 54%, rgba(5, 7, 6, 0.9)),
    radial-gradient(circle at 67% 42%, rgba(27, 184, 101, 0.32), transparent 22%), #080a09;
}

.hero-inner {
  position: relative;
  min-height: 710px;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: 52%;
  padding: 62px 0 54px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  font-size: 38px;
  line-height: 105%;
  margin-bottom: 18px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-lead {
  max-width: 490px;
  margin-bottom: 18px;
  color: #e5e8e6;
  font-size: 16px;
  line-height: 105%;
}

.feature-list,
.dash-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 520px;
  padding-left: 14px;
  color: #d9dddb;
  font-size: 14px;
}

.feature-list .icon-placeholder {
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: var(--green);
  color: transparent;
}

.icon-placeholder,
.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(117, 245, 179, 0.72);
  background: rgba(35, 177, 105, 0.09);
  text-align: center;
}

.icon-placeholder {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  font-size: 7px;
}

.cta-button {
  min-width: 250px;
  min-height: 50px;
  padding: 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background: linear-gradient(
    268.05deg,
    #46b577 -80.76%,
    #53df91 -4.59%,
    #359a8d 48.26%,
    #1cd36d 80.04%,
    #4bb479 102.93%
  );

  color: #fff;
  box-shadow: 0 0 28px rgba(41, 216, 128, 0.26);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-button:hover,
.cta-button:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.gift-note {
  max-width: 460px;
  margin: 15px 0 0;
  color: #d7dcd9;
  font-size: 13px;
  font-weight: 700;
}

.gift-note::first-line {
  color: var(--green);
}

.hero-person {
  z-index: 2;
  right: 6%;
  bottom: 0;
  width: 42%;
  height: 88%;
  flex-direction: column;
  border-bottom: 0;
  font-size: 20px;
}

.hero-person small {
  margin-top: 8px;
  opacity: 0.7;
}

.hero-person-mobile {
  display: none;
}

.coin {
  position: absolute;
  z-index: 4;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.coin-one {
  top: 18%;
  right: 21%;
}

.coin-two {
  top: 31%;
  right: 3%;
}

.coin-three {
  top: 9%;
  right: 2%;
  width: 60px;
  height: 60px;
}

.mentor {
  padding: 58px 0;
}

.mentor-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.mentor-photo {
  width: 280px;
  min-height: 280px;
  flex: 0 0 280px;
}

.mentor-copy {
  width: 520px;
}

.mentor-copy h2 {
  margin-bottom: 20px;
}

.dash-list li {
  position: relative;
  padding-left: 14px;
  color: #d4d9d6;
}

.dash-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

.results {
  padding: 28px 0 68px;
}

.results-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 48px 0;
  border: 1px solid rgba(103, 246, 173, 0.36);
  border-radius: 20px;
  background: linear-gradient(1.01deg, #252d29 -34.63%, #47b879 125.53%);

  box-shadow: 0 0 50px rgba(31, 209, 116, 0.2);
}

.results-panel h2 {
  margin-bottom: 25px;
  font-size: clamp(28px, 3.6vw, 33px);
  text-align: center;
  text-transform: uppercase;
}

.results-list {
  display: flex;
  gap: 44px;
  padding-bottom: 18px;
}

.result-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.result-column p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  line-height: 110%;
  font-weight: 500;
}

.check-placeholder {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d7ffea;
  border-radius: 50%;
}

.dark-cta {
  position: relative;
  bottom: -24px;
  background: linear-gradient(90deg, #288c54 5.6%, #45de89 52.8%, #1f4f34 100%);
}

.reviews {
  padding: 78px 0 58px;
}

.section-title {
  font-size: 33px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
}

.section-title span {
  color: var(--green);
}

.review-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  gap: 18px;
  margin-top: 34px;
}

.review-card {
  width: calc((100% - 36px) / 3);
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #1d2422;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: -12px -12px 14px;
  padding: 7px 12px;
  background: #2b3939;
}

.avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  font-size: 7px;
}

.review-author strong,
.review-author small {
  display: block;
}

.review-author strong {
  font-size: 12px;
  line-height: 1.15;
}

.review-author small {
  color: var(--muted);
  font-size: 8px;
  line-height: 1.15;
}

.review-points {
  display: flex;
  align-items: stretch;
  gap: 7px;
}

.review-points p {
  width: 50%;
  min-height: 126px;
  margin-bottom: 7px;
  padding: 10px 8px;
  border-radius: 7px;
  background: #293332;
  color: #f1f4f2;
  font-size: 10px;
  line-height: 1.28;
}

.review-points p:first-child::first-line {
  color: var(--green);
}

.review-points p:last-child {
  background: linear-gradient(145deg, #237d52, #39a86c);
}

.review-text {
  flex: 1;
  min-height: 132px;
  margin-bottom: 14px;
  padding: 10px 8px;
  border-radius: 7px;
  background: #29302f;
  color: #e0e4e2;
  font-size: 10px;
  line-height: 1.28;
}

.screen-placeholder {
  overflow: hidden;
  min-height: 100px;
  border-radius: 7px;
  background: #f0f4f2;
  color: #27855a;
  font-size: 12px;
}

.reviews-cta {
  display: block;
  margin: 28px auto 0;
}

.faq {
  padding: 45px 0 90px;
}

.faq-inner {
  position: relative;
  z-index: 1;
}

.faq-list {
  width: min(820px, 100%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 28px auto 0;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  background: rgba(48, 52, 51, 0.92);
}

.faq-heading {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 20px;
  border: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
}

.faq-heading span {
  display: flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  color: var(--green);
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.32s ease,
    opacity 0.22s ease;
}

.faq-item.open .faq-answer {
  max-height: 520px;
  opacity: 1;
}

.faq-answer p {
  margin: 0;
  padding: 0 20px 22px;
  color: #d2d7d4;
  font-size: 14px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal.active {
  display: flex;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(3px);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  display: flex;
  flex-direction: column;
  padding: 38px;
  border: 1px solid rgba(96, 245, 169, 0.28);
  border-radius: 10px;
  background: #171a19;
  box-shadow: var(--shadow);
}

.modal-dialog h2 {
  padding-right: 26px;
  font-size: 30px;
}

.modal-dialog > p {
  color: var(--green);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 15px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
}

.modal form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal input {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid #d8dedb;
  border-radius: 4px;
  outline: none;
}

.modal input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 2px rgba(54, 212, 130, 0.18);
}

.modal .cta-button {
  width: 100%;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: #ff8e8e;
  font-size: 13px;
}

.form-message.success {
  color: var(--green);
}
.er2 {
  display: none;
}
@media (max-width: 760px) {
  .section-bg::before {
    content: "";

    position: absolute;
    inset: 0;
    background-size: cover;
    pointer-events: none;
    background-position: center top;
    background-image: url(./assets/555.png);
    top: -70px;
  }
  .eyebrow {
    text-align: center;
  }
  .mentor-copy h2 {
    text-align: center;
  }
  .mentor-photo {
    display: none;
  }
  .er2 {
    display: block;
    margin-bottom: 20px;
  }
  .container {
    width: min(100% - 28px, 560px);
  }
  h2 {
    font-size: 23px !important;
  }
  .reviews {
    padding: 38px 0 28px !important;
  }
  .hero,
  .hero-inner {
    min-height: 0;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy {
    width: 100%;
    padding: 22px 0 34px;
  }

  .hero-copy > .eyebrow {
    padding-left: 9px;
    border-left: 4px solid var(--green);
    font-size: 13px;
    line-height: 1.2;
  }

  .hero-person-mobile {
    background-position: center top;
    width: 100%;
    min-height: 295px;
    display: flex;
    flex-direction: column;
    margin: 10px 0 18px;
    border: 0;
    background: radial-gradient(circle at 50% 38%, rgb(33 183 106 / 0%), transparent 34%), rgb(24 47 37 / 0%);
  }

  .hero-person-mobile small {
    margin-top: 5px;
    opacity: 0.72;
  }

  h1 {
    font-size: 30px;
    margin-bottom: 12px;
    font-family: Unbounded;
    line-height: 0.98;
    text-align: center;
  }

  .hero-lead,
  .feature-list li,
  .gift-note {
    max-width: 100%;
  }

  .hero-person {
    display: none;
  }

  .coin {
    display: none;
  }
  .feature-list,
  .dash-list {
    gap: 6px;
  }
  .tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mentor-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .mentor-photo,
  .mentor-copy {
    width: 100%;
  }

  .mentor-photo {
    min-height: 360px;
    flex-basis: auto;
  }

  .results-panel {
    padding: 30px 20px 0;
  }

  .results-list,
  .review-row {
    flex-direction: column;
  }

  .result-column,
  .review-card {
    width: 100%;
  }

  .results-list {
    gap: 13px;
  }

  .review-card {
    max-width: 340px;
    margin: 0 auto;
  }

  .review-text {
    min-height: 132px;
    font-size: 13px;
  }
  .review-author small {
    color: var(--muted);
    font-size: 10px;
    line-height: 1.15;
  }
  .result-column p {
    font-size: 15px;
  }

  .review-points p {
    min-height: 126px;
    font-size: 13px;
  }

  .screen-placeholder {
    min-height: 116px;
  }

  .modal-dialog {
    padding: 30px 20px 24px;
  }
}
