* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #06120c;
  color: #f6fff9;
  font: 16px/1.7 Inter,Arial,sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

p {
  color: #d8e8df;
}

.wrap {
  width: min(1180px,calc(100% - 32px));
  margin: auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(5,16,10,.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}

nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  color: #ffe46a;
}

.brand img {
  height: 42px;
  width: auto;
  max-width: 145px;
  object-fit: contain;
}

.links {
  display: flex;
  gap: 18px;
  color: #c9d8cf;
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #ffe46a;
  color: #112014;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(255,228,106,.18);
}

.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  padding: 12px 17px;
  color: #fff;
}

section {
  padding: 78px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  background: radial-gradient(circle at 15% 20%,rgba(255,228,106,.18),transparent 30%),linear-gradient(135deg,#07170d,#0d2c1a 55%,#092014);
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  color: #ffe46a;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

h1 {
  font-size: clamp(44px,7vw,88px);
  line-height: .94;
  margin: 0 0 20px;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px,4vw,50px);
  line-height: 1.05;
  margin: 0 0 18px;
}

h3 {
  font-size: 21px;
  margin: 0 0 8px;
}

.lead {
  font-size: 18px;
  color: #e7f4ec;
  max-width: 690px;
}

.hero-media {
  position: relative;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 34px 90px rgba(0,0,0,.42);
}

.hero-media img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.48));
}

.hero-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.hero-card div {
  background: rgba(5,18,10,.82);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  padding: 14px;
}

.hero-card b {
  display: block;
  color: #ffe46a;
  font-size: 24px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.card {
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 22px;
  min-height: 215px;
}

.card span {
  display: inline-flex;
  color: #ffe46a;
  font-weight: 900;
  margin-bottom: 12px;
}

.panel {
  background: #f7fff9;
  color: #0c2012;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.panel p {
  color: #25402f;
}

.panel h2, .panel h3 {
  color: #0c2012;
}

.steps {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 18px;
}

.step b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #ffe46a;
  color: #102014;
}

.wide-img {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  height: 360px;
}

.wide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  overflow: hidden;
}

th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

th {
  color: #ffe46a;
  background: rgba(0,0,0,.24);
}

.faq {
  background: linear-gradient(180deg,rgba(255,228,106,.08),rgba(255,255,255,.02));
}

.faq-wrap {
  max-width: 1050px;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 26px;
  text-align: left;
}

details {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 18px;
}

summary {
  cursor: pointer;
  font-weight: 950;
  color: #fff;
}

details p {
  margin-bottom: 0;
}

footer {
  padding: 44px 0;
  color: #a8b8ae;
}

@media (max-width:860px) {
  nav .links {
    display: none;
  }

  .split, .grid, .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 340px;
  }

  .hero-card {
    grid-template-columns: 1fr;
  }

  section {
    padding: 52px 0;
  }

}

.rich-section {
  padding: 78px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.rich-section.alt {
  background: rgba(255,255,255,.035);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-top: 24px;
}

.method-grid article {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 18px;
}

.method-grid b {
  display: block;
  color: #ffe46a;
  margin-bottom: 8px;
}

.check-list {
  margin: 0;
  padding-left: 20px;
  color: #25402f;
}

.check-list li {
  margin: 10px 0;
}

.info-table {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 24px;
}

.info-table div {
  display: grid;
  gap: 5px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 18px;
}

.info-table strong {
  color: #ffe46a;
}

.article-section p {
  max-width: 920px;
}

@media (max-width:900px) {
  .method-grid, .info-table {
    grid-template-columns: 1fr;
  }

}
