/* =====================================================
   PassLifeUK - Large, Centered, Professional UI
   - Yazılar büyük
   - Menü kutu (pill) şeklinde
   - Tüm content ortalanmış, kartlar büyük
   - Exam seçenekleri & review renkli
   ===================================================== */

/* ---------- RESET ---------- */
/* === FORMS GENEL === */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 460px;
  padding: 0.7rem 1rem;
  font-size: 0.96rem;
  border-radius: 0.8rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
  font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
  box-sizing: border-box;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #bfdbfe;
  background-color: #f9fafb;
}

form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #111827;
}

/* form butonları */

form input[type="submit"],
form button[type="submit"] {
  margin-top: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.7rem 1rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.05s ease;
}

form input[type="submit"]:hover,
form button[type="submit"]:hover {
  background-color: #1d4ed8;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.45);
}

form input[type="submit"]:active,
form button[type="submit"]:active {
  transform: translateY(1px);
}

/* auth grid (login / signup yan yana) */

.auth-page {
  max-width: 900px;
  margin: 2.5rem auto 3rem;
}

.auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.auth-card {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.5rem 1.7rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.auth-card h2 {
  margin-top: 0;
  margin-bottom: 0.8rem;
}

/* login/contact tek sütun */

.login-page,
.contact-page {
  max-width: 520px;
  margin: 2.5rem auto 3rem;
}

@media (max-width: 768px) {
  .auth-grid {
    grid-template-columns: 1fr;
  }
}

/* === FORMS: inputs, textareas, buttons === */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 480px;
  padding: 0.6rem 0.9rem;
  font-size: 0.95rem;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
  font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
  box-sizing: border-box;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #bfdbfe;
  background-color: #f9fafb;
}

/* Label’lar login/contact’te biraz daha güzel dursun */
form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #111827;
}

/* Form butonları */

button,
input[type="submit"] {
  font-family: inherit;
}

form button,
form input[type="submit"] {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.05s ease;
}

form button:hover,
form input[type="submit"]:hover {
  background-color: #1d4ed8;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

form button:active,
form input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

/* Login / contact sayfası layout’u biraz ortalansın */

.login-page,
.contact-page {
  max-width: 550px;
  margin: 2.5rem auto 3rem;
}

.login-page h1,
.contact-page h1 {
  margin-bottom: 1rem;
}

.contact-form {
  margin-bottom: 1.5rem;
}

/* === FORMS: inputs, textareas, buttons === */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  width: 100%;
  max-width: 480px;
  padding: 0.6rem 0.9rem;
  font-size: 0.95rem;
  border-radius: 0.75rem;
  border: 1px solid #d1d5db;
  background: #ffffff;
  font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
  box-sizing: border-box;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #bfdbfe;
  background-color: #f9fafb;
}

/* Label’lar login/contact’te biraz daha güzel dursun */
form label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  color: #111827;
}

/* Form butonları */

button,
input[type="submit"] {
  font-family: inherit;
}

form button,
form input[type="submit"] {
  margin-top: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.65rem 1rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  background-color: #2563eb;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.05s ease;
}

form button:hover,
form input[type="submit"]:hover {
  background-color: #1d4ed8;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

form button:active,
form input[type="submit"]:active {
  transform: translateY(1px);
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.35);
}

/* Login / contact sayfası layout’u biraz ortalansın */

.login-page,
.contact-page {
  max-width: 550px;
  margin: 2.5rem auto 3rem;
}

.login-page h1,
.contact-page h1 {
  margin-bottom: 1rem;
}

.contact-form {
  margin-bottom: 1.5rem;
}

/* === MOCK TESTS GRID (study.php) === */

.mock-tests-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.mock-test-card {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: #0f172a;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.mock-test-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.mock-test-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.mock-test-progress-bar {
  width: 100%;
  height: 6px;
  border-radius: 9999px;
  background: #e5e7eb;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.mock-test-progress-fill {
  height: 100%;
  background: #22c55e;
  border-radius: 9999px;
}

.mock-test-progress-text {
  font-size: 0.8rem;
  color: #6b7280;
}

/* mobile: tek kolon / iki kolon */
@media (max-width: 900px) {
  .mock-tests-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .mock-tests-grid {
    grid-template-columns: 1fr;
  }
}

/* === HEADER / NAV === */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffffee;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e2e8f0;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-decoration: none;
}

/* nav links */

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.nav-link {
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.16s ease;
}

.nav-link:hover {
  color: #111827;
  background: #f3f4f6;
}

/* aktif sayfa */
.nav-link--active {
  background: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

/* outline & primary */
.nav-link--outline {
  border-color: #e2e8f0;
}

.nav-link--primary {
  background: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

.nav-link--primary:hover {
  background: #1d4ed8;
}

.nav-link--start {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Kullanıcı etiketi */
.nav-user {
  font-size: 0.8rem;
  color: #9ca3af;
}

/* Hamburger (mobile) */

.nav-toggle {
  display: none;
  width: 40px;
  height: 32px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 6px 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.nav-toggle span {
  width: 100%;
  height: 2px;
  background: #0f172a;
  border-radius: 9999px;
}

/* mobile düzeni */
@media (max-width: 768px) {
  .header-inner {
    padding-inline: 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    right: 1rem;
    top: 56px;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    display: none;
  }

  .nav-links.nav-open {
    display: flex;
  }
}

/* main container */
.page-main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* ---------- PALET ---------- */

:root {
  --bg-page: #f3f6ff;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --primary-soft: #e0ebff;
  --border: #e2e8f0;
  --shadow-soft: 0 30px 80px rgba(15, 23, 42, 0.15);

  --success-bg: #dcfce7;
  --success-border: #4ade80;
  --success-text: #166534;

  --danger-bg: #fee2e2;
  --danger-border: #f87171;
  --danger-text: #b91c1c;
}

/* ---------- BODY ---------- */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #dde9ff 0, #f3f6ff 40%, #e5edff 100%);
  color: var(--text-main);
  line-height: 1.7;
  font-size: 18px; /* yazıları büyüttük */
}

/* Linkler */

a {
  color: var(--primary);
  text-decoration: none;
  text-underline-offset: 4px;
}

a:hover {
  text-decoration: underline;
}

/* ---------- UTILITIES (mevcut HTML class’ları için) ---------- */

.bg-background {
  background-color: transparent;
}

.bg-card {
  background-color: var(--bg-card);
}

.text-foreground {
  color: var(--text-main);
}

.text-muted-foreground {
  color: var(--text-muted);
}

.border {
  border: 1px solid var(--border);
}

.border-b {
  border-bottom: 1px solid var(--border);
}

.border-t {
  border-top: 1px solid var(--border);
}

.rounded-2xl {
  border-radius: 1.5rem;
}

.rounded-xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-3 {
  gap: 1rem;
}

.max-w-5xl {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.p-4 {
  padding: 1.25rem;
}

.p-3 {
  padding: 1rem;
}

.p-5 {
  padding: 1.5rem;
}

/* ---------- HEADER ---------- */

header {
  background: #ffffffee;
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 30;
  box-shadow: 0 1px 0 rgba(148, 163, 184, 0.4);
}

/* header içi flex */
header .max-w-5xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* logo */
header a.font-bold {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-decoration: none;
}

/* nav kutuları */

header nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

header nav a {
  font-size: 0.95rem;
  color: var(--text-muted);
  padding: 0.35rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.16s ease;
}

header nav a:hover {
  color: var(--text-main);
  border-color: var(--border);
  background-color: #f8fafc;
}

/* ---------- MAİN CONTAINER ---------- */

main {
  max-width: 70rem;
  margin: 2.5rem auto 3.5rem;
  padding: 0 1.75rem;
}

/* ---------- FOOTER ---------- */

footer {
  max-width: 70rem;
  margin: 0 auto 1.5rem;
  padding: 1rem 1.75rem 0.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  border-top: 1px solid #e2e8f0;
}

/* ---------- TYPOGRAFİ ---------- */

h1,
h2,
h3 {
  margin: 1.8rem 0 0.9rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h1 {
  font-size: 2.2rem; /* eskiye göre yaklaşık 2 kat */
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.4rem;
}

p {
  margin: 0 0 0.8rem;
  font-size: 1rem;
}

/* Küçük yardımcı yazılar */

.text-sm {
  font-size: 0.95rem;
}

/* ---------- GENEL KART STİLİ ---------- */

.card {
  background-color: var(--bg-card);
  border-radius: 1.5rem;
  box-shadow: var(--shadow-soft);
  padding: 2rem 2.25rem;
  margin: 1.75rem auto;
  max-width: 60rem;
  animation: cardFade 0.25s ease-out;
}

@keyframes cardFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------- HOME / LANDING (genel h1 alanı) ---------- */

main > h1:first-child {
  text-align: left;
}

main > p:first-of-type {
  margin-top: 0.5rem;
  font-size: 1rem;
}

/* İstersen ana içeriği kart içine almak için 
   index.php’de body text’i card içine alabilirsin;
   CSS tarafında da kart görünümü hazır. */

/* ---------- STUDY / TEST KARTI ---------- */

#question-card {
  border-radius: 2rem;
  background-color: var(--bg-card);
  box-shadow: var(--shadow-soft);
  padding: 2rem 2.25rem 1.8rem;
  margin: 2rem auto;
  max-width: 55rem;
}

#question-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

#question-text {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}

/* cevap kutusu */

.bg-muted\/40 {
  background-color: #f3f7ff;
}

#answer-text {
  font-size: 1.05rem;
}

/* study nav butonlar */

#prev-btn,
#next-btn {
  border-radius: 9999px;
  border: 1px solid var(--border);
  font-size: 0.95rem;
  padding: 0.6rem 1.1rem;
  cursor: pointer;
  background-color: #ffffff;
}

#prev-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

#next-btn {
  background-color: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
}

#next-btn:hover:not(:disabled) {
  background-color: var(--primary-hover);
}

