@charset "UTF-8";
/* =====================================================================
   PrimeVize — Rusya e-Vize tanıtım ve başvuru sayfası
   site.css içindeki marka değişkenlerini kullanır; onlardan sonra yüklenir.

   TASARIM YÖNÜ (1.1.45 yenilemesi)
   --------------------------------
   Ziyaretçi bu sayfaya "Rusya'ya gideceğim, vizeyi nasıl alırım" diye
   geliyor. İki duygu aynı anda gerekiyor:
     · İSTEK    → gerçek bir Rusya fotoğrafı, seyahati somutlaştırır
     · GÜVEN    → koyu lacivert, ölçülü tipografi, abartısız rozetler

   Renk disiplini:
     lacivert  → zemin ve otorite
     yeşil     → yalnızca onay/güvenlik işaretleri
     turuncu   → YALNIZCA eylem çağrısı. Sayfada tek turuncu buton türü
                 vardır; seyrek kullanıldığı için gözü hemen bulur.

   Fotoğraf üzerine koyu bir degrade serilir: manzara solda tamamen
   kapanır (metin okunur), sağda açılır (Aziz Vasil Katedrali görünür).
   ===================================================================== */

/* ---------------------------------------------------------- 1. Hero */
.ru-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  overflow: hidden;
  padding: 72px 0 96px;
  background: #0A1631;
}

/* Fotoğraf katmanı. Ayrı bir katman olması, degradeyi bağımsız
   ayarlayabilmeyi ve düşük bağlantıda zeminin lacivert kalmasını sağlar. */
.ru-hero__photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--ru-hero-image, url('../../assets/img/rusya/hero-moskova.webp'));
  background-size: cover;
  background-position: 72% 38%;
  /* Fotoğraf dekordur; metnin okunurluğu degradeye emanet edilmez. */
  filter: saturate(.82);
}

/* Okunurluk katmanı: solda koyu, sağda şeffaf. */
.ru-hero__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg,
      rgba(8, 18, 42, .97) 0%,
      rgba(8, 18, 42, .93) 34%,
      rgba(10, 22, 49, .74) 58%,
      rgba(12, 26, 58, .55) 100%),
    linear-gradient(to bottom,
      rgba(8, 18, 42, .35) 0%,
      transparent 28%,
      transparent 62%,
      rgba(8, 18, 42, .82) 100%);
}

/* Sıcaklık için tek bir turuncu ışıma — animasyon yok, dikkat dağıtmaz. */
.ru-hero__glow {
  position: absolute;
  top: -180px; right: -140px;
  width: 560px; height: 560px;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle, rgba(242, 108, 33, .30), transparent 66%);
  pointer-events: none;
}

/* Tek satır, iki sütun: solda mesaj, sağda teklif kartı.
   Vaat çipleri ve rakam şeridi kaldırıldığı için ikinci satıra gerek kalmadı;
   giriş bölümü kısaldı ve teklif kartı ilk ekranda tamamen görünüyor. */
.ru-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 396px);
  column-gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ru-hero__copy  { grid-column: 1; }
.ru-offer       { grid-column: 2; }

.ru-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 15px 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  backdrop-filter: blur(6px);
  font-size: 13px; font-weight: 600; letter-spacing: .01em;
  color: rgba(255, 255, 255, .94);
}
.ru-badge .pv-icon { color: #FFB27A; }

.ru-hero__title {
  margin: 20px 0 0;
  font-family: var(--font-head);
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -.028em;
  text-wrap: balance;
}
.ru-hero__title em {
  display: block;
  font-style: normal;
  color: #FFB27A;
}

.ru-hero__text {
  margin: 16px 0 0;
  max-width: 30em;
  font-size: clamp(15.5px, 1.6vw, 17.5px);
  line-height: 1.68;
  color: rgba(255, 255, 255, .8);
}

/* ------------------------------------------------------- teklif kartı
   Cam etkisi (blur + yarı saydam) kartı fotoğrafın üstünde yüzer gösterir;
   koyu opak bir kutu manzarayı boğardı. */
.ru-offer {
  position: relative;
  padding: 26px 24px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .17);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 24px 60px rgba(4, 10, 26, .48);
}

/* Rusya bayrağı şeridi — kartın kimliğini tek çizgide verir. */
.ru-offer__flag {
  position: absolute; top: 0; left: 24px; right: 24px; height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(to right,
    #F5F7FA 0 33.33%, #1E4B9C 33.33% 66.66%, #C8332B 66.66% 100%);
}

.ru-offer__price { text-align: center; padding: 6px 0 18px; }
.ru-offer__kicker {
  display: block;
  font-size: 12px; font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase;
  color: rgba(255, 255, 255, .74);
}
.ru-offer__price strong {
  display: block;
  margin-top: 6px;
  font-family: var(--font-head);
  font-size: 54px; font-weight: 740; line-height: 1;
  letter-spacing: -.035em;
  color: #fff;
}
.ru-offer__try {
  display: block; margin-top: 5px;
  font-size: 14.5px; font-weight: 600;
  color: #7BE0B0;
}
.ru-offer__price small {
  display: block; margin-top: 7px;
  font-size: 13px; color: rgba(255, 255, 255, .62);
}

/* Butonun altındaki güvence satırı — "şimdi ödeme mi?" tereddüdünü keser. */
.ru-offer__micro {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin: 10px 0 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, .62);
}
.ru-offer__micro .pv-icon { flex-shrink: 0; }

