/* ---- Fonts ---- */
@font-face { font-family: 'Barlow'; src: url('../fonts/Barlow-SemiBold.ttf') format('truetype'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../fonts/Barlow-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../fonts/Barlow-ExtraBold.ttf') format('truetype'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/SpaceGrotesk-Medium.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/SpaceGrotesk-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('../fonts/JetBrainsMono-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'JetBrains Mono'; src: url('../fonts/JetBrainsMono-ExtraBold.ttf') format('truetype'); font-weight: 800; font-display: swap; }

/* ---- Base ---- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: #000; }
html { scroll-behavior: smooth; }
body {
  background: #000;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: #F8551C; text-decoration: none; }
a:hover { color: #FF7A45; }
::selection { background: #F8551C; color: #fff; }
img { display: block; }

.wrap { max-width: 1240px; margin: 0 auto; }

/* Shared eyebrow / section labels */
.mono-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #F8551C;
}

/* ---- Nav ---- */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 40px;
}
.nav-brand { display: flex; align-items: center; gap: 12px; }
.nav-brand img {
  width: 40px; height: 40px; border-radius: 10px;
  box-shadow: 0 4px 16px rgba(248,85,28,0.25);
}
.nav-brand span {
  font-family: 'Barlow', sans-serif; font-weight: 800;
  font-size: 26px; letter-spacing: -0.02em;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-link { color: #9a9a9a; font-size: 15px; font-weight: 500; }
.nav-link:hover { color: #fff; }
.nav-cta {
  background: #F8551C; color: #fff; font-family: 'Barlow', sans-serif;
  font-weight: 700; font-size: 15px; padding: 12px 24px;
  border-radius: 999px; letter-spacing: 0.02em;
}
.nav-cta:hover { background: #FF6A2E; color: #fff; }

/* ---- Buttons ---- */
.btn-primary {
  background: #F8551C; color: #fff; font-family: 'Barlow', sans-serif;
  font-weight: 800; font-size: 19px; padding: 18px 38px;
  border-radius: 999px; letter-spacing: 0.03em;
  box-shadow: 0 8px 32px rgba(248,85,28,0.4);
}
.btn-primary:hover {
  background: #FF6A2E; color: #fff;
  box-shadow: 0 8px 40px rgba(248,85,28,0.6);
}
.btn-outline {
  color: #fff; font-family: 'Barlow', sans-serif; font-weight: 700;
  font-size: 17px; border: 1px solid #3a3a3a; padding: 17px 32px;
  border-radius: 999px;
}
.btn-outline:hover { border-color: #F8551C; color: #F8551C; }

/* ---- Rating block ---- */
.rating { display: flex; flex-direction: column; gap: 4px; }
.rating .stars { color: #FFB020; font-size: 17px; letter-spacing: 2px; }
.rating .label {
  font-family: 'JetBrains Mono', monospace; font-weight: 700;
  font-size: 13px; color: #a8a8a8;
}
.rating .label b { color: #fff; font-weight: 700; }

/* ---- Hero ---- */
.hero {
  max-width: 1240px; margin: 0 auto; padding: 56px 40px 110px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px;
  align-items: center;
}
.hero-copy { display: flex; flex-direction: column; gap: 28px; }
.hero-copy h1 {
  font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 68px;
  line-height: 1.02; letter-spacing: -0.025em; margin: 0; text-wrap: balance;
}
.hero-copy h1 .accent { color: #F8551C; }
.hero-copy p {
  font-size: 19px; line-height: 1.6; color: #a8a8a8; margin: 0;
  max-width: 520px; text-wrap: pretty;
}
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 8px; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-glow {
  position: absolute; inset: -40px;
  background: radial-gradient(ellipse at 60% 40%, rgba(248,85,28,0.18), transparent 65%);
  pointer-events: none;
}
.phone-hero {
  position: relative; width: 340px; transform: rotate(3deg);
  background: #111; border: 1px solid #333; border-radius: 54px;
  padding: 12px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04);
}
.phone-hero img { width: 100%; border-radius: 42px; }
.value-card {
  position: absolute; top: 84px; left: -28px;
  background: #161616; border: 1px solid #2c2c2c; border-radius: 16px;
  padding: 14px 18px; box-shadow: 0 16px 40px rgba(0,0,0,0.6);
  display: flex; flex-direction: column; gap: 4px;
}
.value-card .k {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; color: #8a8a8a;
}
.value-card .v {
  font-family: 'JetBrains Mono', monospace; font-size: 22px; font-weight: 800;
  color: #9BE800;
}

/* ---- Features ---- */
.features { border-top: 1px solid #1e1e1e; padding: 96px 40px 110px; }
.section-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 56px;
}
.section-head h2 {
  font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 44px;
  letter-spacing: -0.02em; margin: 0;
}
.features-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 480px);
  gap: 64px; align-items: center;
}
.feature-list { display: flex; flex-direction: column; }
.feature-item {
  display: flex; align-items: flex-start; gap: 24px; text-align: left;
  background: none; border: 1px solid transparent; border-radius: 20px;
  padding: 24px 28px; cursor: pointer; width: 100%;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s;
}
.feature-item:hover { background: #141414; }
.feature-item.active { background: #131313; border-color: #2a2a2a; }
.feature-item .num {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 14px;
  color: #4a4a4a; padding-top: 7px; flex-shrink: 0; transition: color 0.2s;
}
.feature-item.active .num { color: #F8551C; }
.feature-item .body { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.feature-item .title {
  font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 27px;
  letter-spacing: -0.01em; color: #6f6f6f; transition: color 0.2s;
}
.feature-item.active .title { color: #fff; }
.feature-item .desc {
  color: #a0a0a0; font-size: 16px; line-height: 1.6; font-weight: 500;
  text-wrap: pretty; display: none;
}
.feature-item.active .desc { display: block; }

.feature-visual {
  position: relative; display: flex; justify-content: center; align-items: center;
  height: 660px;
}
.feature-visual .glow {
  position: absolute; inset: -20px;
  background: radial-gradient(ellipse at 50% 45%, rgba(248,85,28,0.14), transparent 65%);
  pointer-events: none;
}
.feature-framed {
  width: 420px; filter: drop-shadow(0 40px 60px rgba(0,0,0,0.7));
}
.phone-feature {
  position: relative; width: 290px; background: #111; border: 1px solid #333;
  border-radius: 48px; padding: 11px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(255,255,255,0.04);
}
.phone-feature img { width: 100%; border-radius: 38px; }
/* visual swap helpers */
.feature-visual [data-visual] { display: none; }
.feature-visual [data-visual].shown { display: flex; }
.phone-feature [data-shot] { display: none; }
.phone-feature [data-shot].shown { display: block; }

/* ---- FAQ ---- */
.faq {
  max-width: 860px; margin: 0 auto; padding: 96px 40px 110px;
  border-top: 1px solid #1e1e1e;
}
.faq .section-head { margin-bottom: 36px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #131313; border: 1px solid #262626; border-radius: 20px;
  overflow: hidden;
}
.faq-q {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  gap: 16px; background: none; border: none; cursor: pointer;
  padding: 24px 28px; text-align: left; font-family: inherit;
}
.faq-q:hover { background: #181818; }
.faq-q .q {
  font-family: 'Barlow', sans-serif; font-weight: 700; font-size: 20px;
  color: #fff; letter-spacing: -0.01em;
}
.faq-q .mark {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 20px;
  color: #F8551C; flex-shrink: 0;
}
.faq-a {
  padding: 0 28px 26px; color: #a8a8a8; font-size: 16px; line-height: 1.65;
  text-wrap: pretty; display: none;
}
.faq-item.open .faq-a { display: block; }

/* ---- Final CTA ---- */
.cta {
  border-top: 1px solid #1e1e1e;
  background: radial-gradient(ellipse 70% 90% at 50% 110%, rgba(248,85,28,0.22), transparent);
  padding: 110px 40px 90px;
  display: flex; flex-direction: column; align-items: center; gap: 28px;
  text-align: center;
}
.cta h2 {
  font-family: 'Barlow', sans-serif; font-weight: 800; font-size: 56px;
  letter-spacing: -0.025em; margin: 0; max-width: 700px; line-height: 1.05;
  text-wrap: balance;
}
.cta-actions { display: flex; align-items: center; gap: 22px; margin-top: 8px; }
.cta .rating { align-items: center; margin-top: 4px; }
.cta .rating .stars { font-size: 16px; }
.cta .rating .label { color: #8a8a8a; }

/* ---- Footer ---- */
.footer {
  border-top: 1px solid #1e1e1e; padding: 28px 40px;
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1240px; margin: 0 auto;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 24px; height: 24px; border-radius: 6px; }
.footer-brand span {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 12px;
  color: #8a8a8a; letter-spacing: 0.1em;
}
.footer-note {
  font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 12px;
  color: #555; letter-spacing: 0.1em;
}

/* ---- Responsive ---- */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr; gap: 56px; padding: 40px 32px 80px;
  }
  .hero-copy h1 { font-size: 52px; }
  .hero-visual { order: 2; }
  .features-grid { grid-template-columns: 1fr; gap: 48px; }
  .feature-visual { order: -1; height: auto; padding: 24px 0; }
  .section-head h2 { font-size: 36px; }
  .cta h2 { font-size: 44px; }
}

@media (max-width: 640px) {
  .nav { padding: 20px 20px; flex-wrap: wrap; gap: 12px 20px; }
  .nav-links { gap: 18px; }
  .nav-link { font-size: 14px; }
  .nav-cta { padding: 10px 18px; font-size: 14px; }

  .hero { padding: 24px 20px 64px; }
  .hero-copy { gap: 22px; }
  .hero-copy h1 { font-size: 38px; }
  .hero-copy p { font-size: 17px; }
  .hero-actions { flex-wrap: wrap; gap: 20px; }
  .btn-primary { font-size: 17px; padding: 16px 30px; }
  .value-card { left: -8px; top: 60px; padding: 12px 14px; }

  .features { padding: 64px 20px 72px; }
  .faq { padding: 64px 20px 72px; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 36px; }
  .section-head h2 { font-size: 30px; }
  .feature-item { padding: 18px 20px; gap: 18px; }
  .feature-item .title { font-size: 23px; }

  .faq-q { padding: 20px 20px; }
  .faq-q .q { font-size: 17px; }
  .faq-a { padding: 0 20px 22px; }

  .cta { padding: 72px 20px 64px; }
  .cta h2 { font-size: 32px; }
  .cta-actions { flex-wrap: wrap; justify-content: center; gap: 16px; }

  .footer { flex-direction: column; gap: 14px; text-align: center; padding: 28px 20px; }
  .footer-note { font-size: 11px; }
}
