/* ==========================================================================
   Summer Work Germany (summerworkgermany.com) - Acik Tema & Alman Bayrak Renkleri
   Kural: Kesinlikle emdash veya endash kullanilmamistir.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  /* Renk Paleti - Acik Tema & Alman Bayragi (Siyah, Kirmizi, Sari/Altin) */
  --bg-base: #f8fafc;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #f1f5f9;
  --bg-subtle: #f1f5f9;
  --bg-glass: rgba(255, 255, 255, 0.88);
  
  /* Alman Bayrak Aksanlari */
  --flag-black: #0f172a;
  --flag-red: #dc2626;
  --flag-gold: #d97706;

  --gold-500: #d97706;
  --gold-600: #b45309;
  --gold-400: #f59e0b;
  --gold-light: #fef3c7;
  --gold-glow: rgba(217, 119, 6, 0.2);
  
  --red-500: #dc2626;
  --red-600: #b91c1c;
  --red-light: #fee2e2;
  --red-glow: rgba(220, 38, 38, 0.2);
  
  --emerald-500: #059669;
  --emerald-light: #d1fae5;
  
  --blue-500: #2563eb;
  --blue-light: #dbeafe;
  
  /* Metin Renkleri (Acik Tema) */
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-dim: #94a3b8;
  
  /* Sinirlar ve Golgeler */
  --border-subtle: #e2e8f0;
  --border-card: rgba(0, 0, 0, 0.08);
  --border-active: #d97706;
  
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.07), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 20px 35px -5px rgba(0, 0, 0, 0.1), 0 10px 15px -5px rgba(0, 0, 0, 0.04);
  --shadow-gold: 0 10px 25px -5px rgba(217, 119, 6, 0.25);
  --shadow-red: 0 10px 25px -5px rgba(220, 38, 38, 0.25);

  /* Tipografi */
  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Reset & Temel Ayarlar */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  color-scheme: light;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg-base);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  background-image: 
    radial-gradient(circle at 10% 5%, rgba(217, 119, 6, 0.05) 0%, transparent 45%),
    radial-gradient(circle at 90% 25%, rgba(220, 38, 38, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 50% 75%, rgba(15, 23, 42, 0.03) 0%, transparent 50%);
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
  color: var(--text-primary);
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
}

input, textarea, select, button {
  -webkit-user-select: auto;
  user-select: auto;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  outline: none;
}

ul, ol {
  list-style-position: inside;
}

/* Kapsayici */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 90px 0;
  position: relative;
}

/* Baslik Sablonu */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px auto;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.badge-tag.gold {
  background: var(--gold-light);
  color: var(--gold-600);
  border: 1px solid rgba(217, 119, 6, 0.25);
}

.badge-tag.red {
  background: var(--red-light);
  color: var(--red-600);
  border: 1px solid rgba(220, 38, 38, 0.25);
}

.badge-tag.emerald {
  background: var(--emerald-light);
  color: var(--emerald-500);
  border: 1px solid rgba(5, 150, 105, 0.25);
}

.section-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  color: var(--flag-black);
}

.section-title span.highlight-gold {
  background: linear-gradient(135deg, #b45309, #d97706);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-title span.highlight-red {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-desc {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ==========================================================================
   Header & Navigasyon (Acik Tema)
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  transition: all var(--transition-normal);
}

.site-header.scrolled {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(217, 119, 6, 0.3);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  max-width: 1280px;
  gap: 16px;
}

.brand-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.site-logo-img {
  height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform var(--transition-fast);
}

.brand-logo:hover .site-logo-img {
  transform: scale(1.03);
}

.footer-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 16px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
  position: relative;
  padding: 6px 0;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.nav-link:hover, .nav-link.active {
  color: var(--red-600);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--red-500), var(--gold-500));
  transition: width var(--transition-fast);
  border-radius: 2px;
}

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

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Buton Stilleri */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius-md);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #0f172a;
  box-shadow: 0 4px 15px rgba(217, 119, 6, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(217, 119, 6, 0.45);
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.btn-yellow {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-yellow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.45);
  background: linear-gradient(135deg, #fde047, #fbbf24);
}

.btn-secondary {
  background: #ffffff;
  color: var(--text-primary);
  border: 1.5px solid var(--border-subtle);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: var(--bg-subtle);
  border-color: #cbd5e1;
  transform: translateY(-2px);
}

.btn-red {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.3);
}

.btn-red:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.45);
}

.btn-whatsapp {
  background: #16a34a;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.3);
}

.btn-whatsapp:hover {
  background: #15803d;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(22, 163, 74, 0.45);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-lg {
  padding: 16px 32px;
  font-size: 1.05rem;
  border-radius: var(--radius-md);
}

