*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #080C14;
  --card: #111827;
  --border: #1F2937;
  --text: #ffffff;
  --muted: #9ca3af;
  --dim: #6b7280;
  --blue: #2563eb;
  --max: 760px;
}
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: #60a5fa; text-decoration: none; }
a:hover { text-decoration: underline; }
.mkt-nav {
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(10, 14, 24, .96);
  backdrop-filter: blur(12px);
  position: sticky; top: 0; z-index: 10;
}
.mkt-nav-inner {
  max-width: 1100px; margin: 0 auto; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.mkt-logo {
  display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none;
}
.mkt-logo:hover { text-decoration: none; }
.mkt-logo img { width: 32px; height: 32px; object-fit: contain; }
.mkt-logo span { font-weight: 700; font-size: 1.1rem; letter-spacing: -.03em; }
.mkt-logo em {
  font-style: normal;
  background: linear-gradient(90deg, #a78bfa, #60a5fa, #f472b6);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.mkt-nav-links { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.mkt-nav-links a { color: #9aa2b8; font-size: 14px; font-weight: 600; }
.mkt-nav-links a:hover { color: #eef0f6; text-decoration: none; }
.mkt-cta {
  color: #fff !important; background: #4f7fff; padding: 8px 14px; border-radius: 10px;
  font-size: 13px; font-weight: 700;
}
.mkt-cta:hover { text-decoration: none; filter: brightness(1.08); }
.mkt-main { flex: 1; max-width: var(--max); margin: 0 auto; padding: 48px 24px 72px; width: 100%; }
.mkt-main.wide { max-width: 880px; }
.mkt-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #60a5fa; margin-bottom: 12px;
}
.mkt-main h1 {
  font-size: clamp(1.75rem, 4vw, 2.4rem); font-weight: 800; line-height: 1.15;
  letter-spacing: -.03em; margin-bottom: 16px;
}
.mkt-lead { color: var(--muted); font-size: 1.05rem; margin-bottom: 28px; max-width: 36rem; }
.mkt-meta { font-size: 13px; color: var(--dim); margin-bottom: 32px; }
.mkt-body h2 {
  font-size: 1.15rem; font-weight: 700; margin: 32px 0 12px; letter-spacing: -.01em;
}
.mkt-body p, .mkt-body li { color: #d1d5db; font-size: 15px; }
.mkt-body p { margin-bottom: 14px; }
.mkt-body ul { padding-left: 1.25rem; margin-bottom: 16px; display: grid; gap: 8px; }
.mkt-body strong { color: #fff; }
.mkt-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.mkt-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 20px; border-radius: 12px; font-size: 14px; font-weight: 700;
  text-decoration: none !important;
}
.mkt-btn-primary { background: var(--blue); color: #fff !important; }
.mkt-btn-primary:hover { filter: brightness(1.08); }
.mkt-btn-ghost {
  background: transparent; color: #e2e8f0 !important; border: 1px solid var(--border);
}
.mkt-btn-ghost:hover { border-color: #374151; }
.mkt-bullets {
  list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 12px;
}
.mkt-bullets li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px 16px; border-radius: 12px;
  background: var(--card); border: 1px solid var(--border);
  color: #e5e7eb; font-size: 14.5px;
}
.mkt-bullets li::before {
  content: ""; width: 8px; height: 8px; margin-top: 6px; flex-shrink: 0;
  border-radius: 50%; background: var(--blue);
}
.mkt-footer {
  border-top: 1px solid var(--border); padding: 24px;
  font-size: 12px; color: var(--dim);
}
.mkt-footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center;
}
.mkt-footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.mkt-footer-links a { color: var(--dim); }
.mkt-footer-links a:hover { color: #fff; text-decoration: none; }
@media (max-width: 640px) {
  .mkt-nav-inner { flex-direction: column; align-items: flex-start; }
  .mkt-main { padding: 32px 16px 56px; }
}

/* About + FAQ + Kontakt */
.mkt-section { margin-bottom: 56px; }
.mkt-section + .mkt-section { padding-top: 48px; border-top: 1px solid var(--border); }
.mkt-about-header { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.mkt-about-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #6a8cff, #3652ff 70%);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 16px; color: #fff; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(79,127,255,.18);
}
.mkt-about-body p { color: #d1d5db; font-size: 15px; margin-bottom: 14px; line-height: 1.7; }

.mkt-faq-list { border-top: 1px solid var(--border); }
.mkt-faq-item { border-bottom: 1px solid var(--border); }
.mkt-faq-q {
  width: 100%; background: none; border: none; text-align: left;
  padding: 20px 4px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; font-family: inherit; font-size: 16px; font-weight: 700; color: #fff;
}
.mkt-faq-icon {
  width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15);
  position: relative; flex-shrink: 0;
}
.mkt-faq-icon::before, .mkt-faq-icon::after {
  content: ""; position: absolute; background: #60a5fa;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.mkt-faq-icon::before { width: 10px; height: 2px; }
.mkt-faq-icon::after { width: 2px; height: 10px; transition: transform .25s ease; }
.mkt-faq-item.is-open .mkt-faq-icon::after { transform: translate(-50%, -50%) rotate(90deg) scaleY(0); }
.mkt-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.mkt-faq-a p {
  margin: 0 0 20px; padding-right: 28px;
  color: var(--muted); font-size: 15px; line-height: 1.6;
}

.mkt-contact-grid { display: grid; gap: 28px; }
@media (min-width: 768px) {
  .mkt-contact-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; gap: 40px; }
}
.mkt-contact-form {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px;
  padding: 24px; display: grid; gap: 14px;
}
.mkt-contact-form label {
  font-size: 12px; font-weight: 700; color: var(--muted); display: block; margin-bottom: 6px;
}
.mkt-contact-form input,
.mkt-contact-form textarea,
.mkt-contact-form select {
  width: 100%; border-radius: 10px; padding: 12px 14px; font-family: inherit; font-size: 14px;
  background: #0f1524; border: 1px solid var(--border); color: #fff;
}
.mkt-contact-form input:focus,
.mkt-contact-form textarea:focus,
.mkt-contact-form select:focus { outline: none; border-color: var(--blue); }
.mkt-contact-form textarea { min-height: 120px; resize: vertical; }
.mkt-form-msg { font-size: 13px; padding: 10px 12px; border-radius: 10px; display: none; }
.mkt-form-msg.ok { display: block; background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.3); color: #34d399; }
.mkt-form-msg.err { display: block; background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.3); color: #f87171; }
.mkt-contact-form .mkt-btn { border: none; cursor: pointer; width: 100%; }
.mkt-contact-form .mkt-btn:disabled { opacity: .7; cursor: wait; }

.mkt-contact-aside { display: grid; gap: 16px; }
.mkt-contact-aside-note {
  font-size: 13px; color: var(--muted); line-height: 1.55; margin: 0;
}
.mkt-channels { display: grid; gap: 10px; }
.mkt-channel {
  display: flex; flex-direction: column; gap: 2px;
  padding: 14px 16px; border-radius: 12px;
  background: var(--card); border: 1px solid var(--border);
  color: inherit; text-decoration: none !important;
  transition: border-color .15s ease, background .15s ease;
}
.mkt-channel:hover { border-color: #374151; background: #141b2b; }
.mkt-channel-label {
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--dim);
}
.mkt-channel-value { font-size: 15px; font-weight: 700; color: #fff; }
.mkt-channel-wa { border-color: rgba(37, 211, 102, .28); }
.mkt-channel-wa:hover { border-color: rgba(37, 211, 102, .5); }
.mkt-channel-wa .mkt-channel-label { color: #34d399; }

.mkt-contact-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 14px; padding: 18px 18px 14px;
}
.mkt-contact-card h3 {
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: #60a5fa; margin: 0 0 12px;
}
.mkt-contact-dl p {
  margin: 0 0 8px; font-size: 14px; color: #d1d5db; line-height: 1.5;
}
.mkt-contact-dl p:last-child { margin-bottom: 0; }
.mkt-contact-dl strong { color: #fff; font-weight: 700; }
.mkt-social-row {
  display: flex; flex-wrap: wrap; gap: 8px 14px;
}
.mkt-social-row a {
  font-size: 14px; font-weight: 600; color: #93c5fd;
}
.mkt-social-row a:hover { color: #fff; }
.mkt-social-soon {
  font-size: 13px; color: var(--dim); font-weight: 600;
}