/* ---------- PAYWALL BANNER ---------- */

#paywall-banner {
  font-size: 0.9rem;
  color: var(--text-muted);
  border-radius: 1rem;
  border: 1px dashed #cbd5e1;
  padding: 0.9rem 1.1rem;
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* ---------- ALL QUESTIONS SAYFASI ---------- */

#questionsContainer > div {
  border-radius: 1.5rem;
  background-color: var(--bg-card);
  box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.75rem;
  max-width: 60rem;
  margin: 1.25rem auto;
}

/* ---------- EXAM: CANLI SORU ALANI ---------- */

#exam-container {
  max-width: 55rem;
  margin: 2rem auto;
  border-radius: 2rem;
  background-color: var(--bg-card);
  box-shadow: var(--shadow-soft);
}

#exam-question-area {
  font-size: 1rem;
}

#exam-question-text {
  font-size: 1.15rem;
  font-weight: 600;
}

/* seçenek butonları */

.option-btn {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  border-radius: 9999px;
  border: 1px solid var(--border);
  padding: 0.75rem 1.1rem;
  background-color: #f1f5f9;
  transition: all 0.15s ease;
  display: block;
  color: var(--text-main);
}

.option-btn:hover {
  background-color: #e2e8f0;
}

/* seçili şık (sınav sırasında) */
.option-btn--selected {
  border-color: #bfdbfe;
  background-color: var(--primary-soft);
  box-shadow: 0 0 0 1px #dbeafe;
}

/* ---------- EXAM: SONUÇ REVIEW (YENİ) ---------- */

.exam-review-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  box-shadow: var(--shadow-soft);
  padding: 1.5rem 1.75rem;
}

/* Her soru için kart */
.exam-review-item {
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* Soru metni */
.exam-review-question {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
  color: #0f172a;
}

/* Şıkların listesi (bullet yok) */
.exam-review-options {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
}

/* Her şık için temel görünüm (nötr şıklar) */
.exam-review-option {
  font-size: 0.95rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.35rem;

  background-color: #ffffff !important;   /* beyaz zemin */
  border: 1px solid #d1d5db !important;   /* net gri çerçeve */
  color: #374151 !important;              /* koyu gri yazı */
}

/* Doğru şık (her zaman yeşil) */
.exam-review-option--correct {
  background-color: var(--success-bg) !important;
  border-color: var(--success-border) !important;
  color: var(--success-text) !important;
}

/* Kullanıcının işaretlediği ama yanlış olan şık (kırmızı) */
.exam-review-option--user-wrong {
  background-color: var(--danger-bg) !important;
  border-color: var(--danger-border) !important;
  color: var(--danger-text) !important;
}

/* Kullanıcının işaretlediği ve aynı zamanda doğru olan şık (ekstra vurgulu) */
.exam-review-option--user-correct {
  background-color: #dcfce7 !important;
  border-color: #22c55e !important;
  color: #166534 !important;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.45);
}

/* "Your answer | Correct" satırı */
.exam-review-summary {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ---------- FAQ / PRICING / STUDY LAYOUT ---------- */

.faq-list,
.pricing-card,
.study-layout {
  max-width: 55rem;
  margin: 2rem auto;
}

/* FAQ */
.faq-item {
  border-bottom: 1px solid #e2e8f0;
  padding: 0.9rem 0;
  font-size: 1rem;
}

/* Pricing için basit card */
.pricing-card {
  background-color: var(--bg-card);
  border-radius: 1.8rem;
  box-shadow: var(--shadow-soft);
  padding: 2rem 2.3rem;
}

/* ---------- HIDDEN CLASS ---------- */

.hidden {
  display: none;
}

/* ---------- MOBİL ---------- */

@media (max-width: 768px) {
  header .max-w-5xl {
    padding-inline: 1rem;
  }

  main {
    padding-inline: 1.25rem;
    margin-top: 2rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  #question-card,
  #exam-container,
  #questionsContainer > div,
  .pricing-card {
    padding-inline: 1.4rem;
    border-radius: 1.4rem;
  }

  #paywall-banner {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ==== HOME HERO ==== */
.home-hero {
  text-align: center;
  padding: 3rem 0 2.5rem;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  background: #e0ebff;
  color: #2563eb;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.hero-title {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin: 0 0 0.8rem;
}
.hero-title span {
  color: #2563eb;
}
.hero-subtitle {
  max-width: 620px;
  margin: 0 auto 1.7rem;
  color: #64748b;
  font-size: 0.98rem;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  font-size: 0.9rem;
}
.hero-stats .stat-value {
  font-size: 1.6rem;
  font-weight: 700;
}
.hero-stats .stat-label {
  color: #64748b;
}

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.6rem 1.3rem;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary {
  background: #2563eb;
  color: #ffffff;
}
.btn-primary:hover {
  background: #1d4ed8;
}
.btn-ghost {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #111827;
}
.btn-ghost:hover {
  background: #f8fafc;
}
.btn-secondary {
  background: #4f46e5;
  color: #ffffff;
}
.btn-light {
  background: #ffffff;
  color: #1d4ed8;
}
.w-full {
  width: 100%;
}
.mt-2 {
  margin-top: 0.5rem;
}

/* HOME SECTIONS */
.home-section {
  padding: 2.5rem 0;
}
.section-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
}
.section-subtitle {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 1.8rem;
  font-size: 0.96rem;
  color: #64748b;
}
.section-subtitle.small {
  margin-bottom: 1.2rem;
}

/* WHY CHOOSE cards */
.home-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.feature-card {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}
.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 0.9rem;
  background: #eef2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

/* HOW IT WORKS */
.how-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.8rem;
  align-items: flex-start;
}
.how-step {
  text-align: center;
}
.how-number {
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  background: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.7rem;
  font-weight: 600;
}

/* PRICING PREVIEW CARD */
.pricing-preview-card {
  max-width: 620px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
  padding: 2rem 2.2rem;
}
.pricing-preview-header h2 {
  font-size: 1.4rem;
  margin: 0;
}
.pricing-preview-header p {
  margin: 0.2rem 0 1.2rem;
  color: #64748b;
}
.pricing-preview-price {
  text-align: center;
  margin-bottom: 1.2rem;
}
.old-price {
  text-decoration: line-through;
  color: #94a3b8;
}
.current-price {
  font-size: 2.1rem;
  font-weight: 700;
}
.price-note {
  font-size: 0.9rem;
  color: #64748b;
}
.pricing-preview-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.4rem;
  font-size: 0.9rem;
  color: #475569;
}
.pricing-preview-list li {
  margin-bottom: 0.4rem;
}
.pricing-preview-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

/* CTA BAND */
.home-cta-band {
  margin: 3rem 0 0;
  background: #2563eb;
  color: #e5edff;
  padding: 2.5rem 1rem;
}
.home-cta-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.home-cta-inner h2 {
  margin: 0 0 0.5rem;
}
.home-cta-inner p {
  margin: 0 0 1.2rem;
}
.cta-icon {
  font-size: 2rem;
  margin-bottom: 0.6rem;
}

/* PRICING PAGE MAIN CARD */
.pricing-page {
  padding: 2.5rem 0 3rem;
}
.pricing-main-card {
  max-width: 620px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.15);
  padding: 2rem 2.3rem;
}
.pricing-main-header h2 {
  margin: 0;
}
.pricing-main-header p {
  margin: 0.2rem 0 1.1rem;
  color: #64748b;
}
.pricing-main-price {
  text-align: center;
  margin-bottom: 1.1rem;
}
.pricing-main-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 1.4rem;
  font-size: 0.9rem;
  color: #475569;
}
.pricing-main-list li {
  margin-bottom: 0.4rem;
}
.pricing-login-info {
  font-size: 0.9rem;
  color: #475569;
  margin-bottom: 1rem;
}
.pricing-login-buttons {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

/* FOOTER */
.site-footer {
  margin-top: 0;
  background: #020617;
  color: #e5e7eb;
  padding: 2.3rem 1.5rem 1.2rem;
}
.site-footer-inner {
  max-width: 70rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem;
  font-size: 0.9rem;
}
.site-footer-col h3 {
  margin: 0 0 0.5rem;
}
.site-footer-col h4 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}
.site-footer-col a {
  display: block;
  color: #cbd5f5;
  margin-bottom: 0.25rem;
}
.site-footer-bottom {
  max-width: 70rem;
  margin: 1.5rem auto 0;
  border-top: 1px solid #1f2937;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: #9ca3af;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero-title {
    font-size: 1.9rem;
  }
  .hero-actions {
    flex-direction: column;
  }
  .site-footer-inner {
    grid-template-columns: 1fr;
  }
}