.hamburger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  cursor: pointer;
  padding: 8px;
}

.hamburger-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  border-radius: 2px;
  transition: all var(--transition-fast);
}

/* ==========================================================================
   Hero Bölümü (Acik Tema)
   ========================================================================== */
.hero-section {
  padding-top: 150px;
  padding-bottom: 80px;
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-pill-info {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-light);
  border: 1px solid rgba(217, 119, 6, 0.3);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  margin-bottom: 24px;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--gold-600);
}

.hero-pill-info .pulse-dot {
  width: 8px;
  height: 8px;
  background-color: var(--emerald-500);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.7);
  animation: pulse-emerald 2s infinite;
}

@keyframes pulse-emerald {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(5, 150, 105, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(5, 150, 105, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(5, 150, 105, 0); }
}

.hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  line-height: 1.15;
  color: var(--flag-black);
}

.hero-title .flag-gradient {
  background: linear-gradient(135deg, #dc2626 0%, #d97706 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.hero-lead {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 36px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 28px;
}

.hero-stat-card {
  display: flex;
  flex-direction: column;
}

.hero-stat-card .number {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--flag-black);
  line-height: 1.1;
}

.hero-stat-card .number span {
  color: var(--flag-black);
}

.hero-stat-card .label {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 500;
}

/* Hero Sag Kart: Hizli Uygunluk Fragmani */
.hero-card-preview {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.hero-card-preview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0f172a 33.3%, #dc2626 33.3%, #dc2626 66.6%, #f59e0b 66.6%);
}

.card-header-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.card-header-badge .tag {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold-600);
  background: var(--gold-light);
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.preview-features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 28px 0;
}

.preview-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.preview-feature-item .icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-light);
  border: 1px solid rgba(217, 119, 6, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-600);
  font-weight: 700;
  flex-shrink: 0;
}

.preview-feature-item .text h4 {
  font-size: 0.95rem;
  margin-bottom: 2px;
  color: var(--flag-black);
}

.preview-feature-item .text p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.agency-trust-stamp {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--border-subtle);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.agency-trust-stamp strong {
  color: var(--flag-black);
}

/* ==========================================================================
   İnteraktif Uygunluk Testi (Acik Tema)
   ========================================================================== */
.quiz-section {
  background: #f1f5f9;
  position: relative;
}

.quiz-wrapper {
  max-width: 840px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.quiz-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.quiz-progress-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.quiz-progress-text span {
  color: var(--red-600);
}

.quiz-progress-container {
  width: 100%;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 36px;
}

.quiz-progress-bar {
  height: 100%;
  width: 14%;
  background: linear-gradient(90deg, #dc2626, #f59e0b);
  border-radius: 4px;
  transition: width var(--transition-normal);
}

.quiz-step-card {
  display: none;
  animation: fadeInStep 0.4s ease-out forwards;
}

.quiz-step-card.active {
  display: block;
}

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

.quiz-question-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: 800;
  color: var(--flag-black);
}

.quiz-question-sub {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.quiz-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}

.quiz-option-btn {
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 18px;
  cursor: pointer;
  transition: all var(--transition-fast);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-secondary);
  box-shadow: var(--shadow-sm);
}

.quiz-option-btn:hover {
  background: var(--gold-light);
  border-color: var(--gold-500);
  transform: translateY(-2px);
  color: var(--flag-black);
}

.quiz-option-btn.selected {
  background: var(--gold-light);
  border-color: var(--gold-600);
  box-shadow: 0 0 0 2px var(--gold-500);
  color: var(--flag-black);
}

.quiz-option-btn .opt-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.quiz-option-btn .opt-info h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: var(--flag-black);
}

.quiz-option-btn .opt-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.quiz-nav-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
}

/* Uygunluk Testi Sonuc Ekrani */
.quiz-result-container {
  text-align: center;
  padding: 10px 0;
}

.score-badge-circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 4px solid #10b981;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.35);
  position: relative;
  transition: all var(--transition-normal);
}

.score-badge-circle.positive {
  border-color: #10b981;
  box-shadow: 0 0 30px rgba(16, 185, 129, 0.35);
}

.score-badge-circle.positive .score-num {
  color: #059669;
}

.score-badge-circle.negative {
  border-color: #dc2626;
  box-shadow: 0 0 30px rgba(220, 38, 38, 0.35);
}

.score-badge-circle.negative .score-num {
  color: #dc2626;
}

.score-badge-circle .score-num {
  font-size: 2.4rem;
  font-weight: 900;
  font-family: var(--font-heading);
  color: #059669;
  line-height: 1;
}

