* {
  box-sizing: border-box;
}

:root {
  --bg: #fbf5ef;
  --cream: #fffaf5;
  --cream-2: #f7eee6;
  --pink: #d999a5;
  --pink-dark: #bd7784;
  --gold: #c8aa6b;
  --gold-soft: rgba(200, 170, 107, 0.38);
  --text: #5b4a40;
  --muted: #8f7b70;
  --shadow: 0 22px 60px rgba(128, 93, 76, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 8%, rgba(217, 153, 165, 0.18), transparent 32%),
    radial-gradient(circle at 86% 42%, rgba(200, 170, 107, 0.14), transparent 28%),
    var(--bg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 250, 245, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(200, 170, 107, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-symbol {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold-soft);
  border-radius: 50%;
  color: var(--gold);
  font-size: 24px;
}

.brand strong {
  display: block;
  color: #a78345;
  font-size: 21px;
  line-height: 1.1;
}

.brand small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.header-cta {
  padding: 10px 18px;
  border: 1px solid var(--gold-soft);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: #8f7040;
  font-weight: 700;
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
  padding: clamp(26px, 5vw, 60px) 0 24px;
}

.hero-copy {
  position: relative;
  padding: clamp(28px, 5vw, 58px);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 250, 245, 0.72);
  border: 1px solid var(--gold-soft);
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.28), var(--shadow);
  text-align: center;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(200, 170, 107, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.hero-copy::after {
  content: "✦";
  inset: auto;
  left: 16px;
  top: 48%;
  border: 0;
  color: #b59655;
  font-size: 30px;
}

.kicker {
  color: #a88a54;
  font-size: 15px;
  margin-bottom: 12px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #58463c;
}

.hero p {
  width: min(470px, 100%);
  margin: 24px auto 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.75;
  color: #725f54;
}

.hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.primary-button,
.ghost-button,
.closing-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
}

.primary-button,
.closing-strip a {
  background: var(--pink);
  color: white;
  box-shadow: 0 10px 24px rgba(189, 119, 132, 0.22);
}

.ghost-button {
  color: #9a7b43;
  border: 1px solid var(--gold-soft);
  background: rgba(255, 255, 255, 0.5);
}

.hero-image-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 32px 140px 32px 140px;
  border: 1px solid rgba(200, 170, 107, 0.24);
  box-shadow: var(--shadow);
  background: var(--cream);
}

.hero-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 245, 239, 0.02), rgba(251, 245, 239, 0.2));
  pointer-events: none;
}

.hero-image-card img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.section-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 28px;
}

.section-title span,
.soft-heart,
.prices-icon {
  color: var(--gold);
  font-size: 24px;
}

.section-title h2,
.about-copy h2,
.prices-box h2 {
  margin: 6px 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.15;
}

.section-title p,
.about-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  position: relative;
  padding: 16px 16px 26px;
  border-radius: 999px 999px 34px 34px;
  text-align: center;
  background: rgba(255, 250, 245, 0.76);
  border: 1px solid rgba(200, 170, 107, 0.36);
  box-shadow: 0 18px 42px rgba(128, 93, 76, 0.08);
}

.service-card img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-radius: 999px 999px 22px 22px;
  border: 6px solid rgba(255, 255, 255, 0.58);
}

.floating-icon {
  position: absolute;
  top: -22px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6bcc3;
  color: white;
  border: 4px solid var(--bg);
  font-size: 25px;
}

.service-card h3 {
  margin: 18px 0 8px;
  font-size: 23px;
}

.service-card p {
  margin: 0 auto;
  max-width: 260px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}

.about-prices {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1.08fr 0.88fr 0.72fr;
  gap: 28px;
  align-items: center;
}

.oval-frame {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(200, 170, 107, 0.44);
  box-shadow: var(--shadow);
}

.oval-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(200, 170, 107, 0.38);
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
}

.oval-frame::after {
  content: "✦";
  position: absolute;
  left: 28px;
  top: 47%;
  color: #b59655;
  font-size: 32px;
  z-index: 2;
}

.about-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.about-copy {
  padding: 18px 8px;
}

.text-link {
  margin-top: 18px;
  display: inline-flex;
  color: #bd7784;
  font-weight: 700;
}

.prices-box {
  padding: 26px 22px;
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.84);
  border: 1px solid rgba(200, 170, 107, 0.28);
  box-shadow: 0 18px 42px rgba(128, 93, 76, 0.1);
}

.prices-box h2 {
  margin-top: 0;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(200, 170, 107, 0.18);
}

.price-row span {
  color: #68554b;
}

.price-row strong {
  white-space: nowrap;
  color: #a78345;
  font-size: 20px;
}

.closing-strip {
  margin-top: 58px;
  padding: 28px clamp(18px, 6vw, 86px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  text-align: center;
  background: #d99aa5;
  color: white;
}

.closing-strip div {
  display: grid;
  gap: 7px;
}

.closing-strip span {
  opacity: 0.9;
}

.closing-strip a {
  background: rgba(255, 255, 255, 0.88);
  color: #b46c7a;
  box-shadow: none;
  flex: 0 0 auto;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    order: 2;
    min-height: 0;
    border-radius: 34px;
    text-align: center;
  }

  .hero-copy::before {
    border-radius: 28px;
  }

  .hero-image-card {
    order: 1;
    min-height: 340px;
    border-radius: 28px 90px 28px 90px;
  }

  .hero-image-card img {
    min-height: 340px;
  }

  .about-prices,
  .closing-strip {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-card {
    max-width: 430px;
    width: 100%;
    margin-inline: auto;
  }

  .about-prices {
    display: grid;
    text-align: center;
  }

  .about-image img {
    height: 270px;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 11px;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 13px;
  }

  .section-shell {
    width: min(100% - 22px, 1180px);
  }

  .hero {
    padding-top: 16px;
    padding-bottom: 18px;
    gap: 14px;
  }

  .hero-image-card,
  .hero-image-card img {
    min-height: 245px;
  }

  .hero-copy {
    padding: 28px 20px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    margin-top: 16px;
    font-size: 17px;
  }

  .primary-button,
  .ghost-button {
    width: 100%;
  }

  .section-title {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .about-prices {
    margin-top: 42px;
  }

  .price-row {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  .closing-strip {
    margin-top: 40px;
  }
}