.popt {
  --popt-bg: #010409;
  --popt-card: #16181d;
  --popt-in: #101218;
  --popt-fg: #fff;
  --popt-mut: #8c9095;
  --popt-acc: #a3c618;
  --popt-max: 1600px;
  --popt-font: "Finlandica Text", "Finlandica", sans-serif;
  background: var(--popt-bg);
  color: var(--popt-fg);
  font-family: var(--popt-font);
  padding: 8px 0 56px;
}

.popt *,
.popt *::before,
.popt *::after {
  box-sizing: border-box;
}

.popt-in {
  width: 100%;
  max-width: var(--popt-max);
  margin: 0 auto;
  padding: 0 16px;
}

.popt-hero {
  position: relative;
  display: block;
  min-height: 320px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 16px;
  background: #010409;
}

.popt-hd {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  padding: 36px 28px 40px;
}

.popt-h {
  margin: 0 0 14px;
  color: var(--popt-fg);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 500;
  line-height: 1.12;
}

.popt-cap {
  margin: 0 0 22px;
  max-width: 520px;
  color: #cfd3d8;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.popt-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.popt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.popt a.popt-btn,
.popt button.popt-btn {
  color: #fff !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.popt-btn-g {
  border: 1px solid #3a3d48;
  background: transparent;
}

.popt-btn-g:hover,
.popt-btn-g:focus-visible {
  border-color: var(--popt-acc);
  color: var(--popt-acc) !important;
}

.popt a.popt-btn-a,
.popt-btn-a {
  border: 0;
  background: var(--popt-acc);
  color: #111 !important;
}

.popt-btn-a:hover,
.popt-btn-a:focus-visible {
  background: #b8d91f;
}

.popt-vis {
  position: absolute;
  inset: 0;
}

.popt-vis::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, #010409 0%, rgba(1, 4, 9, 0.92) 28%, rgba(1, 4, 9, 0.35) 58%, transparent 78%);
  pointer-events: none;
}

.popt-fish {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.popt-feats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}

.popt-feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-height: 92px;
  padding: 18px 16px;
  border-radius: 14px;
  background: var(--popt-card);
  transition: background 0.2s ease;
}

.popt-feat:hover {
  background: #1c1e22;
}

.popt-fi {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.popt-ft {
  margin: 0 0 6px;
  color: var(--popt-fg);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.popt-fd {
  margin: 0;
  color: var(--popt-mut);
  font-size: 13px;
  line-height: 1.4;
}

.popt-mid {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 16px;
  align-items: start;
  margin: 0 0 40px;
}

.popt-side {
  padding: 8px 8px 8px 4px;
}

.popt-h2 {
  margin: 0 0 18px;
  color: var(--popt-fg);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.popt-h2 em {
  font-style: normal;
  color: var(--popt-acc);
}

.popt-sec {
  margin: 0 0 10px;
}

.popt-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popt-ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 14px;
  color: #e6e8ea;
  font-size: 16px;
  line-height: 1.35;
}

.popt-ul img {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 1px;
}

.popt-card {
  padding: 28px 28px 22px;
  border-radius: 16px;
  background: var(--popt-card);
}

.popt-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  color-scheme: dark;
}

.popt-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.popt-fld {
  position: relative;
  display: block;
}

.popt-fld input,
.popt-fld textarea,
.popt-fld select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: var(--popt-in) !important;
  color: #fff !important;
  caret-color: #fff;
  -webkit-text-fill-color: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
  outline: none;
  appearance: none;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.popt-fld input,
.popt-fld select {
  height: 52px;
}

.popt-fld input:hover,
.popt-fld textarea:hover,
.popt-fld select:hover {
  border-color: #2a2c35;
}

.popt-fld input:focus,
.popt-fld textarea:focus,
.popt-fld select:focus {
  border-color: var(--popt-acc);
  background-color: #1c1e22 !important;
}

.popt-fld input:-webkit-autofill,
.popt-fld input:-webkit-autofill:hover,
.popt-fld input:-webkit-autofill:focus,
.popt-fld textarea:-webkit-autofill,
.popt-fld select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--popt-in) inset;
  box-shadow: 0 0 0 1000px var(--popt-in) inset;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  border-color: #2a2c35;
}

