.aktuelles-page {
  --social-blue: #35a8ff;
  --social-cyan: #5ee7ff;
  color: #f5f8ff;
}

.socialNewsMain { position: relative; z-index: 3; padding: 42px 0 84px; }

.socialNewsHero,
.socialFeedSection,
.socialContactCta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(103, 192, 255, .27);
  background:
    linear-gradient(135deg, rgba(8, 20, 43, .9), rgba(4, 12, 28, .72)),
    radial-gradient(circle at 82% 22%, rgba(42, 154, 255, .18), transparent 36%);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .09);
  backdrop-filter: blur(18px);
}

.socialNewsHero {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 48px;
  padding: clamp(34px, 6vw, 80px);
  border-radius: 34px;
  perspective: 1100px;
}

.socialNewsHero::before,
.socialFeedSection::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(118deg, transparent 30%, rgba(91, 205, 255, .08) 49%, transparent 67%);
  transform: translateX(-65%);
  animation: socialLightSweep 10s ease-in-out infinite;
}

.socialNewsHeroCopy,
.socialNewsHeroStage,
.socialFeedSection > *,
.socialContactCta > * { position: relative; z-index: 2; }
.socialNewsHero .serviceBreadcrumbs,
.socialNewsHero .serviceBreadcrumbs a { color: rgba(226, 239, 255, .72); }

.socialEyebrow {
  margin: 0 0 10px;
  color: var(--social-cyan);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.socialNewsHero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5.2vw, 5.1rem);
  line-height: .98;
  letter-spacing: -.055em;
  text-shadow: 0 8px 36px rgba(15, 116, 255, .3);
}

.socialNewsHeroCopy > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(226, 238, 255, .8);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
}

.socialNewsHeroStage { min-height: 360px; transform-style: preserve-3d; }
.stageRing {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(86, 195, 255, .32);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(32, 155, 255, .13), inset 0 0 55px rgba(32, 155, 255, .08);
  transform: translate(-50%, -50%) rotateX(67deg) rotateZ(12deg);
}
.ringTwo { width: 230px; height: 230px; transform: translate(-50%, -50%) rotateY(69deg) rotateZ(-18deg); }

.floatingSocialCard {
  position: absolute;
  width: 205px;
  min-height: 120px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(122, 210, 255, .36);
  border-radius: 23px;
  color: #fff;
  background: linear-gradient(145deg, rgba(18, 45, 82, .91), rgba(5, 14, 32, .76));
  box-shadow: 0 24px 60px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .12);
  transform-style: preserve-3d;
  cursor: pointer;
  transition: border-color .3s ease, box-shadow .3s ease, filter .3s ease;
}

