:root {
  --bg: #07090f;
  --panel: rgba(13, 22, 39, 0.78);
  --panel-strong: #101827;
  --line: rgba(215, 181, 109, 0.28);
  --line-cool: rgba(95, 227, 255, 0.26);
  --text: #f4f7ff;
  --muted: #9aa9c7;
  --gold: #d7b56d;
  --cyan: #5fe3ff;
  --green: #6dffbf;
  --red: #ff7b88;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  background:
    linear-gradient(135deg, rgba(13, 22, 39, 0.92), rgba(7, 9, 15, 0.96)),
    repeating-linear-gradient(90deg, rgba(95, 227, 255, 0.04) 0 1px, transparent 1px 90px),
    #07090f;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem min(4vw, 3rem);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 15, 0.86);
  backdrop-filter: blur(12px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.brand {
  text-decoration: none;
  color: var(--gold);
  font-weight: 800;
}

.brand img {
  border-radius: 8px;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.94rem;
}

nav a:hover {
  color: var(--text);
}

.hero,
.section,
footer {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.hero {
  min-height: 82vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: center;
  gap: 3rem;
  padding: 5rem 0 3rem;
}

.kicker {
  margin: 0 0 0.7rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  color: var(--gold);
  font-size: clamp(3.1rem, 8vw, 6.2rem);
}

h2 {
  color: var(--gold);
  font-size: clamp(1.75rem, 4vw, 3.2rem);
}

h3 {
  color: var(--text);
  font-size: 1.35rem;
}

.hero-copy p:not(.kicker) {
  max-width: 68ch;
  color: var(--muted);
  font-size: clamp(1rem, 2.2vw, 1.22rem);
}

.hero-actions,
.contact-actions,
.tool-head,
footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn,
.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line-cool);
  border-radius: 8px;
  padding: 0.76rem 1rem;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
}

.btn {
  color: #07101b;
  background: linear-gradient(135deg, var(--cyan), var(--green));
}

.ghost {
  color: var(--gold);
  background: rgba(255, 255, 255, 0.05);
}

.small {
  min-height: 36px;
  padding: 0.48rem 0.72rem;
  font-size: 0.86rem;
}

.product-panel,
.card,
.price-card,
.pillar-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.product-panel {
  overflow: hidden;
}

.panel-top {
  display: flex;
  gap: 0.4rem;
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.panel-top span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--red);
}

.panel-top span:nth-child(2) {
  background: var(--gold);
}

.panel-top span:nth-child(3) {
  background: var(--green);
}

.search-preview {
  padding: 1.25rem;
}

.search-preview p,
.search-preview em,
.mini-results span,
.price-card span,
.status-line {
  color: var(--muted);
}

.search-preview strong {
  display: block;
  margin: 0.25rem 0;
  font-size: 1.4rem;
}

.search-preview em {
  font-style: normal;
}

.mini-results {
  display: grid;
  gap: 0.7rem;
  padding: 0 1.25rem 1.25rem;
}

.mini-results article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.82rem;
  border: 1px solid var(--line-cool);
  border-radius: 8px;
  background: rgba(95, 227, 255, 0.06);
}

.mini-results b {
  color: var(--green);
  font-size: 1.35rem;
}

.section {
  padding: 4rem 0;
}

.section-head {
  margin-bottom: 1.4rem;
}

.pillar-grid,
.pricing-grid,
.app-grid {
  display: grid;
  gap: 1rem;
}

.pillar-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pillar-card,
.card,
.price-card {
  padding: 1rem;
}

.pillar-card strong {
  color: var(--gold);
}

.pillar-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 360px));
}

.checkout-start {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.7fr);
  gap: 0.9rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.price-card h3 {
  color: var(--green);
  font-size: 3rem;
}

.price-card.featured {
  border-color: rgba(109, 255, 191, 0.55);
}

.app-grid {
  grid-template-columns: 360px minmax(0, 1fr);
  align-items: start;
}

.lead-tool {
  grid-column: span 2;
}

form,
.search-form {
  display: grid;
  gap: 0.82rem;
}

.search-form {
  grid-template-columns: 1fr 1fr 1.3fr 130px auto;
  align-items: end;
}

label {
  display: grid;
  gap: 0.35rem;
  color: var(--gold);
  font-weight: 800;
}

input,
select {
  min-height: 44px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.72rem 0.82rem;
  color: var(--text);
  background: #0b1220;
  font: inherit;
}

.result-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.result-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.8rem;
  padding: 0.9rem;
  border: 1px solid var(--line-cool);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.score {
  display: grid;
  place-items: center;
  height: 48px;
  border-radius: 8px;
  color: #07101b;
  background: var(--green);
  font-weight: 900;
}

.result-card p {
  margin: 0.25rem 0;
  color: var(--muted);
}

footer {
  justify-content: space-between;
  padding: 2rem 0 3rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.nav-pill {
  color: #07101b;
  background: var(--gold);
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
}

@media (max-width: 1040px) {
  .hero,
  .app-grid,
  .checkout-start,
  .search-form {
    grid-template-columns: 1fr;
  }

  .lead-tool {
    grid-column: auto;
  }

  .pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header,
  nav,
  .pricing-grid,
  .pillar-grid {
    display: block;
  }

  nav {
    margin-top: 0.75rem;
  }

  nav a {
    display: inline-flex;
    margin: 0.25rem 0.35rem 0.25rem 0;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  h1 {
    font-size: 2.8rem;
  }

  .pillar-card,
  .price-card {
    margin-bottom: 1rem;
  }
}
