@font-face {
  font-family: 'Aurora Script';
  src: url('fonts/aurorascript.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Cormorant', serif;
  background: #f8f6f3;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
}
header {
  background: #e6eaf3;
  padding: 20px 0;
  text-align: center;
  border-bottom: 2px solid #bfcad6;
}
.logo img {
  width: 60px;
  vertical-align: middle;
}
.logo h1 {
  display: inline;
  font-family: 'Aurora Script', serif;
  font-size: 2.5em;
  margin-left: 10px;
  color: #3a4a6b;
}
nav a {
  margin: 0 15px;
  color: #3a4a6b;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Cormorant', serif;
}
.hero {
  background: linear-gradient(120deg, #e6eaf3 60%, #f8f6f3 100%);
  padding: 40px 20px;
  text-align: center;
}
.hero {
  position: relative;
  background: url('images/front.jpg') center/cover no-repeat;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(230,234,243,0.7);
  z-index: 1;
}
.hero h2, .hero p {
  position: relative;
  z-index: 2;
}
.hero h2 {
  font-family: 'Aurora Script', serif;
  font-size: 2em;
  color: #3a4a6b;
}
.river-img {
  margin-top: 20px;
  width: 200px;
  opacity: 0.7;
}
section {
  margin: 48px auto;
  max-width: 700px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 12px #e6eaf3;
}
section h2, h3, .service-toggle {
  font-family: 'Aurora Script', serif;
}
p, li, .service-info, .service-block-content, .about-content > div, .social-links a, footer, nav {
  font-family: 'Cormorant', serif;
}
footer {
  text-align: center;
  padding: 20px;
  background: #e6eaf3;
  color: #3a4a6b;
  border-top: 2px solid #bfcad6;
}
.about-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.about-img {
  width: 220px;
  border-radius: 18px;
  box-shadow: 0 2px 12px #e6eaf3;
  flex-shrink: 0;
}
.about-content > div {
  flex: 1 1 0;
}
.lebedi-img {
  width: 100%;
  max-width: 350px;
  border-radius: 18px;
  margin: 15px 0;
  box-shadow: 0 2px 12px #e6eaf3;
}
.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.social-links a {
  background: #3a4a6b;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}
.social-links a:hover {
  background: #5a6b8b;
}
.services-list {
  list-style: none;
  padding: 0;
}
.services-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: #f8f6f3;
  border-radius: 14px;
  box-shadow: 0 2px 8px #e6eaf3;
  margin-bottom: 24px;
  padding: 18px;
  gap: 24px;
  position: relative;
}
.service-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 1px 6px #e6eaf3;
  flex-shrink: 0;
}
.service-block-content {
  flex: 1 1 0;
}
.service-toggle {
  width: 100%;
  background: #e6eaf3;
  color: #3a4a6b;
  border: none;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 1.1em;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  transition: background 0.2s;
  margin-bottom: 0;
}
.service-toggle:hover {
  background: #d0d8e6;
}
.service-info {
  display: none;
  background: #f8f6f3;
  border-radius: 0 0 10px 10px;
  padding: 16px 18px;
  margin-top: 0;
  box-shadow: 0 2px 8px #e6eaf3;
}
.service-info.active {
  display: block;
}
.fancy-title {
  font-family: 'Cormorant', serif;
  font-size: 2em;
  color: #3a4a6b;
  letter-spacing: 0.01em;
  line-height: 1.1;
  font-weight: 700;
}
.fancy-title .dropcap {
  font-family: 'Aurora Script', serif;
  font-size: 2.2em;
  float: none;
  line-height: 1;
  margin-right: 0.08em;
  color: #3a4a6b;
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
}
.hero .fancy-title {
  letter-spacing: 0.01em;
  font-size: 2em;
}
.logo h1 .dropcap {
  font-size: 2.2em;
}
@media (max-width: 600px) {
  .fancy-title {
    font-size: 1.3em;
  }
  .fancy-title .dropcap {
    font-size: 1.1em;
  }
}

@media (max-width: 900px) {
  .about-content, .services-list li {
    flex-direction: column;
    align-items: stretch;
  }
  .about-img, .service-img {
    margin: 0 auto 18px auto;
    display: block;
  }
} 

.principles-section {
  margin: 48px auto;
  max-width: 900px;
  padding: 40px 20px;
  background: #f8f6f3;
  border-radius: 18px;
  box-shadow: 0 2px 12px #e6eaf3;
}
.principles-container {
  max-width: 800px;
  margin: 0 auto;
}
.principles-header {
  text-align: center;
  margin-bottom: 32px;
}
.principles-header h2 {
  margin-bottom: 8px;
}
.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.principle-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px #e6eaf3;
  padding: 28px 22px 22px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.2s;
}
.principle-card:hover {
  box-shadow: 0 4px 18px #d0d8e6;
}
.principle-icon {
  font-size: 2.5em;
  margin-bottom: 12px;
}
.principle-card h3 {
  margin: 0 0 10px 0;
  font-family: 'Aurora Script', serif;
  font-size: 1.7em;
  color: #3a4a6b;
}
.btn {
  display: inline-block;
  background: #3a4a6b;
  color: #fff;
  padding: 12px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.1em;
  font-family: 'Cormorant', serif;
  margin-top: 18px;
  transition: background 0.2s;
}
.btn:hover {
  background: #5a6b8b;
}
@media (max-width: 700px) {
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .principles-section {
    padding: 28px 6px;
  }
} 