.auth-helper {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 0.75rem;
  color: #64748b;
}

.auth-helper a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.auth-helper a:hover {
  text-decoration: underline;
}

.alert {
  border-radius: 0.75rem;
  padding: 0.75rem 0.9rem;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-success {
  background: #ecfdf3;
  border-color: #22c55e;
  color: #166534;
}

.alert-danger {
  background: #fef2f2;
  border-color: #ef4444;
  color: #991b1b;
}


/* Mobile navigation */


  .nav-link {
    padding: 0.4rem 0;
  }

  .mobile-toggle:checked + .hamburger + .nav-links {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}


/* ----- Exam layout refinements ----- */
.exam-layout {
  align-items: flex-start;
}

.exam-summary-card {
  margin-bottom: 1.5rem;
}

.exam-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.exam-timer {
  align-self: flex-end;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1f2937;
  background: #eff6ff;
  border-radius: 9999px;
  padding: 0.4rem 0.9rem;
}

.exam-card {
  border-radius: 1.6rem;
  padding: 1.5rem 1.8rem;
}

.exam-question {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.exam-options {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

/* navigation buttons */
.exam-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.2rem;
}

.exam-nav-btn {
  min-width: 120px;
  justify-content: center;
}

/* submit initially hidden, JS will show on last question */
.exam-submit-btn {
  display: none;
}

@media (max-width: 768px) {
  .exam-layout {
    flex-direction: column;
  }
  .exam-timer {
    align-self: stretch;
    text-align: center;
  }
  .exam-card {
    padding: 1.25rem 1.3rem;
  }
}


/* Legal / policy pages */
.legal-page {
  max-width: 60rem;
  margin: 0 auto;
}

.legal-block {
  margin-bottom: 1.5rem;
}

.legal-block h2 {
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.legal-block h3 {
  font-size: 1rem;
  margin-top: 0.6rem;
  margin-bottom: 0.25rem;
}

.legal-block p,
.legal-block ul {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.legal-block ul {
  padding-left: 1.2rem;
}

.legal-updated {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}



/* NEWS LIST */
.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.news-card {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.news-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.news-card-title {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.news-card-meta {
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.news-card-excerpt {
  font-size: 0.9rem;
  color: #4b5563;
}

.news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}
/* ---------- PRICING V2 (CARD LAYOUT) ---------- */

.pricing-page {
  padding: 3.5rem 0 4.5rem;
}

.pricing-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.pricing-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: #e0f2fe;
  color: #0369a1;
  margin-bottom: 0.9rem;
}

.pricing-header h1 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 0.7rem;
}

.pricing-header p {
  font-size: 1rem;
  color: #475569;
  margin: 0;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.6fr);
  gap: 1.8rem;
  align-items: flex-start;
}

/* Ana kart */

.pricing-main-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
  padding: 1.9rem 2.1rem 2.1rem;
}

.pricing-main-header {
  margin-bottom: 1.3rem;
}

.pricing-tagline {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin: 0 0 0.6rem;
}

.pricing-price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.5rem;
}

.pricing-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.2rem;
}

.pricing-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.pricing-price {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #1d4ed8;
}

.pricing-price-note {
  font-size: 0.9rem;
  color: #64748b;
}

.pricing-save-text {
  margin-top: 0.9rem;
  font-size: 0.95rem;
  color: #475569;
}

.pricing-cta-btn {
  width: 100%;
  margin-top: 0.5rem;
  justify-content: center;
  display: inline-flex;
}

/* login / signup alt satır */

.pricing-login-info {
  font-size: 0.9rem;
  color: #64748b;
  margin-top: 1.1rem;
}

.pricing-login-buttons {
  display: flex;
  gap: 0.6rem;
  margin: 0.4rem 0 1.3rem;
}

.pricing-main-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  color: #0f172a;
}

.pricing-main-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-bottom: 0.45rem;
}

.pricing-main-list li::before {
  content: "•";
  color: #22c55e;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 0.05rem;
}

/* Yan kart */

.pricing-side-card {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 1.5rem;
  padding: 1.7rem 1.8rem 1.9rem;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.38);
}

.pricing-side-card h2 {
  font-size: 1.2rem;
  margin: 0 0 0.8rem;
}

.pricing-side-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
}

.pricing-side-list li {
  margin-bottom: 0.7rem;
}

.pricing-side-list strong {
  color: #f9fafb;
}

.pricing-guarantee {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  border-top: 1px solid rgba(148, 163, 184, 0.5);
  padding-top: 0.9rem;
}

.pricing-guarantee-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.pricing-guarantee-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.15rem;
}

.pricing-guarantee-text {
  font-size: 0.9rem;
  color: #cbd5f5;
  margin: 0;
}

/* Mobil uyum */

@media (max-width: 860px) {
  .pricing-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-main-card,
  .pricing-side-card {
    border-radius: 1.2rem;
  }

  .pricing-header h1 {
    font-size: 1.7rem;
  }
}

@media (max-width: 640px) {
  .pricing-shell {
    padding: 0 1.1rem;
  }

  .pricing-main-card,
  .pricing-side-card {
    padding: 1.6rem 1.4rem 1.7rem;
  }

  .pricing-price-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-login-buttons {
    flex-direction: column;
  }

  .pricing-cta-btn {
    font-size: 0.98rem;
  }
}
/* ---------- LANDING PAGE (HIGH VISUAL) ---------- */

.landing-shell {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* HERO */

.landing-hero {
  background: radial-gradient(circle at top left, #1d4ed8 0, #0f172a 45%, #020617 100%);
  color: #e5e7eb;
  padding: 3.5rem 0 4.5rem;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.landing-hero-left {
  max-width: 560px;
}

.landing-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.landing-hero-title {
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 0.7rem;
}

.landing-hero-title span {
  color: #60a5fa;
}

.landing-hero-subtitle {
  font-size: 1rem;
  color: #cbd5f5;
  margin: 0 0 1.4rem;
}

.landing-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
}

.landing-hero-btn {
  padding-inline: 1.4rem;
}

.landing-hero-btn-secondary {
  padding-inline: 1.2rem;
}

.landing-hero-trust {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
}

.landing-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.landing-stat-value {
  font-size: 1.3rem;
  font-weight: 600;
}

.landing-stat-label {
  font-size: 0.8rem;
  color: #9ca3af;
}

/* HERO RIGHT MOCK CARD */

.landing-hero-right {
  position: relative;
}

.landing-mock-card {
  background: #020617;
  border-radius: 1.4rem;
  padding: 1.4rem 1.5rem 1.2rem;
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.landing-mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #e5e7eb;
  margin-bottom: 0.9rem;
}

.landing-mock-timer {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.85rem;
  color: #facc15;
}

.landing-mock-question {
  font-size: 0.98rem;
  margin: 0 0 0.9rem;
  color: #e5e7eb;
}

.landing-mock-options {
  display: grid;
  gap: 0.45rem;
}

.landing-mock-option {
  border-radius: 0.75rem;
  padding: 0.5rem 0.6rem;
  background: #020617;
  border: 1px solid rgba(148, 163, 184, 0.5);
  color: #e5e7eb;
  font-size: 0.9rem;
  text-align: left;
  cursor: default;
}

.landing-mock-option--correct {
  border-color: #22c55e;
  background: rgba(34, 197, 94, 0.09);
}

.landing-mock-footer {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #9ca3af;
}

.landing-mock-cta {
  border-radius: 999px;
  border: none;
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
  background: #1d4ed8;
  color: #e5e7eb;
  cursor: default;
}

.landing-floating-badges {
  margin-top: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-end;
}

.landing-floating-badge {
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  font-size: 0.78rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

/* COMMON SECTIONS */

.landing-section {
  padding: 3rem 0 3.5rem;
}

.landing-section-alt {
  background: #f8fafc;
}

.landing-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.landing-section-header h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.landing-section-header p {
  margin: 0;
  font-size: 0.98rem;
  color: #64748b;
}

/* How it works */

.landing-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.landing-step-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.2rem 1.3rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

.landing-step-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #e0f2fe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

.landing-step-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
}

.landing-step-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
}

/* What you get */

.landing-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.landing-feature-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.landing-feature-card h3 {
  margin: 0 0 0.55rem;
}

.landing-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  color: #475569;
}

.landing-feature-list li {
  margin-bottom: 0.45rem;
}

/* Mock exam band */

.landing-mock-section {
  background: #0f172a;
  color: #e5e7eb;
}

.landing-mock-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.1fr);
  gap: 1.8rem;
  align-items: flex-start;
}

.landing-mock-copy p {
  color: #cbd5f5;
}

