* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #0b0b0e;
  font-family:
    "Jost",
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    sans-serif;
  color: #f3f3f6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  line-height: 1.5;
}
a {
  color: #e0817b;
}
a:hover {
  color: #eba6a1;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3 {
  font-family: "Jost", sans-serif;
  margin: 0;
  color: #fff;
}
:focus-visible {
  outline: 3px solid #e0817b;
  outline-offset: 2px;
  border-radius: 4px;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 300;
  background: #c6403a;
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
  color: #fff;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: clamp(16px, 5vw, 28px);
  padding-right: clamp(16px, 5vw, 28px);
}
.container.narrow {
  max-width: 1000px;
}
.container.tight {
  max-width: 820px;
}
.accent {
  color: #e0817b;
}
.center {
  text-align: center;
}
.small {
  font-size: 13px;
  color: #a4a4b0;
}
.muted {
  color: #a4a4b0;
}
@keyframes odpulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.promo {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #c6403a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  flex-wrap: wrap;
  text-align: center;
}
.promo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: odpulse 1.4s ease-in-out infinite;
}
.promo-sep {
  opacity: 0.92;
  font-weight: 600;
}
.promo b {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .promo-dot {
    animation: none;
  }
  html {
    scroll-behavior: auto;
  }
}

.nav {
  background: #0b0b0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 40;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: 16px;
  position: relative;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
}
.nav-links a {
  text-decoration: none;
  color: #c2c2cc;
  padding: 6px 2px;
}
.nav-links a:hover {
  color: #fff;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: #17171c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2.5px;
  border-radius: 2px;
  background: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #c6403a;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  padding: 12px 22px !important;
  border-radius: 10px;
  text-decoration: none;
  border: 1.5px solid #c6403a;
  transition:
    background 0.15s,
    border-color 0.15s;
  min-height: 44px;
  white-space: nowrap;
}
.btn:hover {
  background: #a83029;
  border-color: #a83029;
  color: #fff;
}
.nav-links .btn {
  color: #fff;
}
.btn-lg {
  font-size: 18px;
  padding: 18px 34px;
  border-radius: 14px;
  box-shadow: 0 18px 40px -12px rgba(198, 64, 58, 0.7);
}
.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.hero {
  position: relative;
  background: radial-gradient(
    125% 95% at 78% 6%,
    #2a1210 0%,
    #150a0c 42%,
    #0b0b0e 100%
  );
  overflow: hidden;
}
.hero-rings {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.5;
  background: repeating-radial-gradient(
    circle at center,
    rgba(198, 64, 58, 0.16) 0,
    rgba(198, 64, 58, 0.16) 1.5px,
    transparent 1.5px,
    transparent 46px
  );
}
.hero-inner {
  position: relative;
  display: flex;
  gap: clamp(24px, 4vw, 48px);
  padding-top: clamp(40px, 6vw, 56px);
  padding-bottom: 44px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-copy {
  flex: 1 1 480px;
  min-width: min(100%, 300px);
  padding-left: max(clamp(16px, 5vw, 28px), calc((100vw - 1180px) / 2 + 28px));
  padding-right: clamp(16px, 5vw, 28px);
}
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 7px 15px 7px 11px;
  border-radius: 999px;
  background: rgba(198, 64, 58, 0.14);
  border: 1px solid rgba(198, 64, 58, 0.4);
}
.badge-pill img {
  height: 15px;
  width: auto;
}
.badge-pill span {
  font-size: 13px;
  color: #ebc4c6;
  font-weight: 600;
}
.hero h1 {
  font-weight: 700;
  font-size: clamp(30px, 6.5vw, 50px);
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -0.025em;
}
.lead {
  font-size: 18px;
  line-height: 1.58;
  color: #bfbfc9;
  margin: 0 0 26px;
  max-width: 35em;
}
.checks {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 12px 22px;
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  color: #dadae1;
  font-weight: 500;
}
.tick {
  flex: none;
  margin-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(198, 64, 58, 0.22);
  color: #eba6a1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}
.tick.sm {
  width: 24px;
  height: 24px;
  font-size: 13px;
}
.hero-badges {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.hero-badges img {
  height: 52px;
  width: auto;
}
.hero-media {
  flex: 1 1 420px;
  min-width: min(100%, 280px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero-media img {
  width: 100%;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.6));
}

.featured {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}
.featured-inner {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.featured-label {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #9a9aa6;
  font-weight: 600;
}
.featured img {
  height: 20px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}

.section {
  padding-top: clamp(52px, 8vw, 84px);
  padding-bottom: clamp(52px, 8vw, 84px);
  background: #0b0b0e;
}
.section-alt {
  background: #131318;
}
.eyebrow {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #e0817b;
  font-weight: 600;
  margin: 0;
}
.head {
  text-align: center;
  margin-bottom: 46px;
}
.head h2 {
  font-weight: 700;
  font-size: clamp(24px, 4.8vw, 34px);
  margin: 12px 0 0;
}
.sub {
  font-size: 16px;
  color: #aeaeb8;
  max-width: 40em;
  margin: 10px auto 0;
  line-height: 1.6;
}
h2 {
  font-weight: 700;
  font-size: clamp(24px, 4.8vw, 34px);
}
.split {
  display: flex;
  gap: clamp(28px, 5vw, 56px);
  flex-wrap: wrap;
  align-items: center;
}
.split-media,
.split-copy {
  flex: 1 1 340px;
  min-width: min(100%, 300px);
}
.split-media {
  display: flex;
  justify-content: center;
}
.split-media img {
    width: auto;
    height: 25rem;
}
.rounded {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.split-copy h2 {
  font-size: clamp(26px, 5vw, 36px);
  margin: 14px 0 18px;
  line-height: 1.12;
}
.split-copy p {
  font-size: 16.5px;
  color: #b4b4be;
  line-height: 1.7;
  margin: 0 0 16px;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 120px), 1fr));
  gap: 12px;
  margin-top: 10px;
}
.stat {
  background: #141419;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
}
.stat-n {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 23px;
  color: #e0817b;
}
.stat-l {
  font-size: 12.5px;
  color: #9a9aa6;
  font-weight: 600;
  margin-top: 2px;
}

.grid {
  display: grid;
  gap: 16px;
}
.grid3 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
}
.grid4 {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
}
.card {
  background: #141419;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px 24px;
  margin: 0;
}
.card h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
}
.card p {
  font-size: 14.5px;
  color: #aeaeb8;
  line-height: 1.55;
  margin: 0;
}
.card .ck {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sci-card {
  background: #1b1b22;
}
.sci-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(198, 64, 58, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sci-ico img {
  height: 24px;
  width: 24px;
  filter: brightness(0) invert(1);
}
.sci-card h3 {
  font-size: 16.5px;
  margin-bottom: 7px;
}
.sci-card p {
  font-size: 13.5px;
}

.why-media {
  flex: 1 1 320px;
  min-width: min(100%, 260px);
  display: grid;
  gap: 14px;
}
.why-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.why-row img {
  height: 100%;
  object-fit: cover;
}
.why-stat {
  background: #c6403a;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12.5px;
  color: #fff;
  line-height: 1.4;
}
.why-2b {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 4vw, 30px);
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 32px;
}
.steps-line {
  position: absolute;
  top: 30px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    #c6403a,
    #c6403a 7px,
    transparent 7px,
    transparent 15px
  );
  opacity: 0.4;
}
.step {
  position: relative;
  text-align: center;
}
.step-n {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #c6403a;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 8px #131318,
    0 14px 26px -8px rgba(198, 64, 58, 0.55);
}
.step h3 {
  font-size: 19px;
  margin: 0 0 8px;
}
.step p {
  font-size: 14.5px;
  color: #aeaeb8;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 22em;
}
.steps + .center {
  margin-top: 52px;
}

