/*
Theme Name: Progit Multitool IT
Theme URI: https://progit.pl
Author: Progit
Description: Lekki, gotowy motyw firmowy dla progit.pl — kompleksowa obsługa IT, serwery Linux/Windows, sieci, monitoring, alarmy, programowanie i wsparcie firm.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPLv2 or later
Text Domain: progit-multitool-it
*/

:root {
  --pg-bg: #07111f;
  --pg-bg-2: #0d1b31;
  --pg-card: #ffffff;
  --pg-text: #101d2f;
  --pg-muted: #637489;
  --pg-primary: #0984f4;
  --pg-primary-2: #17c7e8;
  --pg-border: #e7edf5;
  --pg-soft: #f4f8fc;
  --pg-radius: 24px;
  --pg-shadow: 0 20px 60px rgba(7, 17, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--pg-text);
  background: #f6f9fd;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.pg-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.pg-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15,35,65,.08);
}
.pg-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 84px; }
.pg-logo { display: inline-flex; align-items: center; min-width: 190px; }
.pg-logo img { width: 230px; max-height: 76px; object-fit: contain; display: block; }
.pg-custom-logo .custom-logo { width: 230px; height: auto; max-height: 76px; object-fit: contain; }
.pg-menu { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 700; color: #21344c; }
.pg-menu a { opacity: .88; }
.pg-menu a:hover { color: var(--pg-primary); opacity: 1; }
.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 13px 20px;
  background: linear-gradient(135deg, var(--pg-primary), var(--pg-primary-2));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(9,132,244,.24);
  cursor: pointer;
}
.pg-btn:hover { transform: translateY(-1px); }
.pg-btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.25); box-shadow: none; }
.pg-btn-light { background: #fff; color: #0d1b31; box-shadow: 0 16px 40px rgba(0,0,0,.18); }

.pg-hero {
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(23,199,232,.22), transparent 30%),
    radial-gradient(circle at 80% 25%, rgba(9,132,244,.24), transparent 28%),
    linear-gradient(135deg, #06101f 0%, #0d1b31 55%, #07111f 100%);
  overflow: hidden;
}
.pg-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; padding: 94px 0 82px; }
.pg-kicker { display: inline-flex; gap: 8px; align-items: center; padding: 8px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #b9d8ff; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pg-hero h1 { font-size: clamp(42px, 5.5vw, 76px); line-height: 1.02; margin: 22px 0 20px; letter-spacing: -0.055em; }
.pg-hero p { color: #c9d7e7; font-size: 20px; max-width: 700px; margin: 0 0 28px; }
.pg-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pg-hero-panel { position: relative; padding: 28px; border-radius: 32px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 26px 90px rgba(0,0,0,.28); }
.pg-hero-panel:before { content: ""; position: absolute; inset: -60px -60px auto auto; width: 180px; height: 180px; background: rgba(23,199,232,.18); filter: blur(30px); border-radius: 50%; }
.pg-tool-card { position: relative; display: grid; gap: 14px; }
.pg-tool-row { display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 18px; background: rgba(255,255,255,.92); color: #12233b; }
.pg-tool-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, #eaf5ff, #dffbff); color: var(--pg-primary); font-size: 22px; flex: 0 0 auto; }
.pg-tool-row strong { display: block; }
.pg-tool-row span { display: block; color: #66768a; font-size: 14px; }

.pg-section { padding: 82px 0; }
.pg-section-white { background: #fff; }
.pg-section-soft { background: #f6f9fd; }
.pg-section-dark { background: #07111f; color: #fff; }
.pg-section-head { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.pg-section-head h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -0.04em; margin: 0 0 14px; }
.pg-section-head p { color: var(--pg-muted); font-size: 18px; margin: 0; }
.pg-section-dark .pg-section-head p { color: #b9c8d9; }

.pg-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pg-card { background: #fff; border: 1px solid var(--pg-border); border-radius: var(--pg-radius); padding: 26px; box-shadow: 0 12px 35px rgba(10,30,60,.06); transition: .18s ease; }
.pg-card:hover { transform: translateY(-4px); box-shadow: var(--pg-shadow); }
.pg-card-icon { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #eaf5ff, #e8fbff); color: var(--pg-primary); font-size: 28px; margin-bottom: 16px; }
.pg-card h3 { font-size: 21px; margin: 0 0 8px; letter-spacing: -0.02em; }
.pg-card p { color: var(--pg-muted); margin: 0; }

.pg-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.pg-checks { display: grid; gap: 14px; margin-top: 24px; }
.pg-check { display: flex; gap: 12px; align-items: flex-start; color: #31445d; }
.pg-check b { color: var(--pg-primary); }
.pg-quote { border-radius: 32px; padding: 34px; background: linear-gradient(135deg, #081629, #102743); color: #fff; box-shadow: var(--pg-shadow); }
.pg-quote h3 { font-size: 31px; line-height: 1.12; margin: 0 0 14px; letter-spacing: -0.03em; }
.pg-quote p { color: #c9d7e7; margin: 0; }
.pg-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pg-badge { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.08); padding: 8px 12px; border-radius: 999px; font-weight: 700; font-size: 13px; color: #d5e6fb; }

.pg-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
.pg-step { background: #fff; border: 1px solid var(--pg-border); border-radius: var(--pg-radius); padding: 24px; position: relative; }
.pg-step:before { counter-increment: step; content: "0" counter(step); display: inline-flex; margin-bottom: 18px; width: 44px; height: 44px; border-radius: 14px; align-items: center; justify-content: center; background: #eef7ff; color: var(--pg-primary); font-weight: 900; }
.pg-step h3 { margin: 0 0 8px; }
.pg-step p { margin: 0; color: var(--pg-muted); }

.pg-contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.pg-contact-card { padding: 34px; border-radius: 30px; background: linear-gradient(135deg, var(--pg-primary), var(--pg-primary-2)); color: #fff; }
.pg-contact-card h2 { font-size: 42px; line-height: 1.06; margin: 0 0 14px; letter-spacing: -0.04em; }
.pg-contact-card p { color: rgba(255,255,255,.86); font-size: 18px; }
.pg-contact-list { display: grid; gap: 14px; margin-top: 24px; }
.pg-contact-list a, .pg-contact-list span { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.pg-contact-note { background: #fff; border-radius: 30px; border: 1px solid var(--pg-border); padding: 34px; }
.pg-contact-note h3 { font-size: 28px; margin: 0 0 12px; }
.pg-contact-note p { color: var(--pg-muted); margin: 0 0 14px; }

.pg-page { padding: 70px 0; background: #fff; }
.pg-content { max-width: 920px; }
.pg-content h1 { font-size: 48px; line-height: 1.05; }
.pg-footer { background: #06101f; color: #b9c8d9; padding: 30px 0; }
.pg-footer-inner { display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.pg-footer a { color: #fff; }

@media (max-width: 920px) {
  .pg-menu { display: none; }
  .pg-hero-grid, .pg-split, .pg-contact { grid-template-columns: 1fr; }
  .pg-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pg-process { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .pg-container { width: min(100% - 26px, 1180px); }
  .pg-nav { min-height: 72px; }
  .pg-logo img { width: 178px; }
  .pg-nav > .pg-btn { display: none; }
  .pg-hero-grid { padding: 62px 0; }
  .pg-services, .pg-process { grid-template-columns: 1fr; }
  .pg-footer-inner { flex-direction: column; text-align: center; }
}