.ru-offer__express {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin-top: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 13.5px;
  color: rgba(255, 255, 255, .72);
}
.ru-offer__express .pv-icon { flex-shrink: 0; color: #FFB27A; }
.ru-offer__express b { color: #fff; font-weight: 700; }

/* WhatsApp — ikincil eylem, cam kart içinde açık renk çerçeve. */
.ru-wa-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  width: 100%;
  margin-top: 11px;
  padding: 13px 18px;
  border-radius: 12px;
  border: 1.5px solid rgba(37, 211, 102, .55);
  background: rgba(37, 211, 102, .12);
  color: #A7F3CE;
  font-size: 14.5px; font-weight: 640;
  text-decoration: none;
  transition: background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease);
}
.ru-wa-btn:hover { background: #25D366; border-color: #25D366; color: #06301B; }
.ru-wa-btn .pv-icon { flex-shrink: 0; }
.ru-wa-btn:hover .pv-icon { color: #06301B; }

/* Form sayfasındaki WhatsApp bağlantısı açık zeminde durur. */
.ru-wa-btn--form {
  margin-top: 14px;
  border-color: #25D366;
  background: #fff;
  color: #0E7A44;
}
.ru-wa-btn--form:hover { background: #25D366; color: #fff; }

/* ---------------------------------------------------------- 1b. Güven şeridi */
.ru-trust {
  background: #fff;
  border-bottom: 1px solid var(--line-soft);
  padding: 20px 0;
}
.ru-trust__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px 22px;
}
.ru-trust__grid li > *,
.ru-trust__grid li {
  display: flex; align-items: center; gap: 11px;
}
.ru-trust__grid a { transition: color .18s var(--ease); }
.ru-trust__grid a:hover { color: var(--orange-600); }
.ru-trust__icon {
  display: grid; place-items: center;
  width: 36px; height: 36px; flex-shrink: 0;
  border-radius: 10px;
  background: var(--navy-100); color: var(--navy);
}
.ru-trust__body { display: block; min-width: 0; }
.ru-trust__body b {
  display: block;
  font-family: var(--font-head);
  font-size: 15.5px; font-weight: 700; color: var(--navy); line-height: 1.2;
}
.ru-trust__body small {
  display: block;
  margin-top: 2px;
  font-size: 12.6px; line-height: 1.35; color: var(--text-mute);
}

/* ---------------------------------------------------------- 1c. Tarih hesaplayıcı */
.ru-calc {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  max-width: 980px;
  margin-inline: auto;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
}

.ru-calc__input label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px; font-weight: 600; color: var(--navy);
}
.ru-calc__input input {
  width: 100%;
  padding: 14px 15px;
  background: #fff;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 16px;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.ru-calc__input input:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(242, 108, 33, .14);
}

.ru-calc__output[hidden] { display: none; }

.ru-calc__status {
  padding: 13px 16px;
  border-radius: 10px;
  font-size: 14.2px; line-height: 1.55;
  margin-bottom: 16px;
}
.ru-calc__status.is-ok   { background: var(--green-100); color: #0B6E4C; }
.ru-calc__status.is-soon { background: var(--navy-100);  color: var(--navy-700); }
/* Kırmızı yalnızca gerçek bir uyarıda kullanılır. */
.ru-calc__status.is-warn { background: var(--red-100);   color: #9E2B2B; }

.ru-calc__rows { display: grid; gap: 1px; background: var(--line-soft);
  border: 1px solid var(--line-soft); border-radius: var(--radius); overflow: hidden; }
.ru-calc__rows li {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 16px;
  background: #fff;
  font-size: 14.2px;
}
.ru-calc__rows li span {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--text-soft);
}
.ru-calc__rows li span .pv-icon { flex-shrink: 0; color: var(--navy-300); }
.ru-calc__rows li b {
  font-family: var(--font-head);
  font-size: 14.5px; color: var(--navy); text-align: right;
}

.ru-calc__note {
  display: flex; align-items: flex-start; gap: 9px;
  margin: 14px 0 16px;
  font-size: 12.8px; line-height: 1.6; color: var(--text-mute);
}
.ru-calc__note .pv-icon { flex-shrink: 0; margin-top: 2px; }
.ru-calc__note strong { color: var(--text-soft); }

/* ---------------------------------------------------------- 2. Hızlı bilgi şeridi */
.ru-facts {
  background: var(--cream);
  padding: 34px 0;
  border-bottom: 1px solid var(--line-soft);
}
.ru-facts__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ru-facts__grid li {
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  padding: 20px 14px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  transition: border-color .22s var(--ease), transform .22s var(--ease);
}
.ru-facts__grid li:hover {
  border-color: var(--orange-300);
  transform: translateY(-3px);
}
.ru-facts__icon {
  display: grid; place-items: center;
  width: 42px; height: 42px; margin-bottom: 11px;
  border-radius: 12px;
  background: var(--navy-100); color: var(--navy);
}
.ru-facts__grid strong {
  font-family: var(--font-head);
  font-size: 22px; color: var(--navy); line-height: 1.1;
}
.ru-facts__grid small {
  margin-top: 6px;
  font-size: 13.5px; color: var(--text-soft);
}

/* ---------------------------------------------------------- 3. Paketler */
.ru-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.ru-plan {
  position: relative;
  display: flex; flex-direction: column;
  background: #fff;
  border: 1.5px solid var(--line-soft);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  height: 100%;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.ru-plan:hover { border-color: var(--navy-300); box-shadow: var(--shadow); }

.ru-plan--featured {
  border-color: var(--orange);
  box-shadow: 0 20px 48px rgba(242, 108, 33, .16);
}
.ru-plan--featured:hover { border-color: var(--orange); }

.ru-plan__tag {
  position: absolute; top: -13px; left: 28px;
  padding: 6px 15px;
  border-radius: 999px;
  background: var(--orange); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase;
}

.ru-plan header h3 {
  font-size: 22px; color: var(--navy); margin-bottom: 6px;
}
.ru-plan header p {
  font-size: 14.5px; color: var(--text-soft); margin-bottom: 20px;
}

.ru-plan__price {
  font-family: var(--font-head);
  font-size: 42px; font-weight: 700; color: var(--navy);
  line-height: 1; letter-spacing: -.02em;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 22px;
}
.ru-plan__price span {
  margin-left: 7px;
  font-family: var(--font-body);
  font-size: 14px; font-weight: 500; color: var(--text-mute);
  letter-spacing: 0;
}

.ru-plan__list {
  display: grid; gap: 12px;
  flex: 1;
  margin-bottom: 26px;
}
.ru-plan__list li {
  display: flex; align-items: flex-start; gap: 11px;
  font-size: 15px; line-height: 1.55; color: var(--text-soft);
}
.ru-plan__list .pv-icon {
  flex-shrink: 0; margin-top: 2px; color: var(--green);
}

.ru-plans__note {
  display: flex; align-items: flex-start; gap: 11px;
  max-width: 860px;
  margin: 28px auto 0;
  padding: 16px 20px;
  background: var(--cream);
  border-radius: var(--radius);
  font-size: 14.5px; line-height: 1.65; color: var(--text-soft);
}
.ru-plans__note .pv-icon { flex-shrink: 0; margin-top: 3px; color: var(--navy-300); }

/* ---------------------------------------------------------- 4. Süreç adımları */
.ru-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  counter-reset: ru-step;
}
.ru-steps li {
  position: relative;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}
.ru-steps__num {
  display: grid; place-items: center;
  width: 42px; height: 42px; margin-bottom: 16px;
  border-radius: 13px;
  background: var(--navy); color: #fff;
  font-family: var(--font-head); font-size: 18px; font-weight: 700;
}
.ru-steps--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ru-steps li:nth-child(2) .ru-steps__num { background: var(--navy-700); }
.ru-steps li:nth-child(3) .ru-steps__num { background: var(--navy-600); }
.ru-steps li:nth-child(4) .ru-steps__num { background: var(--orange); }
/* Üç adımlı akışta son adım hedeftir; turuncu vurgu oraya taşınır. */
.ru-steps--three li:nth-child(3) .ru-steps__num { background: var(--orange); }

.ru-steps h3 {
  font-size: 17.5px; color: var(--navy); margin-bottom: 8px;
}
.ru-steps p {
  font-size: 14.5px; line-height: 1.6; color: var(--text-soft); margin: 0;
}

/* ---------------------------------------------------------- 5. Belgeler + uyarı kutusu */
.ru-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 48px;
  align-items: start;
}

.ru-doc-list {
  display: grid; gap: 16px;
  margin-top: 28px;
}
.ru-doc-list li {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  transition: border-color .22s var(--ease);
}
.ru-doc-list li:hover { border-color: var(--orange-300); }
.ru-doc-list > li > .pv-icon {
  flex-shrink: 0;
  color: var(--orange);
  margin-top: 2px;
}
.ru-doc-list strong {
  display: block;
  font-size: 16px; color: var(--navy); margin-bottom: 4px;
}
.ru-doc-list span {
  display: block;
  font-size: 14.5px; line-height: 1.6; color: var(--text-soft);
}

.ru-callout {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 32px 30px;
  position: sticky; top: calc(var(--header-h) + 20px);
}
.ru-callout h3 {
  display: flex; align-items: center; gap: 11px;
  font-size: 19px; color: #fff; margin-bottom: 16px;
}
.ru-callout h3 .pv-icon { color: var(--orange-300); flex-shrink: 0; }
.ru-callout p {
  font-size: 14.8px; line-height: 1.7;
  color: rgba(255, 255, 255, .78);
  margin-bottom: 14px;
}
.ru-callout strong { color: #fff; }
.ru-callout .link-arrow { color: var(--orange-300); margin-top: 4px; }

/* ---------------------------------------------------------- 6. Pasaport tablosu */
.ru-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.ru-table th {
  background: var(--navy);
  color: #fff;
  font-family: var(--font-head);
  font-size: 14.5px; font-weight: 600;
  text-align: left;
  padding: 15px 20px;
}
.ru-table td {
  padding: 15px 20px;
  border-top: 1px solid var(--line-soft);
  font-size: 15px; color: var(--text-soft);
  vertical-align: top;
}
.ru-table td strong { color: var(--navy); }
.ru-table tbody tr:hover td { background: var(--cream); }

/* ---------------------------------------------------------- 7. Değer kartları */
.ru-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.ru-value-grid article {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
}
.ru-value-grid article:hover {
  transform: translateY(-4px);
  border-color: var(--orange-300);
  box-shadow: var(--shadow);
}
.ru-value-grid article > span {
  display: grid; place-items: center;
  width: 50px; height: 50px; margin-bottom: 17px;
  border-radius: 14px;
  background: var(--orange-100); color: var(--orange);
}
.ru-value-grid h3 {
  font-size: 17.5px; color: var(--navy); margin-bottom: 9px;
}
.ru-value-grid p {
  font-size: 14.5px; line-height: 1.62; color: var(--text-soft); margin: 0;
}

/* ---------------------------------------------------------- 8. SSS */
.ru-faq { max-width: 900px; }
.ru-faq .sec-head { margin-bottom: 34px; }

.ru-faq__list { display: grid; gap: 12px; }

.ru-faq details {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.ru-faq details[open] {
  border-color: var(--orange-300);
  box-shadow: var(--shadow-sm);
}

.ru-faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 19px 22px;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-head);
  font-size: 16.5px; font-weight: 600; line-height: 1.45;
  color: var(--navy);
}
.ru-faq summary::-webkit-details-marker { display: none; }
.ru-faq summary:hover { color: var(--orange-600); }
.ru-faq summary .pv-icon {
  flex-shrink: 0;
  color: var(--orange);
  transition: transform .22s var(--ease);
}
.ru-faq details[open] summary .pv-icon { transform: rotate(180deg); }

.ru-faq details p {
  padding: 0 22px 21px;
  margin: 0;
  font-size: 15.2px; line-height: 1.72; color: var(--text-soft);
}

/* ---------------------------------------------------------- 9. Kapanış bandı */
.ru-cta {
  background: linear-gradient(130deg, var(--navy) 0%, #16295C 100%);
  color: #fff;
  padding: 60px 0;
}
.ru-cta__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 36px; flex-wrap: wrap;
}
.ru-cta h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  color: #fff;
  margin-bottom: 10px;
}
.ru-cta p {
  max-width: 56ch;
  font-size: 16px; line-height: 1.65;
  color: rgba(255, 255, 255, .74);
  margin: 0;
}
.ru-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------------------------------------------------------- 9b. Karşılaştırma tablosu
   .pv-table-wrap yalnızca .prose içinde kaydırılabilir hâle geliyor; bu sayfadaki
   tablolar makale gövdesinde olmadığı için kaydırmayı burada kendimiz veriyoruz.
   Aksi hâlde dar ekranda tablonun sağ sütunu kesilir ve okunamaz. */