.landing-mock-mini-card {
  background: #020617;
  border-radius: 1.2rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.landing-mock-mini-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.landing-mock-mini-score {
  font-weight: 600;
  color: #22c55e;
}

.landing-mock-mini-label {
  font-size: 0.9rem;
  color: #cbd5f5;
  margin-bottom: 0.7rem;
}

.landing-mock-mini-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.landing-mock-mini-list li {
  margin-bottom: 0.3rem;
}

/* Pricing band */

.landing-pricing-band {
  background: #eff6ff;
}

.landing-pricing-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.landing-pricing-inner h2 {
  margin: 0 0 0.4rem;
}

.landing-pricing-inner p {
  margin: 0;
  font-size: 0.95rem;
  color: #475569;
}

.landing-pricing-cta {
  text-align: right;
}

.landing-pricing-cta p {
  margin-top: 0.4rem;
  font-size: 0.85rem;
  color: #64748b;
}

/* Testimonials */

.landing-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.landing-testimonial-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.1rem 1.2rem;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.07);
  font-size: 0.95rem;
}

.landing-testimonial-text {
  margin: 0 0 0.7rem;
}

.landing-testimonial-name {
  margin: 0;
  font-size: 0.88rem;
  color: #64748b;
}

/* FAQ */

.landing-faq {
  max-width: 720px;
  margin: 0 auto;
}

.landing-faq-item {
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.6rem;
  border: 1px solid #e2e8f0;
}

.landing-faq-item summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
}

.landing-faq-item summary::-webkit-details-marker {
  display: none;
}

.landing-faq-item p {
  margin-top: 0.6rem;
  font-size: 0.93rem;
  color: #4b5563;
}

/* Final CTA */

.landing-final-cta {
  background: radial-gradient(circle at top right, #1d4ed8 0, #0f172a 40%, #020617 100%);
  color: #e5e7eb;
  padding: 3rem 0 3.4rem;
}

.landing-final-inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
}

.landing-final-inner h2 {
  margin: 0 0 0.4rem;
}

.landing-final-inner p {
  margin: 0;
  font-size: 0.95rem;
  color: #cbd5f5;
}

.landing-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.landing-final-btn,
.landing-final-btn-secondary {
  padding-inline: 1.3rem;
}

/* Responsive */

@media (max-width: 920px) {
  .landing-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-hero-right {
    margin-top: 1.7rem;
  }

  .landing-floating-badges {
    position: static;
    margin-top: 0.7rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .landing-mock-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-pricing-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-pricing-cta {
    text-align: left;
  }

  .landing-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-final-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .landing-shell {
    padding: 0 1.1rem;
  }

  .landing-hero {
    padding-top: 2.6rem;
  }

  .landing-hero-title {
    font-size: 2rem;
  }

  .landing-steps,
  .landing-two-column,
  .landing-testimonials {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-testimonial-card {
    padding: 1rem 1.05rem;
  }
}
/* ---------- FREE PAGE HERO & GRID ---------- */

.free-shell {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.free-hero {
  background: radial-gradient(circle at top left, #1d4ed8 0, #0f172a 45%, #020617 100%);
  color: #e5e7eb;
  padding: 3rem 0 3.5rem;
}

.free-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2.3rem;
  align-items: center;
}

.free-hero-copy h1 {
  font-size: 2rem;
  margin: 0 0 0.7rem;
}

.free-hero-copy p {
  font-size: 0.98rem;
  color: #e5e7eb;
}

.free-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.85);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.free-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.1rem 0 0.9rem;
}

.free-hero-actions .btn-primary {
  padding-inline: 1.4rem;
}

.free-hero-actions .btn-light {
  background: #f9fafb;
  border-color: rgba(148, 163, 184, 0.65);
}

.free-hero-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.free-hero-list li {
  margin-bottom: 0.35rem;
}

.free-hero-card {
  background: #020617;
  border-radius: 1.4rem;
  padding: 1.6rem 1.7rem;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.55);
}

.free-hero-card h2 {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

.free-hero-card-text {
  font-size: 0.9rem;
  color: #cbd5f5;
  margin-bottom: 0.9rem;
}

.free-hero-mock {
  background: #020617;
  border-radius: 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.6);
  padding: 0.9rem 1rem;
}

.free-hero-mock-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: #9ca3af;
  margin-bottom: 0.6rem;
}

.free-hero-mock-question {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}

.free-hero-mock-answer {
  margin: 0;
  font-size: 0.9rem;
  color: #bbf7d0;
}

.free-hero-footnote {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

/* Tests grid */

.free-tests-section {
  padding-top: 2.5rem;
}

.free-tests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}

.free-test-card {
  display: flex;
  flex-direction: column;
  padding: 1.1rem 1.2rem;
  border-radius: 1.1rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: #0f172a;
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}

.free-test-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.15);
  border-color: #bfdbfe;
}

.free-test-card--free {
  border-color: #22c55e;
}

.free-test-card--locked {
  opacity: 0.9;
}

.free-test-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.3rem;
}

.free-test-label {
  font-size: 0.9rem;
  font-weight: 600;
}

.free-pill {
  font-size: 0.75rem;
  border-radius: 999px;
  padding: 0.18rem 0.6rem;
  border: 1px solid transparent;
}

.free-pill--free {
  background: #dcfce7;
  color: #15803d;
  border-color: #15803d;
}

.free-pill--unlocked {
  background: #e0f2fe;
  color: #075985;
  border-color: #075985;
}

.free-pill--locked {
  background: #fee2e2;
  color: #b91c1c;
  border-color: #b91c1c;
}

.free-test-questions-count {
  margin: 0.25rem 0;
  font-size: 0.88rem;
  color: #64748b;
}

.free-test-description {
  margin: 0.3rem 0 0.6rem;
  font-size: 0.9rem;
  color: #475569;
}

.free-test-locked-note {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #991b1b;
  margin-top: 0.2rem;
}

.free-lock-icon {
  font-size: 1rem;
}

.free-test-cta-inline {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: #1d4ed8;
}

.free-test-arrow {
  font-size: 1rem;
}

/* FREE TEST PAGE (QUESTIONS) */

.free-test-hero {
  padding: 2.3rem 0 1.2rem;
}

.free-test-breadcrumb {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.free-test-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.free-test-breadcrumb a:hover {
  text-decoration: underline;
}

.free-test-hero h1 {
  margin: 0 0 0.45rem;
  font-size: 1.6rem;
}

.free-test-intro {
  margin: 0;
  font-size: 0.95rem;
  color: #4b5563;
}

.free-test-section {
  padding: 0 0 3rem;
}

.free-test-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr);
  gap: 1rem;
}

.free-question-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.1rem 1.3rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  border: 1px solid #e2e8f0;
}

.free-question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 0.5rem;
}

.free-question-text {
  margin: 0 0 0.7rem;
  font-size: 0.98rem;
}

.free-answer {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.9rem;
}

.free-answer-label {
  font-weight: 600;
  color: #16a34a;
}

.free-answer-text {
  color: #0f172a;
}

.free-test-upgrade {
  margin-top: 1.5rem;
}

.free-test-upgrade-inner {
  border-radius: 1.2rem;
  padding: 1.2rem 1.4rem;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.free-test-upgrade-inner h2 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.free-test-upgrade-inner p {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  color: #475569;
}

/* Responsive for free pages */

@media (max-width: 880px) {
  .free-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .free-hero-card {
    margin-top: 1.3rem;
  }

  .free-tests-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }

  .free-test-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .free-shell {
    padding: 0 1.1rem;
  }

  .free-hero {
    padding-top: 2.4rem;
  }

  .free-hero-copy h1 {
    font-size: 1.8rem;
  }
}
/* ---------- EXAM PAGE V2 ---------- */

.exam-shell {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.exam-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.9fr);
  gap: 1.8rem;
  align-items: flex-start;
}

.exam-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.exam-card {
  background: #ffffff;
  border-radius: 1.2rem;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.09);
  border: 1px solid #e2e8f0;
}

.exam-timer {
  font-size: 0.9rem;
  color: #0f172a;
}

.exam-header-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.exam-progress {
  position: relative;
  width: 100%;
  height: 0.7rem;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
  font-size: 0.75rem;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exam-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(var(--value, 0) * 1%);
  background: linear-gradient(90deg, #2563eb, #4f46e5);
}

.exam-progress span {
  position: relative;
  z-index: 1;
}

.exam-question {
  font-size: 1rem;
  margin-bottom: 0.9rem;
}

.exam-options {
  display: grid;
  gap: 0.55rem;
}

.option-btn {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0.9rem;
  padding: 0.55rem 0.8rem;
  border: 1px solid #e2e8f0;
  background: #f9fafb;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
}

.option-btn:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}

.option-btn--selected {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: 0 0 0 1px #bfdbfe;
}

.exam-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
  margin-top: 1.1rem;
}

.exam-nav-btn {
  min-width: 120px;
  justify-content: center;
}

/* Submit hep sabit, sadece disabled olacak */
.exam-submit-btn[disabled] {
  opacity: 0.55;
  cursor: default;
}

/* Review kısmı */
.exam-review-item {
  border-top: 1px dashed #e5e7eb;
  padding: 0.6rem 0;
  font-size: 0.93rem;
}

.exam-review-item strong {
  font-weight: 600;
}

