/* ─── HERO ─── */
.hero-wrapper { padding: 0 1.25rem; }
.hero-section {
  position: relative; min-height: 75vh;
  display: flex; align-items: center;
  background-color: var(--dark-navy);
  background-image: url('/images/about/spolocna-web-min.webp');
  background-size: cover; background-position: center;
  overflow: hidden; border-radius: 20px;
}
.hero-overlay { position: absolute; inset: 0; background: rgba(26,30,46,0.72); }
.hero-content { position: relative; z-index: 1; }
.hero-breadcrumb { font-size:.78rem;font-weight:600;letter-spacing:.08em;color:var(--red);text-transform:uppercase;margin-bottom:1rem; }
.hero-section h1 { font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:1.2rem; }
.hero-section h1 .accent { color: var(--red); }
.hero-subtext { font-size:1.05rem;color:#ffffff;max-width:540px;margin-bottom:2rem;line-height:1.65; }
.btn-hero-primary {
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:48px;padding:0 24px;background:var(--red);color:#fff;
  border:1px solid var(--red);border-radius:8px;font-weight:600;font-size:14px;
  text-decoration:none;transition:background .2s;
}
.btn-hero-primary:hover { background:#c62d21;border-color:#c62d21;color:#fff; }
.btn-hero-outline {
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:48px;padding:0 24px;
  background:rgba(255,255,255,.12);backdrop-filter:blur(12px);
  color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:8px;
  font-weight:600;font-size:14px;text-decoration:none;transition:border-color .2s,background .2s;
}
.btn-hero-outline:hover { border-color:#fff;background:rgba(255,255,255,.1);color:#fff; }
.hero-stats { display:flex;align-items:center;flex-wrap:wrap;margin-top:2.5rem; }
.hero-stat { display:flex;align-items:center;gap:8px;color:#fff;font-weight:500;font-size:14px;padding:0 1.4rem; }
.hero-stat:first-child { padding-left:0; }
.hero-stat-divider { width:1px;height:28px;background:rgba(255,255,255,.2); }
.check-icon-wrap { width:24px;height:24px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.check-icon-wrap svg { color:#fff; }

/* ─── WHY US ─── */
.why-section { background:#f5f6f8;padding:80px 0; }
.why-card { background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;height:100%;transition:box-shadow .25s,transform .2s; }
.why-card:hover { box-shadow:0 8px 32px rgba(26,30,46,.1);transform:translateY(-2px); }
.why-icon { width:48px;height:48px;background:#fde8e6;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:var(--red); }
.why-card h5 { font-size:1.05rem;font-weight:700;color:var(--dark-navy);margin-bottom:.5rem; }
.why-card p { font-size:.88rem;color:var(--muted);line-height:1.6;margin:0; }

/* ─── JOB CARDS ─── */
.jobs-section { background:#fff;padding:80px 0; }
.job-card { background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;height:100%;transition:box-shadow .25s,transform .2s;display:flex;flex-direction:column; }
.job-card-img { width:100%;height:260px;object-fit:cover;display:block; }
.job-card-body { padding:1.4rem;display:flex;flex-direction:column;flex:1; }
.job-card:hover { box-shadow:0 8px 32px rgba(26,30,46,.1);transform:translateY(-2px); }
.job-tag { display:inline-block;align-self:flex-start;background:#fde8e6;color:var(--red);font-weight:600;font-size:12px;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:999px;margin-bottom:1.1rem; }
.job-card h5 { font-size:1.15rem;font-weight:800;color:#111;margin-bottom:0;line-height:1.3; }
.job-price { color:var(--red);font-weight:800;font-size:1.35rem;margin:1rem 0; }
.job-divider { border:none;border-top:1px solid #e5e7eb;margin:0 0 1rem; }
.job-meta { list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1; }
.job-meta li { display:flex;align-items:center;gap:10px;font-size:.9rem;color:#374151; }
.job-meta li svg { color:var(--red);flex-shrink:0; }
.job-footer { display:flex;align-items:center;justify-content:space-between;margin-top:1.1rem;padding-top:1rem;border-top:1px solid #e5e7eb; }
.job-link { color:var(--red);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s; }
.job-link:hover { color:#c62d21; }
.job-arrow { width:38px;height:38px;background:#fde8e6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--red);transition:background .2s;flex-shrink:0;text-decoration:none; }
.job-card:hover .job-arrow { background:var(--red);color:#fff; }

/* ─── PROCESS ─── */
.process-section { background:#fff;padding:80px 0; }
.process-box { background:#f5f6f8;border-radius:24px;padding:60px 48px 56px; }
.process-steps { display:flex;align-items:stretch;gap:12px;margin-top:48px; }
.process-step-wrap { flex:1;position:relative; }
.process-step { width:100%;height:227px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:24px 16px;text-align:center;display:flex;flex-direction:column;align-items:center; }
.process-step-wrap .process-arrow-circle { position:absolute;right:-28px;top:50%;transform:translateY(-50%);z-index:2;width:48px;height:48px;border-radius:50%;background:#F7F7F7;display:flex;align-items:center;justify-content:center;padding:8px;color:#9ca3af; }
.process-number { width:52px;height:52px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin-bottom:20px;flex-shrink:0; }
.process-step h6 { font-weight:800;font-size:1rem;color:var(--dark-navy);margin-bottom:.5rem; }
.process-step p { font-size:.84rem;color:var(--muted);margin:0;line-height:1.55; }

/* ─── TESTIMONIALS ─── */
.testimonials-section { background:var(--dark-navy);padding:80px 0 0; }
.testimonials-section h2 { font-size:2rem;font-weight:800;color:#fff;margin-bottom:.5rem; }
.testimonials-section .sub { color:#9ca3af;font-size:.95rem;line-height:1.6; }
.testimonial-card { background:#222840;border:1px solid rgba(255,255,255,.07);border-radius:8px;padding:1.4rem; }
.testimonial-card .stars { color:#f59e0b;font-size:.85rem;margin-bottom:.75rem;letter-spacing:2px; }
.testimonial-card .quote { font-size:.875rem;color:#d1d5db;line-height:1.6;margin-bottom:.9rem; }
.testimonial-card .author { font-size:.82rem;font-weight:600;color:#fff; }
.stats-bar { background:rgba(255,255,255,.04);border-top:1px solid rgba(255,255,255,.07);padding:40px 0;margin-top:60px; }
.stat-item { text-align:center; }
.stat-item .stat-num { font-size:2.5rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.3rem; }
.stat-item .stat-label { font-size:.82rem;color:#9ca3af;font-weight:500; }
.stat-divider { width:1px;background:rgba(255,255,255,.12);align-self:stretch;min-height:50px; }

/* ─── ABOUT ─── */
.about-section { background:#fff;padding:80px 0; }
.about-img { width:100%;height:420px;object-fit:cover;border-radius:8px; }
.about-bullets { list-style:none;padding:0;margin:0; }
.about-bullets li { display:flex;align-items:flex-start;gap:10px;font-size:.92rem;color:#374151;margin-bottom:.75rem;line-height:1.5; }
.about-bullets li::before { content:'';width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0;margin-top:6px; }

@media (max-width: 768px) {
  .hero-stat-divider { display:none; }
  .hero-stats { gap:.5rem;flex-direction:column;align-items:flex-start; }
  .hero-stat { padding-left:0; }
  .process-steps { flex-direction:column; }
  .process-step { height:auto;padding:1.5rem; }
  .process-arrow-circle { display:none !important; }
  .stat-divider { display:none; }
  .about-img { height:260px; }
}
