/* ═══ THEME: Premium Editorial ═══
 * Magazine-stijl, serif + sans mix, high-end white-space design
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Manrope:wght@400;500;700;800&display=swap');

body { background: #fcfcfd; color: #0f172a; font-family: 'Manrope', system-ui, -apple-system, sans-serif; }
h1,h2,h3,.sec h2,.hero h1 { font-family: 'Playfair Display', Georgia, serif; letter-spacing: -.02em; }
.hero h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); line-height: 1.05; }

.hero { min-height: 560px; }
.hero-ov { background: linear-gradient(145deg, rgba(15,23,42,.8) 0%, rgba(15,23,42,.42) 48%, rgba(146,64,14,.22) 100%) !important; }
.hero-badge { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); letter-spacing: .11em; }
.hero-sub { color: rgba(255,255,255,.88); font-style: italic; }

.btn { border-radius: 999px !important; font-weight: 700; letter-spacing: .03em; }
.btn-w {
  background: #ffffff;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  border: 1px solid #d6d3d1;
  box-shadow: 0 12px 26px rgba(15,23,42,.12);
}
.btn-w *, .btn-phone, .btn-phone * {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}
.btn-phone { background: #fff !important; border: 1px solid #d6d3d1; }
.btn-ol { border: 1px solid rgba(255,255,255,.45); }

.card,.itw-card,.review,.itw-review,.step,.itw-step {
  border-radius: 18px;
  border: 1px solid #e7e5e4;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.card::before,.itw-card::before { height: 2px; background: linear-gradient(90deg, var(--c), #f59e0b); }
.card-icon { border-radius: 14px; background: #f8fafc; border: 1px solid #e2e8f0; }

.sec-alt,.itw-section--alt { background: #f9f7f4; }
.sec-badge { border-radius: 999px; background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; }
.stat,.itw-stat { border-radius: 16px; border: 1px solid #e7e5e4; background: #fff; }
.stat-v,.itw-stat-val { color: #9a3412; font-family: 'Playfair Display', Georgia, serif; }
.faq-item,.itw-faq-item { border-radius: 14px; border-color: #e7e5e4 !important; }

footer { background: #111827 !important; color: #d1d5db !important; }
footer h4 { color: #fbbf24 !important; font-family: 'Playfair Display', Georgia, serif; }
footer li, footer li a { color: #9ca3af !important; }

nav,.itw-nav { background: rgba(255,255,255,.95) !important; border-bottom: 1px solid #e5e7eb !important; }
nav .nav-links a,.itw-nav-link { color: #334155 !important; }
nav .nav-links a:hover,.itw-nav-link:hover { color: #0f172a !important; background: #f8fafc; }
.nav-cta,.itw-btn--primary { color: #fff !important; }

.topbar { background: #fff7ed !important; color: #7c2d12 !important; border-bottom: 1px solid #fed7aa; }
.topbar a,.topbar i { color: #9a3412 !important; }
.cta,.itw-cta { background: linear-gradient(135deg, #111827, #1f2937) !important; border-radius: 24px; }
.trust-item,.trust-badge { border-radius: 999px; border: 1px solid #e7e5e4; background: #fff; color: #334155 !important; }