.ru-compare,
.ru-table {
  width: 100%; max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ru-compare table { width: 100%; min-width: 640px; border-collapse: collapse; background: #fff;
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.ru-compare th {
  background: var(--navy); color: #fff;
  font-family: var(--font-head); font-size: 14.5px; font-weight: 600;
  text-align: left; padding: 15px 20px;
}
.ru-compare th.is-ours { background: var(--navy-700); }
.ru-compare td {
  padding: 15px 20px;
  border-top: 1px solid var(--line-soft);
  font-size: 14.6px; line-height: 1.5; color: var(--text-soft);
  vertical-align: top;
}
.ru-compare td strong { color: var(--navy); font-weight: 600; }
.ru-compare td.is-ours { background: var(--cream); color: var(--text); }
.ru-compare td.is-ours .pv-icon {
  color: var(--navy-600); vertical-align: -3px; margin-right: 4px;
}
.ru-compare tbody tr:hover td { background: #FBFCFE; }
.ru-compare tbody tr:hover td.is-ours { background: var(--navy-100); }

/* ---------------------------------------------------------- 9c. İade koşulları */
.ru-refund {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 26px 28px;
  background: var(--cream);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
}
.ru-refund h3 {
  display: flex; align-items: center; gap: 10px;
  font-size: 17px; color: var(--navy); margin-bottom: 14px;
}
.ru-refund h3 .pv-icon { color: var(--navy-300); flex-shrink: 0; }
.ru-refund ul { display: grid; gap: 10px; }
.ru-refund li {
  position: relative;
  padding-left: 20px;
  font-size: 14.4px; line-height: 1.65; color: var(--text-soft);
}
.ru-refund li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--navy-300);
}

/* ---------------------------------------------------------- 9d. Şehir görseli */
.ru-scene { position: relative; }
.ru-scene img { width: 100%; height: clamp(220px, 34vw, 420px); object-fit: cover; }
.ru-scene__caption {
  position: absolute; inset-inline: 0; bottom: 0;
  padding: 40px 24px 26px;
  background: linear-gradient(to top, rgba(10, 22, 49, .88), transparent);
  color: #fff; text-align: center;
}
.ru-scene__caption span {
  display: block;
  font-size: 12.5px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255, 255, 255, .72);
  margin-bottom: 6px;
}
.ru-scene__caption strong {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.4vw, 26px); font-weight: 700;
}

