/* #F3B414 */

:root {
  --w: 1140px;

  --bg0: #0f0e0f;
  --bg1: #141315;
  --bg2: #1b1b1e;

  --text: #ececee;
  --muted: rgba(236, 236, 238, 0.72);

  --accent: #f3b414;
  --accent2: #f2c85b;

  --stroke: rgba(255, 255, 255, 0.1);
  --stroke2: rgba(255, 255, 255, 0.16);

  --r: 14px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
  --header-h: 76px;
}

* {
  box-sizing: border-box;
}
html,
body {
  /* height: 100%; */
}

body {
  overflow-y: scroll;
}

/* id ile gidilen tüm bölümler */
section[id] {
  scroll-margin-top: calc(var(--header-h) + 18px);
}

/* body {
  margin: 0;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      1100px 700px at 50% -120px,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 55%
    ),
    radial-gradient(
      900px 520px at 70% 240px,
      rgba(232, 177, 54, 0.18),
      rgba(232, 177, 54, 0) 60%
    ),
    linear-gradient(180deg, var(--bg0), #0b0a0b 70%, #090809);
  overflow-x: hidden;
} */

body {
  margin: 0;
  padding-top: 76px; /* header yüksekliğin */
  font-family:
    Inter,
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Arial,
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(
      1100px 700px at 50% -120px,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0) 55%
    ),
    linear-gradient(180deg, var(--bg0), #0b0a0b 70%, #090809);
  overflow-x: hidden;
}

/* noise overlay */
.fx-noise {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: overlay;
  z-index: 0;
}

.container {
  width: min(var(--w), calc(100% - 48px));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
}

.accent {
  color: var(--accent);
}

/* HEADER */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.62);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-row {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

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

.brand img {
  height: 90px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55));
}

.brand-text-wrap{
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-left: -15px;
}

.brand-text{
  font-weight: 800;
  letter-spacing: 0.3px;
  opacity: .95;
  font-size: 24px;
}

.brand-tagline{
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2px;
  color: var(--accent); /* sarı */
  opacity: .9;
}


.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: rgba(236, 236, 238, 0.84);
  opacity: 0.92;
}
.nav-link:hover {
  opacity: 1;
}

.nav-link {
  position: relative;
  opacity: 0.85;
  transition:
    color 0.15s ease,
    opacity 0.15s ease;
}
.nav-link.active {
  color: var(--accent);
  opacity: 1;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(243, 180, 20, 0),
    rgba(243, 180, 20, 0.95),
    rgba(243, 180, 20, 0)
  );
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
  transition:
    transform 0.12s ease,
    filter 0.12s ease,
    background 0.12s ease;
  user-select: none;
}
.btn:active {
  transform: translateY(1px);
}

.btn-pill {
  border-radius: 14px;
}

.btn-yellow {
  background: linear-gradient(180deg, var(--accent2), var(--accent));
  color: #141414;
  border-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 12px 26px rgba(232, 177, 54, 0.18);
}
.btn-yellow:hover {
  filter: brightness(1.03);
}

.btn-ghost {
  background: rgba(20, 20, 20, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
}
.btn-ghost:hover {
  background: rgba(30, 30, 30, 0.44);
}

/* HERO */
.hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      900px 520px at 60% 45%,
      rgba(0, 0, 0, 0) 42%,
      rgba(0, 0, 0, 0.62) 90%
    ),
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.55) 40%,
      rgba(0, 0, 0, 0.1) 72%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.56)),
    url("assets/hero.png") center 28% / cover no-repeat;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

/* Grain / doku (görseldeki gibi) */
.hero::after {
  content: "";
  position: absolute;
  inset: -20px;
  pointer-events: none;
  background: radial-gradient(
    900px 520px at 70% 240px,
    rgba(232, 177, 54, 0.18),
    rgba(232, 177, 54, 0) 60%
  );
  opacity: 1;
  /* opacity:.22;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.10), rgba(255,255,255,0) 45%),
    radial-gradient(circle at 70% 55%, rgba(232,177,54,.10), rgba(232,177,54,0) 55%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,.06) 0 1px, rgba(255,255,255,0) 1px 3px); */
  mix-blend-mode: overlay;
}

/* içerik */
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 56px 0;
}

.hero-left {
  max-width: 560px;
}

.hero-title {
  margin: 0 0 14px;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}
.accent {
  color: var(--accent);
}

