body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.body-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: url('img/aky-bg.jpg') center center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(3px) brightness(0.97);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255,255,255,0.7);
  z-index: 1;
}

.container {
  text-align: center;
  background: linear-gradient(rgba(255,255,255,0.82), rgba(255,255,255,0.82)), url('img/aky-store.jpg') center center/cover no-repeat;
  padding: 121px 97px;
  border-radius: 32px;
  box-shadow: 0 8px 32px 0 rgba(40,40,60,0.18), 0 1.5px 8px 0 rgba(180,180,180,0.10);
  z-index: 2;
  position: relative;
  max-width: 650px;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #111;
  margin-bottom: 22px;
}
.logo-text span {
  display: block;
  font-size: 1.5rem;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b48a4a;
  margin-top: 10px;
}

.subtitle {
  font-size: 2.0rem;
  color: #111;
  margin-top: 28px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bolder;
  letter-spacing: 1.0px;
  text-shadow: none;
}

@media (max-width: 600px) {
  .container {
    padding: 48px 4vw;
    max-width: 98vw;
    margin-top: 32px;
  }
  .logo-text {
    font-size: 2.2rem;
  }
  .logo-text span {
    font-size: 1.1rem;
  }
  .subtitle {
    font-size: 1.1rem;
  }
}

.top-right-info {
  position: fixed;
  top: 32px;
  right: 48px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(255,255,255,0.85);
  padding: 10px 22px;
  border-radius: 32px;
  box-shadow: 0 2px 12px rgba(40,40,60,0.10);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 1.08rem;
}
.top-right-info .insta-link {
  color: #b48a4a;
  font-size: 1.5rem;
  margin-right: 8px;
  transition: color 0.2s;
}
.top-right-info .insta-link:hover {
  color: #e1306c;
}
.top-right-info .phone {
  color: #222;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.top-right-info .phone.de {
  border-right: 1.5px solid #ccc;
  padding-right: 12px;
  margin-right: 8px;
}
@media (max-width: 600px) {
  .top-right-info {
    position: fixed;
    top: 0;
    left: 0;
    width: 92vw;
    max-width: 96vw;
    margin: 0 auto;
    right: 0;
    left: 0;
    border-radius: 0 0 18px 18px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    justify-content: flex-start;
    background: rgba(255,255,255,0.85);
    font-size: 0.98rem;
    padding: 10px 6px 8px 6px;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(40,40,60,0.10);
    text-align: center;
    min-width: 220px;
  }
  .top-right-info .insta-link {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
  .top-right-info .phone {
    font-size: 1.05rem;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  .top-right-info .phone.de {
    border: none;
    margin-bottom: 0;
  }
  .top-left-logo {
    position: relative;
    display: flex;
    margin: 100px auto 0 auto;
    left: unset;
    top: unset;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    z-index: 20;
  }
  .top-left-logo img {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(40,40,60,0.13);
    background: #fff;
    object-fit: cover;
  }
  .container {
    margin-top: 32px;
  }
}

.top-left-logo {
  position: fixed;
  top: 24px;
  left: 32px;
  z-index: 10;
  background: none;
  border-radius: 0;
  box-shadow: 0 4px 18px rgba(16, 16, 18, 0.13);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
}
.top-left-logo img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(40,40,60,0.13);
}
@media (max-width: 900px) {
  .top-left-logo {
    top: 10px;
    left: 2vw;
    width: 90px;
    height: 90px;
  }
  .top-left-logo img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .top-left-logo {
    top: 6px;
    left: 2vw;
    width: 56px;
    height: 56px;
  }
  .top-left-logo img {
    width: 48px;
    height: 48px;
  }
} 