@media (max-width: 860px) {
  .exam-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .exam-shell {
    padding: 0 1.1rem;
  }

  .exam-header-row {
    flex-direction: column;
    align-items: stretch;
  }

  .exam-timer {
    text-align: right;
  }
}
/* ---------- STUDY PAGE (LIST) ---------- */

.study-shell {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.study-hero {
  background: radial-gradient(circle at top left, #1d4ed8 0, #0f172a 45%, #020617 100%);
  color: #e5e7eb;
  padding: 3rem 0 3.2rem;
}

.study-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2.3rem;
  align-items: center;
}

.study-hero-copy h1 {
  font-size: 2rem;
  margin: 0 0 0.7rem;
}

.study-hero-copy p {
  font-size: 0.98rem;
  color: #e5e7eb;
}

.study-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: rgba(15, 23, 42, 0.85);
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.study-hero-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.study-hero-list li {
  margin-bottom: 0.35rem;
}

.study-hero-card {
  background: #020617;
  border-radius: 1.4rem;
  padding: 1.5rem 1.7rem;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.55);
  font-size: 0.9rem;
}

.study-hero-card-text {
  color: #cbd5f5;
  margin-bottom: 0.8rem;
}

.study-hero-footnote {
  margin: 0;
  font-size: 0.85rem;
  color: #9ca3af;
}

.study-tests-section {
  padding-top: 2.4rem;
}

.study-test-card {
  position: relative;
}

.study-test-progress-mini {
  margin-top: 0.6rem;
  font-size: 0.8rem;
}

.study-test-progress-bar {
  position: relative;
  height: 0.45rem;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.study-test-progress-fill {
  position: absolute;
  inset: 0;
  width: calc(var(--value, 0) * 1%);
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

/* ---------- STUDY TEST PAGE (QUESTIONS) ---------- */

.study-test-hero {
  padding: 2.4rem 0 1.4rem;
}

.study-test-breadcrumb {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 0.4rem;
}

.study-test-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.study-test-breadcrumb a:hover {
  text-decoration: underline;
}

.study-test-hero h1 {
  margin: 0 0 0.45rem;
  font-size: 1.6rem;
}

.study-test-intro {
  margin: 0 0 1.1rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.study-progress-panel {
  max-width: 32rem;
}

.study-progress-top {
  font-size: 0.88rem;
  color: #475569;
  margin-bottom: 0.3rem;
}

.study-progress-bar {
  position: relative;
  height: 0.6rem;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.study-progress-fill {
  position: absolute;
  inset: 0;
  width: calc(var(--value, 0) * 1%);
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.study-questions-section {
  padding: 0 0 3rem;
}

.study-questions-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr);
  gap: 1rem;
}

.study-question-card {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.1rem 1.3rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  border: 1px solid #e2e8f0;
  transition: border-color 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}

.study-question-card--done {
  background: #f0fdf4;
  border-color: #22c55e;
  box-shadow: 0 20px 55px rgba(22, 163, 74, 0.18);
}

.study-question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 0.55rem;
}

.study-question-number {
  font-weight: 500;
}

.study-mark-btn {
  font-size: 0.78rem;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
  border: 1px solid #d1fae5;
  background: #ecfdf5;
  color: #15803d;
  cursor: pointer;
}

.study-question-card--done .study-mark-btn {
  background: #22c55e;
  border-color: #22c55e;
  color: #f9fafb;
}

.study-question-text {
  margin: 0 0 0.65rem;
  font-size: 0.98rem;
}

.study-answer {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.9rem;
  align-items: baseline;
}

.study-answer-label {
  font-weight: 600;
  color: #16a34a;
}

.study-answer-text {
  color: #0f172a;
}
/* Study navigation buttons */
.study-nav-controls {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
}

.study-nav-btn {
  min-width: 120px;
}

/* Free test navigation buttons */
.free-test-nav {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
}

.free-nav-btn {
  min-width: 120px;
}


@media (max-width: 880px) {
  .study-hero-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .study-hero-card {
    margin-top: 1.3rem;
  }

  .study-questions-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .study-shell {
    padding: 0 1.1rem;
  }

  .study-hero {
    padding-top: 2.4rem;
  }

  .study-hero-copy h1 {
    font-size: 1.8rem;
  }
}

/* Study navigation buttons */
.study-nav-controls {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
}

.study-nav-btn {
  min-width: 120px;
}

/* === Dark / Neon Exam Theme (Option B) === */

.exam-theme-dark {
  background: radial-gradient(circle at top, #1f2937 0, #020617 55%, #000 100%);
  color: #e5e7eb;
}

.exam-theme-dark .exam-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) minmax(0, 1.1fr);
  gap: 1.4rem;
  align-items: flex-start;
}

.exam-theme-dark .exam-card {
  background: linear-gradient(145deg, rgba(15,23,42,0.96), rgba(17,24,39,0.98));
  border-radius: 1.6rem;
  border: 1px solid rgba(56, 189, 248, 0.18);
  box-shadow:
    0 20px 45px rgba(0,0,0,0.7),
    0 0 0 1px rgba(15,23,42,0.9);
  padding: 1.6rem 1.9rem;
}

.exam-theme-dark .exam-card--intro {
  position: relative;
  overflow: hidden;
}

.exam-theme-dark .exam-card--intro::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.32), transparent 55%),
    radial-gradient(circle at bottom right, rgba(168,85,247,0.25), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
  mix-blend-mode: screen;
}

.exam-theme-dark .exam-card--intro > * {
  position: relative;
  z-index: 1;
}

.exam-theme-dark .section-title {
  color: #f9fafb;
}

.exam-theme-dark .section-subtitle {
  color: #9ca3af;
}

.exam-theme-dark .exam-header-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.exam-theme-dark .exam-timer {
  align-self: flex-start;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e5f2ff;
  background: radial-gradient(circle at top left, #1e3a8a, #0f172a);
  border-radius: 9999px;
  padding: 0.45rem 0.95rem;
  border: 1px solid rgba(129, 140, 248, 0.6);
  box-shadow: 0 0 0 1px rgba(30, 64, 175, 0.6);
}

.exam-theme-dark .exam-progress {
  position: relative;
  width: 100%;
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  overflow: hidden;
}

.exam-theme-dark .exam-progress::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(var(--value, 0) * 1%);
  background: linear-gradient(90deg, #22d3ee, #6366f1, #a855f7);
  box-shadow: 0 0 18px rgba(59,130,246,0.7);
  transition: width 0.18s ease-out;
}

.exam-theme-dark .exam-progress span {
  position: relative;
  z-index: 1;
  font-size: 0.75rem;
  color: #e5e7eb;
  text-align: right;
  padding-right: 0.35rem;
}

.exam-theme-dark .exam-question-header {
  margin-bottom: 0.9rem;
}

.exam-theme-dark .exam-question {
  font-size: 1.05rem;
  margin: 0.4rem 0 0.8rem;
  color: #f9fafb;
}

.exam-theme-dark .exam-options {
  display: grid;
  gap: 0.55rem;
}

/* Neon answer buttons */
.exam-theme-dark .option-btn {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 9999px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.4);
  background: rgba(15,23,42,0.95);
  font-size: 0.95rem;
  color: #e5e7eb;
  cursor: pointer;
  transition:
    transform 0.07s ease-out,
    box-shadow 0.12s ease-out,
    border-color 0.12s ease-out,
    background 0.12s ease-out,
    color 0.12s ease-out;
}

.exam-theme-dark .option-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(59,130,246,0.9);
  box-shadow: 0 12px 30px rgba(37,99,235,0.35);
  background: radial-gradient(circle at top left, rgba(37,99,235,0.35), rgba(15,23,42,0.98));
}

.exam-theme-dark .option-btn--selected {
  border-color: rgba(45,212,191,0.95);
  box-shadow:
    0 0 0 1px rgba(45,212,191,0.55),
    0 12px 32px rgba(45,212,191,0.32);
  background: radial-gradient(circle at top left, rgba(45,212,191,0.4), rgba(15,23,42,0.98));
}

/* Exam controls */
.exam-theme-dark .exam-controls {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.exam-theme-dark .exam-result-title {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  color: #f9fafb;
}

.exam-theme-dark .exam-result-score {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #e5e7eb;
}

.exam-theme-dark .exam-review-card {
  background: radial-gradient(circle at top left, rgba(15,23,42,0.96), rgba(15,23,42,0.98));
  border-radius: 1rem;
  border: 1px solid rgba(148,163,184,0.35);
  padding: 0.9rem 1rem;
  max-height: 420px;
  overflow: auto;
  font-size: 0.93rem;
}

.exam-theme-dark .exam-result-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

/* Side card */
.exam-theme-dark .exam-card--side {
  background: radial-gradient(circle at top, rgba(15,23,42,0.9), rgba(15,23,42,1));
}

.exam-theme-dark .exam-side-title {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
  color: #e5e7eb;
}

.exam-theme-dark .exam-side-text {
  font-size: 0.9rem;
  color: #9ca3af;
  margin-bottom: 0.7rem;
}

.exam-theme-dark .exam-side-list {
  font-size: 0.9rem;
  color: #e5e7eb;
  margin: 0;
  padding-left: 1rem;
}

/* Intro list and actions */
.exam-theme-dark .exam-intro-list {
  margin: 0 0 1.1rem;
  padding-left: 1.1rem;
  font-size: 0.93rem;
  color: #e5e7eb;
}

.exam-theme-dark .exam-intro-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0.4rem;
}

