/* ═══════════════════════════════════════════════════════════════
   PRIME AUTO CARE
   Beyaz zemin · derin turkuaz · metalik paket vurguları
   ═══════════════════════════════════════════════════════════════ */

:root {
  /* — yüzeyler — */
  --white:     #ffffff;
  --paper:     #f4fbfc;
  --mist:      #e7f7fa;
  --mist-2:    #d6f1f6;
  --line:      #d3e9ee;
  --line-2:    #e7f4f6;

  /* — mürekkep — */
  --ink:       #04161d;
  --ink-2:     #26535f;
  --ink-3:     #6b9099;

  /* — marka — */
  --turq:      #00b5cc;
  --turq-2:    #14d9de;
  --turq-3:    #7ef0f4;
  --turq-deep: #027286;
  --turq-ink:  #023845;

  /* — koyu paneller — */
  --abyss:     #04161d;
  --abyss-2:   #062b38;
  --abyss-3:   #0a3d4d;

  /* — metaller — */
  --steel: linear-gradient(168deg, #0b2b35 0%, #416c78 40%, #0e3441 66%, #52818e 100%);
  --gold:  linear-gradient(168deg, #fffaef 0%, #f4e0b0 26%, #cfa551 52%, #fff3d4 74%, #dcbe7c 100%);
  --plat:  linear-gradient(168deg, #ffffff 0%, #d2f1f7 28%, #8bd8e4 52%, #ffffff 74%, #bde8f0 100%);

  /* — gradyanlar — */
  --grad:      linear-gradient(118deg, #00b5cc 0%, #14d9de 52%, #55eef1 100%);
  --grad-rev:  linear-gradient(118deg, #55eef1 0%, #14d9de 48%, #00b5cc 100%);
  --grad-deep: linear-gradient(158deg, #04161d 0%, #073544 44%, #04212b 100%);
  --grad-page: linear-gradient(168deg, #eafafc 0%, #ffffff 46%, #ddf5f9 100%);

  /* — gölgeler — */
  --sh-sm:  0 2px 10px rgba(4, 22, 29, .05);
  --sh:     0 16px 40px -20px rgba(4, 22, 29, .30);
  --sh-lg:  0 42px 84px -38px rgba(3, 70, 86, .55);
  --sh-turq:0 26px 58px -22px rgba(0, 181, 204, .62);

  /* — biçim — */
  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --r-xl: 32px;

  --gutter: clamp(1.1rem, 4.5vw, 3.6rem);
  --pad-y:  clamp(3.4rem, 6.6vw, 6rem);

  --f-disp: "Sora", "Segoe UI", system-ui, sans-serif;
  --f-body: "Manrope", "Segoe UI", system-ui, sans-serif;

  --ease:   cubic-bezier(.22, .82, .3, 1);
  --nav-h:  68px;
  --top-h:  36px;

  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 14px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-top: calc(var(--top-h) + var(--nav-h));
  background: var(--white);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: clamp(15px, 1vw, 16.5px);
  line-height: 1.62;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3 { margin: 0; font-family: var(--f-disp); line-height: 1.06; letter-spacing: -.025em; }
p { margin: 0; }
button { font: inherit; color: inherit; }

a, button, summary { -webkit-tap-highlight-color: rgba(0, 181, 204, .16); touch-action: manipulation; }

::selection { background: var(--turq); color: #fff; }
:focus-visible { outline: 3px solid var(--turq-2); outline-offset: 3px; border-radius: 6px; }

.wrap { width: min(1240px, 100%); margin-inline: auto; padding-inline: var(--gutter); }

/* ═══════════ okuma çubuğu ═══════════ */
.progress { position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 130; pointer-events: none; }
.progress i {
  display: block; height: 100%; width: 0;
  background: var(--grad);
  box-shadow: 0 0 12px rgba(20, 217, 222, .9);
  transition: width .1s linear;
}

/* ═══════════ ÜST ŞERİT ═══════════ */
.topline {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 101;
  height: var(--top-h);
  background: var(--abyss);
  color: rgba(226, 246, 249, .74);
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .38s var(--ease);
}
.topline::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 30%, rgba(20, 217, 222, .16) 50%, transparent 70%);
  pointer-events: none;
}
.topline__in {
  width: min(1240px, 100%);
  height: 100%;
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
}
.topline__item { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }
.topline__item svg { color: var(--turq-2); flex: none; }
.topline__item--link { transition: color .25s var(--ease); }
.topline__item--link:hover { color: #fff; }
.topline__sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(126, 240, 244, .4); }

body.is-stuck .topline { transform: translateY(-100%); }

/* ═══════════ NAV ═══════════ */
.nav {
  position: fixed;
  top: var(--top-h);
  left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding-inline: var(--gutter);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  border-bottom: 1px solid transparent;
  transition: top .38s var(--ease), background .3s var(--ease),
              border-color .3s var(--ease), box-shadow .3s var(--ease);
}
body.is-stuck .nav {
  top: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom-color: var(--line);
  box-shadow: 0 14px 36px -26px rgba(4, 22, 29, .7);
}

.nav__brand { display: flex; align-items: center; gap: .6rem; margin-right: auto; }
.nav__mark {
  position: relative;
  display: grid; place-items: center;
  width: 37px; height: 37px;
  border-radius: 11px;
  color: #fff;
  background: var(--grad);
  box-shadow: var(--sh-turq);
  transition: transform .5s var(--ease);
}
.nav__mark::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255,255,255,.4), transparent 55%);
}
.nav__brand:hover .nav__mark { transform: rotate(-10deg) scale(1.07); }
.nav__word { display: flex; flex-direction: column; line-height: 1; }
.nav__word strong { font-family: var(--f-disp); font-weight: 800; font-size: 1.02rem; letter-spacing: .11em; }
.nav__word em {
  font-style: normal; font-size: .55rem; letter-spacing: .36em;
  color: var(--turq-deep); font-weight: 800; margin-top: 3px;
}

.nav__links { display: flex; gap: 1.7rem; }
.nav__links a {
  position: relative;
  font-size: .9rem; font-weight: 650;
  color: var(--ink-2);
  padding-block: 5px;
  transition: color .25s var(--ease);
}
.nav__links a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 100%; height: 2px; border-radius: 2px;
  background: var(--grad);
  transform: scaleX(0); transform-origin: right;
  transition: transform .4s var(--ease);
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after,
.nav__links a.is-current::after { transform: scaleX(1); transform-origin: left; }
.nav__links a.is-current { color: var(--turq-deep); }

.nav__burger {
  display: none;
  width: 42px; height: 38px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff; cursor: pointer; padding: 0;
  place-items: center; gap: 4px;
}
.nav__burger span {
  display: block; width: 17px; height: 2px; border-radius: 2px;
  background: var(--ink);
  transition: transform .35s var(--ease), opacity .25s var(--ease);
}
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }


/* ═══════════ BUTONLAR ═══════════ */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  gap: .55rem;
  padding: .7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 750; font-size: .9rem;
  white-space: nowrap; cursor: pointer; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .35s var(--ease),
              background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}
.btn--lg { padding: .92rem 1.65rem; font-size: .98rem; }

.btn--solid { background: var(--grad); color: #fff; box-shadow: var(--sh-turq); }
.btn--solid::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 22%, rgba(255,255,255,.45) 50%, transparent 78%);
  transform: translateX(-125%);
  transition: transform .8s var(--ease);
}
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 32px 64px -22px rgba(0, 181, 204, .78); }
.btn--solid:hover::after { transform: translateX(125%); }

