<!-- start Simple Custom CSS and JS -->
<style >
/* =========================================================
   CATLEY RANCH – NAŠE ÚSPĚCHY DARK GOLD FINAL
========================================================= */

.ak-success-page {
  --cr-green: #9ee600;
  --ak-gold-soft: var(--cr-green);
  --ak-text: #f3f3f3;
  --ak-muted: #cfcfcf;

  max-width: 1240px;
  margin: 0 auto;
  background: transparent;
color: var(--ak-text);
  overflow: hidden;
}

.ak-success-page * {
  box-sizing: border-box;
}

/* =========================================================
   HERO
========================================================= */

.ak-success-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 90px 70px;
  overflow: hidden;
  border-bottom: 1px solid rgba(158,230,0,.16);
}

.ak-success-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.ak-success-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10,10,8,.96) 0%,
      rgba(10,10,8,.82) 34%,
      rgba(10,10,8,.38) 62%,
      rgba(10,10,8,.06) 100%
    );
}

.ak-success-hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.ak-success-kicker {
  margin: 0 0 22px !important;
  color: var(--ak-gold) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .24em !important;
  text-transform: uppercase !important;
}

.ak-success-hero h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(58px, 8vw, 108px) !important;
  line-height: .88 !important;
  font-weight: 950 !important;
  letter-spacing: -.08em !important;
}

.ak-success-line {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 280px);
  margin: 34px 0;
}

.ak-success-line span {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--ak-gold), transparent);
}

.ak-success-line i {
  color: var(--ak-gold);
  font-style: normal;
}

.ak-success-hero p:not(.ak-success-kicker) {
  max-width: 520px;
  margin: 0 !important;
  color: var(--ak-muted) !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
}

/* =========================================================
   INTRO
========================================================= */

.ak-success-intro {
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: 54px;
  align-items: center;
  padding: 76px 70px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005)),
    #11110d;
}

.ak-success-intro h2 {
  margin: 0 0 24px !important;
  color: #fff !important;
  font-size: clamp(38px, 5vw, 72px) !important;
  line-height: .95 !important;
  font-weight: 950 !important;
  letter-spacing: -.06em !important;
}

.ak-success-intro-text p:not(.ak-success-kicker):not(.ak-success-script) {
  margin: 0 0 18px;
  color: var(--ak-muted);
  font-size: 18px;
  line-height: 1.8;
}

.ak-success-script {
  margin: 26px 0 0 !important;
  color: var(--ak-gold) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 24px !important;
  font-style: italic !important;
}

/* =========================================================
   STATS
========================================================= */

.ak-success-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(158,230,0,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    #161612;
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.ak-success-stats div {
  padding: 36px 20px;
  text-align: center;
  border-right: 1px solid rgba(158,230,0,.12);
}

.ak-success-stats div:last-child {
  border-right: 0;
}

.ak-success-stats strong {
  display: block;
  color: #fff;
  font-size: clamp(34px,4vw,54px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
}

.ak-success-stats span {
  display: block;
  margin-top: 14px;
  color: #bfbfbf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* =========================================================
   DOGS SECTION
========================================================= */

.ak-success-dogs {
  padding: 82px 70px 100px;
  background: transparent;
text-align: center;
}

.ak-success-center {
  text-align: center;
}

.ak-success-dogs h2 {
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(42px,5vw,74px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.06em !important;
}

.ak-success-mini-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 24px auto 48px;
}

.ak-success-mini-line span {
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ak-gold), transparent);
}

.ak-success-mini-line i {
  color: var(--ak-gold);
  font-style: normal;
}

/* =========================================================
   GRID
========================================================= */

.ak-success-dogs .ak-catley-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  text-align: left !important;
}

/* =========================================================
   CARD
========================================================= */

.ak-success-dogs .ak-dog-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008)),
    #151512 !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(158,230,0,.16) !important;
  box-shadow: 0 26px 80px rgba(0,0,0,.36) !important;
  transition:
    transform .3s ease,
    border-color .3s ease,
    box-shadow .3s ease !important;
}