/* Small responsive tweak */
@media (max-width: 900px) {
  .exam-theme-dark .exam-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}


/* Fix exam intro header inside dark theme so it doesn't inherit global sticky white header styles */
.exam-theme-dark .exam-card header {
  position: static;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

/* Improve intro title/subtitle readability on dark background */
.exam-theme-dark .exam-card--intro .section-title,
.exam-theme-dark .exam-card--intro .section-subtitle {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.exam-theme-dark .exam-card--intro .section-title {
  color: #f9fafb;
}

.exam-theme-dark .exam-card--intro .section-subtitle {
  color: #cbd5f5;
}
/* ---------- FAQ PAGE V2 (VISUAL UPGRADE) ---------- */

.faq-page-shell {
  max-width: 72rem;
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
}

.faq-hero {
  text-align: center;
  padding: 2.5rem 0 2rem;
}

.faq-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #e0f2fe;
  color: #0369a1;
  margin-bottom: 0.9rem;
}

.faq-hero h1 {
  margin: 0 0 0.5rem;
  font-size: 2.1rem;
}

.faq-hero p {
  margin: 0;
  font-size: 0.98rem;
  color: #64748b;
}

/* Layout: FAQ list + side card */

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.1fr);
  gap: 1.8rem;
  align-items: flex-start;
  margin-top: 2.3rem;
}

.faq-left {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.faq-right {
  position: sticky;
  top: 86px;
}

/* Accordion list */

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.faq-accordion-item {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 0.9rem 1.1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

/* <details> ve <summary> stilleri */

.faq-accordion-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #0f172a;
}

.faq-accordion-item summary::-webkit-details-marker {
  display: none;
}

/* Soru metni + ikon */

.faq-question-text {
  flex: 1;
}

.faq-chevron {
  font-size: 1rem;
  color: #9ca3af;
  transition: transform 0.15s ease, color 0.15s ease;
}

/* Açıkken oku döndür */

.faq-accordion-item[open] .faq-chevron {
  transform: rotate(180deg);
  color: #2563eb;
}

.faq-answer {
  margin-top: 0.65rem;
  font-size: 0.95rem;
  color: #4b5563;
  border-top: 1px solid #e5e7eb;
  padding-top: 0.6rem;
}

/* Sağ taraftaki destek kartı */

.faq-help-card {
  background: #0f172a;
  color: #e5e7eb;
  border-radius: 1.3rem;
  padding: 1.5rem 1.7rem;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.7);
}

.faq-help-card h2 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
}

.faq-help-card p {
  margin: 0 0 0.8rem;
  font-size: 0.92rem;
  color: #cbd5f5;
}

.faq-help-highlight {
  font-size: 0.86rem;
  color: #fde68a;
  margin-bottom: 0.7rem;
}

.faq-help-meta {
  margin-top: 0.9rem;
  font-size: 0.85rem;
  color: #9ca3af;
}

/* Contact butonunu biraz vurgula */

.faq-help-card .btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}

/* Alt taraftaki büyük CTA bandı */

.faq-contact-band {
  margin-top: 3rem;
  border-radius: 1.6rem;
  padding: 2rem 2.2rem;
  background: radial-gradient(circle at top left, #1d4ed8 0, #0f172a 40%, #020617 100%);
  color: #e5e7eb;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.9);
}

.faq-contact-main {
  max-width: 34rem;
}

.faq-contact-main h2 {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
}

.faq-contact-main p {
  margin: 0;
  font-size: 0.95rem;
  color: #cbd5f5;
}

.faq-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 210px;
}

.faq-contact-actions .btn-primary,
.faq-contact-actions .btn-light {
  justify-content: center;
  width: 100%;
}

.faq-contact-note {
  font-size: 0.85rem;
  color: #e5e7eb;
  opacity: 0.9;
}

/* Mobilde tek kolon düzen */

@media (max-width: 880px) {
  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-right {
    position: static;
  }

  .faq-contact-band {
    padding: 1.7rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .faq-page-shell {
    padding: 0 1.1rem;
  }

  .faq-hero h1 {
    font-size: 1.8rem;
  }
}
/* ---------- FAQ PAGE VISUAL UPGRADE ---------- */

.home-section.faq-page {
  background: radial-gradient(circle at top left, #eff6ff 0, #f8fafc 55%, #ffffff 100%);
  padding: 3rem 1.5rem 4rem;
}

.faq-page .section-title {
  text-align: center;
  margin-bottom: 0.5rem;
}

.faq-page .section-subtitle {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
  font-size: 0.98rem;
  color: #64748b;
}

/* FAQ list as cards */

.faq-list {
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.faq-item {
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.8rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  font-size: 1rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #4b5563;
}

/* Support card under the list */

.faq-support {
  max-width: 720px;
  margin: 2.5rem auto 0;
}

.faq-support-card {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.6rem 1.8rem;
  border-radius: 1.4rem;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.85);
}

.faq-support-card h2 {
  margin: 0 0 0.6rem;
  font-size: 1.3rem;
}

.faq-support-card p {
  margin: 0.2rem 0;
  font-size: 0.94rem;
}

.faq-support-meta {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #e5e7eb;
  opacity: 0.9;
}

.faq-support-note {
  margin-top: 0.7rem;
  font-size: 0.86rem;
  color: #cbd5f5;
}

.faq-support-card .btn-primary {
  margin-top: 0.9rem;
  width: 100%;
  justify-content: center;
}

/* Big CTA band at the very bottom */

.faq-contact-band {
  max-width: 900px;
  margin: 2.8rem auto 0;
  padding: 2rem 2.2rem;
  border-radius: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  align-items: center;
  justify-content: space-between;
  background: radial-gradient(circle at top left, #1d4ed8 0, #0f172a 40%, #020617 100%);
  color: #e5e7eb;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.9);
}

.faq-contact-main {
  max-width: 34rem;
}

.faq-contact-main h2 {
  margin: 0 0 0.35rem;
  font-size: 1.5rem;
}

.faq-contact-main p {
  margin: 0;
  font-size: 0.95rem;
  color: #cbd5f5;
}

.faq-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 210px;
}

.faq-contact-actions .btn-light,
.faq-contact-actions .btn-primary {
  width: 100%;
  justify-content: center;
}

.faq-contact-note {
  font-size: 0.85rem;
  color: #e5e7eb;
  opacity: 0.9;
}

/* Mobile tweaks */

@media (max-width: 768px) {
  .home-section.faq-page {
    padding: 2.5rem 1.1rem 3rem;
  }

  .faq-contact-band {
    padding: 1.7rem 1.5rem;
  }
}

/* ============================
   CONTACT PAGE – enhanced layout
   ============================ */

/* ============================
   CONTACT PAGE – enhanced layout
   ============================ */

.contact-page {
  max-width: 980px;
  margin: 2.5rem auto 3.5rem;
  /* soft animated gradient background */
  background: radial-gradient(circle at 20% 15%, #eef2ff 0, #e0e7ff 40%, #f8fafc 85%);
  background-size: 140% 140%;
  padding: 1.75rem 1.5rem 2.25rem;
  border-radius: 1.8rem;
  animation: contactGradient 18s ease-in-out infinite alternate;
}

/* subtle gradient motion */
@keyframes contactGradient {
  0% { background-position: 0% 0%; }
  100% { background-position: 60% 100%; }
}

.contact-heading {
  max-width: 720px;
  margin: 0 auto 2.25rem;
  text-align: left;
}

.contact-eyebrow {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
  margin-bottom: 0.4rem;
}

/* main title + underline accent */
.contact-page .section-title {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 0.4rem;
  position: relative;
}

.contact-page .section-title::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 12px;
  background: #2563eb;
  border-radius: 2px;
}

.contact-page .section-subtitle {
  text-align: left;
  max-width: 640px;
  margin: 0;
  color: #6b7280;
}

/* Two-column layout */
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.2fr);
  gap: 1.8rem;
  align-items: flex-start;
}

/* Elevated cards with soft shadows */
.contact-card,
.contact-side {
  background: #ffffff;
  border-radius: 1.3rem;
  padding: 1.6rem 1.7rem;
  border: 1px solid #e5e7eb;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.05),
    0 12px 30px rgba(15, 23, 42, 0.06),
    0 24px 60px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(12px);
}

.contact-card {
  background:
    radial-gradient(circle at top left, #eff6ff 0, #ffffff 55%),
    #ffffff;
}

/* alerts with small icon + animation */
.contact-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
  animation: contactFadeIn 0.45s ease-out;
}

.contact-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  font-size: 0.85rem;
  background: #e5f9ed;
  color: #16a34a;
}