.hero-sub {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  gap: 14px;
  align-items: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(236, 236, 238, 0.86);
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 12px;
}

/* responsive */
@media (max-width: 1060px) {
  .nav {
    display: none;
  }
  .hero-title {
    font-size: 44px;
  }
}
@media (max-width: 680px) {
  .hero {
    min-height: 560px;
    background-position: 70% center;
  }
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* FEATURES */
.features {
  padding: 52px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.feature-card {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.015)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 18px 18px 20px;
}

.feature-head {
  position: relative;
  display: flex; /* ✅ ikon + başlık yan yana */
  align-items: center; /* ✅ aynı hizada */
  gap: 14px;

  padding-bottom: 12px;
  margin-bottom: 12px;
}

.feature-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(232, 177, 54, 0.45),
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0)
  );
}

.feature-head h3 {
  margin: 0;
  min-width: 0; /* ✅ uzun başlıklarda kırılma için kritik */
  line-height: 1.2;
}

.feature-card .ic {
  width: auto;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: center;

  background: none; /* ❌ arka plan yok */
  border: none; /* ❌ çerçeve yok */
  border-radius: 0;

  color: var(--accent); /* sarı ikon */
  font-size: 26px; /* ✅ daha büyük ikon */
  line-height: 1;

  flex-shrink: 0;
}

.feature-card h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.feature-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

/* STORE STRIP */
.store-strip {
  padding: 48px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      900px 420px at 50% 20%,
      rgba(243, 180, 20, 0.22),
      rgba(243, 180, 20, 0) 65%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.35));
}

.store-inner {
  text-align: center;
}

.store-title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
}

.store-desc {
  margin: 0 auto 22px;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(236, 236, 238, 0.75);
}

.store-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.store-badge {
  height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;

  border-radius: 999px;
  background: rgba(20, 20, 20, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.45);

  font-weight: 800;
  font-size: 14px;
  color: rgba(236, 236, 238, 0.92);
}

.store-badge i {
  font-size: 16px;
  opacity: 0.9;
}

@media (max-width: 680px) {
  .store-title {
    font-size: 26px;
  }
  .store-desc {
    font-size: 14px;
  }
}

/* SECTION TITLES */
.section-title {
  text-align: center;
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

/* HOW */
.how {
  padding: 34px 0 44px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.how-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.how-title .line {
  height: 1px;
  width: 140px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0)
  );
  opacity: 0.9;
}

.how-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.how-step {
  display: flex;
}

.how-card {
  position: relative;
  width: 280px;
  height: 120px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.025)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.55);

  overflow: visible;
}

.how-badge {
  position: absolute;
  top: -14px; /* ✅ kartın üstüne binsin */
  left: 14px;

  width: 34px;
  height: 26px;

  display: grid;
  place-items: center;

  border-radius: 8px;
  background: linear-gradient(180deg, #f3c24b, #e4ad2c);
  color: #141414;
  font-weight: 900;
  font-size: 14px;

  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
  z-index: 5;
}

/* ✅ küçük çıkıntı (notch) */
.how-badge::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -7px;

  width: 0;
  height: 0;

  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e4ad2c; /* gradientin alt rengiyle uyum */
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.35));
}

/* ikonlar */
.how-ic {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  color: var(--accent);
  font-size: 36px;
  line-height: 1;
  opacity: 0.95;
}

/* 1. kart: clipboard + küçük kalem hissi */
.how-ic-pen {
  position: absolute;
  right: -6px;
  bottom: -4px;
  font-size: 16px;
  transform: rotate(-18deg);
  opacity: 0.95;
}

/* 2. kart: check + çizgiler */
.how-ic-lines {
  font-size: 22px;
  transform: translateY(2px);
  opacity: 0.9;
}

.how-text {
  font-weight: 900;
  margin-top: -2px;
  color: rgba(236, 236, 238, 0.92);
  letter-spacing: 0.1px;
}

.how-arrow {
  color: rgba(232, 177, 54, 0.92);
  margin: 0 -4px; /* arayı sıklaştırır */
  font-size: 20px;
  transform: translateY(2px);
  opacity: 0.95;
}