/* ---------------------------------------------------------- 9e. Kontrol listesi */
.ru-check-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
}
.ru-check-grid li {
  display: flex; align-items: flex-start; gap: 15px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
}
.ru-check-grid li > span {
  display: grid; place-items: center;
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 12px;
  background: var(--navy-100); color: var(--navy);
}
.ru-check-grid strong {
  display: block;
  font-family: var(--font-head);
  font-size: 15.8px; color: var(--navy); margin-bottom: 5px;
}
.ru-check-grid p {
  margin: 0;
  font-size: 14.2px; line-height: 1.6; color: var(--text-soft);
}

/* ---------------------------------------------------------- 9f. Müşteri kanıtları */
.ru-reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.ru-review {
  display: flex; flex-direction: column;
  padding: 24px 24px 22px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.ru-review:hover { border-color: var(--navy-300); box-shadow: var(--shadow-sm); }

.ru-review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ru-review__avatar {
  display: grid; place-items: center;
  width: 42px; height: 42px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: var(--font-head); font-size: 17px; font-weight: 700;
}
.ru-review__head strong { display: block; font-size: 15.5px; color: var(--navy); }
.ru-review__head small { display: block; margin-top: 2px; font-size: 12.8px; color: var(--text-mute); }
.ru-review__result {
  margin-left: auto;
  padding: 5px 11px;
  border-radius: 999px;
  background: var(--green-100); color: #0B6E4C;
  font-size: 11.8px; font-weight: 700; white-space: nowrap;
}

.ru-review__dates {
  display: flex; flex-wrap: wrap; gap: 8px 16px;
  padding: 10px 13px;
  background: var(--cream);
  border-radius: 9px;
  margin-bottom: 13px;
}
.ru-review__dates span {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.6px; color: var(--text-soft);
}
.ru-review__dates .pv-icon { color: var(--navy-300); flex-shrink: 0; }

.ru-review__solution {
  margin: 0 0 12px;
  font-size: 13.8px; line-height: 1.6; color: var(--text-soft);
}
.ru-review__solution strong { color: var(--navy); }

.ru-review blockquote {
  flex: 1;
  margin: 0;
  padding-left: 15px;
  border-left: 3px solid var(--navy-100);
  font-size: 14.8px; line-height: 1.7; color: var(--text-soft);
}
.ru-review__link {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 15px;
  font-size: 13.4px; font-weight: 600; color: var(--navy);
}
.ru-review__link:hover { color: var(--orange-600); }

.ru-sample {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.ru-sample img { width: 100%; border-radius: var(--radius-sm); }
.ru-sample figcaption {
  display: flex; align-items: flex-start; gap: 8px;
  margin-top: 14px;
  font-size: 12.8px; line-height: 1.55; color: var(--text-mute);
}
.ru-sample figcaption .pv-icon { flex-shrink: 0; margin-top: 2px; color: var(--navy-300); }

/* ---------------------------------------------------------- 9g. Resmî kaynaklar */
.ru-sources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px;
  max-width: 900px;
  margin-inline: auto;
}
.ru-sources a {
  display: flex; align-items: flex-start; gap: 13px;
  height: 100%;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  transition: border-color .2s var(--ease), transform .2s var(--ease);
}
.ru-sources a:hover { border-color: var(--navy-300); transform: translateY(-2px); }
.ru-sources a > .pv-icon { flex-shrink: 0; margin-top: 2px; color: var(--navy-300); }
.ru-sources strong { display: block; font-size: 14.8px; color: var(--navy); margin-bottom: 3px; }
.ru-sources small { display: block; font-size: 13px; line-height: 1.5; color: var(--text-mute); }
.ru-sources__updated {
  margin: 18px 0 0;
  font-size: 12.8px; color: var(--text-mute); text-align: center;
}

/* ---------------------------------------------------------- 10. Yasal bilgilendirme
   Sayfanın en altında, resmî kurumla karıştırılmayı önleyen küçük punto şerit.
   Bilinçli olarak sessiz: uyarı gibi değil, künye gibi durmalı. */
.ru-disclaimer {
  background: var(--cream);
  border-top: 1px solid var(--line-soft);
  padding: 24px 0;
}
.ru-disclaimer__inner {
  display: flex; align-items: flex-start; gap: 13px;
  max-width: 900px;
}
.ru-disclaimer .pv-icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--text-mute);
}
.ru-disclaimer p {
  margin: 0;
  font-size: 13.2px; line-height: 1.68; color: var(--text-mute);
}