/* fade-in animation for success/error */
@keyframes contactFadeIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Form styling specific to the contact page */
.contact-form {
  margin-top: 0.5rem;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

/* icon inputs */
.form-group-icon .input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.input-wrapper input,
.input-wrapper textarea {
  width: 100%;
  padding-left: 2.4rem; /* space for icon */
}

.input-wrapper-textarea textarea {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.input-icon {
  position: absolute;
  left: 0.75rem;
  font-size: 0.9rem;
  opacity: 0.7;
  pointer-events: none;
}

.contact-form .form-group {
  margin-bottom: 0.7rem;
}

.contact-form .form-group label {
  font-size: 0.8rem;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

/* make sure inputs inherit site style but stay full width here */
.contact-form input,
.contact-form textarea {
  max-width: 100%;
}

/* small privacy text */
.contact-small-print {
  font-size: 0.78rem;
  color: #6b7280;
  margin: 0.6rem 0 0.9rem;
}

.contact-success {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #16a34a;
}

/* Premium gradient button, scoped to contact page only */
.contact-btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: none;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.75rem 1.2rem;
  box-shadow:
    0 6px 18px rgba(37, 99, 235, 0.35),
    0 0 0 1px rgba(191, 219, 254, 0.6);
  transition: transform 0.16s ease, box-shadow 0.2s ease, filter 0.16s ease;
}

.contact-btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 12px 30px rgba(37, 99, 235, 0.45),
    0 0 0 1px rgba(191, 219, 254, 0.8);
}

.contact-btn-primary:active {
  transform: translateY(0);
  box-shadow:
    0 5px 14px rgba(37, 99, 235, 0.4),
    0 0 0 1px rgba(191, 219, 254, 0.8);
}

/* Right-hand side: support content */
.contact-side h2 {
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.contact-side p {
  font-size: 0.95rem;
  color: #4b5563;
}

.contact-list {
  list-style: disc;
  padding-left: 1.1rem;
  margin: 0.75rem 0 1.25rem;
}

.contact-list li {
  font-size: 0.92rem;
  color: #4b5563;
  margin-bottom: 0.35rem;
}

.contact-side-card {
  margin-top: 0.5rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.contact-side-card h3 {
  font-size: 0.98rem;
  margin-top: 0;
  margin-bottom: 0.45rem;
}

.contact-side-card a {
  color: #1d4ed8;
  font-weight: 500;
}

.contact-meta {
  font-size: 0.9rem;
  color: #6b7280;
  margin-top: 0.7rem;
}

.contact-note {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 1rem;
}

/* Responsive tweaks */
@media (max-width: 960px) {
  .contact-page {
    max-width: 720px;
    padding: 1.5rem 1.1rem 2rem;
    margin: 2rem auto 3rem;
  }

  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-heading {
    margin-bottom: 1.75rem;
  }
}

@media (max-width: 640px) {
  .contact-page {
    border-radius: 1.2rem;
    padding: 1.25rem 0.9rem 1.8rem;
  }

  .contact-card,
  .contact-side {
    padding: 1.25rem 1.2rem;
    border-radius: 1.1rem;
  }

  .contact-form .form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-page .section-title {
    font-size: 1.6rem;
  }

  .contact-page .section-title::after {
    width: 40px;
  }
}
/* Pricing page video */
.pricing-video-wrapper {
    margin: 2rem auto 2.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pricing-video {
    width: 100%;
    max-width: 900px;
    border-radius: 16px;
    box-shadow:
        0 4px 12px rgba(0,0,0,0.05),
        0 14px 32px rgba(0,0,0,0.08),
        0 28px 60px rgba(0,0,0,0.10);
    background: #000;
    display: block;
    aspect-ratio: 16 / 9;   /* keeps it nicely proportioned on all screens */
    height: auto;
}

/* Tablet */
@media (max-width: 992px) {
    .pricing-video-wrapper {
        margin: 1.75rem auto 2.2rem;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .pricing-video-wrapper {
        margin: 1.5rem auto 2rem;
        padding: 0 0.5rem;
    }

    .pricing-video {
        border-radius: 12px;
        box-shadow:
            0 3px 10px rgba(0,0,0,0.08),
            0 10px 24px rgba(0,0,0,0.10);
    }
}
/* ============================
   HEADER BRANDING – PassLifeUK
   ============================ */

/* Brand container */
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

/* Circular mark with initials "PL" */
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: radial-gradient(circle at 30% 20%, #eff6ff 0, #2563eb 40%, #1d4ed8 80%);
  box-shadow:
    0 4px 10px rgba(37, 99, 235, 0.45),
    0 0 0 1px rgba(191, 219, 254, 0.8);
}

/* Text block next to the mark */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* Main brand text "PassLifeUK" */
.brand-text-main {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
}

/* Small subline under the brand */
.brand-text-sub {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
}

/* On very small screens, keep it compact */
@media (max-width: 640px) {
  .brand-text-sub {
    display: none; /* hide subtext on small mobile so header stays clean */
  }

  .brand-text-main {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }
}

/* Optional: subtle hover on the brand (desktop only) */
@media (hover: hover) {
  .site-brand:hover .brand-mark {
    transform: translateY(-1px);
    box-shadow:
      0 6px 14px rgba(37, 99, 235, 0.55),
      0 0 0 1px rgba(191, 219, 254, 0.9);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
  }
}

/* Optional: classy underline animation for header menu links
   (applies to links inside the header nav only) */
header nav a {
  position: relative;
  text-decoration: none;
}

header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #1d4ed8);
  transition: width 0.18s ease-out;
}

header nav a:hover::after {
  width: 100%;
}
/* ============================
   HEADER BRANDING – PassLifeUK
   ============================ */

/* Logo + yazı blok */
.logo.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-size: 1rem; /* default logo font override */
}

/* Yuvarlak PL mark */
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: radial-gradient(circle at 30% 20%, #eff6ff 0, #2563eb 40%, #1d4ed8 80%);
  box-shadow:
    0 4px 10px rgba(37, 99, 235, 0.45),
    0 0 0 1px rgba(191, 219, 254, 0.8);
}

/* Logo yanındaki yazı bloğu */
.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

/* "PassLifeUK" ana metin */
.brand-text-main {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
}

/* Alt satır küçük tagline */
.brand-text-sub {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
}

/* Küçük ekranlarda kompakt görünüm */
@media (max-width: 640px) {
  .brand-text-sub {
    display: none; /* mobile'da tagline'ı gizle */
  }

  .brand-text-main {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }
}

/* Desktop'ta hover efekti */
@media (hover: hover) {
  .logo.site-brand:hover .brand-mark {
    transform: translateY(-1px);
    box-shadow:
      0 6px 14px rgba(37, 99, 235, 0.55),
      0 0 0 1px rgba(191, 219, 254, 0.9);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
  }
}

/* ============================
   WEB MENU – desktop görünüm
   ============================ */

@media (min-width: 768px) {
  /* Nav linklerini biraz daha premium yap – sadece desktop için */
  .nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.9rem;
  }

  .nav-links .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #4b5563;
    text-decoration: none;
    white-space: nowrap;
    transition:
      color 0.15s ease,
      transform 0.12s ease;
    background: transparent; /* pill bg yerine daha hafif görünüm */
  }

  /* Alt çizgi hover animasyonu */
  .nav-links .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.25rem;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    transition: width 0.16s ease-out;
  }

  .nav-links .nav-link:hover {
    color: #111827;
    transform: translateY(-1px);
  }

  .nav-links .nav-link:hover::after {
    width: 100%;
  }

  /* Aktif sayfa için .is-active class'ı kullanabilirsin */
  .nav-links .nav-link.is-active {
    color: #111827;
  }

  .nav-links .nav-link.is-active::after {
    width: 100%;
  }

  /* CTA (Sign Up / Logout) butonu – gradient ve gölgeli */
  .nav-links .nav-link--primary {
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    border: none;
    box-shadow:
      0 6px 18px rgba(37, 99, 235, 0.35),
      0 0 0 1px rgba(191, 219, 254, 0.7);
    font-size: 0.88rem;
  }

  .nav-links .nav-link--primary::after {
    display: none; /* CTA'da alt çizgi animasyonu olmasın */
  }

  .nav-links .nav-link--primary:hover {
    transform: translateY(-1px);
    box-shadow:
      0 10px 26px rgba(37, 99, 235, 0.45),
      0 0 0 1px rgba(191, 219, 254, 0.9);
  }

  .nav-links .nav-link--primary:active {
    transform: translateY(0);
    box-shadow:
      0 5px 14px rgba(37, 99, 235, 0.4),
      0 0 0 1px rgba(191, 219, 254, 0.9);
  }
}

/* Mobile'da mevcut menü yapını bozmamak için ekstra override yok;
   var olan .nav-links, .mobile-toggle, .hamburger CSS'in aynen çalışmaya devam eder. */
/* =====================================
   PREMIUM HEADER & MENU – DESKTOP FIRST
   ===================================== */