.score-badge-circle .score-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}

.quiz-disqualified-container {
  text-align: center;
  padding: 24px 12px;
}

.disqualified-badge-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef2f2;
  border: 3px solid #dc2626;
  color: #dc2626;
  font-size: 2.6rem;
  box-shadow: 0 0 25px rgba(220, 38, 38, 0.2);
}

.result-verdict-title {
  font-size: 1.85rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--flag-black);
}

.result-verdict-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 28px auto;
}

.result-insights-box {
  background: var(--bg-subtle);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: left;
  margin-bottom: 32px;
}

.result-insights-box h4 {
  font-size: 1.05rem;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-600);
}

.insight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.insight-item i {
  color: var(--emerald-500);
  margin-top: 3px;
  font-weight: bold;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ==========================================================================
   Euro Kazanc & Butce Simulatoru (Acik Tema)
   ========================================================================== */
.calc-section {
  position: relative;
}

.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-lg);
}

.calc-controls {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.calc-control-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calc-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calc-label-row label {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--flag-black);
}

.calc-label-row .calc-val {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--gold-600);
}

input[type="range"].custom-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e2e8f0;
  outline: none;
}

input[type="range"].custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold-500);
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.5);
  transition: transform var(--transition-fast);
}

input[type="range"].custom-range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.calc-preview-card {
  background: #f8fafc;
  border: 1.5px solid rgba(217, 119, 6, 0.3);
  border-radius: var(--radius-md);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.calc-total-display {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle);
}

.calc-total-display .tag {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold-600);
  letter-spacing: 0.05em;
}

.calc-total-display .amount {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--flag-black);
  margin: 6px 0;
}

.calc-total-display .amount span {
  color: var(--gold-600);
}

.calc-total-display .sub {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.calc-breakdown-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.calc-breakdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.calc-breakdown-item .label {
  color: var(--text-muted);
  font-weight: 500;
}

.calc-breakdown-item .val {
  font-weight: 700;
  color: var(--text-primary);
}

.calc-breakdown-item.positive .val {
  color: #059669;
}

.calc-breakdown-item.negative .val {
  color: #dc2626;
}

/* ==========================================================================
   Program Detaylari & Surec Haritasi (Timeline)
   ========================================================================== */
.timeline-section {
  position: relative;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  position: relative;
}

.timeline-card {
  grid-column: span 2;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 30px 24px;
  transition: all var(--transition-normal);
  position: relative;
  box-shadow: var(--shadow-sm);
}

.timeline-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.timeline-card:nth-child(5) {
  grid-column: 4 / span 2;
}

@media (max-width: 992px) {
  .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .timeline-card,
  .timeline-card:nth-child(4),
  .timeline-card:nth-child(5) {
    grid-column: auto;
  }
  .timeline-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .timeline-grid {
    grid-template-columns: 1fr;
  }
  .timeline-card:nth-child(5) {
    grid-column: auto;
    max-width: none;
    margin: 0;
  }
}

.timeline-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-500);
  box-shadow: var(--shadow-md);
}

.timeline-step-badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-light);
  border: 1px solid rgba(217, 119, 6, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--gold-600);
  margin-bottom: 20px;
}

.timeline-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: var(--flag-black);
}

.timeline-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Is Sektorleri & Almanya Sehirleri (Acik Tema)
   ========================================================================== */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.job-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 28px;
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.job-card:hover {
  border-color: var(--red-500);
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.job-icon-box {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-sm);
  background: var(--red-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.job-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--flag-black);
}

.job-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  flex-grow: 1;
}

.job-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--border-subtle);
  padding-top: 14px;
  font-size: 0.85rem;
}

.job-meta-row .wage {
  font-weight: 700;
  color: var(--gold-600);
}

.job-meta-row .lang {
  color: var(--text-muted);
  font-weight: 500;
}

/* Sehir Kartlari */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.city-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.city-card:hover {
  border-color: var(--gold-500);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.city-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.city-header h4 {
  font-size: 1.25rem;
  color: var(--flag-black);
}

.city-header .tag {
  font-size: 0.75rem;
  background: var(--bg-subtle);
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--text-muted);
  font-weight: 600;
}

.city-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ==========================================================================
   Almanya vs Amerika Karsilastirma Matrisi (Acik Tema)
   ========================================================================== */
.vs-table-wrapper {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.vs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.vs-table th, .vs-table td {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-subtle);
}

.vs-table th {
  background: #f8fafc;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
}

.vs-table th.germany-col {
  color: var(--gold-600);
  border-bottom: 2px solid var(--gold-500);
  background: var(--gold-light);
}

