/* ================================================================
   ELLUK – design system
   Kolory, typografia i komponenty spójne z output-prev
   ================================================================ */

/* ====== ZMIENNE ====== */
:root {
  --navy-900: #08152b;
  --navy-800: #0B1B33;
  --navy-700: #122a4a;
  --navy-600: #1e3a63;
  --navy-line: rgba(255,255,255,0.08);
  --orange: #F25C1F;
  --orange-hover: #ff6a2c;
  --paper: #F6F5F2;
  --paper-2: #ECEBE6;
  --ink: #0B1B33;
  --muted: #56607a;
  --line: #DFDDD6;
}

/* ====== RESET ====== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ====== TYPOGRAFIA ====== */
.display { font-family: 'Inter Tight', sans-serif; font-weight: 700; letter-spacing: -0.02em; line-height: 1.02; text-wrap: balance; }
.mono { font-family: 'JetBrains Mono', monospace; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 720px) { .container { padding: 0 20px; } }

section { padding: 100px 0; position: relative; }
@media (max-width: 720px) { section { padding: 64px 0; } }

.eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--orange);
  text-transform: uppercase; letter-spacing: 0.18em;
  margin-bottom: 18px;
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow .bar { width: 28px; height: 1px; background: var(--orange); }
.section-title { font-size: clamp(32px, 4.2vw, 56px); margin-bottom: 24px; max-width: 22ch; }
.section-lead { font-size: 17px; color: var(--muted); line-height: 1.55; max-width: 60ch; }

/* ====== PRZYCISKI ====== */
.btn-orange {
  background: var(--orange); color: #fff;
  padding: 12px 20px; border-radius: 6px;
  font-weight: 600; font-size: 14px;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s; letter-spacing: -0.005em;
}
.btn-orange:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 8px 24px -8px rgba(242,92,31,0.5); }
.btn-orange-lg {
  background: var(--orange); color: #fff;
  padding: 16px 28px; border-radius: 6px;
  font-weight: 600; font-size: 16px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all .2s;
}
.btn-orange-lg:hover { background: var(--orange-hover); transform: translateY(-1px); box-shadow: 0 8px 24px -8px rgba(242,92,31,0.5); }
.btn-ghost {
  color: #fff; padding: 12px 20px; border-radius: 6px;
  font-weight: 600; font-size: 14px;
  border: 1px solid rgba(255,255,255,0.25);
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.4); }
.btn-ghost-dark {
  color: var(--ink); padding: 12px 20px; border-radius: 6px;
  font-weight: 600; font-size: 14px;
  border: 1px solid var(--line);
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .2s;
}
.btn-ghost-dark:hover { border-color: var(--ink); }
.btn-white {
  background: #fff; color: var(--ink);
  padding: 16px 24px; border-radius: 6px;
  font-weight: 600; font-size: 15px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: all .2s;
}
.btn-white:hover { background: var(--ink); color: #fff; }

/* ====== TOPBAR ====== */
.topbar {
  background: var(--navy-900); color: #c9d3e6;
  font-size: 13px; padding: 10px 0;
  border-bottom: 1px solid var(--navy-line);
}
.topbar .row { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar .left { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; }
.topbar .item { display: inline-flex; gap: 8px; align-items: center; }
.topbar .dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; box-shadow: 0 0 0 3px rgba(74,222,128,0.18); }
@media (max-width: 720px) { .topbar .item:not(:first-child) { display: none; } }

/* ====== HEADER ====== */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,27,51,0.96); backdrop-filter: blur(8px);
  color: #fff; border-bottom: 1px solid var(--navy-line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: 'Inter Tight'; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.logo .mark { display: flex; align-items: center; padding: 5px 0; }