.ak-success-dogs .ak-dog-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(158,230,0,.34) !important;
  box-shadow: 0 40px 100px rgba(0,0,0,.48) !important;
}

/* REMOVE OLD EFFECTS */

.ak-success-dogs .ak-dog-card::before,
.ak-success-dogs .ak-dog-card::after,
.ak-success-dogs .ak-dog-img::before,
.ak-success-dogs .ak-dog-img::after,
.ak-success-dogs .ak-dog-content::before,
.ak-success-dogs .ak-dog-content::after {
  content: none !important;
  display: none !important;
}

/* IMAGE */

.ak-success-dogs .ak-dog-img {
  width: 100% !important;
  height: 330px !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  filter: none !important;
  transition: transform .45s ease !important;
}

.ak-success-dogs .ak-dog-card:hover .ak-dog-img {
  transform: scale(1.03) !important;
}

/* CONTENT */

.ak-success-dogs .ak-dog-content {
  min-height: 180px !important;
  padding: 24px 22px 28px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.005)),
    #151512 !important;
}

.ak-success-dogs .ak-dog-content h3 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(22px,2vw,30px) !important;
  line-height: 1.04 !important;
  font-weight: 950 !important;
  letter-spacing: -.05em !important;
}

.ak-success-dogs .ak-dog-content p {
  margin: 0 0 10px !important;
  color: #bcbcbc !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ak-success-dogs .ak-dog-content > span {
  display: inline-flex !important;
  align-items: center !important;
  color: var(--ak-gold-soft) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
}

.ak-success-dogs .ak-dog-content > span::before {
  content: "●";
  margin-right: 8px;
  color: var(--ak-gold);
}

/* =========================================================
   BOTTOM
========================================================= */

.ak-success-bottom {
  position: relative;
  padding: 92px 24px 110px;
  text-align: center;
  background:
    linear-gradient(
      90deg,
      rgba(158,230,0,.08),
      rgba(16,16,14,.96),
      rgba(158,230,0,.08)
    ),
    #0d0d0b;
  border-top: 1px solid rgba(158,230,0,.14);
}

.ak-success-bottom p {
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(28px,4vw,48px);
  line-height: 1.34;
  font-weight: 950;
  letter-spacing: -.04em;
  font-style: italic;
}

.ak-success-bottom span {
  display: block;
  width: 92px;
  height: 2px;
  margin: 34px auto 0;
  background: var(--ak-gold);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .ak-success-hero,
  .ak-success-intro,
  .ak-success-dogs {
    padding-left: 38px;
    padding-right: 38px;
  }

  .ak-success-intro {
    grid-template-columns: 1fr;
  }

  .ak-success-stats {
    grid-template-columns: repeat(2,1fr);
  }

  .ak-success-dogs .ak-catley-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .ak-success-page {
    max-width: none;
  }

  .ak-success-hero {
    min-height: 560px;
    padding: 58px 22px;
    align-items: flex-end;
  }

  .ak-success-hero-bg {
    background-position: center;
  }

  .ak-success-hero-bg::after {
    background:
      linear-gradient(
        180deg,
        rgba(10,10,8,.35) 0%,
        rgba(10,10,8,.76) 58%,
        rgba(10,10,8,.96) 100%
      );
  }

  .ak-success-hero h1 {
    font-size: 56px !important;
  }

  .ak-success-hero p:not(.ak-success-kicker) {
    font-size: 17px !important;
    line-height: 1.7 !important;
  }

  .ak-success-intro,
  .ak-success-dogs {
    padding-left: 22px;
    padding-right: 22px;
  }

  .ak-success-stats {
    grid-template-columns: 1fr;
  }

  .ak-success-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(158,230,0,.12);
  }

  .ak-success-dogs .ak-catley-grid {
    grid-template-columns: 1fr !important;
  }

  .ak-success-dogs .ak-dog-img {
    height: 360px !important;
  }
}
</style>
<!-- end Simple Custom CSS and JS -->