﻿:root {
  --bg: #121212;
  --bg-strong: #121212;
  --text: #e8efe9;
  --muted: #c2d8c4;
  --card: #2d2d2d;
  --line: rgba(194, 216, 196, 0.28);
  --gold: #d4af37;
  --accent: #c2d8c4;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top right, var(--bg-strong), var(--bg) 55%);
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: "Inter", sans-serif;
  margin-top: 0;
}

.hero {
  padding: 2.2rem 1.25rem 3.2rem;
}

.hero-content {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2.5rem;
  align-items: center;
}

.hero-copy {
  text-align: left;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.5rem, 5.2vw, 4.2rem);
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
}

.launch-tag {
  position: absolute;
  top: 0.78rem;
  right: 0.16rem;
  background: #e84747;
  color: #ffffff;
  border: 1px solid #ff8a8a;
  border-radius: 0.55rem;
  padding: 0.18rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transform: rotate(13deg);
  box-shadow: 0 8px 18px rgba(232, 71, 71, 0.32);
}

.hero-subtitle {
  margin: 0.4rem 0 0;
  font-size: clamp(1.3rem, 2.25vw, 1.85rem);
  font-weight: 600;
  color: var(--accent);
}

.hero-description {
  margin: 0.8rem 0 0;
  max-width: 700px;
  font-size: 1.04rem;
  color: rgba(194, 216, 196, 0.85);
}

.hero-checks {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-width: 560px;
}

.hero-checks li {
  position: relative;
  padding: 0.08rem 0 0.08rem 1.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(232, 239, 233, 0.62);
}

.hero-checks li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(194, 216, 196, 0.68);
  font-weight: 700;
}

.hero-preview {
  justify-self: end;
  width: min(100%, 620px);
  border-radius: 1rem;
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.45);
  transform: perspective(900px) rotateX(0deg) rotateY(0deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
  will-change: transform;
}

.hero-preview:hover {
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.5);
}

.hero-preview img {
  width: 100%;
  display: block;
  border-radius: 1rem;
  border: 1px solid rgba(194, 216, 196, 0.24);
}

.hero-divider {
  max-width: 1320px;
  margin: 0 auto;
  height: 1px;
  background: rgba(194, 216, 196, 0.35);
}

.section {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 1rem 1.25rem 2.5rem;
  text-align: center;
}

.section h2 {
  font-size: clamp(1.5rem, 4vw, 2.15rem);
  margin-bottom: 1rem;
}

.product-feature {
  padding-top: 2rem;
}

.feature-content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: center;
  text-align: left;
}

.feature-copy h3 {
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  margin: 0;
}

.feature-subtext {
  margin: 0.75rem 0 0;
  max-width: 720px;
  font-size: 1.06rem;
  color: rgba(194, 216, 196, 0.86);
}

.feature-examples {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.48rem;
}

.feature-examples li {
  position: relative;
  padding-left: 1.3rem;
  color: rgba(232, 239, 233, 0.74);
}

.feature-examples li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(194, 216, 196, 0.75);
  font-weight: 700;
}

.feature-note {
  margin: 0.8rem 0 0;
  max-width: 740px;
  font-size: 0.92rem;
  color: rgba(194, 216, 196, 0.55);
}

.feature-placeholder {
  min-height: 260px;
  border-radius: 1rem;
  border: 1px dashed rgba(194, 216, 196, 0.34);
  background: rgba(194, 216, 196, 0.06);
  display: grid;
  place-items: center;
  color: rgba(194, 216, 196, 0.62);
  font-weight: 600;
}

.tracking-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  max-width: 480px;
}

.tracking-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(232, 239, 233, 0.82);
}

.status {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
}

.status.done {
  color: #96f0ab;
  border: 1px solid rgba(150, 240, 171, 0.45);
  background: rgba(150, 240, 171, 0.12);
}

.status.progress {
  color: #f5d989;
  border: 1px solid rgba(245, 217, 137, 0.45);
  background: rgba(245, 217, 137, 0.12);
}

.feature-link {
  margin-top: 1rem;
  display: inline-block;
  color: rgba(194, 216, 196, 0.72);
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.feature-card,
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.feature-card {
  max-width: 650px;
  margin: 0 auto;
}

.table-wrap {
  overflow-x: auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

th,
td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

th {
  font-family: "Inter", sans-serif;
}

.icon-yes {
  color: #97f2ad;
  font-weight: 800;
}

.icon-no {
  color: rgba(232, 239, 233, 0.52);
  font-weight: 800;
}

.value-note {
  color: rgba(194, 216, 196, 0.72);
  font-size: 0.86rem;
}

.best {
  background: linear-gradient(90deg, #f7e6a2 0%, #f0d477 100%);
  color: #3f2f07;
  font-weight: 700;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.9rem;
}

footer {
  position: relative;
  max-width: 1320px;
  margin: 1rem auto 2rem;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  text-align: center;
}

.socials {
  display: flex;
  gap: 0.55rem;
}

.socials a {
  text-decoration: none;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 0.35rem 0.75rem;
  border-radius: 0.55rem;
  font-weight: 600;
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .hero-preview {
    justify-self: start;
    width: min(100%, 700px);
  }

  .feature-content {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero-description {
    font-size: 0.98rem;
  }

  .launch-tag {
    right: -0.15rem;
    top: 0.36rem;
    transform: rotate(10deg);
  }

  th,
  td {
    padding: 0.7rem 0.75rem;
  }
}
