:root {
  --bg: #060910;
  --ink: #fff8e8;
  --muted: #aeb8c8;
  --soft: #d8deea;
  --gold: #d4af37;
  --gold-2: #fff1b5;
  --line: rgba(255, 255, 255, .14);
  --gold-line: rgba(212, 175, 55, .28);
  --panel: rgba(8, 13, 22, .78);
  --panel-2: rgba(255, 255, 255, .065);
  --green: #75e6a1;
  --red: #ffb4a6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Arial, sans-serif;
  line-height: 1.5;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 4%, rgba(212, 175, 55, .24), transparent 28%),
    radial-gradient(circle at 16% 12%, rgba(125, 211, 252, .13), transparent 26%),
    linear-gradient(145deg, #05070b, #0b1420 56%, #071018);
}

body:after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

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

.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
}

.brand {
  color: #f4d17d;
  font-size: 28px;
  font-weight: 950;
  letter-spacing: .22em;
}

.top-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pill {
  border: 1px solid rgba(212, 175, 55, .42);
  border-radius: 999px;
  padding: 10px 14px;
  color: #f4d17d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-align: center;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  display: grid;
  align-items: end;
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  background: #05070b;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shell:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 11, .94), rgba(5, 7, 11, .70) 42%, rgba(5, 7, 11, .16)),
    linear-gradient(0deg, rgba(5, 7, 11, .86), transparent 44%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(28px, 5vw, 58px);
}

.kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 690px;
  font-size: clamp(44px, 6.5vw, 82px);
  line-height: .94;
}

.lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: #ffeab7;
  font-size: clamp(19px, 2.1vw, 24px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 950;
}

.primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 52%, #8c5b1b);
  color: #071018;
  box-shadow: 0 18px 48px rgba(212, 175, 55, .2);
}

.secondary {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .07);
  color: var(--ink);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.chip {
  border: 1px solid rgba(212, 175, 55, .28);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(212, 175, 55, .08);
  color: #f4d17d;
  font-size: 13px;
  font-weight: 850;
}

.section {
  padding: 28px 0;
}

.folder-spread {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding-top: 24px;
}

.folder-panel {
  position: relative;
  min-height: 560px;
  padding: clamp(24px, 4vw, 50px);
  border: 1px solid rgba(226, 190, 103, .22);
  overflow: hidden;
}

.folder-panel:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(226, 190, 103, .18);
  pointer-events: none;
}

.folder-problem {
  background:
    radial-gradient(circle at 86% 12%, rgba(197, 145, 34, .12), transparent 32%),
    linear-gradient(135deg, #fff9ea, #e8ddc5);
  color: #101827;
}

.folder-problem h2,
.folder-solution h2 {
  max-width: 680px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .94;
}

.folder-problem .intro {
  max-width: 640px;
  color: rgba(17, 24, 39, .72);
  font-weight: 720;
}

.folder-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.folder-cards div {
  min-height: 150px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, .13);
  background: rgba(255, 255, 255, .45);
  box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
}

.folder-cards strong,
.folder-cards span {
  display: block;
}

.folder-cards strong {
  color: #101827;
  font-size: 22px;
  line-height: 1.05;
}

.folder-cards span {
  margin-top: 10px;
  color: rgba(17, 24, 39, .70);
  font-weight: 750;
}

.folder-quote {
  position: absolute;
  left: clamp(24px, 4vw, 50px);
  right: clamp(24px, 4vw, 50px);
  bottom: 42px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, .16);
  color: #101827;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 950;
  line-height: 1.08;
}

.folder-solution {
  background:
    radial-gradient(circle at 84% 16%, rgba(232, 196, 108, .18), transparent 35%),
    linear-gradient(135deg, #07111e, #101827 58%, #05070c);
  color: #fff8e8;
}

.folder-media {
  display: grid;
  grid-template-columns: minmax(150px, 240px) 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid rgba(232, 196, 108, .26);
  background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
}

.folder-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 68%;
  border-radius: 8px;
}

.folder-media p {
  margin: 0;
  color: rgba(247, 241, 223, .78);
  font-size: 19px;
  font-weight: 750;
}

.folder-solution .core-line {
  margin-top: 24px;
  padding: 18px;
}

.split {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 24px;
  align-items: start;
}

.panel,
.form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .26);
  backdrop-filter: blur(14px);
}

