* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #101828;
  background: #f7f8fb;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(247, 248, 251, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 20px;
}

.nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #475467;
}

.nav a:hover {
  color: #101828;
}

.hero {
  padding: 86px 0 72px;
  background:
    radial-gradient(circle at 20% 10%, rgba(77, 91, 255, 0.18), transparent 32%),
    radial-gradient(circle at 90% 20%, rgba(26, 188, 156, 0.18), transparent 28%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.badge,
.label {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(77, 91, 255, 0.2);
  background: rgba(77, 91, 255, 0.08);
  color: #3440d8;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  font-size: 13px;
}

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

h1 {
  margin: 22px 0 20px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.hero-text {
  font-size: 20px;
  color: #475467;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  border-radius: 16px;
  padding: 0 22px;
  border: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 15px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #101828;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
}

.btn-primary:hover {
  background: #000000;
}

.btn-secondary {
  background: #ffffff;
  color: #101828;
  border: 1px solid rgba(16, 24, 40, 0.1);
}

.full {
  width: 100%;
}

.hero-points {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 22px;
  color: #667085;
  font-size: 14px;
}

.hero-points span::before {
  content: "•";
  color: #3440d8;
  font-weight: 900;
  margin-right: 8px;
}

.hero-card {
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 32px;
  padding: 28px;
  box-shadow: 0 30px 80px rgba(16, 24, 40, 0.12);
}

.card-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}

.card-top span {
  color: #667085;
  font-size: 14px;
}

.card-top strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.salary-box {
  padding: 18px;
  border-radius: 20px;
  background: #f2f4f7;
  margin-bottom: 12px;
}

.salary-box.active {
  background: #101828;
  color: #ffffff;
}

.salary-box p {
  margin-bottom: 4px;
  color: inherit;
  opacity: 0.72;
  font-size: 14px;
}

.salary-box strong {
  font-size: 32px;
  letter-spacing: -0.05em;
}

.mini-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  color: #475467;
  font-size: 15px;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #12b76a;
  border-radius: 50%;
  margin-right: 8px;
}

.problem,
.result,
.example,
.honest,
.offer,
.form-section {
  padding: 76px 0;
}

.problem h2,
.section-head h2,
.example h2,
.honest h2,
.offer h2,
.form-section h2 {
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

.problem p,
.section-head p,
.example p,
.honest p,
.offer p,
.form-section p {
  color: #475467;
  font-size: 18px;
  max-width: 760px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}

.problem-item {
  background: #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  padding: 22px;
  font-weight: 700;
}

.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 42px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature {
  background: #ffffff;
  border-radius: 26px;
  padding: 26px;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

.feature h3 {
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}

.feature p {
  color: #667085;
  font-size: 16px;
  margin-bottom: 0;
}

.example {
  background: #101828;
  color: #ffffff;
}

.example p {
  color: rgba(255, 255, 255, 0.72);
}

.example-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.report {
  background: #ffffff;
  color: #101828;
  border-radius: 30px;
  padding: 26px;
}

.report-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.report-row span {
  color: #667085;
}

.report-row strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.report-block {
  margin-top: 24px;
}

.report-block h3 {
  margin-bottom: 8px;
}

.report-block p {
  color: #475467;
  font-size: 16px;
}

.report-block ol {
  padding-left: 20px;
  color: #475467;
}

.report-block li {
  margin-bottom: 8px;
}

.honest-box {
  background:
    linear-gradient(135deg, rgba(77, 91, 255, 0.09), rgba(18, 183, 106, 0.09)),
    #ffffff;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 34px;
  padding: 42px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 36px;
  align-items: center;
}

.price-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 28px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
}

.price-card p {
  color: #667085;
  font-size: 16px;
  margin-bottom: 6px;
}

.price-card strong {
  display: block;
  font-size: 38px;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
}

.price-card span {
  display: block;
  color: #667085;
  margin-bottom: 22px;
}

.form-section {
  background: #ffffff;
}

.form-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}

.form-note {
  background: #f2f4f7;
  border-radius: 22px;
  padding: 20px;
  color: #475467;
  margin-top: 24px;
}

.lead-form {
  display: grid;
  gap: 14px;
  background: #f7f8fb;
  border-radius: 30px;
  padding: 26px;
  border: 1px solid rgba(16, 24, 40, 0.08);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 24, 40, 0.12);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  background: #ffffff;
  color: #101828;
  outline: none;
}

textarea {
  min-height: 108px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #3440d8;
  box-shadow: 0 0 0 4px rgba(52, 64, 216, 0.08);
}

.checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #475467;
  font-size: 14px;
}

.checkbox input {
  width: auto;
  margin-top: 4px;
}

.form-status {
  display: none;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.form-status.success {
  display: block;
  background: rgba(18, 183, 106, 0.12);
  color: #027a48;
}

.form-status.error {
  display: block;
  background: rgba(240, 68, 56, 0.12);
  color: #b42318;
}

.footer {
  padding: 28px 0;
  background: #101828;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer p {
  margin: 0;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .hero-grid,
  .example-grid,
  .offer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid,
  .features {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    padding-top: 54px;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 22px, 1120px);
  }

  .header-inner {
    height: 64px;
  }

  .logo {
    font-size: 17px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .problem,
  .result,
  .example,
  .honest,
  .offer,
  .form-section {
    padding: 52px 0;
  }

  .problem-grid,
  .features {
    grid-template-columns: 1fr;
  }

  .honest-box,
  .lead-form,
  .report,
  .price-card,
  .hero-card {
    border-radius: 24px;
    padding: 22px;
  }

  .footer-inner {
    flex-direction: column;
  }
}
