:root {
  --bg: #f6efea;
  --bg-soft: #fff8f3;
  --text: #3d2c2b;
  --muted: #6f5a58;
  --primary: #8b4f7d;
  --primary-strong: #733f67;
  --card: #ffffff;
  --border: #ecd8d4;
  --gold-accent: #cfb07a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 14% 12%, rgba(207, 176, 122, 0.08) 0%, rgba(207, 176, 122, 0) 36%),
    radial-gradient(circle at 84% 16%, rgba(232, 195, 196, 0.2) 0%, rgba(232, 195, 196, 0) 30%),
    radial-gradient(circle at 82% 84%, rgba(207, 176, 122, 0.07) 0%, rgba(207, 176, 122, 0) 32%),
    radial-gradient(circle at 16% 82%, rgba(243, 232, 230, 0.95) 0%, rgba(243, 232, 230, 0) 34%),
    linear-gradient(140deg, #f6efea 0%, #f3e8e6 48%, #fbf6f1 100%);
  background-attachment: fixed;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.hero {
  padding: 4rem 0 3rem;
  text-align: center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 12% 24%, rgba(207, 176, 122, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 30%, rgba(207, 176, 122, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 46% 16%, rgba(233, 209, 178, 0.1) 0 2px, transparent 3px);
  background-size: 180px 140px, 220px 170px, 260px 180px;
}

.hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 0.6rem;
}

h1,
h2,
h3 {
  margin: 0 0 0.8rem;
  line-height: 1.2;
}

h1 {
  max-width: 700px;
  margin-bottom: 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.8rem, 4.6vw, 3.35rem);
  letter-spacing: 0.04em;
  line-height: 1.22;
  color: #5a3f3f;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
}

.tagline {
  max-width: 700px;
  margin: 0 auto 0.4rem;
  font-size: clamp(1.2rem, 3vw, 1.85rem);
  font-family: "Great Vibes", "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.35;
  color: var(--primary-strong);
}

.lead {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0.5rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.top-gallery {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.top-gallery img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border);
  box-shadow: 0 10px 22px rgba(115, 63, 103, 0.12);
  background: #fff;
}

.section {
  padding: 3.5rem 0;
}


.about {
  padding: 100px 0;
  background: linear-gradient(180deg, #fdf7f3 0%, #f8efe8 55%, #fdf8f4 100%);
  color: #3a2924;
  text-align: center;
  line-height: 1.9;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.about.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about .container {
  width: min(750px, 92%);
}

.about-small {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: #8a6f67;
}

.about-title {
  margin: 0.3rem 0 1.3rem;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  letter-spacing: 0.06em;
  font-weight: 600;
  background: linear-gradient(100deg, #f3dfaa 0%, #d1ab5f 45%, #a77a2f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}

.about p {
  margin: 0 0 1rem;
  color: #2f201c;
  font-family: "Inter", "Lato", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.about-intro {
  font-size: 1.06rem;
}

.about-signature {
  margin-top: 1.25rem;
  font-family: "Great Vibes", "Cormorant Garamond", "Playfair Display", serif;
  font-size: 1.45rem;
  color: #866c61;
  font-style: italic;
  letter-spacing: 0.03em;
  line-height: 1.45;
}

.section-alt {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.how-it-works {
  background: linear-gradient(165deg, #f6efea 0%, #f3e8e6 100%);
}

.how-it-works-inner {
  width: min(420px, calc(100% - 2rem));
  margin: 0 auto;
  text-align: center;
}

.how-topline {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
  color: #7f615e;
}

.how-it-works h2 {
  margin-top: 0.35rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 8vw, 2.4rem);
  color: #4b3230;
}

.how-divider {
  margin: 0 auto 1.7rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.how-divider::before,
.how-divider::after {
  content: "";
  height: 1px;
  background: #d7b9b0;
}

.how-heart {
  color: #b88883;
  font-size: 0.9rem;
  line-height: 1;
}

.how-steps {
  display: grid;
  gap: 1.35rem;
}

.how-step,
.price-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.3rem 1.1rem;
  box-shadow: 0 8px 18px rgba(93, 59, 84, 0.08);
}

.how-step {
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.icon-badge {
  width: 84px;
  aspect-ratio: 1;
  margin: 0 auto 0.95rem;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 50%;
  border: 1px solid #e6cbc4;
  background: radial-gradient(circle at 30% 30%, #f3d9d2, #e7c2b8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.icon-sparkle {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #c6a052;
  box-shadow: 0 0 0 2px rgba(255, 249, 236, 0.65);
}

.icon-badge svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: #c6a052;
  stroke-width: 1.95;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.icon-envelope-back {
  position: absolute;
  transform: translate(-4px, -4px);
  opacity: 0.45;
}

.step-number {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: 2rem;
  color: #bc9a67;
  line-height: 1;
}

.how-step h3 {
  margin: 0.3rem 0 0.5rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 600;
}

.how-step p {
  margin: 0;
  color: #5f4d4a;
  font-size: 0.95rem;
}

@media (min-width: 1024px) {
  .how-step + .how-step {
    position: relative;
  }

  .how-step + .how-step::before {
    content: "";
    position: absolute;
    top: -0.9rem;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(198, 160, 82, 0.32), transparent);
  }
}

.examples {
  background: linear-gradient(160deg, #fdf3ee 0%, #f9eae7 100%);
  border-top: 1px solid #efdcd6;
  border-bottom: 1px solid #efdcd6;
}

.examples .container {
  text-align: center;
}

.examples-topline {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  color: #8a6662;
  letter-spacing: 0.06em;
  font-size: 0.92rem;
}

.examples h2 {
  margin-top: 0.35rem;
  color: #503836;
}

.examples-description {
  margin: 0 auto 1.8rem;
  max-width: 62ch;
  color: #6f5957;
}

.examples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.example-card {
  background: linear-gradient(160deg, #fffefc 0%, #fdf6f2 100%);
  border: 1px solid #ecd9d2;
  border-radius: 22px;
  box-shadow: 0 10px 22px rgba(96, 60, 82, 0.1);
  overflow: hidden;
  text-align: left;
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.example-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(96, 60, 82, 0.18);
}

.example-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.example-content {
  padding: 1.05rem 1rem 1.15rem;
}

.example-content h3 {
  margin: 0 0 0.42rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
  color: #4a3230;
}

.example-content p {
  margin: 0;
  color: #6c5754;
  font-size: 0.96rem;
}

.example-tag {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: #f3e0db;
  color: #7b5753;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}

.price-card {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ecd9d2;
  padding: 2.1rem 1.5rem 1.7rem;
  background: linear-gradient(150deg, #fffdf9 0%, #fdf3ef 60%, #f9ece9 100%);
  box-shadow: 0 18px 36px rgba(90, 56, 76, 0.12);
}

.pricing-title {
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: none;
  font-size: clamp(1.3rem, 5.8vw, 1.85rem);
  color: #c9ab6f;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
  margin-bottom: 1.2rem;
}

.price-divider {
  width: min(170px, 58%);
  height: 1px;
  margin: 0 auto 1.25rem;
  background: linear-gradient(90deg, rgba(207, 176, 122, 0) 0%, rgba(207, 176, 122, 0.95) 48%, rgba(207, 176, 122, 0) 100%);
}

.price {
  font-size: clamp(2rem, 10vw, 3rem);
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #d7b776;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.44);
  line-height: 1.1;
}

.price-subtitle {
  margin: 0 0 0.42rem;
  color: #c8a869;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
}

.price-label {
  margin: 0.6rem 0 0.5rem;
  color: #c8a869;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42);
}

.price-note {
  margin: 0 0 1.35rem;
  color: #705e5a;
  font-size: 0.95rem;
}

.price-features {
  list-style: none;
  margin: 0 0 1.55rem;
  padding: 0;
  display: grid;
  gap: 0.8rem;
}

.price-features li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.55rem;
  color: #574846;
  font-size: 0.97rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.feature-icon {
  color: #b69069;
  font-size: 0.8rem;
  margin-top: 0.23rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 0.88rem 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.btn-primary {
  background: linear-gradient(160deg, #c9a39b 0%, #bb8f89 100%);
  color: #fffdfb;
  box-shadow: 0 9px 18px rgba(130, 87, 91, 0.24);
}

.btn-primary:hover {
  background: linear-gradient(160deg, #be948d 0%, #ad827d 100%);
  transform: translateY(-2px);
  box-shadow: 0 13px 24px rgba(114, 74, 78, 0.25);
}

.price-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.btn-secondary {
  background: linear-gradient(160deg, #f5ece4 0%, #eadacd 100%);
  color: #6b4d4a;
  box-shadow: 0 9px 18px rgba(90, 56, 76, 0.16);
}

.btn-secondary:hover {
  background: linear-gradient(160deg, #f0e5dc 0%, #dfcdc0 100%);
  transform: translateY(-2px);
  box-shadow: 0 13px 24px rgba(90, 56, 76, 0.2);
}

.footer {
  border-top: 1px solid var(--border);
  padding: 1.4rem 0;
  color: var(--muted);
  font-size: 0.95rem;
}


@media (prefers-reduced-motion: reduce) {
  .about {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 860px) {
  .hero {
    padding: 3.2rem 0 2.4rem;
  }

  .section {
    padding: 2.75rem 0;
  }

  .top-gallery {
    grid-template-columns: 1fr;
  }

  .top-gallery img {
    height: auto;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(1100px, 94%);
  }

  .hero {
    padding: 2.9rem 0 2.2rem;
  }

  h1 {
    font-size: clamp(1.6rem, 8vw, 2.25rem);
    letter-spacing: 0.03em;
    line-height: 1.28;
  }

  h2 {
    font-size: clamp(1.35rem, 6.4vw, 1.8rem);
  }

  .tagline {
    font-size: clamp(1.12rem, 6vw, 1.45rem);
    line-height: 1.3;
  }

  .lead {
    font-size: 0.98rem;
    line-height: 1.7;
    padding: 0;
  }

  .how-step,
  .price-card {
    border-radius: 14px;
    padding: 1.15rem;
  }

  .how-step {
    padding: 1.35rem 1.2rem;
  }

  .how-step p {
    font-size: 0.9rem;
  }

  .price {
    font-size: clamp(1.8rem, 10.8vw, 2.2rem);
  }

  .price-features li {
    justify-content: flex-start;
    text-align: left;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .price-actions {
    flex-direction: column;
  }

  .about {
    padding: 78px 0;
    line-height: 1.95;
  }

  .about-title {
    font-size: clamp(1.95rem, 8.2vw, 2.35rem);
  }
}

@media (min-width: 768px) {
  .examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.45rem;
  }

  .price-card {
    padding: 2.45rem 2.2rem 2.1rem;
  }

  .pricing-title {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .price-label {
    font-size: 0.9rem;
    margin-bottom: 0.65rem;
  }

  .price-note {
    margin-bottom: 1.5rem;
  }

  .price-features {
    gap: 0.95rem;
    margin-bottom: 1.7rem;
  }

  .price-features li {
    font-size: 1.03rem;
  }

  .how-it-works-inner {
    width: min(620px, calc(100% - 3rem));
  }

  .how-it-works h2 {
    font-size: clamp(2.35rem, 4.7vw, 2.9rem);
  }

  .how-steps {
    gap: 1.7rem;
  }

  .how-step {
    padding: 1.7rem 1.5rem;
  }

  .icon-badge {
    width: 92px;
    margin-bottom: 1rem;
  }

  .icon-badge svg {
    width: 50px;
    height: 50px;
  }

  .step-number {
    font-size: 2.35rem;
  }

  .how-step h3 {
    font-size: 1.45rem;
  }

  .how-step p {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  .examples-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.55rem;
  }

  .price-card {
    max-width: 620px;
    padding: 2.75rem 2.8rem 2.35rem;
  }

  .pricing-title {
    font-size: 1.95rem;
  }

  .price {
    font-size: 3.35rem;
  }

  .price-features {
    gap: 1.05rem;
    margin-bottom: 1.9rem;
  }

  .price-features li {
    font-size: 1.08rem;
  }

  .how-it-works-inner {
    width: min(760px, calc(100% - 4rem));
  }

  .how-it-works h2 {
    font-size: 3.1rem;
  }

  .how-topline {
    font-size: 1rem;
  }

  .how-step {
    padding: 1.95rem 1.8rem;
  }

  .step-number {
    font-size: 2.6rem;
  }

  .how-step h3 {
    font-size: 1.62rem;
  }

  .how-step p {
    font-size: 1.04rem;
  }
}