.popt-fld textarea {
  min-height: 88px;
  padding: 16px 18px;
  resize: vertical;
}

.popt-sel select {
  padding-right: 36px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%238c9095' stroke-width='1.6' stroke-linecap='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
}

.popt-ph {
  position: absolute;
  left: 18px;
  top: 50%;
  color: #6b7078;
  font-size: 15px;
  line-height: 1.4;
  pointer-events: none;
  transform: translateY(-50%);
}

.popt-area .popt-ph {
  top: 16px;
  transform: none;
}

.popt-ph i {
  color: var(--popt-acc);
  font-style: normal;
}

.popt-fld input:focus + .popt-ph,
.popt-fld input:not(:placeholder-shown) + .popt-ph,
.popt-fld input:-webkit-autofill + .popt-ph,
.popt-fld textarea:focus + .popt-ph,
.popt-fld textarea:not(:placeholder-shown) + .popt-ph,
.popt-sel select:focus + .popt-ph,
.popt-sel select:valid + .popt-ph {
  opacity: 0;
}

.popt-area,
.popt-send {
  grid-column: 1 / -1;
}

.popt-send {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 12px 16px;
  align-items: center;
  margin-top: 4px;
}

.popt-ag {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--popt-mut);
  font-size: 13px;
  line-height: 1.4;
}

.popt-ag input {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--popt-acc);
}

.popt-ag a {
  color: var(--popt-acc) !important;
  text-decoration: none;
}

.popt-ag a:hover,
.popt-ag a:focus-visible {
  color: #b8d91f !important;
  text-decoration: none;
}

.popt-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: var(--popt-acc);
  color: #111;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.popt-go:hover,
.popt-go:focus-visible {
  background: #b8d91f;
}

.popt-hint {
  margin: 14px 0 0;
  color: var(--popt-mut);
  font-size: 13px;
  line-height: 1.45;
}

.popt-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 40px;
}

.popt-step,
.popt-hc {
  min-height: 148px;
  padding: 22px 20px;
  border-radius: 14px;
  background: var(--popt-card);
  transition: background 0.2s ease, color 0.2s ease;
}

.popt-step:hover {
  background: #1c1e22;
}

.popt-si,
.popt-hi {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 14px;
  object-fit: contain;
}

.popt-st {
  margin: 0 0 8px;
  color: var(--popt-fg);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.popt-sd {
  margin: 0;
  color: var(--popt-mut);
  font-size: 14px;
  line-height: 1.45;
}

.popt-help-cap {
  margin: 0 0 16px;
  color: var(--popt-mut);
  font-size: 15px;
  line-height: 1.45;
}

.popt-help {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
}

.popt a.popt-hc {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  color: #fff !important;
  text-decoration: none;
}

.popt a.popt-hc:hover,
.popt a.popt-hc:focus-visible {
  background: #1c1e22;
  color: var(--popt-acc) !important;
}

.popt-hc strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.popt-hc em {
  display: block;
  margin-top: 4px;
  color: var(--popt-mut);
  font-style: normal;
  font-size: 13px;
}

.popt-foot {
  margin: 0;
  padding: 22px 28px;
  border-radius: 14px;
  background: #12200a;
  color: var(--popt-acc);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.popt-msg {
  padding: 48px 0 72px;
}

@media (max-width: 1100px) {
  .popt-feats,
  .popt-steps,
  .popt-help {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .popt-hero {
    min-height: 420px;
  }

  .popt-mid,
  .popt-form,
  .popt-send {
    grid-template-columns: minmax(0, 1fr);
  }

  .popt-hd {
    max-width: none;
    padding: 24px 20px 28px;
  }

  .popt-vis::before {
    background: linear-gradient(180deg, rgba(1, 4, 9, 0.88) 0%, rgba(1, 4, 9, 0.45) 55%, rgba(1, 4, 9, 0.2) 100%);
  }

  .popt-card {
    padding: 22px 16px 16px;
  }

  .popt-feats,
  .popt-steps,
  .popt-help {
    grid-template-columns: minmax(0, 1fr);
  }

  .popt-foot {
    font-size: 16px;
  }
}
