:root {
  --bg: #07080d;
  --card: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.10);
  --text: #f8fafc;
  --muted: rgba(255,255,255,.66);
  --orange: #ff7a1a;
  --gold: #f4b64a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,.14), transparent 32%),
    radial-gradient(circle at top right, rgba(244,182,74,.08), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.landing-page {
  width: 100%;
  overflow: hidden;
}

.landing-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #08080d;
  background: linear-gradient(135deg, var(--orange), var(--gold));
}

.brand strong {
  display: block;
  color: var(--gold);
  letter-spacing: 4px;
  font-size: 13px;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.header-btn,
.secondary-btn {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  font-weight: 800;
}

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 92px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 52px;
  align-items: center;
}

.eyebrow,
.section-title span,
.early-access span {
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 900;
}

.hero h1 {
  max-width: 680px;
  margin: 18px 0;
  font-size: clamp(46px, 7vw, 84px);
  line-height: .96;
  letter-spacing: -3px;
}

.hero p {
  max-width: 560px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.hero-actions {
  margin-top: 32px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.primary-btn,
.early-access button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: #090909;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.trust-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
}

.phone-preview {
  position: relative;
  width: min(390px, 100%);
  margin: 0 auto;
  padding: 34px 22px;
  border-radius: 44px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.04)),
    #101118;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.phone-top {
  width: 110px;
  height: 28px;
  border-radius: 999px;
  background: #050507;
  margin: 0 auto 28px;
}

.app-card,
.response-card {
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,.18), transparent 38%),
    rgba(255,255,255,.06);
  border: 1px solid var(--line);
}

.category {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  color: #ffd39a;
  background: rgba(255,122,26,.25);
  border: 1px solid rgba(255,122,26,.32);
  font-size: 12px;
  font-weight: 900;
}

.app-card h3 {
  margin: 26px 0 10px;
  font-size: 28px;
  line-height: 1.1;
}

.app-card p,
.response-card p {
  color: var(--muted);
  line-height: 1.45;
}

.mini-stats {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.mini-stats span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
  font-weight: 850;
}

.response-card {
  margin-top: 18px;
}

.response-card div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.response-card span {
  color: var(--gold);
  font-weight: 850;
}

.problem,
.how,
.categories,
.early-access {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0;
}

.problem h2,
.section-title h2,
.early-access h2 {
  margin: 12px 0 24px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
  letter-spacing: -2px;
}

.problem-grid,
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.problem-grid div,
.step {
  padding: 26px;
  border-radius: 28px;
  background: var(--card);
  border: 1px solid var(--line);
}

.problem-grid span {
  font-size: 30px;
}

.problem-grid h3,
.step h3 {
  margin: 18px 0 8px;
  font-size: 22px;
}

.problem-grid p,
.step p,
.early-access p,
footer p {
  color: var(--muted);
  line-height: 1.55;
}

.step strong {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 2px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.category-list div {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(255,255,255,.055);
  border: 1px solid var(--line);
  font-size: 18px;
  font-weight: 900;
}

.early-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 60px;
  padding: 42px;
  border-radius: 36px;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,.18), transparent 38%),
    rgba(255,255,255,.055);
  border: 1px solid var(--line);
}

.early-access form {
  display: grid;
  gap: 12px;
}

.early-access input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.24);
  color: white;
  font-size: 15px;
  outline: 0;
}

#formMessage {
  min-height: 22px;
  margin: 0;
  font-size: 13px;
}

footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 46px;
  border-top: 1px solid var(--line);
}

footer strong {
  color: var(--gold);
  letter-spacing: 4px;
}

@media (max-width: 860px) {
  .landing-header {
    width: calc(100% - 32px);
  }

  .header-btn {
    display: none;
  }

  .hero {
    width: calc(100% - 32px);
    min-height: auto;
    padding: 34px 0 70px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero h1 {
    font-size: 46px;
    letter-spacing: -2px;
  }

  .hero p {
    font-size: 16px;
  }

  .problem,
  .how,
  .categories,
  .early-access,
  footer {
    width: calc(100% - 32px);
  }

  .problem-grid,
  .steps,
  .category-list,
  .early-access {
    grid-template-columns: 1fr;
  }

  .problem,
  .how,
  .categories {
    padding: 56px 0;
  }

  .early-access {
    padding: 28px;
  }
}

/* ================= IPHONE GÖRÜNÜMÜ ================= */

/* REAL APP PREVIEW */

.real-app-preview {
  padding: 18px;
  border-radius: 44px;
}

.mock-app-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.mock-app-header span {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.mock-app-header strong {
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.8px;
}

.mock-header-icons {
  display: flex;
  gap: 7px;
}

.mock-header-icons span {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  letter-spacing: 0;
  margin: 0;
}

.mock-hero-card {
  padding: 16px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,.24), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.10);
  display: grid;
  grid-template-columns: 1fr 82px;
  gap: 12px;
}

.mock-hero-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.05;
}

.mock-hero-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255,255,255,.68);
}

.mock-hero-media {
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255,122,26,.45), rgba(244,182,74,.20));
  display: grid;
  place-items: center;
  font-size: 22px;
}

.mock-section-head {
  margin: 18px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mock-section-head strong {
  font-size: 15px;
}

.mock-section-head span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.mock-matched-card {
  min-height: 210px;
  padding: 14px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 10%, rgba(255,122,26,.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.10);
}

.mock-card-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mock-card-top span,
.mock-card-top small {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  background: rgba(255,122,26,.22);
  color: #ffd39a;
}

.mock-card-top small {
  background: rgba(34,197,94,.16);
  color: #8df7aa;
}

.mock-matched-card h4 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: -0.8px;
}

.mock-matched-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255,255,255,.68);
}

.mock-stats {
  margin-top: 32px;
  display: flex;
  gap: 8px;
}

.mock-stats span {
  padding: 8px 10px;
  border-radius: 13px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 850;
}

.mock-categories {
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.mock-categories span {
  min-width: 78px;
  height: 76px;
  border-radius: 22px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
  display: grid;
  place-items: center;
  font-size: 22px;
}

.mock-categories b {
  display: block;
  font-size: 10px;
  color: rgba(255,255,255,.78);
}

/* ================= LIVE APP PREVIEW ================= */

.live-app-preview {
  padding: 18px;
  border-radius: 44px;
}

.mock-app-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 18px;
}

.mock-app-header span {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.mock-app-header strong {
  font-size: 19px;
  line-height: 1.05;
}

.mock-header-icons {
  display: flex;
  gap: 7px;
}

.mock-header-icons span {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  letter-spacing: 0;
  margin: 0;
}

.mock-section-head {
  margin: 18px 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mock-section-head strong {
  font-size: 15px;
}

.mock-section-head span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.live-feed {
  display: grid;
  gap: 12px;
}

.live-request-card {
  padding: 15px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255,122,26,.16), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.10);
}

.live-request-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.live-category {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  color: #ffd39a;
  background: rgba(255,122,26,.22);
  border: 1px solid rgba(255,122,26,.24);
}

.live-status {
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.07);
}

.live-request-card h4 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -0.5px;
}

.live-request-card p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  line-height: 1.35;
}

.live-stats {
  margin-top: 14px;
  display: flex;
  gap: 8px;
}

.live-stats span {
  padding: 7px 9px;
  border-radius: 12px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
  font-weight: 850;
}

.live-loading {
  color: rgba(255,255,255,.64);
  font-size: 13px;
}

.live-preview-btn {
  margin-top: 16px;
  min-height: 46px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--orange), var(--gold));
  color: #08080d;
  font-weight: 950;
}