/* =====================================================================
   BAŞVURU FORMU SAYFASI
   ===================================================================== */

.ru-apply {
  background: var(--cream);
  padding: 28px 0 72px;
  min-height: 60vh;
}

.ru-apply__crumbs {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--text-mute);
  margin-bottom: 22px;
}
.ru-apply__crumbs a { color: var(--text-soft); }
.ru-apply__crumbs a:hover { color: var(--orange); }
.ru-apply__crumbs .pv-icon { color: var(--line); }

.ru-apply__head { max-width: 700px; margin-bottom: 32px; }
.ru-apply__head h1 {
  font-size: clamp(26px, 3.2vw, 38px);
  color: var(--navy);
  margin-bottom: 12px;
}
.ru-apply__head p {
  font-size: 16px; line-height: 1.68; color: var(--text-soft); margin: 0;
}
.ru-apply__head strong { color: var(--navy); }

.ru-apply__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 28px;
  align-items: start;
}

/* --- form kabuğu --- */
.ru-form {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  padding: 30px 32px 34px;
  box-shadow: var(--shadow-sm);
}

/* --- adım göstergesi --- */
.ru-progress {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 30px;
}
.ru-progress li {
  display: flex; align-items: center; gap: 10px;
  padding-top: 12px;
  border-top: 3px solid var(--line-soft);
  transition: border-color .25s var(--ease);
}
.ru-progress li span {
  display: grid; place-items: center;
  width: 26px; height: 26px; flex-shrink: 0;
  border-radius: 50%;
  background: var(--line-soft); color: var(--text-mute);
  font-size: 13px; font-weight: 700;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.ru-progress li b {
  font-size: 13.5px; font-weight: 600; color: var(--text-mute);
  line-height: 1.3;
  transition: color .25s var(--ease);
}
.ru-progress li.is-active { border-top-color: var(--orange); }
.ru-progress li.is-active span { background: var(--orange); color: #fff; }
.ru-progress li.is-active b { color: var(--navy); }
.ru-progress li.is-done { border-top-color: var(--green); }
.ru-progress li.is-done span { background: var(--green); color: #fff; }
.ru-progress li.is-done b { color: var(--text-soft); }

/* --- adımlar --- */
.ru-step {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0; /* fieldset içindeki grid'in taşmasını engeller */
}
.ru-step + .ru-step { margin-top: 34px; }

/* Adım gizleme yalnızca JavaScript çalışıyorsa; aksi hâlde form tek sayfadır. */
.js .ru-step { display: none; }
.js .ru-step.is-active { display: block; }
.js .ru-step + .ru-step { margin-top: 0; }

.ru-step legend {
  display: block;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 4px;
}
.ru-step__index {
  display: block;
  font-size: 12px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--orange);
  margin-bottom: 7px;
}
.ru-step legend b {
  display: block;
  font-family: var(--font-head);
  font-size: 21px; font-weight: 700; color: var(--navy);
  line-height: 1.3;
}
.ru-step legend small {
  display: block;
  margin-top: 5px;
  font-size: 14px; color: var(--text-soft);
}

.ru-step__nav {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line-soft);
}
.ru-step__nav .btn { flex: 1 1 180px; }

.ru-form__micro {
  display: flex; align-items: center; gap: 8px;
  margin: 16px 0 0;
  font-size: 13px; color: var(--text-mute);
}
.ru-form__micro .pv-icon { flex-shrink: 0; color: var(--green); }

/* --- paket seçimi --- */
.ru-packages {
  display: grid; gap: 12px;
  margin: 6px 0 20px;
}
.ru-package {
  display: flex; align-items: center; gap: 14px;
  padding: 17px 19px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease);
}
.ru-package:hover { border-color: var(--navy-300); }
.ru-package input {
  width: 20px; height: 20px; flex-shrink: 0;
  accent-color: var(--orange);
  cursor: pointer;
}
.ru-package__body { flex: 1; min-width: 0; }
.ru-package__body b {
  display: block;
  font-family: var(--font-head);
  font-size: 16px; font-weight: 600; color: var(--navy);
}
.ru-package__body b i {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 9px;
  border-radius: 999px;
  background: var(--orange-100); color: var(--orange-600);
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 700; font-style: normal;
  letter-spacing: .04em; text-transform: uppercase;
  vertical-align: middle;
}
.ru-package__body small {
  display: block;
  margin-top: 3px;
  font-size: 13.5px; color: var(--text-soft);
}
.ru-package__price {
  font-family: var(--font-head);
  font-size: 20px; font-weight: 700; color: var(--navy);
  white-space: nowrap;
}
.ru-package.is-selected {
  border-color: var(--orange);
  background: var(--orange-100);
  box-shadow: 0 0 0 4px rgba(242, 108, 33, .1);
}
.ru-package.is-selected .ru-package__price { color: var(--orange-600); }

/* --- yan özet --- */
.ru-summary { position: sticky; top: calc(var(--header-h) + 16px); }

.ru-summary__card {
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
}
.ru-summary__card h2 {
  font-size: 18px; color: var(--navy);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 16px;
}

