<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* CATLEY RANCH – AKTUALITY */

.ak-news-page,
.ak-news-page * {
  box-sizing: border-box;
}

.ak-news-page {
  background: #090909;
  color: #ffffff;
  font-family: inherit;
}

.ak-news-container {
  width: min(100% - 44px, 1100px);
  margin: 0 auto;
}

.ak-news-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 76px;
  background:
    radial-gradient(circle at 82% 18%, rgba(182,255,0,0.26), transparent 32%),
    linear-gradient(135deg, #111111 0%, #090909 74%);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.ak-news-hero::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -130px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182,255,0,0.2), rgba(182,255,0,0.08) 34%, transparent 72%);
  filter: blur(10px);
  pointer-events: none;
}

.ak-news-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(182,255,0,0.22), transparent);
}

.ak-news-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at center, black 20%, transparent 85%);
}

.ak-news-kicker {
  color: #b6ff00;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ak-news-title {
  margin: 0;
  max-width: 820px;
  color: #ffffff;
  font-size: clamp(2.55rem, 7vw, 5.4rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-shadow: 0 18px 46px rgba(0,0,0,0.48);
}

.ak-news-lead {
  max-width: 720px;
  margin: 26px 0 0;
  color: #e5e5e5;
  font-size: 1.08rem;
  line-height: 1.8;
}

.ak-news-floating-card {
  position: absolute;
  right: 90px;
  bottom: 72px;
  width: 250px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 60px rgba(0,0,0,0.42);
  z-index: 2;
}

.ak-news-floating-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.ak-news-floating-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b6ff00;
  box-shadow: 0 0 14px rgba(182,255,0,0.8);
}

.ak-news-floating-label {
  color: #b6ff00;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ak-news-floating-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8px;
}

.ak-news-floating-text {
  color: #cfcfcf;
  font-size: 0.9rem;
  line-height: 1.6;
}

.ak-news-section {
  padding: 64px 0 56px;
}

.ak-news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.ak-news-card {
  background: #121212;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  overflow: hidden;
}

.ak-news-card-featured {
  border-color: rgba(182,255,0,0.28);
}

.ak-news-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: radial-gradient(circle at center, rgba(182,255,0,0.12), transparent 36%), #1b1b1b;
  overflow: hidden;
}

.ak-news-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ak-news-body {
  padding: 26px 22px 28px;
}

.ak-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.ak-news-date,
.ak-news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.ak-news-date {
  background: rgba(255,255,255,0.11);
  color: #ffffff;
}

.ak-news-tag {
  background: #b6ff00;
  color: #090909;
}

.ak-news-card-title,
.ak-news-card-title a {
  margin: 0;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: clamp(1.45rem, 4vw, 2.1rem);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.ak-news-text {
  margin: 16px 0 0;
  color: #dedede;
  font-size: 1rem;
  line-height: 1.75;
}

.ak-news-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ak-news-page .ak-news-btn,
.ak-news-page a.ak-news-btn,
.ak-news-page a.ak-news-btn:link,
.ak-news-page a.ak-news-btn:visited,
.ak-news-page a.ak-news-btn:hover,
.ak-news-page a.ak-news-btn:active,
.ak-news-page a.ak-news-btn:focus {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
  min-height: 46px !important;
  padding: 13px 22px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.ak-news-page a.ak-news-btn-primary,
.ak-news-page a.ak-news-btn-primary:link,
.ak-news-page a.ak-news-btn-primary:visited,
.ak-news-page a.ak-news-btn-primary:hover {
  background: #b6ff00 !important;
  color: #090909 !important;
  border: 1px solid #b6ff00 !important;
}

.ak-news-page a.ak-news-btn-secondary,
.ak-news-page a.ak-news-btn-secondary:link,
.ak-news-page a.ak-news-btn-secondary:visited,
.ak-news-page a.ak-news-btn-secondary:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}

.ak-news-bottom {
  padding: 0 0 90px;
}

.ak-news-note {
  padding: 34px 24px;
  border-radius: 26px;
  background: rgba(182,255,0,0.08);
  border: 1px solid rgba(182,255,0,0.28);
}

.ak-news-note h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.75rem, 5vw, 3rem);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.ak-news-note p {
  margin: 14px 0 0;
  color: #dedede;
  font-size: 1rem;
  line-height: 1.75;
}

@media (min-width: 760px) {
  .ak-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ak-news-card-featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
  }

  .ak-news-card-featured .ak-news-image {
    height: 100%;
    aspect-ratio: auto;
  }

  .ak-news-card-featured .ak-news-body {
    padding: 44px;
  }

  .ak-news-body {
    padding: 30px;
  }

  .ak-news-note {
    padding: 42px;
  }
}

@media (max-width: 980px) {
  .ak-news-floating-card {
    display: none;
  }
}

@media (max-width: 640px) {
  .ak-news-container {
    width: min(100% - 32px, 1100px);
  }

  .ak-news-hero {
    padding: 72px 0 54px;
  }

  .ak-news-section {
    padding: 42px 0 40px;
  }

  .ak-news-bottom {
    padding-bottom: 64px;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
