<!-- start Simple Custom CSS and JS -->
<style>
.cr-about-page {
  --cr-green: #9ee600;
  --cr-green-bright: #b6ff00;
  --cr-bg: #050705;
  --cr-text: #ffffff;
  --cr-muted: #d7d7d7;

  background:
    radial-gradient(circle at top right, rgba(158,230,0,.12), transparent 40%),
    linear-gradient(180deg, #050705 0%, #0b1008 50%, #050705 100%);
  color: var(--cr-text);
  overflow: hidden;
}

.cr-about-page * {
  box-sizing: border-box;
}

.cr-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* HERO */

.cr-hero {
  min-height: 620px;
  display: flex;
  align-items: center;
  position: relative;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.35) 38%, rgba(0,0,0,0) 70%),
    url("http://localhost:8093/wp-content/uploads/2026/04/o-nas-hero.jpg") center center / cover no-repeat;
  border-bottom: 1px solid rgba(158,230,0,.18);
}

.cr-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(158,230,0,.18), transparent 40%);
  pointer-events: none;
}

.cr-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 90px 0;
}

.cr-breadcrumb {
  color: var(--cr-muted);
  font-size: 15px;
  margin-bottom: 22px;
}

.cr-breadcrumb span {
  color: var(--cr-green-bright);
}

.cr-hero h1 {
  font-family: 'Integral CF', sans-serif;
  margin: 0;
  font-size: clamp(58px, 9vw, 118px);
  line-height: .9;
  letter-spacing: -3px;
  color: #fff;
}

.cr-hero h1 strong {
  color: var(--cr-green-bright);
}

.cr-line {
  width: 150px;
  height: 2px;
  background: var(--cr-green-bright);
  margin: 30px 0 28px;
  position: relative;
}

.cr-line::after {
  content: "🐕";
  position: absolute;
  right: -30px;
  top: -15px;
  font-size: 18px;
}

.cr-hero p {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  max-width: 680px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

/* SECTIONS */

.cr-section {
  padding: 90px 0;
}

.cr-history {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.cr-label {
  font-family: 'Integral CF', sans-serif;
  color: var(--cr-green-bright);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
}

.cr-title {
  font-family: 'Integral CF', sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  margin: 0 0 28px;
  color: #fff;
}

.cr-title span {
  color: var(--cr-green-bright);
}

.cr-text p {
  color: var(--cr-muted);
  font-size: 18px;
  line-height: 1.85;
  margin: 0 0 22px;
}

/* BUTTON */

.cr-button {
  font-family: 'Integral CF', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid rgba(182,255,0,.75);
  background: rgba(0,0,0,.18);
  color: #fff !important;
  text-decoration: none !important;
  padding: 16px 28px;
  margin-top: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .8px;
  transition: .25s ease;
}

.cr-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg,#bddb43,#849d18);
  color: #fff !important;
  border-color: rgba(190,220,65,.95);
  box-shadow: 0 10px 24px rgba(120,150,0,.18);
}

/* PHOTO */

.cr-photo-box {
  position: relative;
  border: 1px solid rgba(182,255,0,.55);
  padding: 10px;
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
}

.cr-photo-box img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
}

.cr-year {
  position: absolute;
  right: -24px;
  bottom: -24px;
  background: #071006;
  border: 1px solid var(--cr-green-bright);
  padding: 24px 34px;
  color: var(--cr-green-bright);
  text-align: center;
}

.cr-year small {
  font-family: 'Integral CF', sans-serif;
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 800;
}

.cr-year strong {
  font-family: 'Integral CF', sans-serif;
  display: block;
  font-size: 46px;
  line-height: 1;
}

/* VALUES */

.cr-values {
  padding: 30px 0 80px;
}

.cr-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 45px;
}

.cr-value {
  position: relative;
  padding: 34px 28px;
  border: 1px solid rgba(182,255,0,.14);
  background:
    radial-gradient(circle at 20% 0%, rgba(182,255,0,.10), transparent 34%),
    rgba(255,255,255,.025);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.cr-value:hover {
  transform: translateY(-6px);
  border-color: rgba(182,255,0,.42);
  background:
    radial-gradient(circle at 20% 0%, rgba(182,255,0,.16), transparent 38%),
    rgba(255,255,255,.035);
  box-shadow: 0 18px 44px rgba(0,0,0,.32);
}

.cr-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  color: var(--cr-green-bright);
  font-size: 42px;
  line-height: 1;
  text-shadow:
    0 0 8px rgba(182,255,0,.55),
    0 0 24px rgba(182,255,0,.25);
  filter: drop-shadow(0 0 18px rgba(182,255,0,.18));
  transition: .25s ease;
}