/* Logo: zaten daha önce eklemiştik; tekrar yazıyoruz ki net olsun */
.logo.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  font-size: 1rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  background: radial-gradient(circle at 30% 20%, #eff6ff 0, #2563eb 40%, #1d4ed8 80%);
  box-shadow:
    0 4px 10px rgba(37, 99, 235, 0.45),
    0 0 0 1px rgba(191, 219, 254, 0.8);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text-main {
  font-weight: 700;
  font-size: 1rem;
  color: #0f172a;
}

.brand-text-sub {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #9ca3af;
}

@media (max-width: 640px) {
  .brand-text-sub {
    display: none;
  }

  .brand-text-main {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }
}

/* Desktop için cam efektli sticky header + premium menü */
@media (min-width: 992px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    box-shadow:
      0 1px 0 rgba(229, 231, 235, 0.9),
      0 10px 30px rgba(15, 23, 42, 0.08);
  }

  .site-header .header-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.6rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
  }

  /* Menü barı – ortada yüzen pill bar hissi */
  .nav-links {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.28rem;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.9);
    box-shadow:
      0 4px 16px rgba(15, 23, 42, 0.08),
      0 0 0 1px rgba(229, 231, 235, 0.95);
  }

  /* Temel link stili – küçük pill butonlar */
  .nav-links .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #4b5563;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    border: 1px solid transparent;
    transition:
      color 0.15s ease,
      background-color 0.15s ease,
      box-shadow 0.15s ease,
      transform 0.12s ease;
  }

  /* Hover – beyaz zemin + gölge + hafif hareket */
  .nav-links .nav-link:hover {
    color: #111827;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
  }

  /* Alt çizgi efektlerini tamamen kaldırıyoruz (önceden eklediysen) */
  .nav-links .nav-link::after {
    content: none;
  }

  /* Pasif/metin gibi görünen link (Welcome, User için) */
  .nav-links .nav-link--muted {
    cursor: default;
    opacity: 0.85;
    background: transparent;
    box-shadow: none;
  }

  .nav-links .nav-link--muted:hover {
    transform: none;
    box-shadow: none;
    background: transparent;
  }

  /* Aktif sayfa – istersen ilgili linke .is-active class'ı ver */
  .nav-links .nav-link.is-active {
    color: #111827;
    background: #e0edff;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.28);
    border-color: rgba(37, 99, 235, 0.35);
  }

  /* CTA – gradient buton */
  .nav-links .nav-link--primary {
    padding: 0.45rem 1rem;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #ffffff;
    box-shadow:
      0 8px 20px rgba(37, 99, 235, 0.45),
      0 0 0 1px rgba(191, 219, 254, 0.9);
    border-color: transparent;
  }

  .nav-links .nav-link--primary:hover {
    transform: translateY(-2px);
    box-shadow:
      0 14px 30px rgba(37, 99, 235, 0.55),
      0 0 0 1px rgba(191, 219, 254, 1);
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
  }

  .nav-links .nav-link--primary:active {
    transform: translateY(0);
    box-shadow:
      0 8px 18px rgba(37, 99, 235, 0.5),
      0 0 0 1px rgba(191, 219, 254, 1);
  }

  /* Desktop'ta brand hover'u – minik hareket */
  .site-header .logo.site-brand:hover .brand-mark {
    transform: translateY(-1px);
    box-shadow:
      0 6px 14px rgba(37, 99, 235, 0.55),
      0 0 0 1px rgba(191, 219, 254, 0.9);
    transition: transform 0.15s ease, box-shadow 0.2s ease;
  }
}

/* Mobil & tablet – mevcut mobil menü CSS'ini bozmamak için
   burada ekstra büyük değişiklik yok. Küçük iyileştirme olarak: */
@media (max-width: 991px) {
  .site-header {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(229, 231, 235, 0.9);
  }

  .nav-links .nav-link--primary {
    background: #2563eb;
    color: #ffffff;
  }
}
@media (max-width: 768px) {
  .header-inner {
    padding-inline: 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    right: 1rem;
    top: 56px;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    display: none;          /* BURADA ARTIK JS DEVREYE GİRECEK */
  }

  .nav-links.nav-open {
    display: flex;
  }
}
.pricing-premium.notice-card {
  max-width: 680px;
  margin: 2rem auto;
  padding: 1.75rem 1.5rem;
  border-radius: 1.25rem;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  text-align: left;
}

.notice-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: #0f172a;
  color: #facc15;
  margin-bottom: 1rem;
}

.notice-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.notice-subtitle {
  font-size: 0.95rem;
  color: #475569;
  margin-bottom: 0.9rem;
}

.notice-text {
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 0.9rem;
}

.notice-list {
  padding-left: 1.1rem;
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
  color: #1e293b;
}

.notice-list li + li {
  margin-top: 0.25rem;
}

.notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.notice-actions .btn {
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Eğer sitende btn-primary / btn-secondary yoksa: */
.btn-primary {
  background: #0f172a;
  color: #f9fafb;
}

.btn-secondary {
  background: #e2e8f0;
  color: #0f172a;
}

.notice-footer {
  font-size: 0.85rem;
  color: #64748b;
}

/* Mobile için ufak dokunuş */
@media (max-width: 640px) {
  .pricing-premium.notice-card {
    margin-inline: 1rem;
    padding: 1.5rem 1.2rem;
  }

  .notice-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.nav-links .nav-link--primary {
  padding: 0.4rem 1rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.nav-links a {
  line-height: 1 !important;
  vertical-align: middle !important;
}
/* === HEADER / NAV – Temiz Versiyon === */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffffee;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e2e8f0;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* logo */
.logo {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* nav links (desktop) */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.nav-link {
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.16s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nav-link:hover {
  color: #111827;
  background: #f3f4f6;
}

/* aktif sayfa */
.nav-link--active {
  background: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

/* outline & primary */
.nav-link--outline {
  border-color: #e2e8f0;
}

.nav-link--primary {
  background: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

.nav-link--primary:hover {
  background: #1d4ed8;
}

/* Auth alanı (Welcome + Logout vs.) */
.nav-auth {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-auth-welcome {
  font-size: 0.9rem;
  color: #6b7280;
  line-height: 1;
  white-space: nowrap;
}

/* Hamburger (mobile) */

.nav-toggle {
  display: none; /* desktop’ta gizli */
  width: 40px;
  height: 32px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 6px 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.nav-toggle-line {
  width: 100%;
  height: 2px;
  background: #0f172a;
  border-radius: 9999px;
}@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    right: 1rem;
    top: 56px;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    display: none;
  }

  .nav-links.nav-open {
    display: flex;
  }
}
/* === HEADER / NAV === */

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffffee;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e2e8f0;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.04em;
  color: #0f172a;
  text-decoration: none;
}

/* nav links */

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.nav-link {
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid transparent;
  color: #6b7280;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.16s ease;
}

.nav-link:hover {
  color: #111827;
  background: #f3f4f6;
}

/* aktif sayfa */
.nav-link--active {
  background: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

/* outline & primary */
.nav-link--outline {
  border-color: #e2e8f0;
}

.nav-link--primary {
  background: #2563eb;
  color: #f9fafb;
  border-color: #2563eb;
}

.nav-link--primary:hover {
  background: #1d4ed8;
}

.nav-link--start {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Kullanıcı etiketi */
.nav-user {
  font-size: 0.8rem;
  color: #9ca3af;
}

/* Hamburger (mobile) */

.nav-toggle {
  display: none;
  width: 40px;
  height: 32px;
  border-radius: 9999px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 6px 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle-line {
  width: 100%;
  height: 2px;
  background: #0f172a;
  border-radius: 9999px;
}

/* mobile düzeni */
@media (max-width: 768px) {
  .header-inner {
    padding-inline: 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    right: 1rem;
    top: 56px;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
    display: none; /* başlangıçta gizli */
  }

  .nav-links.nav-open {
    display: flex; /* JS bu class'ı ekleyince açılacak */
  }
}


/* =====================================================
   Responsive + SEO friendly base (global)
   ===================================================== */
img, video, canvas, svg { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
table { width: 100%; border-collapse: collapse; overflow-x: auto; display: block; }
pre, code { max-width: 100%; overflow-x: auto; }

:focus-visible { outline: 3px solid rgba(37,99,235,.35); outline-offset: 2px; border-radius: 12px; }

/* Improve tap targets on mobile */
a, button, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button, .nav-link { touch-action: manipulation; }

/* Prevent horizontal overflow on small screens */
body { overflow-x: hidden; }
.site-header, .site-footer, main { max-width: 100%; }

/* Mobile header spacing */
@media (max-width: 420px){
  .header-inner { padding-left: 12px !important; padding-right: 12px !important; }
  .nav-auth-welcome { display:none !important; }
  .nav-link { padding: .7rem .9rem !important; }
}

/* Stars quality (for feedback blocks if used in-page) */
.stars, .chipStars, .rating-stars, .review-stars {
  color: #fbbf24;
  text-shadow: 0 1px 0 rgba(0,0,0,.12), 0 10px 18px rgba(251,191,36,.18);
}
[data-theme="dark"] .stars, [data-theme="dark"] .chipStars,
[data-theme="dark"] .rating-stars, [data-theme="dark"] .review-stars{
  text-shadow: 0 1px 0 rgba(0,0,0,.30), 0 14px 26px rgba(251,191,36,.14);
}