.ru-summary__rows { display: grid; gap: 13px; margin: 0 0 16px; }
.ru-summary__rows > div {
  display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
}
.ru-summary__rows > div[hidden] { display: none; }
.ru-summary__rows dt {
  font-size: 14px; color: var(--text-soft); line-height: 1.45;
}
.ru-summary__rows dd {
  margin: 0;
  font-size: 14.5px; font-weight: 600; color: var(--navy);
  text-align: right; white-space: nowrap;
}
.ru-summary__rows dd small {
  display: block;
  font-size: 12.5px; font-weight: 400; color: var(--text-mute);
  margin-top: 2px;
}

.ru-summary__total {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 15px 17px;
  background: var(--navy);
  border-radius: var(--radius);
  margin-bottom: 14px;
}
.ru-summary__total span {
  font-size: 14.5px; font-weight: 600; color: rgba(255, 255, 255, .78);
}
.ru-summary__total strong {
  font-family: var(--font-head);
  font-size: 27px; font-weight: 700; color: #fff;
  line-height: 1;
}

.ru-summary__note {
  font-size: 13.2px; line-height: 1.6; color: var(--text-mute);
  margin-bottom: 16px;
}

.ru-summary__points {
  display: grid; gap: 9px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
}
.ru-summary__points li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 13.8px; line-height: 1.5; color: var(--text-soft);
}
.ru-summary__points .pv-icon { flex-shrink: 0; margin-top: 2px; color: var(--green); }

.ru-summary__wa {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 14.2px; font-weight: 600; color: var(--navy);
  transition: border-color .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}
.ru-summary__wa:hover { border-color: #25D366; background: #25D366; color: #fff; }
.ru-summary__wa .pv-icon { flex-shrink: 0; }

/* =====================================================================
   TEŞEKKÜR SAYFASI
   ===================================================================== */

.ru-thanks { background: var(--cream); padding: 56px 0 76px; }

.ru-thanks__card {
  max-width: 760px;
  margin-inline: auto;
  background: #fff;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  box-shadow: var(--shadow);
  text-align: center;
}

.ru-thanks__icon {
  display: grid; place-items: center;
  width: 84px; height: 84px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: var(--green-100); color: var(--green);
}

.ru-thanks__card h1 {
  font-size: clamp(26px, 3.2vw, 36px);
  color: var(--navy);
  margin-bottom: 14px;
}

.ru-thanks__lead {
  font-size: 17px; line-height: 1.68; color: var(--text-soft);
  max-width: 54ch; margin-inline: auto;
}

.ru-thanks__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.ru-thanks__meta > div { background: #fff; padding: 20px 16px; }
.ru-thanks__meta dt {
  font-size: 12.5px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--text-mute);
  margin-bottom: 7px;
}
.ru-thanks__meta dd {
  margin: 0;
  font-family: var(--font-head);
  font-size: 18px; font-weight: 700; color: var(--navy);
}

.ru-thanks__next { text-align: left; margin-top: 34px; }
.ru-thanks__next h2 {
  font-size: 19px; color: var(--navy); margin-bottom: 18px;
}
.ru-thanks__next ol { display: grid; gap: 14px; counter-reset: ru-thanks; }
.ru-thanks__next li {
  position: relative;
  counter-increment: ru-thanks;
  padding: 16px 18px 16px 56px;
  background: var(--cream);
  border-radius: var(--radius);
  font-size: 14.8px; line-height: 1.62; color: var(--text-soft);
}
.ru-thanks__next li::before {
  content: counter(ru-thanks);
  position: absolute; left: 18px; top: 16px;
  display: grid; place-items: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--navy); color: #fff;
  font-family: var(--font-head); font-size: 13px; font-weight: 700;
}
.ru-thanks__next strong { display: block; color: var(--navy); margin-bottom: 2px; }

.ru-thanks__actions {
  display: flex; justify-content: center; gap: 13px; flex-wrap: wrap;
  margin-top: 32px;
}

.ru-thanks__micro {
  margin: 22px 0 0;
  font-size: 13.2px; color: var(--text-mute);
}

/* =====================================================================
   MOBİL UYUM — 1.1.45
   ui-ux-pro-max kurallarına göre yazılmıştır:
     · dokunma hedefi en az 44×44 px, aralarında en az 8 px
     · mobilde gövde metni en az 16 px (iOS'ta otomatik yakınlaştırmayı önler)
     · yatay kaydırma YOK
     · sistematik kırılma noktaları: 1200 / 1024 / 768 / 480
     · sabit alt çubuk çentik/gesture bar güvenli alanına saygı duyar
     · azaltılmış hareket tercihi tüm animasyonları kapatır
   ===================================================================== */

/* --------------------------------------------------- yatay taşma kalkanı
   Tek bir taşan öğe tüm sayfayı yana kaydırır ve mobilde en sık görülen
   kusurdur. Kap seviyesinde kesin çözüm. */
.ru-hero,
.ru-trust,
.ru-apply,
.ru-thanks,
.ru-scene,
.ru-freshness,
.ru-longform { max-width: 100%; overflow-x: clip; }

.ru-hero img,
.ru-scene img,
.ru-sample img { max-width: 100%; height: auto; }

/* Uzun e-posta/URL gibi kırılmayan diziler kabı taşırmasın. */
.ru-summary__rows dd,
.ru-related__body,
.ru-sources a { overflow-wrap: anywhere; }

/* ------------------------------------------------------- dokunma konforu
   300 ms tıklama gecikmesini kaldırır ve çift dokunuşla yakınlaştırmanın
   yanlışlıkla tetiklenmesini önler. Yakınlaştırma engellenmez. */
.ru-hero a, .ru-hero button,
.ru-plan a, .ru-package,
.ru-step__nav .btn,
.ru-cta__actions .btn,
.ru-mobile-cta a { touch-action: manipulation; }

/* Klavye kullanıcısı için görünür odak halkası. */
.ru-hero a:focus-visible,
.ru-plan a:focus-visible,
.ru-package:focus-within,
.ru-mobile-cta a:focus-visible,
.ru-related__item:focus-visible {
  outline: 3px solid #FFB27A;
  outline-offset: 3px;
  border-radius: 12px;
}