.feat-wrap {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.feat-grid {
  flex: 2 1 460px;
  min-width: min(100%, 300px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: 14px;
}
.sm-card {
  background: #1b1b22;
  border-radius: 13px;
  padding: 18px 20px;
}
.sm-card h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.sm-card p {
  font-size: 13.5px;
  line-height: 1.5;
}
.spec {
  flex: 1 1 260px;
  min-width: min(100%, 240px);
  background: #16161b;
  border: 1px solid rgba(198, 64, 58, 0.3);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 44px -24px rgba(0, 0, 0, 0.7);
}
.spec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: linear-gradient(135deg, #be3a34, #9c2f2a);
}
.spec-head span:first-child {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  letter-spacing: -0.01em;
}
.pill {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  padding: 4px 11px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.spec-body {
  padding: 8px 24px 18px;
}
.spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.spec-k {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #a4a4b0;
  font-weight: 500;
}
.spec-k .dot {
  flex: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c6403a;
}
.spec-row b {
  font-size: 14px;
  color: #fff;
}

.compare {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  border-spacing: 0;
}
.compare th {
  background: #17171c;
  color: #fff;
  font-weight: 700;
  font-size: 13.5px;
  padding: 15px 8px;
  text-align: center;
}
.compare th:first-child {
  padding: 15px 20px;
  text-align: left;
}
.compare th.ok-col {
  background: #c6403a;
}
.compare td {
  padding: 14px 8px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #141419;
}
.compare tbody tr:nth-child(odd) td {
  background: #0f0f13;
}
.compare td:first-child {
  text-align: left;
  padding: 14px 20px;
  font-size: 14px;
  color: #dadae1;
  font-weight: 500;
}
.compare .ok {
  background: rgba(198, 64, 58, 0.14);
  color: #eba6a1;
  font-weight: 800;
  font-size: 16px;
}
.compare .no {
  color: #8a8a96;
  font-weight: 700;
  font-size: 16px;
}

.pricing {
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #1b1b22;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 26px 26px;
  display: flex;
  flex-direction: column;
}
.price-card.popular {
  background: #201211;
  border-color: #c6403a;
}
.pop-tag {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #c6403a;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #9a9aa6;
}
.price-name {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  margin: 8px 0 2px;
}
.price-qty {
  font-size: 13.5px;
  color: #a4a4b0;
  margin-bottom: 18px;
}
.price-big {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 7vw, 38px);
  color: #fff;
}
.price-line {
  font-size: 13px;
  color: #9a9aa6;
  margin: 2px 0 4px;
}
.price-save {
  align-self: flex-start;
  background: rgba(198, 64, 58, 0.16);
  color: #eba6a1;
  font-size: 12.5px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 8px;
  margin-bottom: 22px;
  white-space: nowrap;
}
.price-btn {
  margin-top: auto;
  padding: 15px;
  border-radius: 12px;
  font-size: 15.5px;
}

.rating-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #bfbfc9;
  font-weight: 600;
  margin: 10px 0 0;
}
.rating-line img {
  height: 15px;
  width: auto;
}
.review-card {
  background: #141419;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.review-img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.review-body {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.stars-sm {
  height: 14px;
  width: auto;
  margin-bottom: 10px;
}
.review-body h3 {
  font-size: 15.5px;
  margin: 0 0 8px;
}
.review-body p {
  font-size: 14px;
  color: #b4b4be;
  line-height: 1.55;
  margin: 0 0 18px;
}
.review-who {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-size: 12.5px;
  color: #c2c2cc;
}
.avatar {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(198, 64, 58, 0.2);
  color: #eba6a1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
}
.review-who b {
  color: #fff;
}
.verified {
  color: #e0817b;
  font-weight: 700;
  font-size: 11.5px;
}

.guarantee {
  display: flex;
  align-items: center;
  gap: clamp(22px, 4vw, 40px);
  background: linear-gradient(120deg, #201211, #131318);
  border: 1px solid rgba(198, 64, 58, 0.28);
  border-radius: 22px;
  padding: clamp(24px, 5vw, 44px);
  flex-wrap: wrap;
}
.guarantee > img {
  flex: none;
  height: 120px;
  width: auto;
}
.guarantee-copy {
  flex: 1 1 320px;
  min-width: min(100%, 260px);
}
.guarantee-copy h2 {
  font-size: clamp(22px, 4vw, 30px);
  margin: 0 0 12px;
}
.guarantee-copy p {
  font-size: 15.5px;
  color: #b4b4be;
  line-height: 1.6;
  margin: 0 0 8px;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #141419;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  overflow: hidden;
}
.faq-q {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  cursor: pointer;
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-sign {
  flex: none;
  position: relative;
  width: 22px;
  height: 22px;
}
.faq-sign::before,
.faq-sign::after {
  content: "";
  position: absolute;
  background: #e0817b;
  border-radius: 2px;
}
.faq-sign::before {
  top: 9.75px;
  left: 3px;
  right: 3px;
  height: 2.5px;
}
.faq-sign::after {
  left: 9.75px;
  top: 3px;
  bottom: 3px;
  width: 2.5px;
  transition: transform 0.2s ease;
}
.faq-item[open] .faq-sign::after {
  transform: scaleY(0);
}
.faq-a p {
  padding: 0 22px 20px;
  font-size: 14.5px;
  color: #b4b4be;
  line-height: 1.65;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .faq-sign::after {
    transition: none;
  }
}

.mobilebar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: #141419;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
}
.mobilebar__text {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.mobilebar .btn {
  padding: 11px 18px;
  flex: none;
}
@media (max-width: 720px) {
  .mobilebar {
    display: flex;
  }
  body {
    padding-bottom: 66px;
  }
}

.final {
  position: relative;
  background: radial-gradient(
    120% 120% at 50% 0%,
    #2a1210 0%,
    #150a0c 50%,
    #0b0b0e 100%
  );
  text-align: center;
  overflow: hidden;
  padding-top: clamp(56px, 9vw, 88px);
  padding-bottom: clamp(56px, 9vw, 88px);
}
.final-pill {
  display: inline-block;
  background: rgba(198, 64, 58, 0.2);
  color: #eba6a1;
  font-weight: 700;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 999px;
  margin: 0 0 20px;
}
.final h2 {
  font-weight: 700;
  font-size: clamp(28px, 6vw, 44px);
  margin: 0 0 16px;
  line-height: 1.06;
}
.center-lead {
  margin: 0 auto 30px;
  max-width: 33em;
  color: #bfbfc9;
}
.final-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 22px 0 0;
  font-size: 13px;
  color: #9a9aa6;
  flex-wrap: wrap;
}

.footer {
  background: #08080a;
  color: #9a9aa6;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 44px;
  padding-bottom: 36px;
}
.footer-top {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.footer-brand {
  max-width: 320px;
}
.footer-brand img {
  height: 26px;
  width: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.6;
  color: #9a9aa6;
  margin: 0;
}
.footer-links {
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
}
.footer-links button {
  background: none;
  border: none;
  color: #c2c2cc;
  cursor: pointer;
  font-weight: 600;
  font-size: 13.5px;
  font-family: inherit;
  padding: 6px 2px;
  min-height: 36px;
}
.footer-links button:hover {
  color: #fff;
}
.footer-fine {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 22px;
  font-size: 11.5px;
  line-height: 1.65;
  color: #8e8e9a;
}
.footer-fine p {
  margin: 0 0 10px;
}
.footer-fine a {
  color: #c2c2cc;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal[hidden] {
  display: none;
}
.modal-box {
  background: #141419;
  width: 100%;
  max-width: 640px;
  max-height: 84vh;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #17171c;
}
.modal-head h2 {
  font-size: 23px;
}
.modal-close {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #1f1f26;
  color: #c2c2cc;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover {
  background: #26262e;
  color: #fff;
}
.modal-body {
  padding: 24px 28px;
  overflow-y: auto;
}
.modal-body h3 {
  font-size: 15.5px;
  font-weight: 800;
  color: #e0817b;
  margin: 20px 0 6px;
}
.modal-body p {
  font-size: 14.5px;
  color: #b4b4be;
  line-height: 1.62;
  margin: 0 0 10px;
  white-space: pre-line;
}

@media (max-width: 820px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    background: #141419;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    box-shadow: 0 20px 44px -18px rgba(0, 0, 0, 0.8);
    padding: 10px;
    gap: 4px;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links a {
    padding: 13px 14px;
    border-radius: 9px;
    color: #dadae1;
  }
  .nav-links a:hover {
    background: #1f1f26;
  }
  .nav-links .btn {
    margin-top: 6px;
  }
  .hamburger {
    display: inline-flex;
  }
}
@media (max-width: 560px) {
    .split-media img {
        width: 100%;
        height: auto;
    }
  .steps-line {
    display: none;
  }
  .guarantee {
    text-align: center;
    justify-content: center;
  }
  .btn-lg {
    font-size: 15px;
  }
}