.vs-table th.usa-col {
  color: var(--text-secondary);
  border-bottom: 2px solid #94a3b8;
}

.vs-table td.criteria {
  font-weight: 700;
  color: var(--flag-black);
  width: 28%;
}

.vs-table td.germany-val {
  background: rgba(254, 243, 199, 0.2);
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.vs-table td.germany-val strong {
  color: #059669;
}

.vs-table td.usa-val {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ==========================================================================
   SEO Blog & Rehber Kutuphanesi (Acik Tema)
   ========================================================================== */
.blog-filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
  box-shadow: var(--shadow-sm);
}

.filter-btn:hover, .filter-btn.active {
  background: var(--gold-500);
  color: #ffffff;
  border-color: var(--gold-500);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

.blog-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  cursor: pointer;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-500);
  box-shadow: var(--shadow-md);
}

.blog-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.blog-category-tag {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold-600);
  background: var(--gold-light);
  padding: 4px 10px;
  border-radius: var(--radius-sm);
}

.blog-read-time {
  font-size: 0.8rem;
  color: var(--text-dim);
}

.blog-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.35;
  color: var(--flag-black);
  transition: color var(--transition-fast);
}

.blog-card:hover h3 {
  color: var(--red-600);
}

.blog-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-subtle);
  padding-top: 14px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--red-600);
}

/* Blog Makale Okuyucu Modal */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 23, 42, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-backdrop.active {
  display: flex;
}

.modal-content-card {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  max-width: 860px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding: 44px;
  position: relative;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

.modal-close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f1f5f9;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all var(--transition-fast);
}

.modal-close-btn:hover {
  background: var(--red-light);
  color: var(--red-600);
}

.article-modal-body h2 {
  font-size: 1.85rem;
  margin-bottom: 20px;
  color: var(--flag-black);
}

.article-modal-body h3 {
  font-size: 1.3rem;
  margin: 28px 0 12px 0;
  color: var(--gold-600);
}

.article-modal-body p {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}

.article-modal-body ul, .article-modal-body ol {
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--text-secondary);
}

.article-modal-body li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* ==========================================================================
   Sikca Sorulan Sorular (SSS - Accordion, Acik Tema)
   ========================================================================== */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition-fast);
  box-shadow: var(--shadow-sm);
  align-self: start;
}

.faq-item.active {
  border-color: var(--gold-500);
}

.faq-question-btn {
  width: 100%;
  padding: 22px 24px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.faq-question-btn h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--flag-black);
  padding-right: 14px;
}

.faq-question-btn .toggle-icon {
  font-size: 1.25rem;
  color: var(--gold-600);
  transition: transform var(--transition-fast);
  flex-shrink: 0;
}

.faq-item.active .faq-question-btn .toggle-icon {
  transform: rotate(45deg);
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-out;
  padding: 0 24px;
}

.faq-item.active .faq-answer-content {
  max-height: 350px;
  padding-bottom: 22px;
}

.faq-answer-content p {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ==========================================================================
   Danismanlik Iletisim & Basvuru Alani (Acik Tema)
   ========================================================================== */
.contact-section {
  background: #f1f5f9;
  position: relative;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow-lg);
}

.agency-info-side {
  display: flex;
  flex-direction: column;
}

.agency-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--gold-600);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.agency-info-side h2 {
  font-size: 2.2rem;
  margin-bottom: 16px;
  color: var(--flag-black);
}

.agency-info-side p.agency-desc {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.agency-contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.agency-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.agency-contact-item .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold-light);
  border: 1px solid rgba(217, 119, 6, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-600);
  flex-shrink: 0;
  font-size: 1.1rem;
}

.agency-socials-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  background: #f8fafc;
  border: 1.5px solid var(--border-subtle);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-secondary);
  transition: all var(--transition-fast);
}

.social-pill:hover {
  background: var(--gold-light);
  border-color: var(--gold-500);
  color: var(--gold-600);
}

.social-pill.whatsapp-pill:hover,
.social-pill.whatsapp:hover {
  background: #16a34a;
  border-color: #16a34a;
  color: #ffffff;
}

/* Basvuru Formu (Acik Tema) */
.lead-form-card {
  background: #f8fafc;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 36px;
}

.lead-form-card h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--flag-black);
}

.lead-form-card p.sub {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  color: var(--text-primary);
  font-size: 0.92rem;
  transition: all var(--transition-fast);
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  background: #ffffff;
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
}

.form-select option {
  background-color: #ffffff;
  color: #0f172a;
}

.form-disclaimer {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-top: 14px;
}

/* ==========================================================================
   Footer (Acik / Koyu Alman Bayragi Vurgulu)
   ========================================================================== */
