/* =========================================================
   O NAS &#8212; HERO
========================================================= */
.about-hero { position: relative; margin: 0; padding: 14px 0 28px; background: #081223; }
.about-hero-card {
  position: relative; min-height: 510px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px; background: #081223; box-shadow: 0 18px 45px rgba(8, 18, 35, 0.2);
}
.about-hero-bg { position: absolute; inset: 0; display: block; }
.about-hero-bg img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient( 90deg, rgba(8, 18, 35, 0.84) 0%, rgba(8, 18, 35, 0.68) 36%, rgba(8, 18, 35, 0.42) 64%, rgba(8, 18, 35, 0.14) 100% );
}
.about-hero-content {
  position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
  gap: 48px; align-items: center; min-height: 510px; padding: 52px;
}
.about-hero-main { max-width: 760px; }
.about-hero-kicker {
  display: inline-flex; margin-bottom: 13px; color: #ffad42; font-size: 0.8rem; font-weight: 900;
  line-height: 1.35; letter-spacing: 0.06em;
}
.about-hero-main h1 {
  margin: 0; color: #fff; font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -0.035em;
  text-wrap: balance;
}
.about-hero-main > p {
  max-width: 700px; margin: 19px 0 0; color: rgba(255, 255, 255, 0.84); font-size: 1.05rem; line-height: 1.7;
}
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.about-hero-actions .btn { margin: 0; justify-content: center; }
.about-hero-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.about-hero-pills span {
  display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.21); border-radius: 999px; background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88); font-size: 0.82rem; line-height: 1.35;
}
.about-hero-info {
  display: grid; align-content: center; min-width: 0; padding: 25px 23px;
  border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 18px; background: rgba(8, 18, 35, 0.9);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2); backdrop-filter: blur(5px);
}
.about-hero-info-title {
  margin-bottom: 12px; color: #ffad42; font-size: 0.8rem; font-weight: 900; line-height: 1.35;
  letter-spacing: 0.03em;
}
.about-hero-info > div {
  display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 14px; align-items: start; padding: 17px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.about-hero-info > div:last-child { border-bottom: 0; }
.about-hero-info strong { color: #fff; font-size: 1.15rem; line-height: 1.35; }
.about-hero-info span { color: rgba(255, 255, 255, 0.76); font-size: 0.88rem; line-height: 1.55; }
@media (max-width: 900px) {
  .about-hero-content { grid-template-columns: 1fr; gap: 28px; padding: 42px 30px; }
  .about-hero-main { max-width: 680px; }
  .about-hero-info { max-width: 650px; }
}
@media (max-width: 600px) {
  .about-hero { padding-bottom: 22px; }
  .about-hero-card { min-height: 0; border-radius: 18px; }
  .about-hero-bg img { object-position: 58% top; filter: brightness(1.08) contrast(1.03) saturate(0.95); }
  .about-hero-overlay {
    background: linear-gradient( 180deg, rgba(8, 18, 35, 0.52) 0%, rgba(8, 18, 35, 0.64) 36%, rgba(8, 18, 35, 0.80) 68%, rgba(8, 18, 35, 0.92) 100% );
  }
  .about-hero-content { min-height: 0; padding: 34px 18px 24px; }
  .about-hero-main h1 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .about-hero-main > p { font-size: 1rem; }
  .about-hero-actions { flex-direction: column; }
  .about-hero-actions .btn { width: 100%; }
  .about-hero-pills { align-items: stretch; flex-direction: column; }
  .about-hero-pills span { justify-content: center; text-align: center; }
  .about-hero-info { padding: 20px 17px; }
  .about-hero-info > div { grid-template-columns: 54px minmax(0, 1fr); gap: 10px; }
}
/* =========================================================
   O NAS &#8212; HISTORIA
========================================================= */
.about-history { padding: 14px 0; }
.about-history-card {
  padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.about-history-head {
  display: grid; grid-template-columns: 170px minmax(300px, 0.95fr) minmax(340px, 1.05fr); gap: 28px;
  align-items: center; margin-bottom: 28px;
}
.about-history-kicker {
  color: #b45309; font-size: 0.8rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.05em;
}
.about-history-head h2 {
  margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.15; text-wrap: balance;
}
.about-history-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-history-layout { display: grid; grid-template-columns: minmax(310px, 0.75fr) minmax(0, 1.25fr); gap: 18px; }
.about-history-intro {
  display: flex; min-width: 0; flex-direction: column; padding: 30px; border-radius: 18px;
  background: radial-gradient( circle at 85% 12%, rgba(255, 138, 0, 0.22), transparent 35% ), #081223;
  color: #fff; box-shadow: 0 16px 34px rgba(8, 18, 35, 0.15);
}
.about-history-intro-label {
  margin-bottom: 12px; color: #ffad42; font-size: 0.76rem; font-weight: 900; line-height: 1.35;
  letter-spacing: 0.05em;
}
.about-history-intro > strong {
  display: block; margin-bottom: 16px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.08;
  letter-spacing: -0.03em;
}
.about-history-intro > p { margin: 0 0 13px; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }
.about-history-intro-stats {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: auto;
  padding-top: 20px;
}
.about-history-intro-stats > div {
  display: flex; min-width: 0; flex-direction: column; gap: 3px; padding: 13px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; background: rgba(255, 255, 255, 0.06);
  text-align: center;
}
.about-history-intro-stats strong { color: #ffad42; font-size: 1.15rem; line-height: 1.3; }
.about-history-intro-stats span { color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; line-height: 1.4; }
.about-history-timeline { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.about-history-timeline > li { min-width: 0; }
.about-history-event {
  display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 18px; min-height: 100%; padding: 21px;
  border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient( 145deg, #fff 0%, #f8f9fb 100% ); box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}
.about-history-year {
  display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 8px;
  border-radius: 13px; background: #ff8a00; color: #111; font-size: 1rem; font-weight: 900; line-height: 1.2;
  text-align: center;
}
.about-history-event-content { min-width: 0; }
.about-history-event h3 { margin: 0 0 8px; font-size: 1.08rem; line-height: 1.4; }
.about-history-event p { margin: 0; color: var(--muted); line-height: 1.62; }
.about-history-note {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px;
  padding: 20px 22px; border-left: 5px solid #ff8a00; border-radius: 14px; background: rgba(255, 138, 0, 0.07);
}
.about-history-note > div { display: flex; max-width: 800px; flex-direction: column; gap: 5px; }
.about-history-note span { color: var(--muted); line-height: 1.55; }
.about-history-note .btn { flex: 0 0 auto; margin: 0; justify-content: center; }
@media (hover: hover) {
  .about-history-event { transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
  .about-history-event:hover {
    transform: translateY(-2px); border-color: rgba(255, 138, 0, 0.42);
    box-shadow: 0 13px 28px rgba(17, 24, 39, 0.09);
  }
}
@media (max-width: 1000px) {
  .about-history-layout { grid-template-columns: 1fr; }
}
@media (max-width: 950px) {
  .about-history-head { grid-template-columns: 150px 1fr; }
  .about-history-head p { grid-column: 1 / -1; }
  .about-history-note { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .about-history-card { padding: 24px 18px; }
  .about-history-head { display: block; margin-bottom: 20px; }
  .about-history-kicker { display: inline-flex; margin-bottom: 10px; }
  .about-history-head h2 { margin-bottom: 12px; }
  .about-history-intro { padding: 24px 18px; }
  .about-history-intro-stats { grid-template-columns: 1fr; }
  .about-history-event { grid-template-columns: 58px minmax(0, 1fr); gap: 13px; padding: 18px 15px; }
  .about-history-year { min-height: 52px; font-size: 0.84rem; }
  .about-history-note { padding: 18px 16px; }
  .about-history-note .btn { width: 100%; }
}
/* =========================================================
   O NAS &#8212; ZAKRES DZIAŁALNOŚCI
========================================================= */
.about-services { padding: 14px 0; }
.about-services-card {
  padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.about-services-head {
  display: grid; grid-template-columns: 170px minmax(280px, 0.85fr) minmax(360px, 1.15fr); gap: 28px;
  align-items: center; margin-bottom: 26px;
}
.about-services-kicker {
  color: #b45309; font-size: 0.8rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.05em;
}
.about-services-head h2 {
  margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.15; text-wrap: balance;
}
.about-services-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.about-service {
  position: relative; display: flex; min-width: 0; flex-direction: column; overflow: hidden;
  border: 1px solid var(--line); border-radius: 17px;
  background: linear-gradient( 145deg, #fff 0%, #f8f9fb 100% ); box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}
.about-service-number {
  position: absolute; top: 20px; right: 20px; display: inline-flex; align-items: center;
  justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: #ff8a00; color: #111;
  font-size: 0.84rem; font-weight: 900;
}
.about-service-content { padding: 24px 78px 22px 23px; }
.about-service-label {
  display: inline-flex; margin-bottom: 10px; color: #b45309; font-size: 0.74rem; font-weight: 900;
  line-height: 1.35; letter-spacing: 0.05em;
}
.about-service h3 { margin: 0 0 11px; font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.25; }
.about-service p { margin: 0; color: var(--muted); line-height: 1.65; }
.about-service-list { display: grid; gap: 0; margin: 18px 0 0; padding: 0; list-style: none; }
.about-service-list li {
  position: relative; padding: 9px 0 9px 24px; border-bottom: 1px solid var(--line); color: var(--muted);
  line-height: 1.5;
}
.about-service-list li:last-child { border-bottom: 0; }
.about-service-list li::before {
  position: absolute; top: 9px; left: 0; color: #b45309; font-weight: 900; content: "\2713";
}
.about-service-footer {
  display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto;
  padding: 16px 22px; border-top: 1px solid var(--line); background: #081223;
}
.about-service-footer span {
  color: rgba(255, 255, 255, 0.72); font-size: 0.8rem; font-weight: 800; line-height: 1.45;
}
.about-service-footer a {
  color: #ffad42; font-size: 0.84rem; font-weight: 900; line-height: 1.4; text-align: right;
}
.about-service-footer a:hover { color: #fff; }
.about-services-note {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px;
  padding: 20px 22px; border-left: 5px solid #ff8a00; border-radius: 14px; background: rgba(255, 138, 0, 0.07);
}
.about-services-note > div { display: flex; max-width: 800px; flex-direction: column; gap: 5px; }
.about-services-note span { color: var(--muted); line-height: 1.55; }
.about-services-note .btn { flex: 0 0 auto; margin: 0; justify-content: center; }
@media (hover: hover) {
  .about-service { transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
  .about-service:hover {
    transform: translateY(-3px); border-color: rgba(255, 138, 0, 0.42);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.09);
  }
}
@media (max-width: 950px) {
  .about-services-head { grid-template-columns: 150px 1fr; }
  .about-services-head p { grid-column: 1 / -1; }
  .about-services-note { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 800px) {
  .about-services-grid { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .about-services-card { padding: 24px 18px; }
  .about-services-head { display: block; margin-bottom: 20px; }
  .about-services-kicker { display: inline-flex; margin-bottom: 10px; }
  .about-services-head h2 { margin-bottom: 12px; }
  .about-service-content { padding: 22px 68px 20px 18px; }
  .about-service-number { top: 17px; right: 17px; width: 38px; height: 38px; }
  .about-service-footer { align-items: flex-start; flex-direction: column; gap: 8px; padding: 15px 18px; }
  .about-service-footer a { text-align: left; }
  .about-services-note { padding: 18px 16px; }
  .about-services-note .btn { width: 100%; }
}
/* =========================================================
   O NAS &#8212; JAK PRACUJEMY
========================================================= */
.about-process { padding: 14px 0; }
.about-process-card {
  padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.about-process-head {
  display: grid; grid-template-columns: 170px minmax(280px, 0.8fr) minmax(380px, 1.2fr); gap: 28px;
  align-items: center; margin-bottom: 26px;
}
.about-process-kicker {
  color: #b45309; font-size: 0.8rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.05em;
}
.about-process-head h2 {
  margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.15; text-wrap: balance;
}
.about-process-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-process-layout { display: grid; grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr); gap: 18px; }
.about-process-intro {
  display: flex; min-width: 0; flex-direction: column; padding: 30px; border-radius: 18px;
  background: radial-gradient( circle at 84% 12%, rgba(255, 138, 0, 0.22), transparent 35% ), #081223;
  color: #fff; box-shadow: 0 16px 34px rgba(8, 18, 35, 0.15);
}
.about-process-intro-label {
  margin-bottom: 12px; color: #ffad42; font-size: 0.76rem; font-weight: 900; line-height: 1.35;
  letter-spacing: 0.05em;
}
.about-process-intro > strong {
  display: block; margin-bottom: 16px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08;
  letter-spacing: -0.03em;
}
.about-process-intro > p { margin: 0; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }
.about-process-intro-list { display: grid; gap: 10px; margin-top: 24px; }
.about-process-intro-list > div {
  display: flex; flex-direction: column; gap: 4px; padding: 14px; border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px; background: rgba(255, 255, 255, 0.06);
}
.about-process-intro-list strong { color: #fff; line-height: 1.4; }
.about-process-intro-list span { color: rgba(255, 255, 255, 0.7); font-size: 0.84rem; line-height: 1.5; }
.about-process-steps { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.about-process-steps > li { min-width: 0; }
.about-process-step {
  display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 17px; align-items: start; min-height: 100%;
  padding: 20px; border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient( 145deg, #fff 0%, #f8f9fb 100% ); box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}
.about-process-number {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 50%; background: #ff8a00; color: #111; font-size: 0.82rem; font-weight: 900;
}
.about-process-step-content { min-width: 0; }
.about-process-step h3 { margin: 0 0 8px; font-size: 1.08rem; line-height: 1.4; }
.about-process-step p { margin: 0; color: var(--muted); line-height: 1.62; }
.about-process-note {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px;
  padding: 20px 22px; border-left: 5px solid #ff8a00; border-radius: 14px; background: rgba(255, 138, 0, 0.07);
}
.about-process-note > div:first-child { display: flex; max-width: 780px; flex-direction: column; gap: 5px; }
.about-process-note span { color: var(--muted); line-height: 1.55; }
.about-process-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.about-process-actions .btn { margin: 0; justify-content: center; }
@media (hover: hover) {
  .about-process-step { transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
  .about-process-step:hover {
    transform: translateY(-2px); border-color: rgba(255, 138, 0, 0.42);
    box-shadow: 0 13px 28px rgba(17, 24, 39, 0.09);
  }
}
@media (max-width: 1000px) {
  .about-process-layout { grid-template-columns: 1fr; }
}
@media (max-width: 950px) {
  .about-process-head { grid-template-columns: 150px 1fr; }
  .about-process-head p { grid-column: 1 / -1; }
  .about-process-note { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .about-process-card { padding: 24px 18px; }
  .about-process-head { display: block; margin-bottom: 20px; }
  .about-process-kicker { display: inline-flex; margin-bottom: 10px; }
  .about-process-head h2 { margin-bottom: 12px; }
  .about-process-intro { padding: 24px 18px; }
  .about-process-step { grid-template-columns: 46px minmax(0, 1fr); gap: 12px; padding: 18px 15px; }
  .about-process-number { width: 42px; height: 42px; }
  .about-process-note { padding: 18px 16px; }
  .about-process-actions { width: 100%; flex-direction: column; }
  .about-process-actions .btn { width: 100%; }
}
/* =========================================================
   O NAS &#8212; UPRAWNIENIA I CERTYFIKATY
========================================================= */
.about-credentials { padding: 14px 0; }
.about-credentials-card {
  padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.about-credentials-head {
  display: grid; grid-template-columns: 170px minmax(300px, 0.9fr) minmax(350px, 1.1fr); gap: 28px;
  align-items: center; margin-bottom: 26px;
}
.about-credentials-kicker, .about-certificates-kicker {
  color: #b45309; font-size: 0.8rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.05em;
}
.about-credentials-head h2 {
  margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.15; text-wrap: balance;
}
.about-credentials-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-credentials-layout {
  display: grid; grid-template-columns: minmax(310px, 0.76fr) minmax(0, 1.24fr); gap: 18px;
}
.about-credentials-feature {
  display: flex; min-width: 0; flex-direction: column; padding: 30px; border-radius: 18px;
  background: radial-gradient( circle at 84% 12%, rgba(255, 138, 0, 0.22), transparent 35% ), #081223;
  color: #fff; box-shadow: 0 16px 34px rgba(8, 18, 35, 0.15);
}
.about-credentials-feature-label {
  margin-bottom: 12px; color: #ffad42; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.05em;
}
.about-credentials-feature-title {
  margin-bottom: 15px; color: #fff; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1;
  letter-spacing: -0.035em;
}
.about-credentials-feature > p { margin: 0; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }
.about-credentials-badges {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 22px;
}
.about-credentials-badges > div {
  display: flex; min-width: 0; flex-direction: column; gap: 4px; padding: 14px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; background: rgba(255, 255, 255, 0.06);
  text-align: center;
}
.about-credentials-badges strong { color: #ffad42; font-size: 1.5rem; line-height: 1.2; }
.about-credentials-badges span { color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; line-height: 1.4; }
.about-credentials-feature-list { display: grid; gap: 10px; margin-top: 20px; }
.about-credentials-feature-list > div {
  display: flex; flex-direction: column; gap: 4px; padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px; background: rgba(255, 255, 255, 0.06);
}
.about-credentials-feature-list strong { color: #fff; }
.about-credentials-feature-list span { color: rgba(255, 255, 255, 0.7); font-size: 0.84rem; line-height: 1.5; }
.about-credentials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.about-credential-item {
  min-width: 0; padding: 22px 20px; border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #f8f9fb 100%); box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}
.about-credential-number {
  display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px;
  margin-bottom: 16px; border-radius: 50%; background: #ff8a00; color: #111; font-size: 0.84rem;
  font-weight: 900;
}
.about-credential-item h3 { margin: 0 0 10px; font-size: 1.06rem; line-height: 1.4; }
.about-credential-item p { margin: 0; color: var(--muted); line-height: 1.62; }
.about-certificates { margin-top: 24px; padding-top: 25px; border-top: 1px solid var(--line); }
.about-certificates-head {
  display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr); gap: 28px; align-items: end;
  margin-bottom: 18px;
}
.about-certificates-head h3 { margin: 7px 0 0; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.2; }
.about-certificates-head p { margin: 0; color: var(--muted); line-height: 1.65; }
.about-certificates-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.about-certificate {
  min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; box-shadow: 0 7px 20px rgba(17, 24, 39, 0.05);
}
.about-certificate a { display: block; aspect-ratio: 4 / 3; padding: 10px; background: #f8f9fb; }
.about-certificate img { display: block; width: 100%; height: 100%; object-fit: contain; }
.about-certificate figcaption {
  min-height: 55px; padding: 12px; border-top: 1px solid var(--line); color: #081223; font-size: 0.82rem;
  font-weight: 800; line-height: 1.4; text-align: center;
}
.about-certificates-note { margin: 15px 0 0; color: var(--muted); font-size: 0.82rem; line-height: 1.55; }
.about-credentials-note {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px;
  padding: 20px 22px; border-left: 5px solid #ff8a00; border-radius: 14px; background: rgba(255, 138, 0, 0.07);
}
.about-credentials-note > div:first-child { display: flex; max-width: 780px; flex-direction: column; gap: 5px; }
.about-credentials-note span { color: var(--muted); line-height: 1.55; }
.about-credentials-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.about-credentials-actions .btn { margin: 0; justify-content: center; }
@media (hover: hover) {
  .about-credential-item, .about-certificate {
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .about-credential-item:hover, .about-certificate:hover {
    transform: translateY(-3px); border-color: rgba(255, 138, 0, 0.42);
    box-shadow: 0 13px 28px rgba(17, 24, 39, 0.09);
  }
}
@media (max-width: 1000px) {
  .about-credentials-layout { grid-template-columns: 1fr; }
  .about-certificates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 950px) {
  .about-credentials-head { grid-template-columns: 150px 1fr; }
  .about-credentials-head p { grid-column: 1 / -1; }
  .about-credentials-note { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .about-credentials-card { padding: 24px 18px; }
  .about-credentials-head, .about-certificates-head { display: block; }
  .about-credentials-kicker, .about-certificates-kicker { display: inline-flex; margin-bottom: 10px; }
  .about-credentials-head h2, .about-certificates-head h3 { margin-bottom: 12px; }
  .about-credentials-feature { padding: 24px 18px; }
  .about-credentials-badges { grid-template-columns: 1fr; }
  .about-credentials-grid, .about-certificates-grid { grid-template-columns: 1fr; }
  .about-credential-item { padding: 20px 18px; }
  .about-credentials-note { padding: 18px 16px; }
  .about-credentials-actions { width: 100%; flex-direction: column; }
  .about-credentials-actions .btn { width: 100%; }
}
/* =========================================================
   O NAS &#8212; DLACZEGO MY I OBSZAR DZIAŁANIA
========================================================= */
.about-trust { padding: 14px 0; }
.about-trust-card {
  padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.about-trust-head {
  display: grid; grid-template-columns: 170px minmax(300px, 0.9fr) minmax(350px, 1.1fr); gap: 28px;
  align-items: center; margin-bottom: 26px;
}
.about-trust-kicker, .about-area-kicker {
  color: #b45309; font-size: 0.8rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.05em;
}
.about-trust-head h2 { margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.15; text-wrap: balance; }
.about-trust-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.about-trust-item {
  min-width: 0; padding: 22px 20px; border: 1px solid var(--line); border-radius: 16px;
  background: linear-gradient( 145deg, #fff 0%, #f8f9fb 100% ); box-shadow: 0 8px 22px rgba(17, 24, 39, 0.05);
}
.about-trust-number {
  display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px;
  margin-bottom: 16px; border-radius: 50%; background: #ff8a00; color: #111; font-size: 0.84rem;
  font-weight: 900;
}
.about-trust-item h3 { margin: 0 0 10px; font-size: 1.06rem; line-height: 1.4; }
.about-trust-item p { margin: 0; color: var(--muted); line-height: 1.62; }
.about-area {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); gap: 16px; margin-top: 20px;
}
.about-area-main {
  min-width: 0; padding: 28px; border-radius: 17px;
  background: radial-gradient( circle at 88% 12%, rgba(255, 138, 0, 0.2), transparent 34% ), #081223;
  color: #fff;
}
.about-area-main h3 {
  margin: 9px 0 13px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.1;
  letter-spacing: -0.025em;
}
.about-area-main > p { max-width: 760px; margin: 0; color: rgba(255, 255, 255, 0.8); line-height: 1.7; }
.about-area-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.about-area-pills span {
  display: inline-flex; align-items: center; min-height: 34px; padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 999px; background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84); font-size: 0.8rem; line-height: 1.35;
}
.about-area-contact {
  display: grid; align-content: center; min-width: 0; padding: 24px 22px; border: 1px solid var(--line);
  border-radius: 17px; background: #f8f9fb;
}
.about-area-contact-label {
  margin-bottom: 10px; color: #b45309; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.05em;
}
.about-area-contact > div {
  display: flex; flex-direction: column; gap: 4px; padding: 13px 0; border-bottom: 1px solid var(--line);
}
.about-area-contact > div:last-child { border-bottom: 0; }
.about-area-contact strong { color: #081223; font-size: 0.84rem; line-height: 1.4; }
.about-area-contact span, .about-area-contact a {
  color: var(--muted); line-height: 1.55; overflow-wrap: anywhere;
}
.about-area-contact a { color: #b45309; font-weight: 900; }
.about-trust-note {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px;
  padding: 20px 22px; border-left: 5px solid #ff8a00; border-radius: 14px; background: rgba(255, 138, 0, 0.07);
}
.about-trust-note > div:first-child { display: flex; max-width: 780px; flex-direction: column; gap: 5px; }
.about-trust-note span { color: var(--muted); line-height: 1.55; }
.about-trust-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.about-trust-actions .btn { margin: 0; justify-content: center; }
@media (hover: hover) {
  .about-trust-item { transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
  .about-trust-item:hover {
    transform: translateY(-3px); border-color: rgba(255, 138, 0, 0.42);
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.09);
  }
}
@media (max-width: 1000px) {
  .about-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-area { grid-template-columns: 1fr; }
}
@media (max-width: 950px) {
  .about-trust-head { grid-template-columns: 150px 1fr; }
  .about-trust-head p { grid-column: 1 / -1; }
  .about-trust-note { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .about-trust-card { padding: 24px 18px; }
  .about-trust-head { display: block; margin-bottom: 20px; }
  .about-trust-kicker { display: inline-flex; margin-bottom: 10px; }
  .about-trust-head h2 { margin-bottom: 12px; }
  .about-trust-grid { grid-template-columns: 1fr; }
  .about-trust-item { padding: 20px 18px; }
  .about-area-main { padding: 24px 18px; }
  .about-area-pills { align-items: stretch; flex-direction: column; }
  .about-area-pills span { justify-content: center; text-align: center; }
  .about-area-contact { padding: 22px 18px; }
  .about-trust-note { padding: 18px 16px; }
  .about-trust-actions { width: 100%; flex-direction: column; }
  .about-trust-actions .btn { width: 100%; }
}
/* =========================================================
   O NAS &#8212; FAQ
========================================================= */
.about-faq { padding: 14px 0; }
.about-faq-card {
  padding: 38px; border: 1px solid var(--line); border-radius: 20px; background: #fff;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.about-faq-head {
  display: grid; grid-template-columns: 170px minmax(300px, 0.9fr) minmax(350px, 1.1fr); gap: 28px;
  align-items: center; margin-bottom: 24px;
}
.about-faq-kicker { color: #b45309; font-size: 0.8rem; font-weight: 900; line-height: 1.35; letter-spacing: 0.05em; }
.about-faq-head h2 { margin: 0; font-size: clamp(1.65rem, 2.6vw, 2.3rem); line-height: 1.15; text-wrap: balance; }
.about-faq-head p { margin: 0; color: var(--muted); line-height: 1.7; }
.about-faq .faq-panel { display: grid; gap: 10px; }
.about-faq .faq-panel details {
  overflow: hidden; border: 1px solid var(--line); border-radius: 14px;
  background: linear-gradient( 145deg, #fff 0%, #f8f9fb 100% );
}
.about-faq .faq-panel summary {
  position: relative; padding: 18px 52px 18px 19px; color: #081223; font-weight: 900; line-height: 1.45;
  cursor: pointer; list-style: none;
}
.about-faq .faq-panel summary::-webkit-details-marker { display: none; }
.about-faq .faq-panel summary::after {
  position: absolute; top: 50%; right: 18px; display: flex; align-items: center; justify-content: center;
  width: 27px; height: 27px; border-radius: 50%; background: #ff8a00; color: #111; font-size: 1.05rem;
  font-weight: 900; line-height: 1; content: "+"; transform: translateY(-50%);
}
.about-faq .faq-panel details[open] summary::after { content: "\2212"; }
.about-faq .faq-answer { padding: 0 19px 19px; color: var(--muted); line-height: 1.68; }
.about-faq-contact {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 20px;
  padding: 20px 22px; border-left: 5px solid #ff8a00; border-radius: 14px; background: rgba(255, 138, 0, 0.07);
}
.about-faq-contact > div:first-child { display: flex; max-width: 780px; flex-direction: column; gap: 5px; }
.about-faq-contact span { color: var(--muted); line-height: 1.55; }
.about-faq-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.about-faq-actions .btn { margin: 0; justify-content: center; }
@media (hover: hover) {
  .about-faq .faq-panel details { transition: border-color 0.2s ease, box-shadow 0.2s ease; }
  .about-faq .faq-panel details:hover {
    border-color: rgba(255, 138, 0, 0.42); box-shadow: 0 9px 22px rgba(17, 24, 39, 0.07);
  }
}
@media (max-width: 950px) {
  .about-faq-head { grid-template-columns: 150px 1fr; }
  .about-faq-head p { grid-column: 1 / -1; }
  .about-faq-contact { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 650px) {
  .about-faq-card { padding: 24px 18px; }
  .about-faq-head { display: block; margin-bottom: 20px; }
  .about-faq-kicker { display: inline-flex; margin-bottom: 10px; }
  .about-faq-head h2 { margin-bottom: 12px; }
  .about-faq .faq-panel summary { padding: 17px 48px 17px 16px; }
  .about-faq .faq-answer { padding: 0 16px 17px; }
  .about-faq-contact { padding: 18px 16px; }
  .about-faq-actions { width: 100%; flex-direction: column; }
  .about-faq-actions .btn { width: 100%; }
}
.about-credentials-badge-long { font-size: 1.03rem; line-height: 1.15; letter-spacing: -0.07em; }
@media (max-width: 650px) {
  .about-credentials-badge-long { font-size: 1.3rem; }
}