/* --- ISTNIEJĄCE STYLE Z BLOKU <STYLE> --- */
:root {
  --navy: #0f172a;
  --blue: #2563eb;
  --accent: #38bdf8;
  --success: #10b981;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --bg-light: #f8fafc;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; width: 100%; }
.btn { padding: 12px 24px; border-radius: var(--radius); font-weight: 600; cursor: pointer; transition: 0.3s; text-decoration: none; display: inline-block; font-size: 14px; text-align: center; }
.btn-primary { background: var(--blue); color: white; border: none; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3); }
.btn-outline { border: 1px solid #e2e8f0; color: var(--navy); }
.btn-outline:hover { background: #f8fafc; }
.hero { padding: 100px 0 80px; background: radial-gradient(circle at 10% 20%, #f1f5ff 0%, #ffffff 50%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; }
.hero-content h1 { font-size: clamp(32px, 5vw, 50px); font-weight: 850; letter-spacing: -0.04em; line-height: 1.1; margin-bottom: 24px; color: var(--navy); }
.hero-content p { font-size: 18px; color: var(--text-muted); max-width: 540px; }
.calc-card { background: var(--white); padding: clamp(20px, 5vw, 32px); border-radius: 24px; box-shadow: var(--shadow); border: 1px solid #f1f5f9; max-width: 460px; width: 100%; margin: 0 auto; min-width: 280px; }
.input-group { background: var(--bg-light); border-radius: 12px; padding: 16px; margin-bottom: 12px; border: 1px solid #e2e8f0; }
.input-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; font-weight: 700; margin-bottom: 8px; display: block; }
.input-row { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.input-val-field { background: transparent; border: none; font-size: 22px; font-weight: 700; color: var(--navy); width: 100%; outline: none; }
.currency-pill { display: flex; align-items: center; gap: 8px; background: white; padding: 4px 12px; border-radius: 999px; font-weight: 600; font-size: 14px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); min-width: 90px; }
.carousel-container { overflow: hidden; padding: 40px 0; background: white; position: relative; width: 100%; }
.carousel-track { display: flex; width: calc(250px * 18); animation: scroll 40s linear infinite; }
.exchange-logo { width: 250px; height: 60px; display: flex; align-items: center; justify-content: center; padding: 0 40px; filter: grayscale(1); opacity: 0.6; }
.exchange-logo img { max-width: 100%; max-height: 40px; object-fit: contain; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-250px * 9)); } }
section { padding: clamp(60px, 8vw, 100px) 0; }
.section-tag { color: var(--blue); font-weight: 700; text-transform: uppercase; font-size: 12px; margin-bottom: 12px; display: block; }
.section-title { font-size: clamp(28px, 4vw, 36px); font-weight: 800; margin-bottom: 48px; color: var(--navy); }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.card { padding: clamp(24px, 5vw, 40px); border-radius: 24px; border: 1px solid #f1f5f9; background: var(--white); height: 100%; transition: 0.3s; }
.card:hover { border-color: var(--blue); transform: translateY(-5px); }
.card ul { list-style: none; margin-top: 20px; }
.card li { margin-bottom: 14px; display: flex; align-items: flex-start; gap: 12px; font-size: 15px; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-top: 40px; }
.process-step { background: var(--white); padding: 40px 32px; border-radius: 24px; border: 1px solid #f1f5f9; transition: 0.3s; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.stat-item { background: var(--white); padding: 30px; border-radius: 24px; border: 1px solid #f1f5f9; text-align: center; }
.stat-value { font-size: 32px; font-weight: 850; color: var(--blue); display: block; }
.app-section { background: var(--bg-light); border-radius: 40px; padding: clamp(30px, 5vw, 80px) clamp(20px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.app-preview { text-align: center; }
.app-preview img { width: 100%; max-width: 450px; height: auto; border-radius: 20px; }
.pricing-box { background: var(--navy); color: white; border-radius: 32px; padding: clamp(30px, 5vw, 60px); }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.price-tag { font-size: clamp(40px, 6vw, 64px); font-weight: 900; color: var(--accent); margin: 20px 0; }
.consult-photo-container { height: 380px; border-radius: 30px; overflow: hidden; background: #fff; }
.consult-photo-container img { width: 100%; height: 100%; object-fit: cover; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 40px; }
.blog-card { background: var(--white); border: 1px solid #f1f5f9; border-radius: 20px; overflow: hidden; transition: 0.3s; cursor: pointer; }
.blog-categories-wrapper { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.blog-category { background: #f1f5f9; color: #475569; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.02em; border: 1px solid #e2e8f0; transition: 0.2s; }
.blog-card:hover .blog-category { background: #e0f2fe; color: var(--blue); border-color: #bae6fd; }

@media (max-width: 992px) { .hero { padding-top: 140px; } .hero-grid, .app-section, .consult-grid { grid-template-columns: 1fr; text-align: center; } .hero-content p, .app-content p { margin: 0 auto 20px; } .hero-visual, .app-preview, .consult-photo-container { order: 2; } .hero-content, .app-content, .consult-content { order: 1; } .consult-photo-container { height: 300px; } }
@media (max-width: 600px) { .hero-cta-wrapper .btn, .pricing-box .btn { width: 100%; } .blog-header { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; gap: 20px !important; } .blog-header div { display: flex !important; flex-direction: column !important; align-items: center !important; text-align: center !important; } }

/* --- NOWE KLASY ZASTĘPUJĄCE STYLE INLINE --- */
.mt-40 { margin-top: 40px; }
.hero-btn-large { padding: 16px 32px !important; }
.calc-header { display: flex; justify-content: space-between; margin-bottom: 20px; font-weight: 700; font-size: 14px; }
.text-success { color: var(--success); }
.spacer-10 { height: 10px; }
.text-center { text-align: center; }
.mb-15 { margin-bottom: 15px; }
.fs-11 { font-size: 11px; }
.color-muted { color: var(--text-muted); }
.w-100 { width: 100%; }
.p-16 { padding: 16px; }
.mt-15 { margin-top: 15px; }
.fs-12 { font-size: 12px; }
.color-navy { color: var(--navy); }
.fw-700 { font-weight: 700; }
.fs-10 { font-size: 10px; }
.mt-5 { margin-top: 5px; }
.mb-10 { margin-bottom: 10px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.max-w-600 { max-width: 600px; }
.mb-20 { margin-bottom: 20px; }
.fs-32 { font-size: 32px; }
.color-blue { color: var(--blue); }
.fw-900 { font-weight: 900; }
.process-icon { margin: 0 auto 20px; display: block; color: var(--blue); }
.app-cta-group { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; align-items: center; }
.app-margin { margin: 20px 0 30px; }
.accent-color { color: var(--accent) !important; }
.white-text { color: white !important; }
.accent-btn { background: var(--accent) !important; color: var(--navy) !important; padding: 16px 32px; margin-top: 20px; }
.blog-bg { background: #fff; }
.no-margin-b { margin-bottom: 0 !important; }
.blog-card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.blog-img-container { overflow: hidden; height: 180px; }
.blog-img { width: 100%; height: 100%; object-fit: cover; }
.blog-content { padding: 24px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-date { font-size: 12px; color: var(--text-muted); font-weight: 600; margin-bottom: 8px; }
.blog-title { font-size: 18px; margin-bottom: 12px; color: var(--navy); line-height: 1.4; }
.blog-excerpt { font-size: 14px; color: var(--text-muted); margin-bottom: 20px; flex-grow: 1; }
.read-more { color: var(--blue); font-weight: 700; font-size: 14px; }