.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line); box-shadow: var(--sh-sm); }
.btn--ghost:hover { transform: translateY(-2px); border-color: var(--turq-3); color: var(--turq-deep); box-shadow: 0 18px 34px -20px rgba(0, 181, 204, .5); }

.btn--outline { background: transparent; color: var(--turq-deep); border-color: rgba(0, 181, 204, .4); }
.btn--outline:hover { background: var(--mist); border-color: var(--turq); transform: translateY(-2px); }

/* ═══════════ HERO ═══════════ */
.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(2rem, 4.5vw, 4rem);
  background: var(--grad-page);
}
.hero::after {
  content: "";
  position: absolute; inset: auto 0 0 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
}

.hero__wash { position: absolute; inset: -16% -8% auto -8%; height: 128%; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(78px); will-change: transform; }
.blob--1 {
  width: 46vw; height: 46vw; max-width: 680px; max-height: 680px;
  left: -10%; top: -2%;
  background: radial-gradient(circle at 38% 36%, rgba(20, 217, 222, .72), transparent 68%);
  animation: drift1 21s var(--ease) infinite alternate;
}
.blob--2 {
  width: 42vw; height: 42vw; max-width: 600px; max-height: 600px;
  right: -8%; top: -6%;
  background: radial-gradient(circle at 60% 42%, rgba(0, 181, 204, .58), transparent 70%);
  animation: drift2 26s var(--ease) infinite alternate;
}
.blob--3 {
  width: 36vw; height: 36vw; max-width: 500px; max-height: 500px;
  left: 40%; bottom: -12%;
  background: radial-gradient(circle at 50% 50%, rgba(126, 240, 244, .62), transparent 70%);
  animation: drift3 18s var(--ease) infinite alternate;
}
@keyframes drift1 { to { transform: translate3d(9%, 8%, 0) scale(1.16); } }
@keyframes drift2 { to { transform: translate3d(-11%, 11%, 0) scale(1.12); } }
@keyframes drift3 { to { transform: translate3d(7%, -13%, 0) scale(1.2); } }

.hero__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0, 181, 204, .10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 181, 204, .10) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(120% 88% at 50% 22%, #000 18%, transparent 76%);
  -webkit-mask-image: radial-gradient(120% 88% at 50% 22%, #000 18%, transparent 76%);
}

.hero__in {
  position: relative; z-index: 2;
  width: min(1240px, 100%);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .95fr);
  gap: clamp(1.6rem, 3.4vw, 3.4rem);
  align-items: center;
  padding-bottom: clamp(2rem, 4vw, 3.4rem);
}
.hero__copy { min-width: 0; }

.chipline {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .42rem 1rem .42rem .72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--line);
  box-shadow: var(--sh-sm);
  font-size: .78rem; font-weight: 700;
  color: var(--ink-2);
}
.chipline__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #12c98c;
  animation: ping 2.2s ease-out infinite;
}
.chipline__div { width: 1px; height: 13px; background: var(--line); }
@keyframes ping {
  0%   { box-shadow: 0 0 0 0 rgba(18, 201, 140, .58); }
  70%  { box-shadow: 0 0 0 9px rgba(18, 201, 140, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 201, 140, 0); }
}