.logo .mark img { height: 66px; width: auto; }
.logo small { display: block; font-family: 'JetBrains Mono', monospace; font-size: 9px; font-weight: 400; color: #9aa6c0; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 2px; }
nav.menu { display: flex; gap: 4px; align-items: center; }
nav.menu a { padding: 10px 14px; font-size: 14px; font-weight: 500; color: #d6deef; border-radius: 6px; transition: all .15s; }
nav.menu a:hover, nav.menu a.active { background: rgba(255,255,255,0.06); color: #fff; }

/* Dropdown */
.has-dropdown { position: relative; }
.has-dropdown > a { display: inline-flex; align-items: center; gap: 5px; }
.has-dropdown::after { content: ''; position: absolute; bottom: -6px; left: 0; right: 0; height: 6px; }
.chev { transition: transform .2s ease; flex-shrink: 0; }
.dropdown {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%);
  background: var(--navy-700); border: 1px solid var(--navy-line);
  border-radius: 8px; padding: 6px; min-width: 230px;
  box-shadow: 0 20px 40px -8px rgba(0,0,0,0.5); z-index: 100;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .18s, visibility .18s;
}
.has-dropdown:hover .chev { transform: rotate(180deg); }
.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; pointer-events: auto; }
nav.menu .dropdown a {
  display: block; padding: 9px 14px; font-size: 13.5px; font-weight: 500;
  color: #c8d3e8; border-radius: 5px; transition: all .12s; white-space: nowrap;
  background: none;
}
nav.menu .dropdown a:hover, nav.menu .dropdown a.active { background: rgba(255,255,255,0.08); color: #fff; }

/* Mobile sub-menu */
.mobile-sub { display: flex; flex-direction: column; padding-left: 18px; border-bottom: 1px solid var(--navy-line); }
.mobile-sub a { color: #8fa4c4 !important; font-size: 15px !important; font-weight: 500 !important; padding: 11px 0 !important; border-bottom: 1px solid rgba(255,255,255,0.04) !important; }
.mobile-sub a:last-child { border-bottom: none !important; }

.nav-cta { display: flex; gap: 12px; align-items: center; }
.nav-phone { display: flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid rgba(255,255,255,0.18); border-radius: 6px; font-weight: 600; font-size: 15px; transition: all .2s; }
.nav-phone:hover { border-color: var(--orange); }
.nav-phone .ph-icon { width: 16px; height: 16px; color: var(--orange); }
.burger { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border-radius: 6px; background: rgba(255,255,255,0.05); }
.burger span, .burger span::before, .burger span::after { display: block; width: 18px; height: 2px; background: #fff; transition: all .25s; }
.burger span { position: relative; }
.burger span::before { content: ''; position: absolute; top: -6px; left: 0; }
.burger span::after { content: ''; position: absolute; top: 6px; left: 0; }
.burger.open span { background: transparent; }
.burger.open span::before { transform: rotate(45deg) translate(4px, 4px); }
.burger.open span::after { transform: rotate(-45deg) translate(4px, -4px); }

/* Mobile nav drawer */
.mobile-nav {
  display: none; position: fixed; inset: 0; z-index: 49;
  background: var(--navy-800); padding: 100px 32px 40px;
  flex-direction: column; gap: 8px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a { color: #fff; font-size: 20px; font-family: 'Inter Tight'; font-weight: 600; padding: 16px 0; border-bottom: 1px solid var(--navy-line); }
.mobile-nav .mobile-cta { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }

@media (max-width: 980px) {
  nav.menu { display: none; }
  .nav-phone { display: none; }
  .burger { display: inline-flex; }
}

/* ====== HERO ====== */
.hero { position: relative; background: var(--navy-800); color: #fff; overflow: hidden; }
.hero-stage { position: relative; min-height: 720px; display: flex; align-items: center; }
@media (max-width: 720px) { .hero-stage { min-height: 580px; } }
.hero-bg { position: absolute; inset: 0; }
.hero-slide-bg { position: absolute; inset: 0; opacity: 0; transition: opacity 1s cubic-bezier(.65,0,.35,1); }
.hero-slide-bg.active { opacity: 1; }
.hero-slide-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(110deg, rgba(8,21,43,0.92) 0%, rgba(8,21,43,0.78) 45%, rgba(8,21,43,0.55) 100%);
}
.hero-slide-bg::before {
  content: ''; position: absolute; inset: 0;
  background-size: 60px 60px;
  background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
}
.hero-img {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a1a32 0%, #16284a 100%);
  background-size: cover;
  background-position: center;
}

.hero-content { position: relative; z-index: 2; width: 100%; padding-top: 80px; padding-bottom: 80px; }
@media (max-width: 720px) { .hero-content { padding-top: 56px; padding-bottom: 56px; } }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #9fb3d8; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 28px; }
.hero-eyebrow .bar { width: 32px; height: 1px; background: var(--orange); }
.hero h1 { font-family: 'Inter Tight'; font-weight: 700; font-size: clamp(38px, 6.4vw, 84px); line-height: 1; letter-spacing: -0.03em; max-width: 18ch; margin-bottom: 20px; }
.hero h1 .accent { color: var(--orange); font-style: normal; }
.hero p.lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55; color: #c8d3e8; max-width: 56ch; margin-bottom: 36px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-phone { display: inline-flex; align-items: center; gap: 14px; padding: 12px 20px 12px 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; font-weight: 600; transition: all .2s; }
.hero-phone:hover { background: rgba(255,255,255,0.1); }
.hero-phone .ico { width: 36px; height: 36px; background: var(--orange); border-radius: 4px; display: grid; place-items: center; }
.hero-phone .ico svg { width: 16px; height: 16px; color: #fff; }
.hero-phone .num { font-size: 17px; }
.hero-phone small { display: block; font-family: 'JetBrains Mono'; font-size: 10px; font-weight: 400; color: #9fb3d8; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 2px; }

.hero-side { position: absolute; right: 32px; top: 50%; transform: translateY(-50%); z-index: 3; width: 340px; display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 1080px) { .hero-side { display: none; } }
.hero-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 22px; border-radius: 6px; }
.hero-card h4 { font-family: 'Inter Tight'; font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.hero-card p { font-size: 13px; color: #b3c0db; line-height: 1.5; }
.hero-card .num-big { font-family: 'Inter Tight'; font-weight: 700; font-size: 34px; color: var(--orange); margin-bottom: 4px; letter-spacing: -0.02em; }

.hero-controls { position: absolute; bottom: 30px; left: 0; right: 0; z-index: 4; display: flex; justify-content: space-between; align-items: center; padding: 0 32px; }
.hero-dots { display: flex; gap: 12px; align-items: center; }
.hero-dots button { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-family: 'JetBrains Mono'; font-size: 11px; padding: 8px 0; }
.hero-dots button .bar-mini { width: 30px; height: 2px; background: rgba(255,255,255,0.2); transition: all .3s; }
.hero-dots button.active { color: #fff; }
.hero-dots button.active .bar-mini { width: 60px; background: var(--orange); }
.hero-arrows { display: flex; gap: 8px; }
.hero-arrows button { width: 44px; height: 44px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.2); color: #fff; display: grid; place-items: center; transition: all .2s; }
.hero-arrows button:hover { background: rgba(255,255,255,0.08); border-color: var(--orange); }
.hero-arrows svg { width: 16px; height: 16px; }

/* Podstrony hero - uproszczony (1 slajd) */
.hero-sub .hero-stage { min-height: 560px; }
@media (max-width: 720px) { .hero-sub .hero-stage { min-height: 460px; } }

/* ====== QUICK CONTACT ====== */
.quick { background: var(--paper); border-bottom: 1px solid var(--line); padding: 0; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
@media (max-width: 880px) { .quick-grid { grid-template-columns: 1fr; } }
.quick-cell { padding: 36px 32px; display: flex; align-items: center; gap: 20px; border-right: 1px solid var(--line); transition: background .2s; }
.quick-cell:last-child { border-right: none; }
@media (max-width: 880px) { .quick-cell { border-right: none; border-bottom: 1px solid var(--line); } }
.quick-cell .icon-wrap { width: 52px; height: 52px; background: var(--navy-800); border-radius: 6px; display: grid; place-items: center; flex-shrink: 0; }
.quick-cell .icon-wrap svg { width: 22px; height: 22px; color: var(--orange); }
.quick-cell small { display: block; font-family: 'JetBrains Mono'; font-size: 10px; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.quick-cell .val { font-family: 'Inter Tight'; font-weight: 600; font-size: 22px; color: var(--ink); letter-spacing: -0.01em; }
.quick-cell:not(.cta-cell):hover { background: #fff; }
.quick-cell.cta-cell { background: var(--navy-800); color: #fff; }
.quick-cell.cta-cell .icon-wrap { background: var(--orange); }
.quick-cell.cta-cell .icon-wrap svg { color: #fff; }
.quick-cell.cta-cell small { color: #9fb3d8; }
.quick-cell.cta-cell .val { color: #fff; }
.quick-cell.cta-cell .arrow { margin-left: auto; width: 36px; height: 36px; border-radius: 4px; background: rgba(255,255,255,0.08); display: grid; place-items: center; transition: all .2s; }
.quick-cell.cta-cell:hover .arrow { background: var(--orange); transform: translateX(4px); }

/* ====== PROBLEM ====== */
.problem { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
@media (max-width: 980px) { .problem-grid { grid-template-columns: 1fr; gap: 40px; } }
.problem-list { display: flex; flex-direction: column; gap: 0; }
.problem-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.problem-row:first-child { border-top: 1px solid var(--line); }
.problem-num { font-family: 'JetBrains Mono'; font-size: 12px; color: var(--muted); }
.problem-text { font-family: 'Inter Tight'; font-size: 21px; font-weight: 500; letter-spacing: -0.01em; }
.problem-tag { font-family: 'JetBrains Mono'; font-size: 11px; color: #c44; text-transform: uppercase; letter-spacing: 0.12em; }

/* Problem z obrazem */
.problem-img {
  border-radius: 4px; overflow: hidden;
  height: 400px; background: var(--navy-800);
}
.problem-img img { width: 100%; height: 100%; object-fit: cover; }

/* ====== SOLUTION ====== */
.solution { background: var(--navy-800); color: #fff; }
.solution-head { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
@media (max-width: 880px) { .solution-head { grid-template-columns: 1fr; gap: 24px; } }
.solution .section-lead { color: #b3c0db; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--navy-line); border: 1px solid var(--navy-line); }
@media (max-width: 880px) { .solution-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .solution-grid { grid-template-columns: 1fr; } }
.solution-cell { background: var(--navy-800); padding: 32px 28px; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; transition: all .25s; cursor: default; }
.solution-cell:hover { background: var(--navy-700); }
.solution-cell .num { font-family: 'JetBrains Mono'; font-size: 11px; color: var(--orange); letter-spacing: 0.18em; }
.solution-cell h4 { font-family: 'Inter Tight'; font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin-top: 24px; }
.solution-cell p { font-size: 13px; color: #9fb3d8; margin-top: 8px; line-height: 1.55; }

/* ====== SERVICES ====== */
.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
@media (max-width: 980px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .services-grid { grid-template-columns: 1fr; } }
.service-card { padding: 32px 28px; min-height: 240px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); transition: all .25s; cursor: pointer; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; left: 0; top: 0; height: 2px; width: 0; background: var(--orange); transition: width .3s; }
.service-card:hover { background: #fff; }
.service-card:hover::before { width: 100%; }
.service-card .ico { width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy-800); margin-bottom: 28px; transition: color .25s; }
.service-card:hover .ico { color: var(--orange); }
.service-card .ico svg { width: 36px; height: 36px; stroke-width: 1.4; }
.service-card h3 { font-family: 'Inter Tight'; font-size: 21px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 6px; }
.service-card p { font-size: 13px; color: var(--muted); line-height: 1.5; }
.service-card .more { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono'; font-size: 11px; color: var(--ink); text-transform: uppercase; letter-spacing: 0.14em; margin-top: 18px; transition: all .2s; }
.service-card:hover .more { color: var(--orange); gap: 12px; }
.service-card .num-tag { position: absolute; top: 16px; right: 20px; font-family: 'JetBrains Mono'; font-size: 10px; color: var(--muted); }

/* ====== WHY ====== */
.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
@media (max-width: 980px) { .why-grid { grid-template-columns: 1fr; gap: 40px; } }
.why-list { display: flex; flex-direction: column; gap: 4px; }
.why-item { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.why-item:last-child { border-bottom: none; }
.why-item .big-num { font-family: 'Inter Tight'; font-weight: 700; font-size: 42px; color: var(--orange); line-height: 1; letter-spacing: -0.02em; }
.why-item h4 { font-family: 'Inter Tight'; font-size: 22px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 6px; }
.why-item p { font-size: 14px; color: var(--muted); line-height: 1.55; }
.why-aside { background: var(--navy-800); color: #fff; padding: 40px; border-radius: 6px; position: sticky; top: 100px; }
.why-aside .stat { padding: 20px 0; border-bottom: 1px solid var(--navy-line); }
.why-aside .stat:last-child { border-bottom: none; }
.why-aside .stat .v { font-family: 'Inter Tight'; font-weight: 700; font-size: 48px; color: #fff; letter-spacing: -0.02em; line-height: 1; }
.why-aside .stat .v .unit { color: var(--orange); }
.why-aside .stat small { display: block; font-family: 'JetBrains Mono'; font-size: 11px; color: #9fb3d8; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; }

/* ====== REALIZACJE ====== */
.real { background: var(--paper-2); }
.real-tabs { display: flex; gap: 4px; margin-top: 32px; margin-bottom: 32px; flex-wrap: wrap; }
.real-tabs button { padding: 10px 16px; font-family: 'JetBrains Mono'; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); border: 1px solid var(--line); border-radius: 4px; background: transparent; transition: all .2s; }
.real-tabs button.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.real-tabs button:hover:not(.active) { border-color: var(--ink); color: var(--ink); }
.real-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 320px 220px; gap: 16px; }
@media (max-width: 980px) { .real-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } }
@media (max-width: 560px) { .real-grid { grid-template-columns: 1fr; } }
.real-card { position: relative; overflow: hidden; border-radius: 4px; cursor: pointer; background: var(--navy-800); }
.real-card:nth-child(1) { grid-row: span 2; }
.real-card:nth-child(4) { grid-column: span 2; }
@media (max-width: 980px) { .real-card { min-height: 240px; } .real-card:nth-child(1), .real-card:nth-child(4) { grid-column: auto; grid-row: auto; } }
.real-img { position: absolute; inset: 0; background: linear-gradient(135deg, #0e2244 0%, #16284a 50%, #08152b 100%); background-size: cover; background-position: center; }
.real-card .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,21,43,0.92) 100%); transition: opacity .3s; }
.real-card:hover .overlay { background: linear-gradient(180deg, rgba(8,21,43,0.4) 0%, rgba(8,21,43,0.95) 100%); }
.real-card .meta { position: absolute; left: 24px; right: 24px; bottom: 22px; color: #fff; z-index: 2; }
.real-card .tag { display: inline-block; font-family: 'JetBrains Mono'; font-size: 10px; padding: 4px 10px; background: var(--orange); border-radius: 2px; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.real-card h4 { font-family: 'Inter Tight'; font-size: 22px; font-weight: 600; letter-spacing: -0.01em; }
.real-card .loc { font-family: 'JetBrains Mono'; font-size: 11px; color: #9fb3d8; margin-top: 4px; letter-spacing: 0.06em; }
.real-card .arrow-tl { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; background: rgba(255,255,255,0.1); border-radius: 4px; display: grid; place-items: center; opacity: 0; transition: all .3s; z-index: 2; }
.real-card:hover .arrow-tl { opacity: 1; background: var(--orange); }
.real-card .arrow-tl svg { width: 14px; height: 14px; color: #fff; }

/* Realizacje - galeria pełna */
.real-grid-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 880px) { .real-grid-full { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .real-grid-full { grid-template-columns: 1fr; } }
.real-grid-full .real-card { min-height: 280px; }
.real-grid-full .real-card:nth-child(1) { grid-row: auto; }
.real-grid-full .real-card:nth-child(4) { grid-column: auto; }

/* ====== PROCESS ====== */
.process { background: #fff; }
.process-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px; position: relative; }
@media (max-width: 880px) { .process-track { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .process-track { grid-template-columns: 1fr; } }
.process-track::before { content: ''; position: absolute; top: 36px; left: 5%; right: 5%; height: 1px; background: var(--line); z-index: 0; }
@media (max-width: 880px) { .process-track::before { display: none; } }
.process-step { position: relative; z-index: 1; }
.process-step .circle { width: 72px; height: 72px; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; margin-bottom: 24px; position: relative; transition: all .3s; }
.process-step:hover .circle { background: var(--ink); border-color: var(--ink); }
.process-step:hover .circle .num { color: #fff; }
.process-step .circle .num { font-family: 'Inter Tight'; font-weight: 700; font-size: 24px; color: var(--ink); letter-spacing: -0.02em; transition: color .3s; }
.process-step .circle .badge { position: absolute; bottom: -4px; right: -4px; width: 22px; height: 22px; background: var(--orange); border-radius: 50%; display: grid; place-items: center; }
.process-step .circle .badge svg { width: 10px; height: 10px; color: #fff; }
.process-step h4 { font-family: 'Inter Tight'; font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 6px; }
.process-step p { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* ====== AREA ====== */
.area { background: var(--ink); color: #fff; padding: 80px 0; }
.area-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
@media (max-width: 880px) { .area-grid { grid-template-columns: 1fr; gap: 40px; } }
.area .section-title { color: #fff; }
.area .section-lead { color: #b3c0db; }
.area-cities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--navy-line); border: 1px solid var(--navy-line); }
@media (max-width: 720px) { .area-cities { grid-template-columns: repeat(3, 1fr); } }
.area-cell { padding: 18px 16px; background: var(--ink); font-family: 'JetBrains Mono'; font-size: 12px; color: #b3c0db; text-align: center; transition: all .2s; }
.area-cell:hover { background: var(--navy-700); color: #fff; }
.area-cell.country { background: var(--orange); color: #fff; font-weight: 600; }

/* ====== OPINIONS ====== */
.opinions { background: var(--paper); }
.opinion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
@media (max-width: 880px) { .opinion-grid { grid-template-columns: 1fr; } }
.opinion-card { background: #fff; border: 1px solid var(--line); padding: 32px; border-radius: 4px; display: flex; flex-direction: column; gap: 18px; }
.opinion-card .quote-mark { font-family: 'Inter Tight'; font-size: 60px; color: var(--orange); line-height: 0.4; }
.opinion-card p { font-family: 'Inter Tight'; font-size: 18px; line-height: 1.45; letter-spacing: -0.005em; color: var(--ink); flex: 1; }
.opinion-card .author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.opinion-card .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--paper-2); display: grid; place-items: center; font-family: 'Inter Tight'; font-weight: 600; color: var(--ink); font-size: 13px; }
.opinion-card .author-name { font-weight: 600; font-size: 14px; }
.opinion-card .author-role { font-family: 'JetBrains Mono'; font-size: 11px; color: var(--muted); margin-top: 2px; }

/* ====== FINAL CTA ====== */
.final-cta { background: var(--orange); color: #fff; padding: 110px 0; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 80px 80px; }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 880px) { .final-cta-inner { grid-template-columns: 1fr; gap: 32px; } }
.final-cta h2 { font-family: 'Inter Tight'; font-weight: 700; font-size: clamp(36px, 5vw, 64px); line-height: 1.02; letter-spacing: -0.025em; }
.final-cta p { font-size: 17px; opacity: 0.92; margin-top: 20px; line-height: 1.5; max-width: 50ch; }
.final-actions { display: flex; flex-direction: column; gap: 12px; }
.final-phone-card { background: rgba(0,0,0,0.18); padding: 24px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.18); transition: background .2s; }
.final-phone-card:hover { background: rgba(0,0,0,0.28); }
.final-phone-card small { font-family: 'JetBrains Mono'; font-size: 11px; opacity: 0.85; letter-spacing: 0.14em; text-transform: uppercase; display: block; margin-bottom: 8px; }
.final-phone-card .num { font-family: 'Inter Tight'; font-weight: 700; font-size: 38px; letter-spacing: -0.01em; }
.final-phone-card .desc { font-size: 13px; margin-top: 6px; opacity: 0.85; }

/* ====== FOOTER ====== */
footer { background: var(--navy-900); color: #c9d3e6; padding: 80px 0 32px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 60px; border-bottom: 1px solid var(--navy-line); }
@media (max-width: 880px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-col h5 { font-family: 'JetBrains Mono'; font-size: 11px; color: #fff; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 22px; }
.foot-col ul { display: flex; flex-direction: column; gap: 10px; }
.foot-col a { font-size: 14px; color: #b3c0db; transition: color .2s; }
.foot-col a:hover { color: var(--orange); }
.foot-col p { font-size: 14px; line-height: 1.6; color: #9fb3d8; }
.foot-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; flex-wrap: wrap; gap: 12px; font-family: 'JetBrains Mono'; font-size: 11px; color: #6e7c98; }

/* ====== STICKY MOBILE ====== */
.mobile-phone {
  display: none; position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 60;
  background: var(--orange); color: #fff; padding: 14px 18px; border-radius: 6px;
  font-weight: 600; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 12px 30px -8px rgba(242,92,31,0.5);
}
@media (max-width: 720px) { .mobile-phone { display: flex; } footer { padding-bottom: 90px; } }

/* ====== REVEAL ANIMATION ====== */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }

/* ====== SEKCJA SZCZEGÓŁÓW USŁUGI ====== */
.service-detail { background: var(--paper); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
@media (max-width: 980px) { .service-detail-grid { grid-template-columns: 1fr; gap: 48px; } }
.service-detail-img { border-radius: 4px; overflow: hidden; }
.service-detail-img img { width: 100%; height: 420px; object-fit: cover; }
.detail-list { display: flex; flex-direction: column; gap: 0; margin-top: 32px; }
.detail-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.detail-item:last-child { border-bottom: none; }
.detail-item .check { width: 22px; height: 22px; background: var(--orange); border-radius: 4px; display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.detail-item .check svg { width: 12px; height: 12px; color: #fff; }
.detail-item p { font-size: 15px; color: var(--ink); line-height: 1.5; }

/* ====== FAQ ====== */
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
@media (max-width: 880px) { .faq-grid { grid-template-columns: 1fr; gap: 40px; } }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0; cursor: pointer; gap: 16px; width: 100%;
  font-family: 'Inter Tight', sans-serif; font-size: 17px; font-weight: 600;
  letter-spacing: -0.01em; color: var(--ink); text-align: left;
  transition: color .2s;
}
.faq-question:hover { color: var(--orange); }
.faq-item.open .faq-question { color: var(--orange); }
.faq-chevron { width: 20px; height: 20px; flex-shrink: 0; color: var(--muted); transition: transform .25s, color .2s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--orange); }
.faq-answer { display: none; padding-bottom: 20px; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { font-size: 15px; color: var(--muted); line-height: 1.65; }

/* ====== KONTAKT ====== */
.kontakt-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
@media (max-width: 980px) { .kontakt-grid { grid-template-columns: 1fr; gap: 48px; } }
.kontakt-info { display: flex; flex-direction: column; gap: 24px; }
.kontakt-card { background: var(--navy-800); color: #fff; padding: 32px; border-radius: 6px; }
.kontakt-card .ico { width: 48px; height: 48px; background: var(--orange); border-radius: 6px; display: grid; place-items: center; margin-bottom: 16px; }
.kontakt-card .ico svg { width: 22px; height: 22px; color: #fff; }
.kontakt-card small { display: block; font-family: 'JetBrains Mono'; font-size: 10px; color: #9fb3d8; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 6px; }
.kontakt-card .val { font-family: 'Inter Tight'; font-weight: 600; font-size: 24px; color: #fff; }
.kontakt-card .sub { font-size: 13px; color: #9fb3d8; margin-top: 4px; }

/* Form */
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.form-group label { font-family: 'JetBrains Mono'; font-size: 11px; color: var(--muted); letter-spacing: 0.12em; text-transform: uppercase; }
.form-group input, .form-group textarea, .form-group select {
  padding: 14px 16px; border: 1px solid var(--line); border-radius: 4px;
  font-family: 'Inter', sans-serif; font-size: 15px; color: var(--ink);
  background: #fff; transition: border-color .2s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--orange); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-stack { display: flex; flex-direction: column; gap: 16px; }
.form-title { font-family: 'Inter Tight'; font-size: 28px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 8px; }
.form-lead { font-size: 15px; color: var(--muted); margin-bottom: 28px; }
.form-consent { font-size: 12px; color: var(--muted); line-height: 1.5; }

/* ====== O FIRMIE ====== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 880px) { .about-grid { grid-template-columns: 1fr; gap: 48px; } }
.about-img { border-radius: 4px; overflow: hidden; }
.about-img img { width: 100%; height: 480px; object-fit: cover; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: 40px; }
.about-stat { background: var(--paper); padding: 24px; }
.about-stat .v { font-family: 'Inter Tight'; font-weight: 700; font-size: 36px; color: var(--orange); letter-spacing: -0.02em; line-height: 1; }
.about-stat small { display: block; font-family: 'JetBrains Mono'; font-size: 10px; color: var(--muted); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; }

/* ====== USŁUGI HUB ====== */
.services-intro { background: var(--paper); }
.services-intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
@media (max-width: 880px) { .services-intro-grid { grid-template-columns: 1fr; gap: 40px; } }
.services-intro-img img { width: 100%; height: 360px; object-fit: cover; border-radius: 4px; }

/* ====== DOKUMENT (polityka/regulamin) ====== */
.document-layout { background: #fff; }
.document-inner { max-width: 860px; margin: 0 auto; }
.document-inner h2 { font-family: 'Inter Tight'; font-weight: 700; font-size: 28px; letter-spacing: -0.02em; margin-top: 48px; margin-bottom: 16px; color: var(--ink); }
.document-inner h3 { font-family: 'Inter Tight'; font-weight: 600; font-size: 20px; letter-spacing: -0.01em; margin-top: 32px; margin-bottom: 12px; color: var(--ink); }
.document-inner p { font-size: 15px; line-height: 1.7; color: var(--muted); margin-bottom: 16px; }
.document-inner ul { margin-bottom: 16px; padding-left: 20px; list-style: disc; }
.document-inner li { font-size: 15px; line-height: 1.7; color: var(--muted); margin-bottom: 6px; }
.doc-meta { font-family: 'JetBrains Mono'; font-size: 12px; color: var(--muted); margin-bottom: 48px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }

/* ====== BREADCRUMB ====== */
.breadcrumb { background: var(--paper); border-bottom: 1px solid var(--line); padding: 14px 0; }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono'; font-size: 11px; color: var(--muted); letter-spacing: 0.1em; }
.breadcrumb-inner a { color: var(--muted); transition: color .2s; }
.breadcrumb-inner a:hover { color: var(--orange); }
.breadcrumb-inner .sep { color: var(--line); }
.breadcrumb-inner .current { color: var(--ink); }

/* ====== SEKCJA WYRÓŻNIONA Z OBRAZEM ====== */
.img-section { background: var(--paper); }
.img-section.dark { background: var(--navy-800); }
.img-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 460px; }
@media (max-width: 880px) { .img-section-grid { grid-template-columns: 1fr; } }
.img-section-photo { overflow: hidden; }
.img-section-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.img-section-content { padding: 64px 60px; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 720px) { .img-section-content { padding: 40px 32px; } }
.img-section.dark .img-section-content { color: #fff; }
.img-section.dark .section-lead { color: #b3c0db; }

/* ====== UTILS ====== */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-auto { margin-top: auto; }

/* ====== OCHRONA HASŁEM ====== */
#pw-overlay { position: fixed; inset: 0; z-index: 9999; background: var(--navy-900); display: flex; align-items: center; justify-content: center; padding: 24px; }
#pw-overlay.pw-hide { opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.pw-card { width: 100%; max-width: 380px; background: var(--navy-800); border: 1px solid var(--navy-line); border-radius: 12px; padding: 48px 40px; text-align: center; }
.pw-logo { font-family: 'Inter Tight', sans-serif; font-weight: 800; font-size: 22px; letter-spacing: -0.03em; color: #fff; margin-bottom: 6px; }
.pw-logo span { color: var(--orange); }
.pw-label { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 32px; }
.pw-input { width: 100%; box-sizing: border-box; background: var(--navy-900); border: 1px solid var(--navy-line); border-radius: 6px; padding: 13px 16px; font-size: 16px; font-family: 'Inter', sans-serif; color: #fff; text-align: center; letter-spacing: 0.1em; outline: none; transition: border-color .2s; margin-bottom: 12px; }
.pw-input:focus { border-color: var(--orange); }
.pw-input.pw-error { border-color: #e05c4b; animation: pw-shake .3s ease; }
.pw-btn { width: 100%; background: var(--orange); color: #fff; border: none; border-radius: 6px; padding: 13px; font-size: 15px; font-weight: 600; font-family: 'Inter', sans-serif; cursor: pointer; transition: opacity .2s; }
.pw-btn:hover { opacity: .88; }
.pw-err-msg { font-size: 13px; color: #e05c4b; margin-top: 12px; min-height: 18px; }
@keyframes pw-shake { 0%, 100% { transform: translateX(0); } 20% { transform: translateX(-6px); } 60% { transform: translateX(6px); } }
