/* Pazarpoint — Anasayfa (aydınlık, editoryal). Tema belirteçleri styles.css'ten gelir.
   Giriş/kayıt/yasal sayfalar landing.css kullanmaya devam eder; bu dosya yalnız anasayfa içindir. */

.hm-body { background: #ffffff; color: var(--text); font-family: "Inter", var(--font-sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
.hm-body h1, .hm-body h2, .hm-body h3 { font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; font-weight: 600; letter-spacing: -.025em; text-wrap: pretty; margin: 0; }
.hm-body p { margin: 0; text-wrap: pretty; }
.hm-body a { text-decoration: none; }
.hm-body a:not([class]) { color: var(--accent); }   /* yalnız sınıfsız metin linkleri; buton/logo kendi rengini kullanır */
.hm-body ul, .hm-body ol { margin: 0; padding: 0; list-style: none; }
.hm-body svg { display: block; }
.hm-body img { max-width: 100%; }
.hm { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.hm-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.hm-h2 { font-size: 52px; line-height: 1.06; letter-spacing: -.03em; }
.hm-lead { font-size: 19px; line-height: 1.55; color: var(--text-muted); }
.hm-ico { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); display: grid; place-items: center; flex-shrink: 0; }
.hm-check { display: flex; align-items: center; gap: 10px; font-size: 15.5px; }
.hm-check svg { flex-shrink: 0; }
.hm-tabnum { font-variant-numeric: tabular-nums; }
.hm-tag { font-size: 12px; color: var(--text-faint); border: 1px solid var(--border); border-radius: 999px; padding: 3px 9px; white-space: nowrap; }

/* ---- butonlar ---- */
.hm-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--border-strong); background: #fff; color: var(--text);
  font-weight: 600; font-size: 15px; padding: 12px 20px; border-radius: 12px; white-space: nowrap; transition: transform .15s, box-shadow .15s, background .15s; }
