/* RunRaccoon tanıtım sitesi. Renkler logonun paletinden. */
:root {
  --blue: #3b5bff; --blue-2: #2a45e0; --blue-soft: #e8ecff; --amber: #ffb020;
  --midnight: #14161c; --charcoal: #2a2e37; --gray: #8a919e; --text-2: #5b6270;
  --bg: #f4f5f7; --white: #fff; --line: #e2e5e9;
  --ok: #11734f; --ok-bg: #e3f3ed; --hot: #b93d0c; --hot-bg: #fdeee5;
  --radius: 20px; --nav-h: 68px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --display: "Syne", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body { margin: 0; background: var(--white); color: var(--midnight); font: 16px/1.6 var(--body); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg { display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.02em; line-height: 1.08; margin: 0; text-wrap: balance; }
p { margin: 0; }
button, input { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 8px; }
.wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--white); padding: 8px 12px; border-radius: 8px; }
.skip:focus { left: 8px; }
.i { width: 20px; height: 20px; flex: 0 0 auto; }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 20px; border-radius: 14px;
  border: 1px solid transparent; font-weight: 600; font-size: 15px; text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .25s var(--ease), background .25s, box-shadow .25s, border-color .25s; }
.btn:active { transform: scale(.97); }
.btn .i { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.btn:hover .i { transform: translateX(3px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 24px -8px rgba(59, 91, 255, .7); }
.btn-primary:hover { background: var(--blue-2); box-shadow: 0 12px 30px -8px rgba(59, 91, 255, .8); }
.btn-ghost { background: transparent; border-color: var(--line); color: var(--midnight); }
.btn-ghost:hover { border-color: var(--midnight); }
.btn-block { width: 100%; }
.btn-lg { min-height: 56px; font-size: 16px; padding: 0 26px; }

/* ---------- Üst çubuk ---------- */
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 60; pointer-events: none; }
.progress i { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(var(--p, 0));
  background: linear-gradient(90deg, var(--blue), #8fa2ff 60%, var(--amber)); }
.nav { position: fixed; inset: 0 0 auto; z-index: 50; height: var(--nav-h); padding-top: env(safe-area-inset-top); color: #fff;
  transition: background .35s, color .35s, box-shadow .35s; }
.nav.scrolled { background: rgba(20, 22, 28, .96); box-shadow: 0 1px 0 rgba(255, 255, 255, .08); }
.nav.solid { background: rgba(255, 255, 255, .97); color: var(--midnight); box-shadow: 0 1px 0 var(--line); }
.nav-in { height: 100%; display: flex; align-items: center; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo img { width: 40px; height: 40px; transition: transform .4s var(--ease); }
.logo:hover img { transform: rotate(-8deg) scale(1.06); }
.logo span { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: -.02em; }
.nav-links { display: none; gap: 4px; margin-left: 12px; }
.nav-links a { text-decoration: none; font-weight: 500; font-size: 15px; padding: 8px 12px; border-radius: 10px; opacity: .8; transition: opacity .2s, background .2s; }
.nav-links a:hover { opacity: 1; background: rgba(127, 127, 127, .12); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.signin { display: none; text-decoration: none; font-weight: 600; font-size: 15px; padding: 8px 10px; opacity: .85; }
.signin:hover { opacity: 1; }
.nav-cta { display: none; min-height: 42px; padding: 0 16px; font-size: 14px; }
.lang { display: inline-flex; padding: 3px; border-radius: 10px; background: rgba(127, 127, 127, .14); }
.lang a { text-decoration: none; font-size: 12.5px; font-weight: 700; padding: 5px 9px; border-radius: 7px; opacity: .7; }
.lang a[aria-current] { opacity: 1; background: rgba(255, 255, 255, .9); color: var(--midnight); }
.nav.solid .lang a[aria-current] { background: var(--white); box-shadow: 0 1px 2px rgba(0, 0, 0, .08); }
.lang-desk { display: none; }
.burger { width: 44px; height: 44px; border-radius: 12px; border: 0; background: rgba(127, 127, 127, .14); display: grid; place-items: center; cursor: pointer; }
.burger .i-close { display: none; }
.burger[aria-expanded="true"] .i-open { display: none; }
.burger[aria-expanded="true"] .i-close { display: block; }
body.menu-open { overflow: hidden; }
body.menu-open .nav { background: var(--white); color: var(--midnight); box-shadow: 0 1px 0 var(--line); }

.mmenu { position: fixed; inset: calc(var(--nav-h) + env(safe-area-inset-top)) 0 0; z-index: 49; background: var(--white);
  display: flex; flex-direction: column; justify-content: space-between; padding: 24px 20px calc(24px + env(safe-area-inset-bottom)); }
.mmenu[hidden] { display: none; }
.mmenu nav { display: flex; flex-direction: column; }
.mmenu nav a { font-family: var(--display); font-weight: 700; font-size: 30px; text-decoration: none; padding: 10px 0; border-bottom: 1px solid var(--line);
  animation: mm-in .5s var(--ease) both; animation-delay: var(--d); }
.mmenu-foot { display: grid; gap: 10px; }
.lang-mobile { justify-self: center; margin-top: 6px; }
.lang-mobile a[aria-current] { background: var(--midnight); color: #fff; }
@keyframes mm-in { from { opacity: 0; transform: translateY(14px); } }

@media (min-width: 900px) {
  .nav-links, .signin, .nav-cta, .lang-desk { display: inline-flex; }
  .burger, .mmenu { display: none !important; }
}

/* ---------- Hero ---------- */
.hero { position: relative; background: var(--midnight); color: #fff; overflow: hidden; isolation: isolate;
  padding: calc(var(--nav-h) + env(safe-area-inset-top) + 40px) 0 64px; }
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.grid { position: absolute; inset: -2px; opacity: .5;
  background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 48px 48px; -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%); mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 75%); }
.orb { position: absolute; border-radius: 50%; opacity: .55; background: radial-gradient(closest-side, var(--c), transparent); will-change: transform; pointer-events: none; }
.hero .o1 { width: 760px; height: 760px; --c: var(--blue); left: -300px; top: -260px; animation: drift 16s ease-in-out infinite alternate; }
.hero .o2 { width: 620px; height: 620px; --c: #6d4bff; right: -140px; top: 120px; opacity: .4; animation: drift 19s ease-in-out infinite alternate-reverse; }
.hero .o3 { width: 420px; height: 420px; --c: var(--amber); right: 18%; bottom: -150px; opacity: .28; animation: drift 14s ease-in-out infinite alternate; }
.spot { position: absolute; width: 600px; height: 600px; left: 0; top: 0; border-radius: 50%; opacity: 0;
  background: radial-gradient(closest-side, rgba(59, 91, 255, .25), transparent); transform: translate(var(--sx, -50%), var(--sy, -50%)); transition: opacity .4s; }
.hero:hover .spot { opacity: 1; }
@keyframes drift { to { transform: translate(60px, 40px) scale(1.12); } }

.hero-in { display: grid; gap: 48px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; padding: 7px 12px 7px 10px; border-radius: 999px;
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .9); }
.badge i { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(255, 176, 32, .7); animation: ping 2s infinite; }
@keyframes ping { 70% { box-shadow: 0 0 0 8px rgba(255, 176, 32, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 176, 32, 0); } }
.hero h1 { font-weight: 800; font-size: clamp(30px, 8.4vw, 60px); margin: 18px 0 18px; overflow-wrap: break-word; }
.hero h1 em { font-style: normal; background: linear-gradient(100deg, #7d93ff 0%, var(--blue) 35%, #a58bff 60%, var(--amber) 100%); background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 5s linear 2; }
@keyframes shine { to { background-position: 200% center; } }
.lead { font-size: clamp(17px, 2.3vw, 19px); color: rgba(255, 255, 255, .72); max-width: 560px; margin-bottom: 28px; }
.points { list-style: none; padding: 0; margin: 22px 0 0; display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 14px; color: rgba(255, 255, 255, .75); }
.points li { display: inline-flex; align-items: center; gap: 6px; }
.points .i { width: 16px; height: 16px; color: var(--amber); }

/* Erken erişim formu */
.join { display: flex; gap: 8px; padding: 6px; border-radius: 18px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16);
  max-width: 520px; transition: border-color .25s, box-shadow .25s; }
.join:focus-within { border-color: rgba(125, 147, 255, .8); box-shadow: 0 0 0 4px rgba(59, 91, 255, .25); }
.join input[type=email] { flex: 1; min-width: 0; border: 0; background: transparent; padding: 0 12px; font-size: 16px; outline: none; color: inherit; }
.join input::placeholder { color: rgba(255, 255, 255, .45); }
.join .btn { min-height: 48px; padding: 0 16px; }
.join.done { display: none; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-note { font-size: 13px; color: rgba(255, 255, 255, .55); margin-top: 10px; min-height: 1.4em; }
.form-note.ok { color: #9ff0c9; font-weight: 600; font-size: 15px; }
.form-note.err { color: #ffb4a0; }
@media (max-width: 420px) {
  .join { flex-direction: column; background: transparent; border: 0; padding: 0; }
  .join:focus-within { box-shadow: none; }
  .join input[type=email] { min-height: 52px; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16); padding: 0 16px; }
  .join input[type=email]:focus { border-color: rgba(125, 147, 255, .8); }
  .join .btn { min-height: 52px; }
}

/* Hero'daki uygulama önizlemesi */
.mock { position: relative; height: 420px; max-width: 460px; width: 100%; margin: 0 auto; perspective: 1200px; }
.m-card { position: absolute; background: rgba(28, 31, 39, .94); border: 1px solid rgba(255, 255, 255, .12); border-radius: 18px; padding: 14px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6);
  animation: float 7s ease-in-out infinite; }
.m-card[data-float="2"] { animation-duration: 8s; animation-delay: -2s; }
.m-card[data-float="3"] { animation-duration: 6.5s; animation-delay: -4s; }
@keyframes float { 50% { transform: translateY(-12px); } }
.m-search { left: 0; top: 10px; width: 78%; }
.m-bar { display: flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .07); border-radius: 12px; padding: 10px 12px; font-size: 14px; }
.m-bar .i { width: 16px; height: 16px; color: rgba(255, 255, 255, .6); }
.caret { width: 2px; height: 16px; background: var(--blue); animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.m-found { font-size: 12px; color: #9ff0c9; margin: 10px 2px 8px; opacity: 0; transition: opacity .5s; }
.m-found.show { opacity: 1; }
.m-rows { display: grid; gap: 7px; }
.m-rows i { display: block; height: 10px; border-radius: 6px; background: linear-gradient(90deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)); }
.m-rows i:nth-child(2) { width: 80%; } .m-rows i:nth-child(3) { width: 60%; }
.m-biz { right: 0; top: 150px; width: 76%; }
.m-biz-top { display: flex; justify-content: space-between; gap: 10px; align-items: flex-start; }
.m-biz-top b { display: block; font-size: 15px; }
.m-biz-top small { color: rgba(255, 255, 255, .55); font-size: 12px; }
.m-score { font-family: var(--display); font-weight: 800; font-size: 15px; background: rgba(255, 155, 107, .16); color: #ff9b6b; border-radius: 10px; padding: 7px 9px; }
.m-badges { display: flex; gap: 6px; margin: 10px 0 12px; flex-wrap: wrap; }
.bd { font-size: 11.5px; font-weight: 600; border-radius: 7px; padding: 3px 8px; }
.bd.hot { background: rgba(255, 155, 107, .16); color: #ffb08a; }
.bd.ok { background: rgba(95, 211, 165, .15); color: #7fe0b8; }
.m-wa { text-align: center; font-weight: 700; font-size: 14px; background: #1b9e52; border-radius: 11px; padding: 10px; }
.m-pipe { left: 6%; bottom: 20px; display: flex; flex-direction: column; gap: 8px; width: 56%; }
.pill { align-self: flex-start; font-size: 12px; font-weight: 700; border-radius: 999px; padding: 4px 11px; background: rgba(255, 176, 32, .16); color: var(--amber); }
.m-pipe small { font-size: 12.5px; color: rgba(255, 255, 255, .7); }
.m-toast { position: absolute; right: 4%; bottom: 96px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600;
  background: #fff; color: var(--midnight); padding: 9px 14px 9px 10px; border-radius: 999px; box-shadow: 0 16px 40px -10px rgba(0, 0, 0, .5);
  animation: toast 7s var(--ease) infinite; }
.m-toast .i { width: 18px; height: 18px; color: #fff; background: #1b9e52; border-radius: 50%; padding: 3px; }
@keyframes toast { 0%, 45% { opacity: 0; transform: translateY(10px) scale(.95); } 55%, 90% { opacity: 1; transform: none; } 100% { opacity: 0; transform: translateY(-6px); } }
.m-raccoon { position: absolute; right: -6px; top: -26px; width: 104px; height: 104px; filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .45));
  animation: peek 5s var(--ease) infinite; transform-origin: 50% 90%; }
@keyframes peek { 0%, 100% { transform: rotate(0); } 10% { transform: rotate(-7deg); } 20% { transform: rotate(4deg); } 28% { transform: rotate(0); } }

@media (min-width: 900px) {
  .hero { padding: calc(var(--nav-h) + 80px) 0 110px; }
  .hero-in { grid-template-columns: 1.08fr .92fr; gap: 40px; }
  .mock { height: 470px; }
}

/* ---------- Kimler için (kayan şerit) ---------- */
.who { padding: 34px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.who p { text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); margin-bottom: 18px; padding: 0 20px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.track { display: flex; align-items: center; gap: 28px; width: max-content; animation: marquee 38s linear infinite; }
.track span { font-family: var(--display); font-weight: 700; font-size: clamp(20px, 3vw, 28px); color: var(--charcoal); white-space: nowrap; }
.track i { font-style: normal; color: var(--blue); font-size: 18px; }
.marquee:hover .track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Bölümler ---------- */
.sec { padding: 88px 0; }
.sec-head { max-width: 680px; margin-bottom: 44px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; }
.kicker::before { content: ""; width: 18px; height: 2px; border-radius: 2px; background: currentColor; }
.sec-head.center .kicker::before { display: none; }
.sec h2 { font-weight: 800; font-size: clamp(28px, 7.4vw, 50px); overflow-wrap: break-word; }
.sec-head p { font-size: 18px; color: var(--text-2); margin-top: 16px; }
@media (min-width: 900px) { .sec { padding: 120px 0; } }

/* Araçlar */
.tools { background: var(--bg); }
.tool-grid { display: grid; gap: 16px; }
@media (min-width: 640px) { .tool-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .tool-grid { grid-template-columns: repeat(3, 1fr); } }
.tool { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; overflow: hidden;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s; }
.tool::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity .3s;
  background: radial-gradient(360px circle at var(--mx, 50%) var(--my, 50%), rgba(59, 91, 255, .10), transparent 60%); }
.tool:hover { transform: translateY(-6px); box-shadow: 0 24px 50px -24px rgba(20, 22, 28, .35); border-color: #cfd6ff; }
.tool:hover::before { opacity: 1; }
.tool-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.tool-ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--blue-soft); color: var(--blue);
  transition: transform .45s var(--ease), background .3s, color .3s; }
.tool-ic .i { width: 26px; height: 26px; }
.tool:hover .tool-ic { transform: rotate(-6deg) scale(1.06); background: var(--blue); color: #fff; }
.chip { font-size: 12px; font-weight: 700; border-radius: 999px; padding: 5px 11px; }
.chip.live { background: var(--ok-bg); color: var(--ok); }
.chip.live::before { content: "●"; margin-right: 5px; font-size: 9px; vertical-align: 1px; }
.chip.soon { background: #fff4d6; color: #8a5a00; }
.tool h3 { font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.tool p { color: var(--text-2); font-size: 15.5px; }
.tool-more { background: transparent; border: 2px dashed #cfd3da; }
.tool-more .tool-ic { background: rgba(255, 176, 32, .16); color: #b07000; }
.tool-more:hover .tool-ic { background: var(--amber); color: var(--midnight); }

/* Nasıl çalışır */
.how { background: var(--white); }
.how-in { display: grid; gap: 8px; }
.how-line { display: none; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.step { display: flex; gap: 20px; padding: 26px; border-radius: var(--radius); background: var(--bg); border: 1px solid transparent;
  transition: background .5s var(--ease), border-color .5s, transform .5s var(--ease), box-shadow .5s; }
.step-n { font-family: var(--display); font-weight: 800; font-size: 44px; line-height: 1; color: #cfd3da; transition: color .5s; min-width: 1.9em; }
.step h3 { font-size: 24px; font-weight: 700; margin: 4px 0 8px; }
.step p { color: var(--text-2); }
.step.on { background: var(--white); border-color: #cfd6ff; box-shadow: 0 24px 60px -30px rgba(59, 91, 255, .45); }
.step.on .step-n { color: var(--blue); }
@media (min-width: 900px) {
  .how-in { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
  .how-head { position: sticky; top: calc(var(--nav-h) + 48px); margin: 0; }
  .how-line { display: block; width: 4px; height: 160px; border-radius: 4px; background: var(--line); margin-top: 36px; overflow: hidden; }
  .how-line i { display: block; width: 100%; height: 100%; background: linear-gradient(var(--blue), var(--amber)); transform-origin: 50% 0; transform: scaleY(var(--hp, 0)); transition: transform .2s linear; }
  .step { padding: 36px; }
  .steps { gap: 20px; padding: 40px 0 80px; }
}

/* Özellikler */
.feats { background: var(--midnight); color: #fff; position: relative; overflow: hidden; }
.feats::before { content: ""; position: absolute; width: 700px; height: 700px; right: -300px; top: -300px; border-radius: 50%; background: radial-gradient(closest-side, rgba(59, 91, 255, .35), transparent); }
.feats .sec-head p { color: rgba(255, 255, 255, .65); }
.feats .kicker { color: #8fa2ff; }
.feat-grid { position: relative; display: grid; gap: 1px; background: rgba(255, 255, 255, .1); border-radius: var(--radius); overflow: hidden; border: 1px solid rgba(255, 255, 255, .1); }
@media (min-width: 640px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .feat-grid { grid-template-columns: repeat(3, 1fr); } }
.feat { background: var(--midnight); padding: 30px 26px; transition: background .35s; }
.feat:hover { background: #1b1e26; }
.feat-ic { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: rgba(59, 91, 255, .16); color: #8fa2ff; margin-bottom: 18px; }
.feat-ic .i { width: 23px; height: 23px; }
.feat h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.feat p { color: rgba(255, 255, 255, .62); font-size: 15px; }

/* Fiyatlar */
.pricing { background: var(--bg); }
.billing { position: relative; display: flex; width: max-content; max-width: 100%; margin: -12px auto 40px; padding: 5px; border-radius: 16px; background: var(--white); border: 1px solid var(--line); }
.billing button { position: relative; z-index: 1; border: 0; background: none; font-weight: 600; font-size: 15px; padding: 10px 18px; border-radius: 12px; cursor: pointer; transition: color .3s; }
.billing button[aria-checked="true"] { color: #fff; }
.billing em { font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--ok); background: var(--ok-bg); border-radius: 999px; padding: 2px 7px; margin-left: 4px; }
.billing-pill { position: absolute; top: 5px; bottom: 5px; left: 5px; border-radius: 12px; background: var(--midnight); transition: transform .45s var(--ease), width .45s var(--ease); }
.plan-grid { display: grid; gap: 16px; align-items: start; }
@media (min-width: 900px) { .plan-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }
.plan { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: 30px 26px; transition: transform .45s var(--ease), box-shadow .45s; }
.plan:hover { transform: translateY(-4px); box-shadow: 0 26px 60px -30px rgba(20, 22, 28, .35); }
.plan.featured { background: var(--midnight); color: #fff; border-color: var(--midnight); box-shadow: 0 30px 70px -30px rgba(59, 91, 255, .7); }
.plan.featured::after { content: ""; position: absolute; inset: -1px; border-radius: 25px; padding: 1.5px; pointer-events: none;
  background: linear-gradient(140deg, var(--blue), transparent 40%, transparent 60%, var(--amber)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
@media (min-width: 900px) { .plan.featured { transform: scale(1.04); } .plan.featured:hover { transform: scale(1.04) translateY(-4px); } }
.plan-flag { position: absolute; z-index: 2; top: -13px; left: 26px; font-size: 12px; font-weight: 700; background: var(--amber); color: var(--midnight); padding: 5px 12px; border-radius: 999px; }
.plan h3 { font-size: 24px; font-weight: 800; }
.plan-desc { color: var(--text-2); font-size: 14.5px; margin: 6px 0 20px; min-height: 2.9em; }
.plan.featured .plan-desc { color: rgba(255, 255, 255, .65); }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px; min-height: 76px; }
.price b { font-family: var(--display); font-weight: 800; font-size: 50px; line-height: 1; letter-spacing: -.03em; }
.price.free b { font-size: 38px; }
.price span { color: var(--text-2); font-weight: 500; }
.plan.featured .price span { color: rgba(255, 255, 255, .6); }
.price small { flex-basis: 100%; color: var(--ok); font-weight: 600; font-size: 13.5px; }
.plan.featured .price small { color: #7fe0b8; }
.pricing[data-billing="monthly"] .price.y, .pricing[data-billing="yearly"] .price.m { display: none; }
.pricing .price.m, .pricing .price.y { animation: pop .45s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(8px); } }
.plan ul { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 12px; font-size: 15px; }
.plan li { display: flex; gap: 10px; align-items: flex-start; }
.plan li .i { width: 18px; height: 18px; margin-top: 3px; color: var(--blue); }
.plan.featured li .i { color: #8fa2ff; }
.plan li b { display: block; }
.plan li span { font-size: 13px; color: var(--text-2); }
.plan.featured li span { color: rgba(255, 255, 255, .55); }
.plan.featured .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .25); }
.fine { text-align: center; color: var(--gray); font-size: 13.5px; max-width: 640px; margin: 36px auto 0; }

/* SSS */
.faq { background: var(--white); }
.faq-in { display: grid; gap: 8px; }
@media (min-width: 900px) { .faq-in { grid-template-columns: 4fr 7fr; gap: 64px; } .faq .sec-head { position: sticky; top: calc(var(--nav-h) + 48px); align-self: start; } }
.qa-list { display: grid; gap: 10px; }
.qa { border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: border-color .3s, box-shadow .3s; }
.qa[open] { border-color: #cfd6ff; box-shadow: 0 16px 40px -28px rgba(59, 91, 255, .6); }
.qa summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; font-weight: 600; font-size: 16.5px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary i { flex: 0 0 auto; width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; background: var(--bg); transition: transform .35s var(--ease), background .3s, color .3s; }
.qa summary .i { width: 18px; height: 18px; }
.qa[open] summary i { transform: rotate(45deg); background: var(--blue); color: #fff; }
.qa-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.qa-a > p { overflow: hidden; padding: 0 20px; color: var(--text-2); }
.qa.opening .qa-a, .qa[open]:not(.closing) .qa-a { grid-template-rows: 1fr; }
.qa[open] .qa-a > p { padding-bottom: 20px; }

/* Son çağrı */
.final { position: relative; overflow: hidden; isolation: isolate; background: var(--midnight); color: #fff; padding: 100px 0; text-align: center; }
.final-bg { position: absolute; inset: 0; z-index: -1; }
.final .o1 { width: 820px; height: 820px; --c: var(--blue); left: 50%; top: 40%; transform: translate(-50%, -50%); opacity: .45; animation: breathe 8s ease-in-out infinite; }
.final .o2 { width: 460px; height: 460px; --c: var(--amber); right: 5%; bottom: -120px; opacity: .25; }
@keyframes breathe { 50% { transform: translate(-50%, -50%) scale(1.15); } }
.final-in { display: flex; flex-direction: column; align-items: center; }
.final-logo { width: 96px; height: 96px; margin-bottom: 22px; animation: bob 4s ease-in-out infinite; filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .45)); }
@keyframes bob { 50% { transform: translateY(-10px) rotate(-3deg); } }
.final h2 { font-weight: 800; font-size: clamp(28px, 7.4vw, 58px); max-width: 820px; overflow-wrap: break-word; }
.final p { color: rgba(255, 255, 255, .7); font-size: 18px; margin: 18px 0 30px; max-width: 520px; }
.final .join-wrap { width: 100%; max-width: 520px; }
.final .form-note { text-align: center; }

/* Alt bilgi */
.foot { background: var(--white); border-top: 1px solid var(--line); padding: 56px 0 28px; }
.foot-in { display: grid; gap: 36px; }
@media (min-width: 720px) { .foot-in { grid-template-columns: 2fr 1fr 1fr; } }
.foot-brand p { color: var(--text-2); margin-top: 12px; max-width: 320px; }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col b { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); margin-bottom: 4px; }
.foot-col a { text-decoration: none; color: var(--charcoal); font-weight: 500; }
.foot-col a:hover { color: var(--blue); }
.foot-bottom { margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--gray); }

/* 404 */
body.nf { background: var(--midnight); color: #fff; min-height: 100vh; display: grid; place-items: center; padding: 24px; text-align: center; }
.nf-in img { margin: 0 auto 10px; animation: bob 4s ease-in-out infinite; }
.nf-in h1 { font-size: 96px; font-weight: 800; background: linear-gradient(100deg, #7d93ff, var(--amber)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nf-in p { color: rgba(255, 255, 255, .72); margin: 8px 0; }
.nf-links { display: flex; gap: 10px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.nf .btn-ghost { color: #fff; border-color: rgba(255, 255, 255, .25); }

/* ---------- Kaydırınca beliren öğeler ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--d, 0ms); }
.js [data-reveal].in { opacity: 1; transform: none; }
.js .hero [data-reveal] { transform: translateY(18px); }
.js .mock .m-card, .js .mock .m-raccoon { opacity: 0; }
.js .mock.in .m-card, .js .mock.in .m-raccoon { opacity: 1; transition: opacity .9s var(--ease); }
.js .mock.in .m-biz { transition-delay: .25s; } .js .mock.in .m-pipe { transition-delay: .5s; } .js .mock.in .m-raccoon { transition-delay: .7s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js [data-reveal], .js .mock .m-card, .js .mock .m-raccoon { opacity: 1 !important; transform: none !important; }
  .m-toast { opacity: 1; }
}