.services-section {
  margin: 48px auto;
  max-width: 900px;
  padding: 40px 20px;
  background: #f8f6f3;
  border-radius: 18px;
  box-shadow: 0 2px 12px #e6eaf3;
}
.services-header {
  text-align: center;
  margin-bottom: 32px;
}
.services-header h2 {
  margin-bottom: 8px;
}
.services-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.service-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 8px #e6eaf3;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.service-item.open {
  box-shadow: 0 4px 18px #d0d8e6;
}
.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 18px 22px;
  background: #e6eaf3;
}
.service-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.service-icon {
  font-size: 2em;
}
.service-header h3 {
  font-family: 'Aurora Script', serif;
  font-size: 1.7em;
  color: #3a4a6b;
  margin: 0;
}
.service-arrow {
  font-size: 1.5em;
  color: #3a4a6b;
  transition: transform 0.2s;
}
.service-item.open .service-arrow {
  transform: rotate(180deg);
}
.service-content {
  display: none;
  background: #f8f6f3;
  padding: 0 22px 22px 22px;
}
.service-item.open .service-content {
  display: block;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.service-content-inner {
  margin-top: 18px;
}
.benefits-list {
  margin: 18px 0;
  padding-left: 18px;
}
.benefits-list li {
  margin-bottom: 12px;
}
.service-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  flex-wrap: wrap;
  gap: 12px;
}
.price-tag {
  font-weight: bold;
  color: #3a4a6b;
  font-size: 1.1em;
  background: #e6eaf3;
  padding: 6px 16px;
  border-radius: 8px;
}
@media (max-width: 700px) {
  .services-section {
    padding: 28px 6px;
  }
  .service-header, .service-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-header h3 {
    font-size: 1.2em;
  }
} 

.services-cards-section {
  margin: 48px auto;
  max-width: 900px;
  padding: 40px 20px;
  background: #f8f6f3;
  border-radius: 18px;
  box-shadow: 0 2px 12px #e6eaf3;
  text-align: center;
}
.services-cards-section h2 {
  margin-bottom: 8px;
}
.services-cards-subtitle {
  font-family: 'Cormorant', serif;
  font-size: 1.2em;
  margin-bottom: 32px;
  color: #3a4a6b;
}
.services-cards-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
.service-card {
  margin: 0 auto;
  max-width: 600px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 24px #e6eaf3;
  background: #fff;
  transition: box-shadow 0.2s;
}
.service-card-main {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 340px;
  display: flex;
  align-items: flex-end;
}
.service-card-overlay {
  background: rgba(248,246,243,0.92);
  width: 100%;
  padding: 32px 28px 24px 28px;
  box-sizing: border-box;
}
.service-card-title {
  font-family: 'Aurora Script', serif;
  font-size: 2em;
  margin-bottom: 10px;
  color: #3a4a6b;
}
.service-card-price {
  font-family: 'Cormorant', serif;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.service-card-price span {
  font-size: 1.3em;
  font-weight: bold;
}
.service-card-desc {
  font-family: 'Cormorant', serif;
  font-size: 1.1em;
  margin-bottom: 18px;
}
.service-card-toggle {
  background: #3a4a6b;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 1em;
  cursor: pointer;
  font-family: 'Cormorant', serif;
  transition: background 0.2s;
}
.service-card-toggle:hover {
  background: #5a6b8b;
}
.service-card-details {
  display: none;
  background: #f8f6f3;
  padding: 24px 28px;
  font-family: 'Cormorant', serif;
  font-size: 1.05em;
  border-top: 1px solid #e6eaf3;
  text-align: left;
}
.service-card.open .service-card-details {
  display: block;
  animation: fadeIn 0.3s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (max-width: 700px) {
  .services-cards-section {
    padding: 28px 6px;
  }
  .service-card-main {
    min-height: 220px;
  }
  .service-card-overlay, .service-card-details {
    padding: 16px 8px;
  }
  .service-card-title {
    font-size: 1.2em;
  }
} 