/* Bombo - getbombo.com
   Sik + tatli: tek maskot, bol beyaz alan, basmali butonlar, canli urun kartlari.
   Mobile-first; 720px ve 920px breakpoint'leri. */
:root {
  --aqua: #49BCC2;
  --aqua-deep: #2BA8AE;
  --aqua-press: #1F8489;
  --coral: #FF6B6B;
  --coral-press: #D94F4F;
  --gold: #FACA0D;
  --green: #57C28A;
  --ink: #16252B;
  --ink-soft: #44585F;
  --ink-faint: #8AA0A6;
  --bg: #FFFFFF;
  --bg-tint: #F2FAFA;
  --border: #E2ECEE;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-family: "Baloo 2", "Nunito", sans-serif; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }
img { max-width: 100%; height: auto; }

/* ---------- Nav ---------- */
.nav-bar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--border);
}
nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; }
.brand {
  display: flex; align-items: center; gap: 9px; text-decoration: none;
  color: var(--aqua-deep); font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 22px;
}
.brand img { width: 36px; height: 36px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a:not(.btn) { display: none; color: var(--ink-soft); text-decoration: none; font-size: 15px; font-weight: 800; }
.nav-links a:not(.btn):hover { color: var(--aqua-deep); }

/* ---------- Basmali butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: 16px;
  padding: 12px 24px; border-radius: 15px; text-decoration: none; border: none; cursor: pointer;
  color: #fff; background: var(--aqua-deep);
  box-shadow: 0 4px 0 var(--aqua-press);
  transition: transform .08s ease, box-shadow .08s ease, filter .12s ease;
}
.btn:hover { filter: brightness(1.06); }
.btn:active { transform: translateY(4px); box-shadow: 0 0 0 var(--aqua-press); }
.btn.sm { font-size: 14.5px; padding: 8px 16px; border-radius: 12px; }
.btn.big { font-size: 17px; padding: 14px 30px; border-radius: 16px; }
.btn.coral { background: var(--coral); box-shadow: 0 4px 0 var(--coral-press); }
.btn.coral:active { box-shadow: 0 0 0 var(--coral-press); }
.btn.ghost { background: #fff; color: var(--aqua-deep); border: 2px solid var(--border); box-shadow: 0 4px 0 var(--border); }
.btn.ghost:active { box-shadow: 0 0 0 var(--border); }

/* ---------- Hero ---------- */
.hero { display: grid; gap: 6px; padding: 26px 0 10px; text-align: center; }
.hero-art { order: -1; position: relative; justify-self: center; width: min(300px, 74vw); }
.hero-art img { width: 100%; filter: drop-shadow(0 18px 36px rgba(43,168,174,.26)); }
.chip {
  position: absolute; font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 13px;
  padding: 6px 12px; border-radius: 12px; background: #fff;
  border: 2px solid var(--border); box-shadow: 0 4px 0 rgba(22,37,43,.08);
  animation: floaty 4.5s ease-in-out infinite;
  white-space: nowrap;
}
.chip.c1 { top: 2%; left: -6%; color: var(--coral); animation-delay: 0s; }
.chip.c2 { top: 16%; right: -8%; color: #4185D6; animation-delay: .9s; }
.chip.c3 { bottom: 20%; left: -10%; color: #8B7DE6; animation-delay: 1.7s; }
.chip.c4 { bottom: 4%; right: -4%; color: #E0A800; animation-delay: 2.5s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .chip { animation: none; } }

.hero h1 { font-size: clamp(32px, 8.2vw, 56px); line-height: 1.07; font-weight: 800; letter-spacing: -0.015em; }
.hero h1 em { font-style: normal; color: var(--aqua-deep); }
.hero .lede {
  margin: 14px auto 22px; font-size: clamp(16.5px, 2vw, 19px); color: var(--ink-soft);
  font-weight: 500; max-width: 46ch;
}
.hero-cta { display: flex; flex-direction: column; align-items: stretch; gap: 12px; max-width: 340px; margin: 0 auto; }
.hero-note { font-size: 13.5px; color: var(--ink-faint); margin-top: 14px; font-weight: 700; }

/* ---------- Stat pill'leri ---------- */
.stats { padding: 18px 0 6px; }
.stats-in { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--bg-tint); border: 2px solid var(--border); border-radius: 999px;
  padding: 7px 15px; font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: 14.5px; color: var(--ink-soft);
}
.pill i { width: 10px; height: 10px; border-radius: 50%; }

/* ---------- Ozellik bolumleri ---------- */
.feature { display: grid; gap: 24px; padding: 44px 0 10px; align-items: center; }
.feat-copy { text-align: center; }
.kicker {
  color: var(--aqua-deep); font-weight: 800; font-size: 13px;
  letter-spacing: .12em; text-transform: uppercase;
}
.feature h2 { font-size: clamp(25px, 5.6vw, 37px); font-weight: 800; line-height: 1.14; margin: 8px 0 12px; }
.feature p { color: var(--ink-soft); font-size: 16.5px; font-weight: 500; max-width: 52ch; margin-inline: auto; }

/* urun kartlari */
.card {
  background: #fff; border: 2px solid var(--border); border-radius: 24px;
  padding: 24px; box-shadow: 0 7px 0 rgba(22,37,43,.05);
  width: 100%; max-width: 420px; margin: 0 auto;
}
.card-label {
  display: block; font-weight: 800; font-size: 12.5px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 14px;
}
.card-tip { margin-top: 16px; font-size: 14.5px; color: var(--ink-soft); font-weight: 500; }
.card-tip b { color: var(--ink); }

.heat { display: flex; flex-wrap: wrap; gap: 8px; }
.heat span {
  font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 23px;
  padding: 7px 15px; border-radius: 14px; color: #fff;
  box-shadow: 0 4px 0 rgba(22,37,43,.12);
}
.heat .ok { background: var(--green); }
.heat .mid { background: var(--gold); color: #6b5200; }
.heat .bad { background: var(--coral); }

.path { display: flex; align-items: center; gap: 6px; }
.dot {
  width: 38px; height: 38px; border-radius: 50%; flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-family: "Baloo 2", sans-serif; font-weight: 800; font-size: 14.5px;
  box-shadow: 0 4px 0 rgba(22,37,43,.14);
}
.dot.gold { color: #6b5200; }
.path .line { flex: 1 1 8px; min-width: 6px; max-width: 16px; height: 4px; border-radius: 2px; background: var(--border); }

.review { list-style: none; display: grid; gap: 10px; }
.review li {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  background: var(--bg-tint); border: 2px solid var(--border); border-radius: 14px; padding: 10px 14px;
}
.review .w { font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: 17px; }
.due { font-weight: 800; font-size: 12px; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.due.now { background: #FFE3E3; color: #C2403C; }
.due.soon { background: #FFF3C9; color: #8A6A00; }
.due.later { background: #DFF5E9; color: #2E8B5F; }

.priv { list-style: none; display: grid; gap: 14px; }
.priv li { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 15.5px; color: var(--ink-soft); text-align: left; }
.priv svg {
  flex: 0 0 auto; width: 42px; height: 42px; padding: 9px;
  background: var(--bg-tint); border: 2px solid var(--border); border-radius: 13px;
  color: var(--aqua-deep);
}

/* ---------- CTA bandi ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--aqua-deep), var(--aqua));
  border-radius: 28px; padding: 38px 24px; margin: 52px 0 10px;
  text-align: center;
}
.cta-bombo { width: 124px; margin-bottom: 4px; filter: drop-shadow(0 12px 24px rgba(0,0,0,.16)); }
.cta-band h2 { color: #fff; font-size: clamp(26px, 5vw, 38px); font-weight: 800; line-height: 1.12; }
.cta-band p { color: rgba(255,255,255,.95); font-size: 16.5px; font-weight: 600; margin: 8px 0 22px; }
.cta-band .btn { background: #fff; color: var(--aqua-deep); box-shadow: 0 4px 0 rgba(0,0,0,.18); }
.cta-band .btn:active { box-shadow: 0 0 0 rgba(0,0,0,.18); }

/* ---------- FAQ ---------- */
.faq { padding: 48px 0 70px; }
.faq h2 { font-size: clamp(24px, 4vw, 32px); font-weight: 800; margin-bottom: 14px; }
details {
  background: #fff; border: 2px solid var(--border); border-radius: 18px;
  padding: 18px 22px; margin-top: 12px; box-shadow: 0 4px 0 rgba(22,37,43,.05);
}
details summary {
  font-family: "Baloo 2", sans-serif; font-weight: 700; font-size: 17px; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; color: var(--aqua-deep); font-size: 24px; font-weight: 700; flex: 0 0 auto; }
details[open] summary::after { content: "-"; }
details p { margin-top: 10px; color: var(--ink-soft); font-size: 15.5px; font-weight: 500; }
details a { color: var(--aqua-deep); font-weight: 800; }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: #fff; padding: 38px 0; }
.foot { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.foot .brand { color: #fff; }
.foot .links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.foot a { color: rgba(255,255,255,.85); text-decoration: none; font-size: 14.5px; font-weight: 700; }
.foot a:hover { color: #fff; }
.foot .copy { color: rgba(255,255,255,.5); font-size: 13.5px; font-weight: 600; }

/* ---------- Legal sayfalar ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 26px 22px 70px; }
.legal h1 { font-size: clamp(30px, 5vw, 38px); font-weight: 800; margin: 22px 0 4px; }
.legal .updated { color: var(--ink-faint); font-size: 14px; font-weight: 700; margin-bottom: 24px; }
.legal h2 { font-size: 21px; font-weight: 800; margin: 28px 0 8px; }
.legal p, .legal li { color: var(--ink-soft); font-size: 16px; font-weight: 500; }
.legal ul { padding-left: 22px; margin: 8px 0; }
.legal a { color: var(--aqua-deep); font-weight: 700; }

/* ---------- Tablet (720px+) ---------- */
@media (min-width: 720px) {
  .nav-links a:not(.btn) { display: inline; }
  .hero-cta { flex-direction: row; justify-content: center; max-width: none; }
  .hero-cta .btn { flex: 0 0 auto; }
  .cta-band { padding: 48px 40px; }
  .foot { flex-direction: row; justify-content: space-between; text-align: left; }
  .foot .links { justify-content: flex-start; }
}

/* ---------- Desktop (920px+) ---------- */
@media (min-width: 920px) {
  nav { padding: 14px 0; }
  .hero {
    grid-template-columns: 1.08fr .92fr; align-items: center; gap: 30px;
    padding: 60px 0 36px; text-align: left;
  }
  .hero-art { order: 2; width: min(380px, 100%); justify-self: end; margin-right: 14px; }
  .hero .lede { margin-inline: 0; }
  .hero-cta { justify-content: flex-start; margin: 0; }
  .chip { font-size: 16px; padding: 8px 15px; border-radius: 14px; }
  .stats { padding: 10px 0; }
  .feature { grid-template-columns: 1fr 1fr; gap: 64px; padding: 64px 0 16px; }
  .feature.rev .feat-visual { order: -1; }
  .feat-copy { text-align: left; }
  .feature p { margin-inline: 0; }
  .cta-band { margin-top: 72px; padding: 56px; }
  .faq { padding-top: 64px; }
}