.floatingSocialCard::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 15% 10%, rgba(100, 213, 255, .26), transparent 42%);
}
.floatingPlatformIcon {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(85, 206, 255, .24));
  transform: translateZ(28px);
}
.floatingCardText { display: flex; min-width: 0; flex-direction: column; color: #fff; }
.floatingCardText strong { color: #fff; font-size: 1.03rem; line-height: 1.15; }
.floatingCardText small { margin-top: 5px; color: rgba(220, 236, 255, .68); font-size: .76rem; }
.floatingCardArrow {
  align-self: start;
  color: #6edbff;
  font-size: 1.08rem;
  font-weight: 800;
  transform: translateZ(24px);
  transition: transform .25s ease, color .25s ease;
}
.floatingSocialCard:hover,
.floatingSocialCard:focus-visible {
  border-color: rgba(121, 224, 255, .84);
  box-shadow: 0 30px 75px rgba(0, 0, 0, .46), 0 0 38px rgba(27, 158, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .17);
  filter: brightness(1.13);
  outline: none;
}
.floatingSocialCard:hover .floatingCardArrow,
.floatingSocialCard:focus-visible .floatingCardArrow { color: #fff; transform: translate3d(4px, -4px, 34px); }
.cardInstagram { left: 4%; top: 8%; animation: floatSocialOne 7s ease-in-out infinite; }
.cardFacebook { right: 1%; top: 32%; animation: floatSocialTwo 8s ease-in-out infinite; }
.cardTikTok { left: 20%; bottom: 2%; animation: floatSocialThree 7.5s ease-in-out infinite; }

.socialProfileGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0 54px;
}

.socialProfileCard {
  min-height: 112px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(106, 194, 255, .22);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(10, 25, 52, .88), rgba(4, 13, 30, .8));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .28);
  transform: translateZ(0);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.socialProfileCard:hover {
  transform: translateY(-8px) rotateX(2deg);
  border-color: rgba(106, 210, 255, .68);
  box-shadow: 0 28px 65px rgba(0, 38, 90, .42), 0 0 30px rgba(32, 160, 255, .12);
}

.profileMonogram {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(159, 222, 255, .42);
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(145deg, #167ac6, #0a254b);
  box-shadow: 0 0 25px rgba(38, 160, 255, .28);
  font-size: .9rem;
  font-weight: 900;
}
.profileMonogram img { width: 27px; height: 27px; object-fit: contain; }
.profileInstagram .profileMonogram { background: linear-gradient(145deg, rgba(183,53,164,.32), rgba(244,123,55,.2)); }
.profileFacebook .profileMonogram { background: linear-gradient(145deg, rgba(40,123,232,.35), rgba(23,67,139,.25)); }
.profileTikTok .profileMonogram { background: linear-gradient(145deg, rgba(18,168,183,.25), rgba(18,20,36,.55) 48%, rgba(214,42,105,.22)); }
.socialProfileCard strong { display: block; color: #fff; font-size: 1rem; }
.socialProfileCard small { display: block; margin-top: 3px; color: rgba(215, 230, 248, .64); font-size: .73rem; word-break: break-word; }
.socialProfileCard b { color: var(--social-cyan); font-size: .76rem; white-space: nowrap; }

.socialFeedSection { margin: 34px 0; padding: clamp(24px, 4vw, 48px); border-radius: 30px; }
.socialFeedHeader { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.socialFeedHeader h2,
.socialContactCta h2 { margin: 0; color: #fff; font-size: clamp(1.7rem, 3.2vw, 2.8rem); }

.feedProfileButton,
.socialQuickLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid rgba(92, 198, 255, .45);
  border-radius: 999px;
  color: #eaf7ff;
  background: rgba(18, 81, 132, .35);
  font-size: .78rem;
  font-weight: 800;
  transition: .2s ease;
}
.feedProfileButton:hover,
.socialQuickLink:hover { border-color: rgba(113, 220, 255, .9); background: rgba(24, 126, 193, .48); transform: translateY(-2px); }
.socialQuickLink.is-whatsapp { border-color: rgba(80, 222, 153, .42); background: rgba(24, 131, 84, .28); }

.socialFeedGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; }
.socialEmbedCard {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(124, 205, 255, .23);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(26, 51, 82, .78), rgba(5, 13, 27, .9));
  box-shadow: 0 24px 48px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.socialEmbedCard::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 32px rgba(49, 167, 255, .07); }
.socialEmbedFrame { display: block; width: 100%; border: 0; border-radius: 15px; background: #fff; }
.socialInstagramFrame { min-height: 670px; }
.socialFacebookFrame { min-height: 720px; }

.facebookPostCard {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(124, 205, 255, .25);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(20, 45, 76, .92), rgba(4, 13, 27, .96));
  box-shadow: 0 24px 48px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.facebookPostCard:hover,
.facebookPostCard:focus-within {
  transform: translateY(-7px);
  border-color: rgba(102, 202, 255, .62);
  box-shadow: 0 31px 62px rgba(0, 0, 0, .42), 0 0 30px rgba(35, 155, 255, .13);
}

.facebookPostCard > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.facebookPostMedia {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #071222;
}

.facebookPostMedia > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .48s ease, filter .35s ease;
}

.facebookPostCard:hover .facebookPostMedia > img {
  transform: scale(1.035);
  filter: brightness(1.05);
}

.facebookBrandBadge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 15, 32, .84);
  box-shadow: 0 9px 24px rgba(0, 0, 0, .3);
  backdrop-filter: blur(10px);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 800;
}

.facebookBrandBadge img { width: 19px; height: 19px; object-fit: contain; }

.facebookPostBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 21px;
}

.facebookPostMeta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 13px;
  color: rgba(196, 220, 244, .61);
  font-size: .7rem;
  font-weight: 600;
}

.facebookPostBody h3 {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.24rem;
  letter-spacing: -.025em;
}