/* ===================================================== 1200 px ve altı */
@media (max-width: 1200px) {
  .ru-hero__inner { column-gap: 40px; }
  .ru-hero__photo { background-position: 78% 40%; }
}

/* ===================================================== 1024 px ve altı
   Tek sütuna iniş. Sıra bilinçli: başlık → FİYAT + BUTON → vaatler.
   Ziyaretçi teklifi ve eylem butonunu kaydırmadan görür. */
@media (max-width: 1024px) {
  .ru-hero { padding: 56px 0 64px; }

  /* Tek sütun: başlık → teklif kartı. Kaydırmadan fiyatı ve butonu görür. */
  .ru-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 26px;
  }
  .ru-hero__copy  { grid-column: 1; grid-row: 1; }
  .ru-offer       { grid-column: 1; grid-row: 2; max-width: 440px; }

  /* Tek sütunda fotoğraf sağdaki manzarayı değil, ortayı göstersin. */
  .ru-hero__photo { background-position: 62% 32%; }
  .ru-hero__photo::after {
    background:
      linear-gradient(to bottom,
        rgba(8, 18, 42, .90) 0%,
        rgba(8, 18, 42, .86) 45%,
        rgba(8, 18, 42, .94) 100%);
  }

  .ru-hero__glow { top: -200px; right: -180px; width: 400px; height: 400px; }

  .ru-apply__layout { grid-template-columns: 1fr; }
  .ru-summary { position: static; }
  .ru-summary__card { max-width: 560px; }

  .ru-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ru-plans { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .ru-plan--featured { order: -1; }
  .ru-calc { grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 24px; }
  .ru-steps, .ru-steps--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ru-two-col { grid-template-columns: 1fr; gap: 32px; }
  .ru-callout { position: static; }
  .ru-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ru-thanks__meta { grid-template-columns: 1fr; }
}

/* ====================================================== 768 px ve altı */
@media (max-width: 768px) {
  .ru-hero { padding: 40px 0 48px; }

  .ru-hero__title { font-size: clamp(30px, 8.4vw, 40px); line-height: 1.12; }
  /* Mobilde satır uzunluğu 35-60 karakter aralığında kalsın. */
  .ru-hero__text { font-size: 16px; max-width: 34em; }

  .ru-offer { padding: 24px 20px 20px; max-width: none; }
  .ru-offer__price strong { font-size: 46px; }

  .ru-trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

  .ru-steps, .ru-steps--three { grid-template-columns: 1fr; }
  .ru-value-grid { grid-template-columns: 1fr; }
  .ru-facts__grid { grid-template-columns: 1fr; }

  .ru-calc { padding: 20px 16px; }
  .ru-calc__rows li { flex-direction: column; align-items: flex-start; gap: 4px; }
  .ru-calc__rows li b { text-align: left; }

  .ru-refund { padding: 22px 18px; }
  .ru-review__result { margin-left: 0; }
  .ru-review__head { flex-wrap: wrap; }

  .ru-cta__inner { flex-direction: column; align-items: flex-start; }
  .ru-cta__actions { width: 100%; }

  /* Dar ekranda uzun çağrı metinleri satır kırabilsin, kaptan taşmasın. */
  .ru-cta__actions .btn,
  .ru-step__nav .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
    min-height: 48px;
  }

  .ru-apply { padding: 20px 0 56px; }
  .ru-form { padding: 24px 20px 28px; }

  /* Adım göstergesinde yalnızca numara kalır; başlıklar sığmaz. */
  .ru-progress { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .ru-progress li b { display: none; }
  .ru-progress li { justify-content: center; }

  /* Mobilde özet kartı formun ALTINA iner; oradaki WhatsApp bağlantısı
     gönder butonunun altındakiyle çakışmasın. */
  .ru-summary__wa { display: none; }

  .ru-package { flex-wrap: wrap; min-height: 56px; }
  .ru-package__price { width: 100%; text-align: right; }

  .ru-thanks__card { padding: 32px 22px; }
  .ru-thanks__actions .btn { width: 100%; }

  .ru-related { grid-template-columns: 1fr; }
  .ru-assure { grid-template-columns: 1fr; }
}

/* ====================================================== 480 px ve altı */
@media (max-width: 480px) {
  .ru-hero { padding: 32px 0 40px; }
  .ru-hero__title { font-size: clamp(27px, 8.8vw, 34px); }

  .ru-offer { padding: 22px 17px 18px; border-radius: 16px; }
  .ru-offer__price strong { font-size: 42px; }
  .ru-offer__flag { left: 17px; right: 17px; }

  .ru-trust__grid { grid-template-columns: 1fr; }
  .ru-plan { padding: 24px 19px; }
  .ru-form { padding: 20px 16px 24px; }
  .ru-apply__crumbs { font-size: 12.5px; }
}

/* ============================================ FORM: iOS yakınlaştırması
   iOS Safari, 16 px'ten küçük yazı tipli bir alana odaklanınca sayfayı
   otomatik yakınlaştırır ve düzen bozulur. Mobilde tüm alanlar 16 px.
   Ayrıca her alan 48 px yüksekliğinde: rahat dokunulur. */
@media (max-width: 768px) {
  .ru-form input[type="text"],
  .ru-form input[type="tel"],
  .ru-form input[type="email"],
  .ru-form input[type="date"],
  .ru-form select,
  .ru-form textarea,
  .ru-calc input[type="date"] {
    font-size: 16px;
    min-height: 48px;
  }

  .ru-form textarea { min-height: 96px; }

  /* Yan yana iki alan dar ekranda alt alta iner. */
  .ru-form .field-row { grid-template-columns: 1fr; gap: 0; }

  /* Onay kutusu dokunma hedefi büyütülür. */
  .ru-form .check { min-height: 44px; align-items: flex-start; padding: 4px 0; }
  .ru-form .check input[type="checkbox"] { width: 22px; height: 22px; margin-top: 2px; }
}

/* ================================================== SABİT ALT EYLEM ÇUBUĞU
   Uzun bir sayfada mobil ziyaretçi butonu kaydırarak aramak zorunda
   kalmasın. Hero geçildikten sonra görünür (JavaScript sınıf ekler).
   Çentik ve gesture bar güvenli alanına saygı duyar. */