/* responsive: mobilde üst üste */
@media (max-width: 680px) {
  /* HOW: mobilde daha kompakt */
  .how {
    padding: 28px 0 34px;
  }

  .how-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
  .how-title .line {
    width: 64px;
  }

  .how-row {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  /* ✅ kartları "liste" gibi yap */
  .how-card {
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
    padding: 26px 16px 26px 18px;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.42);
  }

  /* ikon biraz küçülsün */
  .how-ic {
    font-size: 28px;
  }
  .how-ic-pen {
    right: -4px;
    bottom: -4px;
    font-size: 14px;
  }

  /* yazı soldan hizalı ve daha temiz */
  .how-text {
    margin-top: 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
  }

  /* badge daha düzgün dursun */
  .how-badge {
    top: -12px;
    left: 12px;
    width: 32px;
    height: 24px;
    border-radius: 8px;
    font-size: 13px;
  }

  /* mobilde okları zaten gizle */
  .how-arrow {
    display: none;
  }
}

/* ABOUT */
.about {
  padding: 26px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.about-inner {
  text-align: center;
  padding: 30px 0;
}

.about-lead {
  max-width: 760px;
  margin: 10px auto 26px;
  color: rgba(236, 236, 238, 0.78);
  line-height: 1.75;
  font-size: 15px;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.about-card {
  padding: 20px 18px 22px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.about-card i {
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 10px;
}

.about-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 900;
}

.about-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(236, 236, 238, 0.72);
}

@media (max-width: 1060px) {
  .about-cards {
    grid-template-columns: 1fr;
    max-width: 520px;
  }
}

/* FAQ */
.faq {
  padding: 22px 0 32px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto; /* ortala */
}
.faq-item {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.03)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 14px 14px 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 900;
  color: rgba(236, 236, 238, 0.92);
}
.faq-item p {
  margin: 10px 0 0;
  color: rgba(236, 236, 238, 0.68);
  font-size: 13px;
  /* line-height: 1.55; */
  line-height: 1.65;
}

/* CONTACT */
.contact {
  padding: 36px 0 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-inner {
  text-align: center;
}

.contact-card {
  margin: 18px auto 0;
  max-width: 420px;
  padding: 22px 20px 24px;

  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.contact-card i {
  font-size: 26px;
  color: var(--accent);
  margin-bottom: 10px;
}

.contact-card .mail {
  display: block;
  font-weight: 900;
  font-size: 16px;
  text-decoration: none;
  color: rgba(236, 236, 238, 0.95);
  margin-bottom: 6px;
}

.contact-card .mail:hover {
  color: #fff;
}

.contact-note {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(236, 236, 238, 0.65);
}

/* FOOTER */
.site-footer {
  padding: 18px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
}
.footer-inner {
  text-align: center;
}
.footer-copy {
  color: rgba(236, 236, 238, 0.55);
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 1060px) {
  .nav {
    display: none;
  }
  .hero-row {
    grid-template-columns: 1fr;
  }
  .machine-wrap {
    justify-content: center;
  }
  .hero-title {
    font-size: 44px;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .how-row {
    flex-direction: column;
  }
  .arrow {
    display: none;
  }
  .step-card {
    width: 100%;
  }
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* HAMBURGER */
/* HAMBURGER – PREMIUM (FIXED) */
.burger {
  /* desktop'ta görünmesin */
  display: none;

  width: 46px;
  height: 36px;
  padding: 0 10px;

  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(20, 20, 20, 0.38);
  backdrop-filter: blur(6px);

  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;

  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}

.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(236, 236, 238, 0.92);
  border-radius: 2px;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease,
    background 0.18s ease;
}

/* hover */
.burger:hover {
  border-color: rgba(243, 180, 20, 0.45);
  box-shadow: 0 0 0 3px rgba(243, 180, 20, 0.12);
}

/* open => X */
.burger.is-open span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
  background: var(--accent);
}
.burger.is-open span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
  background: var(--accent);
}

/* breakpoint */
@media (max-width: 1060px) {
  .burger {
    display: inline-flex;
  }
}
/* MOBILE MENU PANEL */
.mobile-menu {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 49; /* header 50, bunun altında kalsın */
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
}

.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-inner {
  padding: 14px 0 16px;
  display: grid;
  gap: 10px;
}

.mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: rgba(236, 236, 238, 0.9);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.mobile-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.mobile-cta {
  width: 100%;
  height: 44px;
  margin-top: 2px;
}

/* breakpoint: desktop'ta mobil menü yok, mobilde nav yok + burger var */
@media (max-width: 1060px) {
  .nav {
    display: none;
  }
  .burger {
    display: inline-flex;
  }
}