.cr-value:hover .cr-icon {
  color: #dfff5c;
  transform: translateY(-4px) scale(1.06);
  text-shadow:
    0 0 12px rgba(182,255,0,.75),
    0 0 32px rgba(182,255,0,.35);
}

.cr-value h3 {
  font-family: 'Integral CF', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.cr-value p {
  color: var(--cr-muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

/* SEO TEXT */

.cr-seo-text {
  padding-top: 20px;
}

.cr-text-wide {
  max-width: 980px;
}

/* QUOTE */

.cr-quote {
  position: relative;
  margin: 0 auto 90px;
  width: min(1180px, calc(100% - 32px));
  min-height: 360px;
  border: 1px solid rgba(182,255,0,.42);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.72) 35%,
      rgba(0,0,0,.35) 55%,
      rgba(0,0,0,0) 75%
    ),
    url("http://localhost:8093/wp-content/uploads/2026/04/onas-spodek-oko.jpg") right center / cover no-repeat;
}

.cr-quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 28% 50%, rgba(182,255,0,.28), transparent 45%),
    linear-gradient(90deg,
      rgba(182,255,0,.12) 0%,
      rgba(182,255,0,.06) 35%,
      rgba(0,0,0,0) 70%
    );
  pointer-events: none;
}

.cr-quote-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 60px;
}

.cr-quote-mark {
  font-size: 82px;
  color: var(--cr-green-bright);
  line-height: .6;
  margin-bottom: 22px;
  text-shadow:
    0 0 8px rgba(182,255,0,.55),
    0 0 24px rgba(182,255,0,.25);
}

.cr-quote p {
  margin: 0;
  max-width: 680px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.35;
  font-style: italic;
  color: #fff;
  text-shadow: 0 6px 30px rgba(0,0,0,.85);
}

/* TABLET */

@media (max-width: 900px) {
  .cr-hero {
    min-height: 560px;
    align-items: flex-end;
    background:
      linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.88) 78%),
      url("http://localhost:8093/wp-content/uploads/2026/04/o-nas-hero.jpg") 80% top / cover no-repeat;
  }

  .cr-hero-content {
    padding: 260px 0 60px;
  }

  .cr-history {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .cr-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .cr-year {
    right: 12px;
    bottom: 12px;
  }
}

/* MOBILE */

@media (max-width: 800px) {
  .cr-container {
    width: min(100% - 24px, 1180px);
  }

  .cr-hero {
    min-height: 620px;
    background:
      linear-gradient(180deg, rgba(0,0,0,.10) 0%, rgba(0,0,0,.90) 72%),
      url("http://localhost:8093/wp-content/uploads/2026/04/o-nas-hero.jpg") 80% top / cover no-repeat;
  }

  .cr-hero-content {
    padding: 240px 0 40px;
  }

  .cr-hero h1 {
  font-family: 'Integral CF', sans-serif;
    font-size: clamp(56px, 20vw, 86px);
    letter-spacing: -1px;
  }

  .cr-hero p {
    font-size: 23px;
  }

  .cr-section {
    padding: 60px 0;
  }

  .cr-title {
  font-family: 'Integral CF', sans-serif;
    font-size: 32px;
  }

  .cr-text p {
    font-size: 16px;
    line-height: 1.75;
  }

  .cr-values-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cr-value {
    padding: 30px 24px;
  }

  .cr-year {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .cr-quote {
    min-height: 420px;
    align-items: flex-end;
    margin-bottom: 60px;
    background:
      linear-gradient(180deg,
        rgba(0,0,0,.12) 0%,
        rgba(0,0,0,.58) 42%,
        rgba(0,0,0,.95) 100%
      ),
      url("http://localhost:8093/wp-content/uploads/2026/04/onas-spodek-oko.jpg") right top / cover no-repeat;
  }

  .cr-quote::after {
    background:
      radial-gradient(circle at 28% 76%, rgba(182,255,0,.24), transparent 46%);
  }

  .cr-quote-inner {
    padding: 34px 24px;
  }

  .cr-quote p {
    font-size: 25px;
  }
}

.cr-year p { color: var(--cr-green-bright) !important; margin: 0; }
</style>
<!-- end Simple Custom CSS and JS -->