.site-footer {
  background: #0a1128;
  color: #ffffff;
  border-top: 4px solid var(--gold-500);
  padding: 70px 0 30px 0;
}

.site-footer h4, .site-footer .brand-logo .title {
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-col h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.7;
  margin-bottom: 18px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-size: 0.88rem;
  color: #94a3b8;
}

.footer-links a:hover {
  color: var(--gold-400);
  padding-left: 4px;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.85rem;
  color: #94a3b8;
}

/* ==========================================================================
   Yuzen Butonlar (Floating Action Buttons)
   ========================================================================== */
.floating-actions-bar {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.float-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--shadow-lg);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all var(--transition-fast);
}

.float-btn.whatsapp {
  background: #16a34a;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(22, 163, 74, 0.4);
}

.float-btn.whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(22, 163, 74, 0.55);
}

.float-btn.quiz {
  background: linear-gradient(135deg, #dc2626, #d97706);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.35);
}

.float-btn.quiz:hover {
  transform: scale(1.05);
}

/* ==========================================================================
   İç Sayfalar & Makale Sayfası Şablonu (Subpages & Article Layout)
   ========================================================================== */
.page-hero {
  padding-top: 130px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
  border-bottom: 1px solid var(--border-subtle);
  text-align: center;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--text-secondary);
  font-weight: 500;
}

.breadcrumbs a:hover {
  color: var(--red-600);
}

.page-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800;
  color: var(--flag-black);
  margin-bottom: 12px;
  line-height: 1.2;
}

.page-lead {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto;
}

.article-layout-grid {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  padding: 60px 0 90px 0;
}

.article-main-content {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-sm);
  font-size: 1.02rem;
  line-height: 1.8;
  color: var(--text-secondary);
}

.article-main-content h2 {
  font-size: 1.65rem;
  color: var(--flag-black);
  margin: 32px 0 16px 0;
}

.article-main-content h2:first-child {
  margin-top: 0;
}

.article-main-content h3 {
  font-size: 1.25rem;
  color: var(--gold-600);
  margin: 24px 0 12px 0;
}

.article-main-content p {
  margin-bottom: 18px;
}

.article-main-content ul, .article-main-content ol {
  margin-bottom: 24px;
  padding-left: 20px;
}

.article-main-content li {
  margin-bottom: 10px;
}

.article-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sidebar-widget {
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}

.sidebar-widget h4 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: var(--flag-black);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-500);
}

.sidebar-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}

.sidebar-links a {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color var(--transition-fast);
}

.sidebar-links a:hover {
  color: var(--red-600);
  padding-left: 4px;
}

/* ==========================================================================
   Hamburger Animasyonu
   ========================================================================== */
.hamburger-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ==========================================================================
   Gelişmiş Responsive Medya Sorguları
   ========================================================================== */
@media (max-width: 1200px) {
  .nav-menu {
    gap: 12px;
  }
  .nav-link {
    font-size: 0.84rem;
  }
  .article-layout-grid {
    grid-template-columns: 1fr 300px;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .calc-grid {
    grid-template-columns: 1fr;
    padding: 32px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    padding: 32px;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .article-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .site-header {
    height: 70px;
  }

  .nav-container {
    height: 70px;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: #ffffff;
    flex-direction: column;
    padding: 28px 24px;
    gap: 16px;
    border-bottom: 2px solid var(--gold-500);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    transform: translateY(-160%);
    transition: transform var(--transition-normal);
    z-index: 999;
  }
  
  .nav-menu.open {
    transform: translateY(0);
  }
  
  .nav-link {
    font-size: 1rem;
    padding: 8px 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--border-subtle);
  }

  .hamburger-btn {
    display: flex;
  }
  
  .nav-actions .btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: auto;
  }

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

  .hero-lead {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stats-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 20px;
  }

  .hero-card-preview {
    padding: 24px;
  }

  .quiz-wrapper {
    padding: 20px;
  }

  .quiz-options-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quiz-option-btn {
    padding: 16px 14px;
  }

  .calc-grid {
    padding: 20px;
  }

  .calc-preview-card {
    padding: 20px;
  }

  .calc-total-display .amount {
    font-size: 2.2rem;
  }

  .contact-grid {
    padding: 24px;
  }

  .lead-form-card {
    padding: 20px;
  }

  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .article-main-content {
    padding: 24px;
  }

  .modal-content-card {
    padding: 24px;
    max-height: 95vh;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .floating-actions-bar {
    bottom: 16px;
    right: 16px;
    gap: 8px;
  }

  .float-btn {
    padding: 10px 14px;
    font-size: 0.8rem;
  }
}