.ru-mobile-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-soft, #E4E9F0);
  box-shadow: 0 -6px 24px rgba(13, 27, 61, .12);
  transform: translateY(110%);
  transition: transform .28s var(--ease, cubic-bezier(.22,.61,.36,1));
}

.ru-mobile-cta.is-visible { transform: translateY(0); }

.ru-mobile-cta__price { flex: 0 0 auto; line-height: 1.15; }
.ru-mobile-cta__price small {
  display: block;
  font-size: 11.5px;
  color: var(--text-mute, #6A7689);
}
.ru-mobile-cta__price b {
  font-family: var(--font-head, inherit);
  font-size: 21px; font-weight: 720;
  color: var(--navy, #0D1B3D);
}

.ru-mobile-cta__actions { flex: 1; display: flex; gap: 8px; justify-content: flex-end; }

.ru-mobile-cta a {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 15px; font-weight: 660;
  text-decoration: none;
  white-space: nowrap;
}

.ru-mobile-cta__apply { flex: 1; background: var(--orange, #F26C21); color: #fff; }
.ru-mobile-cta__wa {
  flex: 0 0 48px;
  padding: 0;
  background: #fff;
  border: 1.5px solid #25D366;
  color: #0E7A44;
}

@media (max-width: 768px) {
  .ru-mobile-cta { display: flex; }
  /* Çubuk sayfa sonundaki içeriği kapatmasın. */
  .ru-hero ~ * .ru-disclaimer,
  .ru-disclaimer { padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
}

/* ================================================ azaltılmış hareket */
@media (prefers-reduced-motion: reduce) {
  .ru-facts__grid li,
  .ru-value-grid article,
  .ru-related__item,
  .ru-faq summary .pv-icon,
  .ru-mobile-cta { transition: none; }
  .ru-mobile-cta { transform: translateY(0); }
}

/* =====================================================================
   Sayfa altı bölümleri
   İlgili içerikler, panelden girilen ek metin ve güncellik damgası.
   ===================================================================== */

/* ------------------------------------------------------ ilgili içerikler */
.ru-related {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ru-related__item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  /* Dokunma hedefi: 44 px asgari yüksekliği garanti eder. */
  min-height: 56px;
  border: 1px solid #E4E9F0;
  border-radius: 14px;
  background: #fff;
  text-decoration: none;
  color: #16203A;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.ru-related__item:hover {
  border-color: #F26C21;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(13, 27, 61, .08);
}

.ru-related__icon {
  flex: 0 0 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #FDEDE3;
  color: #DB5A12;
}

.ru-related__body { flex: 1; min-width: 0; }
.ru-related__body b { display: block; font-size: 15.5px; font-weight: 640; line-height: 1.35; }
.ru-related__body small {
  display: block;
  margin-top: 3px;
  font-size: 13px;
  color: #6A7689;
  line-height: 1.5;
}

/* --------------------------------------------------- sayfa altı ek metin */
.ru-longform__inner { max-width: 820px; margin: 0 auto; }
.ru-longform .prose { font-size: 16px; line-height: 1.8; color: #343F4F; }

/* --------------------------------------------------------- güncellik notu */
.ru-freshness {
  padding: 18px 0 26px;
  background: #F8FAFC;
  border-top: 1px solid #E4E9F0;
}

.ru-freshness__inner {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 820px;
}

.ru-freshness__inner svg { flex: 0 0 auto; color: #0E9F6E; margin-top: 2px; }

.ru-freshness p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: #5A6784;
}

.ru-freshness a { color: #16203A; font-weight: 600; }

/* =====================================================================
   Fiyat kartı ve güvence şeridi
   ===================================================================== */

/* ------------------------------------------------------- fiyat kartları */
.ru-plan__try {
  margin: -6px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #6A7689;
}

/* "Bu paket kime uygun" satırı — kararı hızlandırır. */
.ru-plan__when {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0;
  padding: 11px 13px;
  border-radius: 11px;
  background: #F8FAFC;
  border: 1px solid #E4E9F0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #4C5868;
}

.ru-plan__when svg { flex-shrink: 0; margin-top: 2px; color: #DB5A12; }
.ru-plan__when strong { color: #16203A; }

.ru-plan--featured .ru-plan__when {
  background: #FDEDE3;
  border-color: rgba(242, 108, 33, .28);
}

/* --------------------------------------------- fiyat altı güvence şeridi */
.ru-assure {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.ru-assure li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 16px;
  border: 1px solid #E4E9F0;
  border-radius: 13px;
  background: #fff;
}

.ru-assure svg { flex-shrink: 0; margin-top: 2px; color: #0E9F6E; }
.ru-assure b { display: block; font-size: 14.5px; font-weight: 640; color: #16203A; }
.ru-assure small {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #6A7689;
}
.ru-assure a { color: #DB5A12; font-weight: 600; }


/* Form başlığındaki "yarıda bırakırsanız" notu */
.ru-apply__resume {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 12px 0 0;
  padding: 11px 14px;
  border-radius: 11px;
  background: #E7EEFD;
  border: 1px solid rgba(37, 99, 235, .18);
  font-size: 13.5px;
  line-height: 1.55;
  color: #1E3A8A;
}

.ru-apply__resume svg { flex-shrink: 0; margin-top: 2px; }

/* Sayfa altı ve fiyat bölümünün mobil ince ayarı.
   Kırılma noktaları sistem geneliyle aynıdır: 768 / 480. */
@media (max-width: 768px) {
  .ru-plan__when { font-size: 13.5px; padding: 10px 12px; }
  .ru-assure li { padding: 13px 15px; }
  .ru-related__item { padding: 14px 15px; }
  .ru-freshness__inner { gap: 9px; }
  .ru-freshness p { font-size: 13.5px; }
  .ru-apply__resume { font-size: 14px; }
}

@media (max-width: 480px) {
  .ru-longform .prose { font-size: 15.5px; }
  .ru-freshness p { font-size: 13px; }
}