.hm-btn:hover { background: var(--surface-2); text-decoration: none; }
.hm-btn--primary { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 8px 24px -10px rgba(15,122,95,.55); }
.hm-btn--primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); transform: translateY(-1px); }
.hm-btn--lg { font-size: 17px; padding: 16px 28px; }
.hm-btn--text { border-color: transparent; background: transparent; padding: 9px 14px; }
.hm-btn--text:hover { background: var(--surface-2); }
.hm-link { display: inline-flex; align-items: center; gap: 8px; color: var(--text); font-weight: 600; font-size: 16px; }
.hm-link:hover { color: var(--accent); text-decoration: none; }
.hm-btn--mint { background: #35e0ac; border-color: #35e0ac; color: #052019; }
.hm-btn--mint:hover { background: #52e8bb; border-color: #52e8bb; }

/* ---- üst menü ---- */
.hm-nav { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.hm-nav__in { height: 72px; display: flex; align-items: center; gap: 28px; }
.hm-logo { display: flex; align-items: center; gap: 10px; color: var(--text); font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.hm-logo:hover { text-decoration: none; }
.hm-nav__links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.hm-nav__links a { color: var(--text-muted); font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: 8px; }
.hm-nav__links a:hover { background: var(--surface-2); color: var(--text); text-decoration: none; }
.hm-nav__right { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.hm-nav__right .hm-btn { font-size: 14px; padding: 10px 18px; border-radius: 10px; }
.hm-nav__right .hm-btn--text { padding: 9px 14px; }
.hm-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--border-strong); border-radius: 10px; background: #fff; place-items: center; cursor: pointer; }
.hm-burger span { display: block; width: 18px; height: 2px; border-radius: 2px; background: var(--text); margin: 2.5px 0; transition: transform .2s, opacity .2s; }
.hm-nav.is-open .hm-burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hm-nav.is-open .hm-burger span:nth-child(2) { opacity: 0; }
.hm-nav.is-open .hm-burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---- hero ---- */
.hm-hero { background: linear-gradient(180deg, #f3f7f5 0%, #ffffff 70%); padding: 96px 0 0; }
.hm-hero__in { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; }
.hm-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border-strong); background: #fff; color: var(--accent); font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 999px; }
.hm-h1 { font-size: 76px; line-height: 1.02; letter-spacing: -.035em; max-width: 15ch; }
.hm-h1 em { font-style: normal; color: var(--accent); }
.hm-hero__sub { font-size: 21px; line-height: 1.5; color: var(--text-muted); max-width: 58ch; }
.hm-hero__sub strong { color: var(--text); font-weight: 600; }
.hm-cta { display: flex; align-items: center; gap: 22px; margin-top: 4px; flex-wrap: wrap; justify-content: center; }
.hm-trust { font-size: 13.5px; color: var(--text-faint); }

/* 3D sahne */
.hm-stage { position: relative; width: 100%; max-width: 1200px; height: 760px; margin-top: 44px; perspective: 1500px; perspective-origin: 50% 20%; --mx: 0; --my: 0; }
.hm-glow { position: absolute; inset: -80px -160px; z-index: 0; pointer-events: none; filter: blur(20px);
  background: radial-gradient(560px 300px at 30% 40%, rgba(47,180,136,.28), transparent 70%), radial-gradient(520px 320px at 80% 30%, rgba(15,122,95,.22), transparent 70%);
  animation: hmGlow 9s ease-in-out infinite alternate; }
@keyframes hmGlow { to { transform: translate3d(60px, 30px, 0) scale(1.08); } }
.hm-frame { position: absolute; left: 110px; right: 110px; top: 40px; border: 1px solid var(--border); border-radius: 16px; background: #fff; overflow: hidden;
  box-shadow: 0 60px 120px -40px rgba(13,24,38,.45), 0 1px 3px rgba(16,29,44,.07); transform-style: flat; will-change: transform;
  transform: rotateX(calc(14deg + var(--my) * -6deg)) rotateY(calc(-9deg + var(--mx) * 9deg)) rotateZ(1.5deg);
  transition: transform .25s ease-out; animation: hmFrameIn 1.3s cubic-bezier(.2,.8,.2,1) both; }
@keyframes hmFrameIn { from { opacity: 0; transform: rotateX(46deg) rotateY(-22deg) translateY(160px) scale(.86); } }
.hm-frame__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
.hm-frame__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
.hm-frame__addr { margin-left: 10px; font-size: 12.5px; color: var(--text-faint); background: #fff; border: 1px solid var(--border); border-radius: 6px; padding: 3px 10px; }
.hm-frame__bar .hm-tag { margin-left: auto; }
.hm-frame img { display: block; width: 100%; height: auto; }
.hm-fcw { position: absolute; z-index: 3; will-change: transform; transition: transform .3s ease-out;
  transform: translate3d(calc(var(--mx) * var(--d) * 1px), calc(var(--my) * var(--d) * 1px), 0); }
.hm-fc { background: #fff; border: 1px solid var(--border); border-radius: 14px; transform-style: flat; backface-visibility: hidden;
  box-shadow: 0 30px 70px -28px rgba(13,24,38,.45), 0 2px 6px rgba(16,29,44,.06);
  animation: hmFloat var(--t, 6s) ease-in-out var(--dl, 0s) infinite, hmCardIn 1.1s cubic-bezier(.2,.8,.2,1) var(--dl2, .4s) both; }
@keyframes hmFloat { 0%, 100% { transform: translateY(0) rotateX(var(--fx, 8deg)) rotateY(var(--fy, -14deg)) rotateZ(var(--fz, -2deg)); }
  50% { transform: translateY(-26px) rotateX(calc(var(--fx, 8deg) + 4deg)) rotateY(calc(var(--fy, -14deg) + 5deg)) rotateZ(var(--fz, -2deg)); } }
@keyframes hmCardIn { from { opacity: 0; filter: blur(6px); } to { opacity: 1; filter: blur(0); } }
.hm-fcw--kpi { left: 0; top: 120px; }
.hm-fcw--pnl { right: 0; top: 60px; }
.hm-fcw--order { left: 30px; bottom: 40px; }
.hm-fcw--city { right: 20px; bottom: 90px; }
.hm-fc__label { font-size: 12.5px; font-weight: 600; color: var(--text-muted); letter-spacing: .04em; text-transform: uppercase; }
.hm-fc__row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.hm-fc--kpi { width: 260px; padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; }
.hm-fc--kpi .hm-fc__big { font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; font-size: 38px; font-weight: 600; letter-spacing: -.03em; color: var(--accent); line-height: 1; }
.hm-pill { display: inline-flex; align-items: center; gap: 4px; background: var(--accent-soft); color: var(--accent); font-weight: 600; font-size: 13px; padding: 3px 8px; border-radius: 999px; }
.hm-fc--pnl { width: 300px; padding: 18px 20px; display: flex; flex-direction: column; gap: 10px; }
.hm-fc__lines { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; }
.hm-fc__lines span:first-child { color: var(--text-muted); }
.hm-fc__total { border-top: 1px solid var(--border); padding-top: 9px; display: flex; justify-content: space-between; align-items: baseline; }
.hm-fc--order { width: 330px; padding: 14px 16px; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.hm-fc--order .hm-ico { width: 40px; height: 40px; border-radius: 10px; }
.hm-fc--city { width: 270px; padding: 16px 18px; display: flex; flex-direction: column; gap: 10px; }
.hm-bar { display: grid; grid-template-columns: 70px minmax(0, 1fr) 52px; gap: 10px; align-items: center; font-size: 13px; }
.hm-bar i { height: 6px; border-radius: 3px; background: var(--accent-soft); overflow: hidden; display: block; }
.hm-bar i b { display: block; height: 100%; background: var(--accent-2); }
.hm-bar span:last-child { text-align: right; }

/* ---- güven şeridi ---- */
.hm-truststrip { margin-top: 56px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.hm-truststrip > div { display: flex; flex-direction: column; gap: 4px; padding: 22px 24px; border-left: 1px solid var(--border); }
.hm-truststrip > div:first-child { padding-left: 0; border-left: 0; }
.hm-truststrip > div:last-child { padding-right: 0; }
.hm-truststrip b { font-size: 15px; font-weight: 600; }
.hm-truststrip span { font-size: 14px; color: var(--text-muted); }

/* ---- bölümler ---- */
.hm-sec { padding-top: 140px; }
.hm-sec--tight { padding-top: 120px; }
.hm-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 80px; align-items: start; }
.hm-split--c { align-items: center; }
.hm-aside { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 80px; align-items: start; }
.hm-head { display: flex; flex-direction: column; gap: 16px; max-width: 760px; }
.hm-head--center { align-items: center; text-align: center; margin: 0 auto; }
.hm-list { display: flex; flex-direction: column; border-top: 1px solid var(--border); }
.hm-list > li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.hm-list h3 { font-size: 19px; }
.hm-list p { font-size: 15.5px; color: var(--text-muted); margin-top: 6px; }
.hm-benefits { display: flex; flex-direction: column; gap: 112px; }
.hm-benefit__text { display: flex; flex-direction: column; gap: 18px; }
.hm-benefit__text h3 { font-size: 36px; line-height: 1.12; letter-spacing: -.025em; }
.hm-benefit__text p { font-size: 17px; color: var(--text-muted); max-width: 46ch; }
.hm-benefit__text ul { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
/* transform-style: flat — içindeki eğik kart karo zeminiyle kesişip çapraz kesilmesin (3D düzlem çakışması) */
.hm-tile { background: var(--surface-2); border-radius: 20px; padding: 40px; display: flex; justify-content: center; transform-style: flat; isolation: isolate; transition: transform .3s ease-out; }
.hm-tile:hover { transform: perspective(1200px) rotateX(-4deg) rotateY(6deg) translateY(-6px); }
.hm-mock { width: 100%; max-width: 440px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 16px 40px -24px rgba(13,24,38,.35); padding: 22px 24px; display: flex; flex-direction: column; gap: 14px;
  transform: perspective(1200px) rotateY(-14deg) rotateX(6deg); transform-style: flat; backface-visibility: hidden; animation: hmMock 7s ease-in-out infinite; }
.hm-mock--r { transform: perspective(1200px) rotateY(14deg) rotateX(6deg); }
@keyframes hmMock { 50% { translate: 0 -14px; } }
.hm-mock__head { display: flex; align-items: center; justify-content: space-between; }
.hm-mock__lines { display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; }
.hm-mock__lines > div { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.hm-mock__lines span:first-child { color: var(--text-muted); }
.hm-mock__lines > div > :last-child, .hm-fc__lines > div > :last-child { white-space: nowrap; flex-shrink: 0; }
.hm-mock__net { border-top: 1px solid var(--border); padding-top: 14px; display: flex; align-items: flex-end; justify-content: space-between; }
.hm-mock__netv { font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; font-size: 30px; font-weight: 600; letter-spacing: -.02em; color: var(--accent); }
.hm-mini3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.hm-mini3 > div { border: 1px solid var(--border); border-radius: 10px; padding: 12px; display: flex; flex-direction: column; gap: 2px; }
.hm-mini3 small { font-size: 12px; color: var(--text-faint); }
.hm-mini3 b { font-size: 20px; font-weight: 600; letter-spacing: -.01em; }
.hm-cal { display: flex; flex-direction: column; }
.hm-cal > div { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14.5px; }
.hm-cal small { color: var(--text-faint); font-size: 13px; }
.hm-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 8px; vertical-align: middle; }

.hm-band { margin-top: 140px; background: var(--bg); padding: 112px 0; }
.hm-cards3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.hm-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; transition: transform .3s ease-out; }
.hm-card:hover { transform: perspective(1200px) rotateX(-4deg) rotateY(6deg) translateY(-6px); }
.hm-card h3 { font-size: 21px; }
.hm-card p { font-size: 15.5px; color: var(--text-muted); }

.hm-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.hm-steps li { display: flex; flex-direction: column; gap: 14px; border-top: 2px solid var(--text); padding-top: 22px; }
.hm-steps i { font-style: normal; font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; font-size: 15px; font-weight: 600; color: var(--accent); }
.hm-steps h3 { font-size: 21px; }
.hm-steps p { font-size: 15.5px; color: var(--text-muted); }

/* ---- fiyatlar ---- */
.hm-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.hm-plan { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 34px 32px; display: flex; flex-direction: column; gap: 22px; position: relative; transition: transform .3s ease-out; }
.hm-plan:hover { transform: translateY(-6px); }
.hm-plan__name { font-size: 15px; font-weight: 600; color: var(--text-muted); }
.hm-plan__price { display: flex; align-items: baseline; gap: 6px; margin-top: 10px; }
.hm-plan__price b { font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; font-size: 48px; font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.hm-plan__price span { font-size: 15px; color: var(--text-faint); }
.hm-plan ul { display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.hm-plan ul strong { font-weight: 600; }
.hm-plan__all { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; background: var(--accent-soft); color: var(--accent); font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; }
.hm-plan .hm-btn { margin-top: auto; }
.hm-plan--hi { background: #13211d; color: #fff; border-color: #13211d; box-shadow: 0 30px 60px -30px rgba(19,33,29,.6); }
.hm-plan--hi .hm-plan__name, .hm-plan--hi .hm-plan__price span { color: #8fb0ab; }
.hm-plan--hi .hm-plan__all { background: rgba(53,224,172,.16); color: #7ff0cf; }
.hm-plan__tag { position: absolute; top: 18px; right: 18px; background: #2fb488; color: #052019; font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.hm-plans__note { text-align: center; font-size: 13.5px; color: var(--text-faint); }

/* ---- SSS ---- */
.hm-faq { border-top: 1px solid var(--border); }
.hm-q { border-bottom: 1px solid var(--border); }
.hm-q__head { width: 100%; text-align: left; background: none; border: 0; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: var(--text);
  font-family: "Bricolage Grotesque", "Helvetica Neue", Arial, sans-serif; font-size: 19px; font-weight: 600; letter-spacing: -.02em; cursor: pointer; }
.hm-q__head svg { flex-shrink: 0; transition: transform .2s; color: var(--text-muted); }
.hm-q.is-open .hm-q__head svg { transform: rotate(45deg); }
.hm-q__body { display: none; padding: 0 0 22px; font-size: 15.5px; color: var(--text-muted); max-width: 70ch; }
.hm-q.is-open .hm-q__body { display: block; }

/* ---- kapanış CTA ---- */
.hm-cta-band { background: #13211d; color: #fff; border-radius: 24px; padding: 88px 64px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 22px; position: relative; overflow: hidden; }
.hm-cta-band::before { content: ""; position: absolute; right: -120px; top: -140px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(53,224,172,.35), transparent 65%); }
.hm-cta-band > * { position: relative; }
.hm-cta-band p { font-size: 19px; color: #8fb0ab; max-width: 48ch; }
.hm-cta-band .hm-link { color: #fff; }

/* ---- footer ---- */
.hm-foot { margin-top: 120px; border-top: 1px solid var(--border); padding: 56px 0 40px; }
.hm-foot__grid { display: grid; grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr)); gap: 40px; }
.hm-foot__brand { display: flex; flex-direction: column; gap: 14px; max-width: 320px; }
.hm-foot__brand p { font-size: 14.5px; color: var(--text-muted); }
.hm-foot__col { display: flex; flex-direction: column; gap: 10px; font-size: 14.5px; }
.hm-foot__col b { font-weight: 600; margin-bottom: 4px; }
.hm-foot__col a { color: var(--text-muted); }
.hm-foot__col a:hover { color: var(--text); }
.hm-foot__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px solid var(--border); margin-top: 44px; padding-top: 22px; font-size: 13px; color: var(--text-faint); }

/* ---- kaydırınca 3D'den düzleşen giriş ---- */
.reveal { opacity: 0; transform: perspective(1200px) rotateX(26deg) translateY(70px) scale(.96); transform-origin: 50% 100%; transition: opacity .8s ease, transform 1s cubic-bezier(.2,.8,.2,1); }
.reveal--l { transform: perspective(1200px) rotateY(-28deg) translateX(-60px); transform-origin: 0 50%; }
.reveal--r { transform: perspective(1200px) rotateY(28deg) translateX(60px); transform-origin: 100% 50%; }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .05s; } .d2 { transition-delay: .18s; } .d3 { transition-delay: .31s; }
/* hover tilt, reveal'in transform'unu ezmesin: tilt yalnız .in olduktan sonra */
.reveal.in.hm-tile:hover, .reveal.in.hm-card:hover { transform: perspective(1200px) rotateX(-4deg) rotateY(6deg) translateY(-6px); }
.reveal.in.hm-plan:hover { transform: translateY(-6px); }

@media (prefers-reduced-motion: reduce) {
  .hm-frame, .hm-fc, .hm-glow, .hm-mock { animation: none !important; }
  .hm-frame, .hm-mock { transform: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hm-tile, .hm-card, .hm-plan, .hm-fcw { transition: none; }
}
.no-motion .hm-frame, .no-motion .hm-fc, .no-motion .hm-glow, .no-motion .hm-mock { animation: none !important; transform: none !important; }
.no-motion .reveal { opacity: 1; transform: none; }

/* ============================ DUYARLI ============================ */
@media (max-width: 1240px) {
  .hm-h1 { font-size: 64px; }
  .hm-stage { height: 680px; }
  .hm-frame { left: 90px; right: 90px; }
  .hm-fc--pnl { width: 270px; }
}
@media (max-width: 1024px) {
  .hm-h2 { font-size: 44px; }
  .hm-h1 { font-size: 56px; }
  .hm-split, .hm-aside { grid-template-columns: 1fr; gap: 40px; }
  .hm-benefits { gap: 88px; }
  .hm-benefit--rev .hm-tile { order: -1; }
  .hm-truststrip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hm-truststrip > div { padding: 18px 20px; }
  .hm-truststrip > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .hm-truststrip > div:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .hm-stage { height: 620px; }
  .hm-frame { left: 60px; right: 60px; }
  .hm-fc--city { display: none; }
  .hm-fcw--order { left: 0; }
  .hm-cards3, .hm-plans, .hm-steps { grid-template-columns: 1fr; }
  .hm-steps { gap: 20px; }
  .hm-foot__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .hm { padding: 0 20px; }
  .hm-nav__links { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--border); flex-direction: column; align-items: stretch; gap: 2px; padding: 10px 14px 14px; margin: 0; display: none; box-shadow: var(--elev-2); }
  .hm-nav.is-open .hm-nav__links { display: flex; }
  .hm-nav__links a { padding: 12px 10px; font-size: 15px; min-height: 44px; display: flex; align-items: center; }
  .hm-burger { display: grid; }
  .hm-nav__in { height: 60px; gap: 10px; }
  .hm-logo { font-size: 15px; gap: 8px; }
  .hm-logo img { width: 28px; height: 28px; }
  .hm-nav__right { gap: 4px; }
  .hm-nav__right .hm-btn { padding: 0 11px; min-height: 44px; font-size: 13px; }
  .hm-nav__right .hm-btn--text { padding: 0 8px; }
  .hm-burger { width: 42px; height: 42px; }
  .hm-hero { padding-top: 44px; }
  .hm-hero__in { align-items: flex-start; text-align: left; gap: 18px; }
  .hm-h1 { font-size: 40px; letter-spacing: -.03em; max-width: none; }
  .hm-hero__sub { font-size: 16.5px; }
  .hm-cta { flex-direction: column; align-items: stretch; width: 100%; gap: 10px; }
  .hm-cta .hm-btn { width: 100%; min-height: 50px; }
  .hm-cta .hm-link { justify-content: center; border: 1px solid var(--border-strong); border-radius: 12px; min-height: 50px; }
  .hm-trust { font-size: 12.5px; }
  /* mobil 3D sahne: statik akış, iki küçük yüzen kart */
  .hm-stage { height: auto; margin-top: 18px; padding: 24px 0 36px; perspective: 1100px; perspective-origin: 50% 0%; }
  .hm-glow { inset: -40px -60px; filter: blur(16px); animation: none; }
  .hm-frame { position: relative; left: 0; right: 0; top: 0; transform: rotateX(12deg) rotateY(-6deg) rotateZ(1deg); box-shadow: 0 34px 70px -30px rgba(13,24,38,.45); }
  .hm-frame__addr { display: none; }
  .hm-fcw { transform: none !important; }
  .hm-fc { border-radius: 12px; box-shadow: 0 22px 50px -22px rgba(13,24,38,.45); }
  .hm-fcw--kpi { left: -6px; top: -4px; }
  .hm-fc--kpi { width: auto; padding: 10px 12px; gap: 2px; }
  .hm-fc--kpi .hm-fc__big { font-size: 22px; }
  .hm-fc--kpi .hm-fc__label { font-size: 10.5px; }
  .hm-fc--kpi svg.hm-spark, .hm-fc--kpi .hm-fc__marj, .hm-fc--kpi .hm-tag { display: none; }
  .hm-fcw--pnl, .hm-fcw--city { display: none; }
  .hm-fcw--order { left: auto; right: -6px; bottom: 8px; top: auto; }
  .hm-fc--order { width: 200px; padding: 10px 12px; grid-template-columns: 30px minmax(0, 1fr); gap: 8px; }
  .hm-fc--order .hm-ico { width: 30px; height: 30px; border-radius: 8px; }
  .hm-fc--order .hm-fc__net, .hm-fc--order small { display: none !important; }
  .hm-fc--order b { font-size: 12.5px !important; }
  .hm-truststrip { margin-top: 36px; border: 0; gap: 12px; }
  .hm-truststrip > div { border: 1px solid var(--border) !important; border-radius: 12px; padding: 14px !important; }
  .hm-sec, .hm-sec--tight { padding-top: 64px; }
  .hm-h2 { font-size: 34px; }
  .hm-lead { font-size: 15.5px; }
  .hm-benefits { gap: 56px; }
  .hm-benefit__text h3 { font-size: 26px; }
  .hm-tile { padding: 18px; }
  .hm-mock, .hm-mock--r { transform: none; animation: none; padding: 16px 18px; }
  .hm-band { margin-top: 64px; padding: 64px 0; }
  .hm-plan { padding: 22px; }
  .hm-plan__price b { font-size: 32px; }
  .hm-cta-band { padding: 36px 24px; border-radius: 18px; align-items: flex-start; text-align: left; }
  .hm-cta-band .hm-h2 { font-size: 30px; }
  .hm-cta-band .hm-cta { align-items: stretch; }
  .hm-foot { margin-top: 48px; padding: 28px 0 32px; }
  .hm-foot__grid { grid-template-columns: 1fr; gap: 24px; }
  .hm-foot__col a { min-height: 44px; display: flex; align-items: center; }
  .hm-q__head { font-size: 17px; padding: 18px 0; }
  /* dar ekranda yatay kaydırmalı giriş yok (taşma yapmasın) — yalnız dikey */
  .reveal--l, .reveal--r { transform: perspective(1200px) rotateX(26deg) translateY(70px) scale(.96); transform-origin: 50% 100%; }
}