.panel.light {
  border-color: rgba(17, 24, 39, .14);
  background:
    radial-gradient(circle at 82% 8%, rgba(212, 175, 55, .18), transparent 30%),
    linear-gradient(135deg, #fff8e8, #efe4c8);
  color: #101827;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .18);
}

.panel {
  padding: clamp(22px, 3vw, 34px);
}

.panel h2,
.form h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
}

.panel.light .kicker {
  color: #9c7418;
}

.panel.light .intro,
.panel.light .step span,
.panel.light .benefit span,
.panel.light .seal p {
  color: #4b5563;
}

.panel.light .step strong,
.panel.light .benefit strong,
.panel.light .seal h3 {
  color: #101827;
}

.panel.light .step,
.panel.light .benefit,
.panel.light .seal {
  border-color: rgba(17, 24, 39, .16);
  background: rgba(255, 255, 255, .50);
}

.panel.light .security-note {
  border-color: rgba(12, 132, 82, .28);
  background: rgba(12, 132, 82, .08);
  color: #173f2e;
}

.chapter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.chapter {
  min-height: 160px;
  padding: 20px;
  border: 1px solid rgba(17, 24, 39, .14);
  background: rgba(255, 255, 255, .46);
}

.chapter small {
  display: block;
  margin-bottom: 18px;
  color: #9c7418;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.chapter strong {
  display: block;
  color: #101827;
  font-size: 21px;
  line-height: 1.08;
}

.chapter span {
  display: block;
  margin-top: 10px;
  color: #4b5563;
  font-weight: 700;
}

.intro {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--soft);
  font-size: 18px;
}

.workflow {
  width: 100%;
  margin-top: 24px;
  border: 1px solid var(--gold-line);
  border-radius: 8px;
  display: block;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .28);
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  background: var(--panel-2);
}

.step b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #071018;
}

.step strong,
.benefit strong {
  display: block;
  color: var(--ink);
  font-size: 17px;
}

.step span,
.benefit span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.benefit {
  min-height: 126px;
  padding: 17px;
  border: 1px solid rgba(212, 175, 55, .2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(212, 175, 55, .09), rgba(255, 255, 255, .045));
}

.seal {
  display: grid;
  grid-template-columns: minmax(118px, 170px) 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(212, 175, 55, .25);
  border-radius: 8px;
  background: rgba(0, 0, 0, .18);
}

.seal img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
}

.seal p {
  margin: 8px 0 0;
  color: var(--soft);
}

.form {
  position: sticky;
  top: 18px;
  padding: clamp(22px, 3vw, 32px);
}

.form p {
  color: var(--muted);
}

label {
  display: block;
  margin: 14px 0 6px;
  color: #e8dfc8;
  font-size: 13px;
  font-weight: 850;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(0, 0, 0, .22);
  color: #fff;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}

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

.two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0;
  color: #c8beaa;
  font-size: 13px;
}

.consent input {
  width: auto;
  margin-top: 3px;
}

button {
  width: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 48%, #8c5b1b);
  color: #071018;
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 950;
  cursor: pointer;
}

.msg {
  margin-top: 14px;
  font-weight: 850;
}

.ok {
  color: var(--green);
}

.err {
  color: var(--red);
}

.fine {
  margin-top: 14px;
  color: #8692a6;
  font-size: 12px;
}

.security-note {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(117, 230, 161, .35);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(117, 230, 161, .12), rgba(212, 175, 55, .08));
  color: #eafff1;
}

.security-note b {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 18px;
}

.footer {
  padding: 26px 0 42px;
  color: #8794aa;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 900px) {
  .top {
    align-items: flex-start;
  }

  .hero-shell {
    min-height: 640px;
  }

  .hero-shell:after {
    background: linear-gradient(0deg, rgba(5, 7, 11, .94), rgba(5, 7, 11, .68) 62%, rgba(5, 7, 11, .28));
  }

  .split,
  .benefits,
  .chapter-grid,
  .folder-spread {
    grid-template-columns: 1fr;
  }

  .folder-panel {
    min-height: auto;
  }

  .folder-quote {
    position: static;
    margin-top: 34px;
  }

  .form {
    position: static;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .top {
    display: grid;
  }

  .top-meta {
    justify-content: flex-start;
  }

  .brand {
    font-size: 24px;
  }

  .hero-shell {
    min-height: 700px;
  }

  .hero-copy {
    padding: 22px;
  }

  .two,
  .folder-cards,
  .folder-media,
  .seal {
    grid-template-columns: 1fr;
  }

  .seal img {
    max-width: 160px;
  }
}
