/* ===== GRUNDLEGENDE SEITENSTYLES ===== */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

/* ===== HAUPTCONTAINER ===== */
.container {
  display: flex;
  height: 100vh;
}

/* ===== LINKER BEREICH (BILDERSLIDER) ===== */
.left {
  flex: 1;
  background-color: #0a0a0a;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== RECHTER BEREICH (HERO-QUADRAT) ===== */
.right {
  flex: 1;
  background-color: #fcfcfc;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== HERO-QUADRAT (RECHTER BEREICH) ===== */
.hero-quadrat {
  width: 600px;
  aspect-ratio: 1 / 1;
  background-color: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* ===== HAUPTTEXT "SAFRII" ===== */
.hero-text {
  font-family: 'Poppins', sans-serif;
  font-size: 120px;
  font-weight: 900;
  color: #262626;
  letter-spacing: -5px;
  text-transform: uppercase;
  margin: 0;
  line-height: 0.9;
}

/* ===== COPYRIGHT-ZEICHEN KLEINER ===== */
.hero-text span {
  font-size: 0.6em;
  vertical-align: bottom;
}

/* ===== "ABOUT ME" LINK (UNTEN LINKS) ===== */
.hero-quadrat .about-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* ===== HOVER-UNTERSTREICHUNG FÜR "ABOUT ME" ===== */
.hero-quadrat .about-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: #262626;
  transition: width 0.3s ease;
}

/* ===== HOVER-EFFEKT FÜR "ABOUT ME" ===== */
.hero-quadrat .about-text:hover::after {
  width: 100%;
}

/* ===== "GALLERY" LINK (UNTEN MITTE) ===== */
.hero-quadrat .gallery-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* ===== HOVER-UNTERSTREICHUNG FÜR "GALLERY" ===== */
.hero-quadrat .gallery-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #262626;
  transition: width 0.3s ease;
}

/* ===== HOVER-EFFEKT FÜR "GALLERY" ===== */
.hero-quadrat .gallery-text:hover::after {
  width: 100%;
}

/* ===== "SOCIAL MEDIA" TEXT (UNTEN RECHTS) ===== */
.hero-quadrat .social-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}

/* ===== HOVER-UNTERSTREICHUNG FÜR "SOCIAL MEDIA" ===== */
.hero-quadrat .social-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  right: 0;
  background-color: #333;
  transition: width 0.3s ease;
}

/* ===== HOVER-EFFEKT FÜR "SOCIAL MEDIA" ===== */
.hero-quadrat .social-text:hover::after {
  width: 100%;
}

/* ===== "PROJECTS" TEXT (UNTEN RECHTS) ===== */
.hero-quadrat .projects-text {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #262626;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

/* ===== HOVER-UNTERSTREICHUNG FÜR "PROJECTS" ===== */
.hero-quadrat .projects-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  right: 0;
  background-color: #262626;
  transition: width 0.3s ease;
}

/* ===== HOVER-EFFEKT FÜR "PROJECTS" ===== */
.hero-quadrat .projects-text:hover::after {
  width: 100%;
}

/* ===== MUSIK-PLAYER BUTTON (OBEN RECHTS) ===== */
.music-player {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #262626;
}

/* ===== HOVER-EFFEKT FÜR MUSIK-PLAYER ===== */
.music-player:hover {
  background-color: rgba(0, 0, 0, 0.08);
  transform: scale(1.1);
}

/* ===== MUSIK-PLAYER ICON ===== */
.music-player i {
  font-size: 20px;
  color: #262626;
}

/* ===== "NEXT LEVEL AI" TEXT (OBEN LINKS) ===== */
.hero-quadrat .ai-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #707070;
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
  text-transform: lowercase;
  letter-spacing: 1px;
}

/* ===== BILDERSLIDER-QUADRAT (LINKER BEREICH) ===== */
.gallery-quadrat {
  width: 600px;
  aspect-ratio: 1 / 1;
  background-color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

/* ===== BILDER IM SLIDER ===== */
.gallery-quadrat img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* ===== AKTIVES BILD IM SLIDER ===== */
.gallery-quadrat img.active {
  opacity: 1;
}

.bridge-section {
  background: #f0f0f0;
  color: #111;
  padding: 90px 60px 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bridge-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.bridge-copy {
  max-width: 760px;
}

.bridge-kicker {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 18px 0;
}

.bridge-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -3px;
  line-height: 0.95;
  color: #111;
  margin: 0 0 20px 0;
  text-transform: lowercase;
}

.bridge-description {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: #444;
  max-width: 720px;
  margin: 0;
}

.bridge-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  max-width: 320px;
}

.bridge-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  padding: 10px 14px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background-color: rgba(252, 252, 252, 0.78);
}

/* ===== ZWEITER CONTAINER===== */
.secondcontainer {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ===== OBERER BEREICH (TOP) ===== */
.top {
  flex: 1;
  background-color: #262626;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

/* ===== GEMEINSAME ÜBERSCHRIFT-STYLES ===== */
.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 900;
  color: white;
  letter-spacing: -2px;
  text-transform: lowercase;
  margin: 0 0 22px 0;
  line-height: 0.9;
  max-width: 620px;
}

.section-kicker {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
  margin: 0 0 18px 0;
}

/* ===== GEMEINSAME BESCHREIBUNGS-STYLES ===== */
.section-description {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ccc;
  line-height: 1.8;
  margin: 0;
  max-width: 560px;
  letter-spacing: 0.2px;
}

/* ===== ZWEITER CONTAINER LINKS/RECHTS AUFTEILUNG ===== */
.second-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px 60px 92px;
  min-width: 0;
}

.second-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  min-width: 0;
}

/* ===== RECHTER GALLERY-SLIDER (RECHTERECKIG) ===== */
.prompting-gallery {
  width: 500px;
  height: 300px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

/* ===== BILDER IM PROMPTING-SLIDER ===== */
.prompting-gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* ===== AKTIVES BILD IM PROMPTING-SLIDER ===== */
.prompting-gallery img.active {
  opacity: 1;
}

/* ===== UNTERER BEREICH (BOTTOM) ===== */
.bottom {
  flex: 1;
  background-color: #090909;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

/* ===== DRITTER CONTAINER LINKS/RECHTS AUFTEILUNG ===== */
.third-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  min-width: 0;
}

.third-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  min-width: 0;
}

/* ===== SOCIAL MEDIA GALLERY-SLIDER (RECHTERECKIG) ===== */
.social-gallery {
  width: 500px;
  height: 300px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

/* ===== BILDER IM SOCIAL-MEDIA-SLIDER ===== */
.social-gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* ===== AKTIVES BILD IM SOCIAL-MEDIA-SLIDER ===== */
.social-gallery img.active {
  opacity: 1;
}

/* ===== FOOTER ===== */
.footer {
  background-color: #090909;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #1a1a1a;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #ccc;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #666;
}