.facebookPostBody > p:not(.facebookPostMeta) {
  margin: 0 0 22px;
  color: rgba(218, 233, 249, .72);
  font-size: .9rem;
  line-height: 1.58;
}

.facebookPostAction {
  margin-top: auto;
  color: #67d5ff;
  font-size: .78rem;
  font-weight: 800;
}

.tiktokStatusPanel { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: 32px; align-items: center; }
.tiktokCreatorEmbed {
  min-height: 310px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(113, 202, 255, .22);
  border-radius: 24px;
  background: rgba(2, 10, 23, .72);
}
.tiktokCreatorEmbed .tiktok-embed { margin: 0 !important; }
.tiktokEmptyCopy h3 { margin: 18px 0 10px; color: #fff; font-size: clamp(1.45rem, 2.4vw, 2rem); }
.tiktokEmptyCopy p { max-width: 680px; color: rgba(221, 235, 251, .74); }
.emptyPostRow { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.emptyPostRow span {
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px;
  border: 1px dashed rgba(115, 204, 255, .28);
  border-radius: 16px;
  color: rgba(221, 235, 251, .55);
  background: rgba(7, 22, 45, .55);
  font-size: .7rem;
}
.emptyPostRow b { color: var(--social-cyan); font-size: 1rem; }

.socialPrivacyNote { max-width: 920px; margin: 22px auto 48px; color: rgba(214, 228, 245, .6); text-align: center; font-size: .78rem; }
.socialContactCta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(28px, 4vw, 50px); border-radius: 28px; }
.socialContactActions { display: flex; gap: 12px; flex-wrap: wrap; }
.aktuelles-page .footer { position: relative; z-index: 3; }
.aktuelles-page .footer .card { background: rgba(7, 17, 36, .88); border-color: rgba(107, 193, 255, .2); color: #eef6ff; backdrop-filter: blur(15px); }
.aktuelles-page .footer .tagline,
.aktuelles-page .footer .small { color: rgba(222, 235, 250, .7); }

@keyframes socialLightSweep {
  0%, 20% { transform: translateX(-75%); }
  55%, 100% { transform: translateX(75%); }
}
@keyframes floatSocialOne {
  0%, 100% { transform: rotateY(15deg) rotateX(-6deg) translate3d(0, 0, 45px); }
  50% { transform: rotateY(10deg) rotateX(-2deg) translate3d(8px, -15px, 62px); }
}
@keyframes floatSocialTwo {
  0%, 100% { transform: rotateY(-17deg) rotateX(7deg) translate3d(0, 0, 78px); }
  50% { transform: rotateY(-10deg) rotateX(3deg) translate3d(-10px, 13px, 58px); }
}
@keyframes floatSocialThree {
  0%, 100% { transform: rotateY(10deg) rotateX(5deg) translate3d(0, 0, 20px); }
  50% { transform: rotateY(16deg) rotateX(1deg) translate3d(14px, -10px, 45px); }
}

@media (max-width: 1080px) {
  .socialNewsHero { grid-template-columns: 1fr; min-height: 0; }
  .socialNewsHeroStage { min-height: 310px; }
  .socialProfileGrid,
  .socialFeedGrid { grid-template-columns: 1fr; }
  .socialEmbedCard { max-width: 560px; width: 100%; margin-inline: auto; }
  .socialFacebookFrame { min-height: 760px; }
}

@media (max-width: 720px) {
  .socialNewsMain { padding-top: 20px; }
  .socialNewsHero { padding: 30px 22px; border-radius: 24px; }
  .socialNewsHeroStage { min-height: 270px; transform: scale(.9); }
  .floatingSocialCard { width: 175px; min-height: 106px; padding: 18px; }
  .socialFeedSection { padding: 24px 14px; border-radius: 23px; }
  .socialFeedHeader { align-items: flex-start; flex-direction: column; }
  .socialEmbedCard { padding: 6px; border-radius: 18px; }
  .socialInstagramFrame { min-height: 620px; }
  .socialFacebookFrame { min-height: 670px; }
  .tiktokStatusPanel { grid-template-columns: 1fr; }
  .tiktokCreatorEmbed { min-height: 250px; }
  .socialContactCta { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .socialNewsHero::before,
  .socialFeedSection::before,
  .floatingSocialCard { animation: none !important; }
}
