* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  background: #7a8b7a;
  overflow-x: hidden;
}

/* =========================
   IMAGINE INTRO – FIX FINAL
   ========================= */

.intro-wrapper {
  width: 100vw;
  background: #fff;
}

.intro-wrapper img {
  display: block;
  width: 100%;
  max-width: 1200px;   /* controlezi aici lățimea vizuală */
  margin: 0 auto;     /* CENTRARE REALĂ */
  height: auto;
}

/* ========================= */

.header-full img,
.footer-full img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================= */

.background-zone {
  background: #7a8b7a;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

/* ========================= */

.letter {
  background: #fff;
  max-width: 720px;
  width: 100%;
  padding: 55px 50px 90px;
  border-radius: 40px;
  position: relative;
}

/* ========================= */

.icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.date {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.notebook {
  min-height: 360px;
  font-size: 18px;
  line-height: 32px;
  outline: none;
  background-image: linear-gradient(
    to bottom,
    transparent 31px,
    #000 32px
  );
  background-size: 100% 32px;
}

.notebook:empty::before {
  content: attr(data-placeholder);
  color: #aaa;
}

.closing {
  margin: 40px 0;
  text-align: center;
}

button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 30px;
  background: #7a8b7a;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* ========================= */

@media (max-width: 768px) {
  .letter {
    padding: 40px 28px 80px;
  }
}

.site-mark {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 12px;
  color: #9a9a9a;
  font-style: italic;
}
.share-wrapper {
  margin-top: 30px;
  text-align: center;
}

.share-title {
  font-size: 14px;
  margin-bottom: 10px;
  color: #555;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.share-buttons button {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #7a8b7a;
  background: transparent;
  color: #7a8b7a;
  font-size: 14px;
  cursor: pointer;
}

.share-buttons button:hover {
  background: #7a8b7a;
  color: #fff;
}