.hero__title {
  margin: 1.15rem 0 1rem;
  font-size: clamp(2.2rem, 4.1vw, 3.45rem);
  font-weight: 800;
}
.hero__title span { display: block; }
.hero__accent {
  background: linear-gradient(112deg, #027286 0%, #00b5cc 34%, #14d9de 62%, #027286 100%);
  background-size: 210% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shift 8s ease-in-out infinite alternate;
}
@keyframes shift { to { background-position: 100% 0; } }

.hero__lead { max-width: 47ch; color: var(--ink-2); font-size: clamp(.98rem, 1.1vw, 1.06rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }

.hero__from {
  margin-top: 1.5rem;
  font-size: .86rem; font-weight: 600; color: var(--ink-3);
}
.hero__from b { color: var(--ink); font-weight: 800; }
.hero__tiers { display: inline-flex; gap: 3px; margin-right: .45rem; vertical-align: -1px; }
.hero__tiers i { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 1px 3px rgba(4,22,29,.25); }
.hero__tiers i:nth-child(1) { background: linear-gradient(150deg, #f2f7f8, #9db3ba); }
.hero__tiers i:nth-child(2) { background: linear-gradient(150deg, #fbeec6, #cfa551); }
.hero__tiers i:nth-child(3) { background: linear-gradient(150deg, #ffffff, #8bd8e4); }

/* — hero sahne — */
.hero__visual { position: relative; min-width: 0; }
.stage { position: relative; padding: clamp(1rem, 2.6vw, 2rem) clamp(.6rem, 2vw, 1.6rem) clamp(2rem, 4vw, 3rem); }

.stage__halo {
  position: absolute; inset: 2% 6% 14% 6%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(0,181,204,0), rgba(20,217,222,.62), rgba(0,181,204,0) 58%);
  filter: blur(34px);
  animation: spin 18s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

.stage__frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--abyss);
  box-shadow: var(--sh-lg), 0 0 0 1px rgba(20, 217, 222, .26), inset 0 1px 0 rgba(255,255,255,.08);
  transform: perspective(1300px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform .55s var(--ease);
  animation: bob 8s ease-in-out infinite;
}
.stage__frame img { width: 100%; }
.stage__frame::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(202deg, rgba(20, 217, 222, .2), transparent 44%),
    radial-gradient(120% 70% at 50% 108%, rgba(0, 181, 204, .3), transparent 62%);
  mix-blend-mode: screen;
  pointer-events: none;
}
@keyframes bob { 0%,100% { translate: 0 0; } 50% { translate: 0 -13px; } }

.stage__scan {
  position: absolute; inset: 0;
  background: linear-gradient(103deg, transparent 38%, rgba(126, 240, 244, .32) 50%, transparent 62%);
  transform: translateX(-130%);
  animation: scan 7s var(--ease) infinite;
  pointer-events: none;
}
@keyframes scan { 0%, 66% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }

.stage__floor {
  position: absolute;
  left: 14%; right: 14%; bottom: clamp(.6rem, 2vw, 1.4rem);
  height: clamp(22px, 4vw, 40px);
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 181, 204, .5), transparent 78%);
  filter: blur(14px);
}

.tag {
  position: absolute; z-index: 3;
  display: inline-flex; align-items: center; gap: .42rem;
  padding: .5rem .9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  box-shadow: var(--sh);
  font-size: .78rem; font-weight: 750; color: var(--ink);
}
.tag svg { color: var(--turq); }
.tag--a { left: -.2rem; top: 14%; animation: bobA 5.6s ease-in-out infinite; }
.tag--b { right: -.2rem; bottom: 20%; animation: bobB 6.6s ease-in-out infinite; }
@keyframes bobA { 0%,100% { translate: 0 0; } 50% { translate: 0 -11px; } }
@keyframes bobB { 0%,100% { translate: 0 0; } 50% { translate: 0 13px; } }

/* — güven şeridi — */
.trust {
  position: relative; z-index: 2;
  width: min(1240px, 100%);
  margin-inline: auto;
  padding: clamp(1.1rem, 2.4vw, 1.6rem) var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.8rem, 2vw, 2rem);
  border-top: 1px solid var(--line);
}
.trust__item {
  padding-left: clamp(.8rem, 2vw, 2rem);
  border-left: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: .7rem;
  align-items: center;
  min-width: 0;
}
.trust__item:first-child { padding-left: 0; border-left: 0; }
.trust__ico {
  grid-row: span 2;
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 12px;
  color: var(--turq-deep);
  background: linear-gradient(150deg, #fff, var(--mist));
  border: 1px solid var(--line);
  box-shadow: var(--sh-sm);
}
.trust__ico svg { width: 20px; height: 20px; }
.trust__item b { font-size: .88rem; font-weight: 750; letter-spacing: -.01em; align-self: end; }
.trust__item span { font-size: .76rem; color: var(--ink-3); align-self: start; }

/* ═══════════ ŞERİT ═══════════ */
.marquee {
  position: relative;
  overflow: hidden;
  padding: .82rem 0;
  background: var(--abyss);
  color: rgba(230, 248, 250, .9);
}
/* Kenar solması için mask-image yerine gradyan örtü kullanılıyor:
   iOS Safari, maskelenmiş bir kabın içindeki CSS animasyonunu
   dondurup şeridi hareketsiz gösteriyordu. */
.marquee::before,
.marquee::after {
  content: "";
  position: absolute; top: 0; bottom: 0;
  z-index: 2; width: 9%;
  pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--abyss), rgba(4, 22, 29, 0)); }
.marquee::after { right: 0; background: linear-gradient(270deg, var(--abyss), rgba(4, 22, 29, 0)); }

.marquee__track {
  display: flex; align-items: center; gap: 1.4rem;
  width: max-content;
  animation: slide 36s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.marquee span { font-family: var(--f-disp); font-size: .76rem; font-weight: 700; letter-spacing: .2em; white-space: nowrap; }
.marquee i { color: var(--turq-2); font-style: normal; font-size: .5rem; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ═══════════ BÖLÜM ORTAK ═══════════ */
.section { position: relative; padding: var(--pad-y) 0; }

.noise {
  position: absolute; inset: 0;
  background-image: var(--noise);
  opacity: .05; mix-blend-mode: overlay;
  pointer-events: none;
}
.glowfield {
  position: absolute; inset: -30% -10% auto -10%; height: 150%;
  background:
    radial-gradient(46% 42% at 16% 16%, rgba(0, 181, 204, .40), transparent 68%),
    radial-gradient(44% 40% at 88% 74%, rgba(20, 217, 222, .26), transparent 70%);
  filter: blur(16px);
  animation: fieldDrift 22s var(--ease) infinite alternate;
  pointer-events: none;
}
.glowfield--cta {
  background:
    radial-gradient(48% 44% at 22% 26%, rgba(0, 181, 204, .48), transparent 68%),
    radial-gradient(46% 42% at 84% 70%, rgba(126, 240, 244, .24), transparent 72%);
}
@keyframes fieldDrift { to { transform: translate3d(4%, -5%, 0) scale(1.1); } }

.section--dark {
  background: var(--grad-deep);
  color: #dcf1f5;
  overflow: hidden;
}
.section--dark .wrap { position: relative; z-index: 1; }
.section--dark .h2 { color: #fff; }
.section--dark .head__lead { color: rgba(220, 241, 245, .68); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .7rem; font-weight: 800; letter-spacing: .26em;
  text-transform: uppercase; color: var(--turq-deep);
}
.eyebrow::before { content: ""; width: 24px; height: 2px; border-radius: 2px; background: var(--grad); }
.eyebrow--light { color: var(--turq-3); }

.head { margin-bottom: clamp(1.9rem, 3.4vw, 2.9rem); max-width: 64ch; }
.head--center { margin-inline: auto; text-align: center; }
.head--center .eyebrow { justify-content: center; }
.head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: end;
}
.head__lead { margin-top: .9rem; color: var(--ink-2); font-size: 1rem; }
.head--split .head__lead { margin-top: 0; }

.h2 {
  margin-top: .8rem;
  font-size: clamp(1.8rem, 3.4vw, 2.85rem);
  font-weight: 800;
  text-wrap: balance;
}
.h2 em {
  font-style: normal;
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.section--dark .h2 em {
  background: linear-gradient(112deg, #7ef0f4, #ffffff 70%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ═══════════ HİZMET KARTLARI ═══════════ */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1rem;
}
.card {
  position: relative;
  padding: 1.55rem 1.45rem 1.6rem;
  border-radius: var(--r-lg);
  background: linear-gradient(155deg, rgba(255,255,255,.075), rgba(255,255,255,.022));
  border: 1px solid rgba(126, 240, 244, .16);
  overflow: hidden;
  isolation: isolate;
  transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
/* imleci takip eden ışık */
.card::before {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(240px circle at var(--mx, 50%) var(--my, 0%), rgba(20, 217, 222, .20), transparent 62%);
  opacity: 0; transition: opacity .4s var(--ease);
}
.card::after {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: var(--grad);
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(126, 240, 244, .42);
  box-shadow: 0 34px 64px -34px rgba(0, 0, 0, .8);
}
.card:hover::before { opacity: 1; }
.card:hover::after { transform: scaleX(1); }

.card__no {
  position: absolute; top: 1.2rem; right: 1.3rem;
  font-family: var(--f-disp); font-size: .78rem; font-weight: 800;
  letter-spacing: .1em;
  color: rgba(126, 240, 244, .34);
}
.card__icon {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  margin-bottom: .95rem;
  border-radius: 13px;
  color: var(--turq-3);
  background: rgba(20, 217, 222, .1);
  border: 1px solid rgba(126, 240, 244, .22);
  transition: background .4s var(--ease), color .4s var(--ease), transform .5s var(--ease), box-shadow .4s var(--ease);
}
.card__icon svg { width: 23px; height: 23px; }
.card:hover .card__icon {
  background: var(--grad); color: #04161d;
  transform: rotate(-6deg) scale(1.06);
  box-shadow: var(--sh-turq);
}
.card h3 { font-size: 1.1rem; font-weight: 750; margin-bottom: .4rem; color: #fff; }
.card p { color: rgba(220, 241, 245, .66); font-size: .9rem; }

/* ═══════════ FİYATLAR ═══════════ */
.section--prices { padding-bottom: clamp(2.6rem, 4.4vw, 4rem); background: linear-gradient(180deg, var(--paper) 0%, #fff 40%, var(--mist) 100%); }

.switch {
  position: relative;
  display: flex; gap: .22rem;
  width: max-content; max-width: 100%;
  margin: 0 auto clamp(1.9rem, 3.4vw, 2.8rem);
  padding: .3rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh);
}
.switch__thumb {
  position: absolute; top: .3rem; left: 0;
  height: calc(100% - .6rem); width: 0;
  border-radius: 999px;
  background: var(--grad);
  box-shadow: var(--sh-turq);
  transition: transform .46s var(--ease), width .46s var(--ease);
  pointer-events: none;
}
.switch__btn {
  position: relative; z-index: 1;
  display: inline-flex; align-items: center; gap: .48rem;
  padding: .68rem 1.3rem;
  border: 0; border-radius: 999px; background: transparent;
  font-weight: 750; font-size: .92rem; color: var(--ink-2);
  cursor: pointer; white-space: nowrap;
  transition: color .35s var(--ease);
}
.switch__btn svg { transition: transform .4s var(--ease); }
.switch__btn:hover { color: var(--turq-deep); }
.switch__btn.is-active { color: #fff; }
.switch__btn.is-active svg { transform: scale(1.1); }

.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.tier {
  position: relative;
  display: flex; flex-direction: column;
  padding: 1.95rem 1.75rem 1.8rem;
  border-radius: var(--r-xl);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.tier:hover { transform: translateY(-8px); }

.tier__sheen {
  position: absolute; inset: 0; z-index: 4;
  background: linear-gradient(104deg, transparent 34%, rgba(255,255,255,.5) 50%, transparent 66%);
  transform: translateX(-125%);
  pointer-events: none;
}
.tier:hover .tier__sheen { animation: sheen 1.15s var(--ease); }
@keyframes sheen { to { transform: translateX(125%); } }

.tier__name { font-size: 1.72rem; font-weight: 800; letter-spacing: .07em; }
.tier__kind {
  margin-top: .28rem;
  font-size: .71rem; font-weight: 800; letter-spacing: .24em;
  text-transform: uppercase;
}
.tier__desc {
  margin-top: .85rem;
  font-size: .85rem;
  line-height: 1.5;
}

.tier__price { display: flex; align-items: baseline; gap: .35rem; margin: 1.3rem 0 .3rem; }
.tier__amount {
  font-family: var(--f-disp);
  font-size: clamp(2.5rem, 4.6vw, 3.2rem);
  font-weight: 800; letter-spacing: -.035em; line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tier__cur { font-size: 1.05rem; font-weight: 800; }
.tier__for { font-size: .8rem; font-weight: 650; }

.tier__inherits {
  margin: 1.4rem 0 .1rem;
  padding-bottom: .8rem;
  border-bottom: 1px dashed;
  font-size: .86rem; font-weight: 750;
}
.tier__list { margin: 1.25rem 0 1.5rem; display: grid; gap: .58rem; }
.tier__list li { position: relative; padding-left: 1.8rem; font-size: .91rem; }
.tier__list li span {
  display: block;
  margin-top: 1px;
  font-size: .79rem; font-weight: 500; line-height: 1.45;
  opacity: .72;
}
.tier__list li::before {
  content: "";
  position: absolute; left: 0; top: .14rem;
  width: 19px; height: 19px; border-radius: 50%;
}

.tier__time {
  display: flex; align-items: baseline; justify-content: space-between; gap: .8rem;
  margin-top: auto;
  padding: .7rem .95rem;
  border-radius: 13px;
  border: 1px solid;
  font-size: .8rem;
}
.tier__time b { font-family: var(--f-disp); font-weight: 750; }
.tier__cta { margin-top: .8rem; width: 100%; }

/* — SILVER: sedef + çelik — */
.tier--silver {
  background: linear-gradient(168deg, #ffffff 0%, #f4fafb 52%, #e9f4f6 100%);
  border: 1px solid var(--line);
  box-shadow: var(--sh);
}
.tier--silver:hover { box-shadow: var(--sh-lg); }
.tier--silver .tier__name {
  background: var(--steel);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tier--silver .tier__kind { color: var(--ink-3); }
.tier--silver .tier__desc { color: var(--ink-2); }
.tier--silver .tier__amount { color: var(--ink); }
.tier--silver .tier__cur,
.tier--silver .tier__for { color: var(--ink-3); }
.tier--silver .tier__list { gap: .85rem; }
.tier--silver .tier__list li { color: var(--ink); font-weight: 650; }
.tier--silver .tier__list li span { color: var(--ink-2); font-weight: 500; }
.tier--silver .tier__list li::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat,
    var(--grad);
}
.tier--silver .tier__time { background: var(--paper); border-color: var(--line); }
.tier--silver .tier__time span { color: var(--ink-3); font-weight: 650; }
.tier--silver .tier__time b { color: var(--ink); }

/* — GOLD: derin turkuaz + altın — */
.tier--gold {
  background: linear-gradient(152deg, #007e93 0%, #00b5cc 44%, #17d3d8 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 48px 88px -34px rgba(0, 120, 140, .78);
}
@media (min-width: 1020px) {
  .tier--gold { transform: translateY(-14px); }
  .tier--gold:hover { transform: translateY(-22px); }
}
.tier--gold::before {
  content: "";
  position: absolute; inset: -46% -28% auto -28%; height: 96%;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.34), transparent 62%);
  pointer-events: none;
}
.tier--gold > *:not(.tier__sheen) { position: relative; z-index: 1; }
.tier--gold .tier__name {
  background: var(--gold);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 60, 72, .35));
}
.tier--gold .tier__kind { color: rgba(255, 255, 255, .74); }
.tier--gold .tier__desc { color: rgba(255, 255, 255, .86); }
.tier--gold .tier__amount { color: #fff; }
.tier--gold .tier__cur,
.tier--gold .tier__for { color: rgba(255, 255, 255, .78); }
.tier--gold .tier__inherits { color: #fff; border-bottom-color: rgba(255, 255, 255, .3); }
.tier--gold .tier__inherits b { color: #ffe9b8; }
.tier--gold .tier__list li { color: rgba(255, 255, 255, .95); }
.tier--gold .tier__list li::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23047a8e' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat,
    #ffffff;
}
.tier--gold .tier__time { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.28); }
.tier--gold .tier__time span { color: rgba(255,255,255,.8); font-weight: 650; }
.tier--gold .tier__time b { color: #fff; }
.tier--gold .btn--solid {
  background: linear-gradient(168deg, #fffaef 0%, #f2dda6 48%, #dcbe7c 100%);
  color: #4a3410;
  box-shadow: 0 18px 34px -16px rgba(60, 40, 8, .55);
}
.tier--gold .btn--solid:hover { box-shadow: 0 26px 46px -16px rgba(60, 40, 8, .65); }

.tier__ribbon {
  position: relative;
  align-self: flex-start;
  margin-bottom: .9rem;
  padding: .34rem .8rem;
  border-radius: 999px;
  background: linear-gradient(168deg, #fffaef 0%, #f2dda6 48%, #dcbe7c 100%);
  color: #4a3410;
  font-size: .64rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase;
  box-shadow: 0 8px 20px -8px rgba(60, 40, 8, .6);
}

/* — PLATINUM: gece + platin — */
.tier--platinum {
  background: linear-gradient(158deg, #04161d 0%, #073644 52%, #052934 100%);
  color: #dcf1f5;
  border: 1px solid rgba(126, 240, 244, .28);
  box-shadow: var(--sh-lg);
}
.tier--platinum::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(70% 46% at 76% 6%, rgba(0, 181, 204, .3), transparent 66%);
  pointer-events: none;
}
.tier--platinum > *:not(.tier__sheen) { position: relative; z-index: 1; }
.tier--platinum .tier__name {
  background: var(--plat);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tier--platinum .tier__kind { color: rgba(220, 241, 245, .5); }
.tier--platinum .tier__desc { color: rgba(220, 241, 245, .76); }
.tier--platinum .tier__amount {
  background: linear-gradient(104deg, #7ef0f4, #ffffff 58%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tier--platinum .tier__cur,
.tier--platinum .tier__for { color: rgba(220, 241, 245, .58); }
.tier--platinum .tier__inherits { color: var(--turq-3); border-bottom-color: rgba(126, 240, 244, .24); }
.tier--platinum .tier__list li { color: rgba(220, 241, 245, .88); }
.tier--platinum .tier__list li::before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2304161d' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat,
    linear-gradient(150deg, #ffffff, #8bd8e4);
}
.tier--platinum .tier__time { background: rgba(126, 240, 244, .08); border-color: rgba(126, 240, 244, .2); }
.tier--platinum .tier__time span { color: rgba(220, 241, 245, .6); font-weight: 650; }
.tier--platinum .tier__time b { color: #fff; }
.tier--platinum .btn--outline { color: var(--turq-3); border-color: rgba(126, 240, 244, .42); }
.tier--platinum .btn--outline:hover { background: rgba(126, 240, 244, .12); border-color: var(--turq-3); }

/* — koşullar şeridi — */
.terms {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: .1rem;
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
  border-radius: var(--r);
  overflow: hidden;
  background: var(--line-2);
  border: 1px solid var(--line);
}
.terms li {
  display: flex; align-items: center; gap: .6rem;
  padding: .95rem 1.1rem;
  background: #fff;
  font-size: .84rem; font-weight: 650; color: var(--ink-2);
}
.terms li::before {
  content: "";
  flex: none;
  width: 17px; height: 17px; border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat,
    var(--grad);
}

.tiers__note {
  max-width: 74ch;
  margin: 1.4rem auto 0;
  text-align: center;
  font-size: .87rem;
  color: var(--ink-3);
}
.tiers__note a { color: var(--turq-deep); font-weight: 800; border-bottom: 2px solid rgba(0,181,204,.3); }
.tiers__note a:hover { border-bottom-color: var(--turq); }

/* ═══════════ SÜREÇ + GÜVENCE ═══════════ */
.section--flow { padding-top: clamp(2.8rem, 4.8vw, 4.4rem); background: linear-gradient(180deg, var(--mist) 0%, #fff 34%, var(--paper) 100%); }

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(1.6rem, 4vw, 3.6rem);
  align-items: start;
}
.split__main { min-width: 0; }

.steps { position: relative; display: grid; gap: 1.15rem; }
.steps__rail {
  position: absolute;
  left: 25px; top: 26px; bottom: 26px;
  width: 2px;
  background: var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.steps__rail i {
  display: block; width: 100%; height: 0;
  background: var(--grad);
  box-shadow: 0 0 12px rgba(0, 181, 204, .6);
  transition: height .55s var(--ease);
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1.05rem;
  align-items: start;
}
.step__num {
  display: grid; place-items: center;
  width: 52px; height: 52px;
  border-radius: 16px;
  background: var(--grad); color: #fff;
  font-family: var(--f-disp); font-weight: 800; font-size: .98rem;
  box-shadow: var(--sh-turq);
  transition: transform .45s var(--ease);
}
.step:hover .step__num { transform: scale(1.07) rotate(-5deg); }
.step__body {
  padding: .95rem 1.2rem 1.05rem;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}
.step:hover .step__body { transform: translateX(5px); border-color: rgba(0,181,204,.34); box-shadow: var(--sh); }
.step__body h3 { font-size: 1.08rem; font-weight: 750; margin-bottom: .3rem; }
.step__body p { color: var(--ink-2); font-size: .91rem; }

/* — güvence kartı — */
.promise {
  position: sticky; top: calc(var(--nav-h) + 20px);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--grad-deep);
  border: 1px solid rgba(126, 240, 244, .22);
  box-shadow: var(--sh-lg);
  color: #dcf1f5;
}
.promise__media { position: relative; overflow: hidden; }
.promise__media img { width: 100%; transition: transform 1.2s var(--ease); }
.promise:hover .promise__media img { transform: scale(1.05); }
.promise__media::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(184deg, transparent 42%, rgba(4, 22, 29, .92) 96%);
  pointer-events: none;
}
.promise__shine {
  position: absolute; inset: 0;
  background: linear-gradient(104deg, transparent 36%, rgba(255,255,255,.4) 50%, transparent 64%);
  transform: translateX(-132%);
  animation: shineLoop 7s var(--ease) infinite;
  pointer-events: none;
}
@keyframes shineLoop { 0%, 64% { transform: translateX(-132%); } 100% { transform: translateX(132%); } }

.promise__body { position: relative; margin-top: -1.6rem; padding: 0 1.6rem 1.7rem; }
.promise__body h3 { margin: .7rem 0 1rem; font-size: clamp(1.3rem, 2vw, 1.65rem); font-weight: 800; color: #fff; }
.promise__body h3 em {
  font-style: normal;
  background: linear-gradient(112deg, #7ef0f4, #ffffff 72%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.promise__cta { margin-top: 1.2rem; width: 100%; }

.ticks { display: grid; gap: .55rem; }
.ticks li { position: relative; padding-left: 1.75rem; font-size: .89rem; font-weight: 600; color: rgba(220, 241, 245, .82); }
.ticks li::before {
  content: "";
  position: absolute; left: 0; top: .16rem;
  width: 18px; height: 18px; border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2304161d' stroke-width='3.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 10px no-repeat,
    var(--grad);
}

/* ═══════════ SSS ═══════════ */
.section--faq { background: linear-gradient(180deg, var(--mist) 0%, var(--paper) 100%); }
.split--faq { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.faq__side { position: sticky; top: calc(var(--nav-h) + 20px); }
.faq__side .head { margin-bottom: 1.4rem; }

.askcard {
  padding: 1.4rem 1.35rem;
  border-radius: var(--r-lg);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--sh-sm);
}
.askcard__t { font-family: var(--f-disp); font-weight: 750; font-size: 1.02rem; }
.askcard__d { margin: .5rem 0 1rem; font-size: .88rem; color: var(--ink-2); }

.faq { display: grid; gap: .55rem; }
.faq__item {
  border-radius: var(--r);
  background: #fff;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.faq__item[open] { border-color: rgba(0, 181, 204, .38); box-shadow: var(--sh); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1rem 1.2rem;
  font-weight: 700; font-size: .97rem;
  cursor: pointer; list-style: none;
  transition: color .3s var(--ease);
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:hover { color: var(--turq-deep); }
.faq__plus {
  position: relative; flex: none;
  width: 25px; height: 25px; border-radius: 50%;
  background: var(--mist);
  transition: background .35s var(--ease), transform .4s var(--ease);
}
.faq__plus::before, .faq__plus::after {
  content: "";
  position: absolute; left: 50%; top: 50%;
  width: 10px; height: 2px; border-radius: 2px;
  background: var(--turq-deep);
  translate: -50% -50%;
  transition: transform .4s var(--ease), background .35s var(--ease);
}
.faq__plus::after { transform: rotate(90deg); }
.faq__item[open] .faq__plus { background: var(--grad); transform: rotate(180deg); }
.faq__item[open] .faq__plus::before,
.faq__item[open] .faq__plus::after { background: #fff; }
.faq__item[open] .faq__plus::after { transform: rotate(0deg); }
.faq__body { padding: 0 1.2rem 1.1rem; color: var(--ink-2); font-size: .92rem; }
.faq__item[open] .faq__body { animation: faqIn .36s var(--ease) both; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-8px); } }

/* ═══════════ İLETİŞİM ═══════════ */
.section--cta { padding-block: clamp(3.8rem, 7vw, 6.4rem); }

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  gap: clamp(1.8rem, 4vw, 3.6rem);
  align-items: center;
}
.cta__lead { min-width: 0; }
.cta__phone {
  display: inline-block;
  margin: 1.5rem 0 .2rem;
  font-family: var(--f-disp);
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff;
  transition: color .35s var(--ease);
}
.cta__phone span { display: inline-block; color: var(--turq-3); transition: transform .4s var(--ease); }
.cta__phone:hover { color: var(--turq-3); }
.cta__phone:hover span { transform: translate(6px, -6px); }
.cta__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.cta__actions .btn--ghost {
  background: rgba(255,255,255,.07); color: #e6f8fa;
  border-color: rgba(230, 248, 250, .26); box-shadow: none;
}
.cta__actions .btn--ghost:hover { background: rgba(255,255,255,.14); color: #fff; border-color: var(--turq-3); }

.cta__panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
.panel {
  padding: 1.15rem 1.2rem;
  border-radius: var(--r);
  background: linear-gradient(155deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border: 1px solid rgba(126, 240, 244, .18);
  font-size: .87rem;
  color: rgba(220, 241, 245, .74);
  transition: border-color .4s var(--ease), transform .4s var(--ease);
}
.panel:hover { border-color: rgba(126, 240, 244, .42); transform: translateY(-3px); }
.panel__label {
  margin-bottom: .45rem;
  font-size: .66rem; font-weight: 850; letter-spacing: .22em;
  text-transform: uppercase; color: var(--turq-3);
}
.panel a { border-bottom: 1px solid rgba(126, 240, 244, .4); transition: color .3s var(--ease); }
.panel a:hover { color: #fff; }

/* ═══════════ FOOTER ═══════════ */
.footer { padding: 1.7rem 0; background: #020e13; color: rgba(220, 241, 245, .45); font-size: .8rem; }
.footer__in { display: flex; flex-wrap: wrap; gap: .8rem 2rem; align-items: center; justify-content: space-between; }
.footer__desc { flex: 1 1 320px; text-align: center; }
.footer__meta { white-space: nowrap; }
.footer__brand { font-family: var(--f-disp); font-weight: 800; letter-spacing: .12em; color: #fff; transition: color .3s var(--ease); }
.footer__brand:hover { color: var(--turq-3); }
.footer__brand em { font-style: normal; color: var(--turq-3); font-size: .72em; letter-spacing: .24em; }

/* ═══════════ WHATSAPP ═══════════ */
.wa {
  position: fixed;
  right: clamp(.9rem, 2.6vw, 1.8rem);
  bottom: clamp(.9rem, 2.6vw, 1.8rem);
  z-index: 90;
  display: grid; place-items: center;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #25d366; color: #fff;
  box-shadow: 0 18px 34px -14px rgba(37, 211, 102, .8);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.wa::before {
  content: "";
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, .55);
  animation: waPulse 2.6s ease-out infinite;
}
@keyframes waPulse {
  0%   { transform: scale(1);   opacity: .8; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
.wa:hover { transform: scale(1.08) rotate(-6deg); }

/* ═══════════ ANİMASYON YARDIMCILARI ═══════════ */
.up { opacity: 0; animation: riseIn .85s var(--ease) forwards; }
.up[data-delay="0"] { animation-delay: .05s; }
.up[data-delay="1"] { animation-delay: .15s; }
.up[data-delay="2"] { animation-delay: .25s; }
.up[data-delay="3"] { animation-delay: .35s; }
.up[data-delay="4"] { animation-delay: .46s; }
.up[data-delay="5"] { animation-delay: .57s; }
.up[data-delay="6"] { animation-delay: .68s; }
@keyframes riseIn {
  from { opacity: 0; transform: translateY(24px); filter: blur(6px); }
  to   { opacity: 1; transform: none; filter: none; }
}

.reveal {
  opacity: 0; transform: translateY(30px);
  transition:
    opacity .75s var(--ease) calc(var(--i, 0) * 80ms),
    transform .75s var(--ease) calc(var(--i, 0) * 80ms);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width: 1080px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: grid; }
  .hero__in { grid-template-columns: 1fr; }
  .hero__visual { order: -1; width: 100%; max-width: 620px; margin-inline: auto; }
  .tag--a { top: 9%; }
  .head--split { grid-template-columns: 1fr; align-items: start; }
  .head--split .head__lead { margin-top: .4rem; }
  .split, .split--faq, .cta { grid-template-columns: 1fr; }
  .promise, .faq__side { position: static; }
  .promise { max-width: 640px; }
}

@media (max-width: 860px) {
  .trust { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 1.1rem; }
  .trust__item:nth-child(odd) { padding-left: 0; border-left: 0; }
  .topline__in { gap: .7rem; }
}

@media (max-width: 680px) {
  :root { --nav-h: 62px; }
  .hero__actions .btn { flex: 1 1 auto; }
  .switch { width: 100%; }
  .switch__btn { flex: 1; justify-content: center; padding-inline: .4rem; font-size: .84rem; }
  .switch__btn svg { display: none; }
  .tier { padding: 1.7rem 1.35rem; }
  .cta__panels { grid-template-columns: 1fr; }
  .footer__in { flex-direction: column; align-items: flex-start; }
  .footer__desc { text-align: left; }
  .step { grid-template-columns: 44px minmax(0, 1fr); gap: .8rem; }
  .step__num { width: 44px; height: 44px; border-radius: 14px; font-size: .88rem; }
  .steps__rail { left: 21px; top: 22px; bottom: 22px; }
}

@media (max-width: 460px) {
  .trust { grid-template-columns: 1fr; }
  .terms { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════════════════════
   MOBİL UYGULAMA KATMANI
   Tam ekran menü · alt sekme çubuğu · kaydırmalı fiyat kartları
   ═══════════════════════════════════════════════════════════════ */

/* — tam ekran menü paneli — */
.sheet {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding:
    calc(env(safe-area-inset-top, 0px) + 1rem)
    var(--gutter)
    calc(env(safe-area-inset-bottom, 0px) + 1.4rem);
  background: var(--grad-deep);
  color: #dcf1f5;
  animation: sheetIn .34s var(--ease) both;
}
.sheet[hidden] { display: none; }
@keyframes sheetIn { from { opacity: 0; transform: translateY(16px); } }

.sheet__head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(126, 240, 244, .16);
}
.sheet__title {
  font-family: var(--f-disp); font-weight: 800;
  font-size: .74rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--turq-3);
}
.sheet__close {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 13px;
  border: 1px solid rgba(126, 240, 244, .22);
  background: rgba(255, 255, 255, .06);
  color: #dcf1f5;
  cursor: pointer;
  transition: background .3s var(--ease);
}
.sheet__close:hover { background: rgba(255, 255, 255, .14); }

.sheet__nav { display: grid; gap: .1rem; padding: .6rem 0; }
.sheet__nav a {
  display: flex; align-items: center; gap: .85rem;
  min-height: 58px;
  padding: .6rem .2rem;
  border-bottom: 1px solid rgba(126, 240, 244, .1);
  font-family: var(--f-disp);
  font-size: 1.16rem; font-weight: 700;
  color: #fff;
  transition: color .25s var(--ease), padding-left .3s var(--ease);
}
.sheet__nav a svg { flex: none; color: var(--turq-3); }
.sheet__nav a i { margin-left: auto; font-style: normal; color: var(--turq-3); opacity: .55; }
.sheet__nav a:active { color: var(--turq-3); padding-left: .6rem; }

.sheet__foot { margin-top: auto; padding-top: 1.4rem; display: grid; gap: .55rem; }
.sheet__foot .btn { width: 100%; min-height: 52px; }
.sheet__foot .btn--ghost {
  background: rgba(255, 255, 255, .07);
  color: #e6f8fa;
  border-color: rgba(230, 248, 250, .26);
  box-shadow: none;
}
.sheet__note {
  margin-top: .4rem; text-align: center;
  font-size: .76rem; color: rgba(220, 241, 245, .5);
}

body.sheet-open { overflow: hidden; }

/* — alt sekme çubuğu — */
.tabbar { display: none; }

/* — fiyat kartı kaydırma göstergesi — */
.swipe { display: none; justify-content: center; gap: .38rem; margin-top: .1rem; }
.swipe button {
  padding: .42rem .95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: .76rem; font-weight: 750;
  color: var(--ink-3);
  cursor: pointer;
  transition: background .3s var(--ease), color .3s var(--ease),
              border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.swipe button.is-active {
  background: var(--grad); color: #fff;
  border-color: transparent; box-shadow: var(--sh-turq);
}

@media (max-width: 880px) {
  /* alt çubuk kadar yer bırak, yüzen WhatsApp düğmesini kaldır */
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px)); }
  .wa { display: none; }

  .tabbar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 105;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: end;
    padding: .42rem max(env(safe-area-inset-left, 0px), .4rem)
             calc(.42rem + env(safe-area-inset-bottom, 0px))
             max(env(safe-area-inset-right, 0px), .4rem);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-top: 1px solid var(--line);
    box-shadow: 0 -14px 34px -26px rgba(4, 22, 29, .9);
  }

  .tabbar__tab {
    position: relative;
    display: flex; flex-direction: column; align-items: center; gap: 3px;
    padding: .42rem .1rem .3rem;
    font-size: .62rem; font-weight: 750; letter-spacing: .01em;
    color: var(--ink-3);
    transition: color .25s var(--ease);
  }
  .tabbar__tab svg { width: 21px; height: 21px; transition: transform .3s var(--ease); }
  .tabbar__tab::before {
    content: "";
    position: absolute; top: 0; left: 50%;
    width: 0; height: 3px; border-radius: 0 0 3px 3px;
    background: var(--grad);
    transform: translateX(-50%);
    transition: width .32s var(--ease);
  }
  .tabbar__tab.is-active { color: var(--turq-deep); }
  .tabbar__tab.is-active::before { width: 22px; }
  .tabbar__tab.is-active svg { transform: translateY(-1px) scale(1.06); }

  .tabbar__fab {
    display: flex; flex-direction: column; align-items: center; gap: 3px;
    font-size: .62rem; font-weight: 800;
    color: var(--turq-deep);
  }
  .tabbar__fab svg {
    box-sizing: content-box;
    width: 25px; height: 25px;
    padding: 13px;
    margin-top: -26px;
    border-radius: 50%;
    background: var(--grad);
    color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 14px 26px -10px rgba(0, 181, 204, .9);
    transition: transform .3s var(--ease);
  }
  .tabbar__fab:active svg { transform: scale(.94); }

  /* menü açıkken alt çubuk gizlensin */
  body.sheet-open .tabbar { display: none; }
}

@media (max-width: 540px) {
  /* dar ekranda saat bilgisi şeride sığmıyor; menüde ve iletişimde zaten var */
  .topline__in > :nth-child(3),
  .topline__in > :nth-child(4) { display: none; }
}

@media (max-width: 680px) {
  /* fiyat kartları: yatay kaydırmalı, hizalanan kartlar */
  .tiers {
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: calc(var(--gutter) * -1);
    padding: .25rem var(--gutter) 1.1rem;
    scroll-padding-inline: var(--gutter);
  }
  .tiers::-webkit-scrollbar { display: none; }
  .tier { flex: 0 0 87%; scroll-snap-align: center; }
  .tier:hover { transform: none; }
  .swipe { display: flex; }

  /* araç sınıfı seçici kaydırırken üstte kalsın */
  .switch {
    position: sticky;
    top: calc(var(--nav-h) + .5rem);
    z-index: 40;
    margin-bottom: 1.2rem;
  }

  /* mobilde ağır efektleri hafiflet */
  .blob { filter: blur(46px); }
  .hero__grid { background-size: 46px 46px; }
  .noise { display: none; }
  .stage__halo { animation: none; }
  .stage__frame { animation: none; }

  /* hero: uygulama açılış ekranı gibi sıkı */
  .hero { padding-top: 1.1rem; }
  .stage { padding: .5rem .2rem 1.4rem; }
  .hero__in { padding-bottom: 1.6rem; }
  .hero__title { margin: .9rem 0 .8rem; }
  .hero__actions .btn { min-height: 50px; }

  /* dokunma hedefleri */
  .faq__item summary { min-height: 56px; }
  .switch__btn { min-height: 46px; }
  .tier__cta { min-height: 50px; }
}

@media (hover: none) {
  /* dokunmatikte basma geri bildirimi */
  .btn:active { transform: scale(.975); }
  .card:hover, .step:hover .step__body, .panel:hover { transform: none; }
  .swipe button:active { transform: scale(.96); }
}

@media (max-width: 400px) {
  .tabbar__tab { font-size: .58rem; }
  .tabbar__tab svg { width: 20px; height: 20px; }
  .tier { flex-basis: 91%; }
}

/* ana ekrandan uygulama olarak açıldığında */
@media (display-mode: standalone) {
  .topline { display: none; }
  .nav { top: 0; padding-top: env(safe-area-inset-top, 0px); height: calc(var(--nav-h) + env(safe-area-inset-top, 0px)); }
  body { padding-top: calc(var(--nav-h) + env(safe-area-inset-top, 0px)); }
}

/* ═══════════ HAREKET AZALTMA ═══════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .up { opacity: 1; }
  .reveal { opacity: 1; transform: none; }
  .tiers { scroll-behavior: auto; }
  .marquee__track { animation: none; transform: none; }
}
