/* ──────────── Base Reset ──────────── */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lora', serif;
  background-color: #f9f8f6;
  color: #333;
  line-height: 1.6;
}

/* ──────────── Navigation ──────────── */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.logo {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  font-weight: 400;
  color: #333;
  letter-spacing: 0.05em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: #444;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a:focus {
  color: #007c7c;
  outline: none;
}

/* ──────────── Hero Section ──────────── */
.hero {
  background-image: url('/dina_kostan_livingroom_soft.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  position: relative;
}

.hero-text {
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
  border-radius: 8px;
  color: #333;
  z-index: 2;
  position: relative;
}

.hero h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 3rem;
  margin-bottom: 1rem;
}

body {
  font-family: 'Lora', serif;
  background-color: #f9f8f6;
  background-image: url('/dina_kostan_livingroom.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #333;
  line-height: 1.6;
}

footer {
  background-color: #eeeeee;
  padding: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: #555;
  border-top: 1px solid #ddd;
}

footer p {
  margin-bottom: 0.5rem;
}

footer a {
  color: #007c7c;
  text-decoration: none;
  margin: 0 0.5rem;
}

footer a:hover,
footer a:focus {
  text-decoration: underline;
  outline: none;
}

.section-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 2rem;


.hero p {
  font-size: 1.2rem;
  margin-bottom: