*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html, body { min-height: 100%; overflow-x: hidden; }
.premium-model-gallery [data-packages][hidden] { display: none !important; }

.features-faq {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  margin-top: clamp(4rem, 8vw, 7rem);
  scroll-margin-top: 8rem;
}

.features-faq::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -3rem calc((100% - 100vw) / 2);
  background: rgba(38, 20, 22, 0.72);
  mask-image: linear-gradient(to bottom, transparent, #000 3rem, #000 calc(100% - 3rem), transparent);
  pointer-events: none;
}

.features-faq h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.features-faq details {
  border-bottom: 1px solid rgba(255, 235, 215, 0.22);
}

.features-faq details:first-child {
  border-top: 1px solid rgba(255, 235, 215, 0.22);
}

.features-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 4.5rem;
  padding: 1.25rem 0;
  color: #fffaf3;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
  cursor: pointer;
}

.features-faq summary::-webkit-details-marker { display: none; }
.features-faq summary::marker { content: ""; }

.features-faq summary:focus-visible {
  outline: 2px solid #fff0bd;
  outline-offset: 4px;
}

@media (hover: hover) {
  .features-faq summary:hover { color: #f3d8c8; }
}

.features-faq-indicator {
  position: relative;
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  color: #f3d8c8;
}

.features-faq-indicator::before,
.features-faq-indicator::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.features-faq-indicator::before { top: calc(50% - 0.5px); left: 0; width: 100%; height: 1px; }
.features-faq-indicator::after { left: calc(50% - 0.5px); top: 0; height: 100%; width: 1px; }
.features-faq details[open] .features-faq-indicator::after { display: none; }

.features-faq details p {
  max-width: 68ch;
  padding: 0 2.25rem 1.5rem 0;
  color: #f3d8c8;
  font-size: 1rem;
  line-height: 1.8;
}

@media (min-width: 960px) {
  .features-faq {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: clamp(3rem, 6vw, 6rem);
    align-items: start;
  }
}
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #4a282c 0%, #6a3c42 40%, #3a2024 100%);
  color: #fffaf3;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  background: #fff7ef;
  color: #321711;
  font-weight: 800;
  box-shadow: 0 18px 50px rgba(50, 23, 17, 0.25);
}

.skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #fff0bd;
  outline-offset: 4px;
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 235, 220, 0.12), transparent 45%),
    linear-gradient(180deg, rgba(38, 20, 22, 0.2) 0%, rgba(38, 20, 22, 0.55) 100%),
    url("../assets/pearl-silk-background.jpg") center top / cover no-repeat;
}

.page-bg::before,
.page-bg::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  filter: blur(10px);
}

.page-bg::before {
  width: 38vw;
  height: 38vw;
  right: -10vw;
  top: 8vh;
  background: rgba(255, 215, 176, 0.08);
}

.page-bg::after {
  width: 32vw;
  height: 32vw;
  left: -8vw;
  bottom: 4vh;
  background: rgba(165, 78, 88, 0.08);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: max(1.25rem, env(safe-area-inset-top)) clamp(1rem, 4vw, 2.5rem) 1.25rem;
  background: linear-gradient(180deg, rgba(42, 23, 21, 0.8), rgba(42, 23, 21, 0.25) 75%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 235, 215, 0.05);
}

.logo {
  font-weight: 800;
  letter-spacing: -0.025em;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-links a,
.nav-actions a {
  color: #f3d8c8;
  font-size: 0.875rem;
}

.nav-links a:hover,
.nav-actions a:hover {
  color: #fff;
}

.nav-actions .pill {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 235, 215, 0.14);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 244, 232, 0.08);
  backdrop-filter: blur(12px);
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 100px) 0 max(80px, env(safe-area-inset-bottom));
}

.hero {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.model-page .page-shell {
  padding-top: clamp(34px, 5vw, 66px);
}

.model-page .hero {
  max-width: 760px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.model-page h1 {
  font-size: clamp(2.7rem, 6.6vw, 5.8rem);
  line-height: 0.92;
}

.model-page .lead {
  max-width: 720px;
}

.model-collection-hero {
  max-width: 900px;
}

.collection-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 4px;
}

.collection-notes span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 235, 215, 0.12);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 248, 241, 0.06);
  color: #fff2e6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  backdrop-filter: blur(12px);
}

.eyebrow {
  color: #f3c18d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3rem, 9vw, 7.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 1.25rem;
}

.lead {
  max-width: 680px;
  color: #f1d5c3;
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.72;
}

.grid {
  display: grid;
  gap: 18px;
}

.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.template-card,
.price-card,
.form-card {
  border: 1px solid rgba(255, 235, 215, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.1), rgba(255, 248, 240, 0.03)),
    rgba(38, 20, 24, 0.55);
  box-shadow: 0 24px 70px rgba(27, 12, 13, 0.28);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.card {
  min-height: 260px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: clamp(20px, 4vw, 34px);
}

.card span,
.template-meta,
.price-note {
  color: #f3c18d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card p,
.template-card p,
.price-card p {
  color: #f1d5c3;
  line-height: 1.65;
}

.template-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.model-gallery .template-card {
  border: 1px solid rgba(255, 235, 215, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.1), rgba(255, 250, 245, 0.03)),
    rgba(37, 20, 24, 0.45);
  box-shadow: 0 24px 70px rgba(27, 12, 13, 0.22);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.model-gallery .template-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 235, 215, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.14), rgba(255, 250, 245, 0.05)),
    rgba(37, 20, 24, 0.55);
  box-shadow: 0 34px 90px rgba(27, 12, 13, 0.32);
}

.premium-model-gallery {
  gap: clamp(22px, 3vw, 34px);
}

.premium-model-gallery .template-card {
  border-radius: 16px;
}

@media (min-width: 1000px) {
  .premium-model-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .premium-model-gallery .featured-template-card {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    grid-template-rows: none;
  }

  .featured-template-card .template-visual-link,
  .featured-template-card picture {
    height: auto;
    aspect-ratio: 1060 / 1482;
  }

  .featured-template-card .template-image {
    height: 100%;
    aspect-ratio: 1060 / 1482;
    object-position: center 44%;
  }

  .featured-template-card .template-copy {
    align-content: center;
    padding: clamp(34px, 4.5vw, 64px);
  }
}

.premium-template-card .template-visual-link {
  overflow: hidden;
  min-height: 0;
  background: #e9dfd2;
}

.premium-template-card picture {
  display: block;
  aspect-ratio: 1060 / 1482;
}

.premium-template-card .template-image {
  aspect-ratio: 1060 / 1482;
  padding: 0;
  border: 0;
  object-fit: cover;
  object-position: center;
  background: none;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
}

.premium-template-card:hover .template-image {
  transform: scale(1.018);
  filter: saturate(1.025);
}

.template-quality {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(38, 27, 25, 0.4);
  box-shadow: 0 7px 22px rgba(24, 13, 12, 0.18);
  color: #fff9f2;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.premium-preview-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: min(63%, 330px);
  gap: clamp(8px, 1.1vw, 15px);
  color: #725a47;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8), 0 9px 28px rgba(92, 68, 51, 0.08);
  transform: translate(-50%, -48%);
  pointer-events: none;
}

.premium-preview-copy small,
.premium-preview-copy b {
  font-size: clamp(0.55rem, 0.82vw, 0.74rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.premium-preview-copy strong {
  display: grid;
  gap: 2px;
  font: 500 clamp(1.65rem, 3.5vw, 3rem)/0.86 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.premium-preview-copy strong i {
  color: #b18b55;
  font-size: 0.48em;
  font-weight: 400;
}

.premium-preview-copy em {
  font: 400 clamp(0.63rem, 0.96vw, 0.87rem)/1.55 Georgia, "Times New Roman", serif;
}

.premium-preview-copy b {
  justify-self: center;
  margin-top: 2px;
  border-top: 1px solid currentColor;
  padding-top: 10px;
}

.premium-preview-copy--light {
  color: #fff4dd;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.68);
}

.premium-preview-copy--light strong i {
  color: #d8bc7c;
}

.premium-template-card .template-copy {
  align-content: start;
  padding: clamp(23px, 3vw, 32px);
}

.premium-model-gallery .template-card:not(.featured-template-card) .template-copy {
  display: flex;
  flex-direction: column;
}

.premium-model-gallery .template-card:not(.featured-template-card) .template-actions {
  margin-top: auto;
}

.premium-template-card .template-copy h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  line-height: 1;
}

.template-package-field { display: grid; gap: 7px; min-width: 0; width: min(72%, 270px); }
.template-package .template-package-caption { font: 600 .62rem/1.2 Inter, sans-serif; letter-spacing: .16em; text-transform: uppercase; color: #e7cca6; }
.template-package-choice { appearance: none; width: 100%; min-width: 0; min-height: 48px; padding: 10px 34px 10px 14px; border: 1px solid rgba(229,199,155,.55); border-radius: 12px 3px 12px 3px; background: rgba(255,244,223,.07) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23e7cca6' stroke-width='1.4'/%3E%3C/svg%3E") right 13px center / 12px 8px no-repeat; color: #fff4e5; font: 500 1.1rem/1.3 "Cormorant Garamond", Georgia, serif; cursor: pointer; transition: border-color .2s, background-color .2s; }
.template-package-choice:hover, .template-package-choice:focus-visible { border-color: #f4d6aa; background-color: rgba(255,244,223,.13); }
.template-package-choice:focus-visible { outline: 2px solid #f4d6aa; outline-offset: 3px; }
.template-package-choice:disabled { opacity: 1; cursor: default; background-image: none; padding-right: 14px; }
.template-package-choice option { background: #fffaf3; color: #49392f; }
.template-package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 2px;
  border-top: 1px solid rgba(255, 226, 196, 0.1);
  padding-top: 15px;
}

.template-package span {
  color: #dfbda9;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.template-package strong {
  color: #fff7ef;
  font-size: 0.88rem;
  font-weight: 800;
}

.premium-template-card .button {
  margin-top: auto;
}

.package-context {
  width: fit-content;
  margin: 18px auto 0;
  border: 1px solid rgba(255, 235, 215, 0.12);
  border-radius: 999px;
  padding: 10px 16px;
  background: rgba(42, 20, 18, 0.34);
  color: #fff2e7;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.template-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.template-actions .button {
  min-height: 48px;
  min-width: 0;
  padding-inline: 14px;
  text-align: center;
  white-space: nowrap;
}

.featured-template-card .template-actions {
  grid-template-columns: 1fr;
}

.template-card[hidden] {
  display: none;
}

.template-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  height: auto;
  object-fit: contain;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 226, 196, 0.08);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 240, 189, 0.13), transparent 36%),
    linear-gradient(145deg, rgba(255, 250, 245, 0.12), rgba(255, 250, 245, 0.02)),
    rgba(42, 24, 28, 0.35);
}

.template-visual-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
}

.template-preview-copy {
  position: absolute;
  top: 31%;
  left: 54%;
  display: grid;
  width: 24%;
  gap: clamp(2px, 0.36vw, 6px);
  color: #8a6650;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
  pointer-events: none;
}

.template-preview-copy > span,
.template-preview-copy > b {
  font-size: clamp(0.36rem, 0.51vw, 0.5rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.template-preview-copy > strong {
  display: grid;
  font: 600 clamp(0.78rem, 1.2vw, 1.08rem)/0.92 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}

.template-preview-copy > em {
  color: #987763;
  font: 400 clamp(0.34rem, 0.46vw, 0.45rem)/1.4 Georgia, "Times New Roman", serif;
  letter-spacing: 0.01em;
}

.template-preview-copy > b {
  margin-top: clamp(2px, 0.2vw, 4px);
  padding-top: clamp(4px, 0.4vw, 7px);
  border-top: 1px solid rgba(138, 102, 80, 0.35);
}

.template-preview-copy > small {
  color: #9b7963;
  font-size: clamp(0.32rem, 0.43vw, 0.42rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.template-preview-copy i {
  color: #b78b6b;
  font-size: 0.76em;
  font-weight: 400;
}

.template-visual-link:focus-visible {
  outline: 2px solid #f3d28b;
  outline-offset: -4px;
}

.template-art {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, var(--c1), rgba(255, 255, 255, 0.05) 64%),
    linear-gradient(45deg, var(--c2), var(--c3));
}

.template-art::before {
  position: absolute;
  inset: 24px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.58);
}

.template-art::after {
  position: absolute;
  right: -46px;
  top: -46px;
  width: 170px;
  height: 170px;
  content: "";
  border: 28px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.template-copy,
.price-card,
.form-card {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 30px);
}

.price {
  color: #fff7ef;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
}

.price small {
  color: #f1d5c3;
  font-size: 1rem;
  letter-spacing: 0;
}

.price-features {
  display: grid;
  gap: 8px;
  margin: 4px 0 8px;
  padding: 0;
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 18px;
  color: #f1d5c3;
  font-size: 0.86rem;
  line-height: 1.45;
}

.price-features li::before {
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f3c18d;
  content: "";
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  background: linear-gradient(135deg, #fff0bd, #d89a5c 48%, #a94f56);
  color: #321711;
  font-weight: 800;
  box-shadow: 0 24px 70px rgba(216, 154, 92, 0.28);
}

.secondary-button {
  border: 1px solid rgba(255, 235, 215, 0.16);
  background: rgba(255, 250, 245, 0.08);
  color: #fff7ef;
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.model-page .button,
.create-page:not(.admin-page) .button {
  min-height: 52px;
  border: 1px solid rgba(206, 178, 151, 0.94);
  border-radius: 7px;
  padding-inline: clamp(28px, 3.4vw, 40px);
  background: #fffaf2;
  box-shadow: 0 5px 14px rgba(57, 31, 30, 0.11), 0 1px 0 rgba(255, 255, 255, 0.96) inset;
  color: #4b3933;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.01rem;
  font-weight: 500;
  letter-spacing: 0.018em;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.model-page .button:hover,
.create-page:not(.admin-page) .button:hover {
  border-color: #d9b995;
  background: #fffdf8;
  box-shadow: 0 8px 18px rgba(57, 31, 30, 0.13), 0 1px 0 #fff inset;
  transform: translateY(-1px);
}

.model-page .button:active,
.create-page:not(.admin-page) .button:active {
  box-shadow: 0 3px 8px rgba(68, 40, 38, 0.1);
  transform: translateY(1px);
}

.model-page .secondary-button,
.create-page:not(.admin-page) .secondary-button {
  border-color: rgba(239, 214, 194, 0.56);
  background: rgba(72, 37, 37, 0.13);
  box-shadow: none;
  color: #fff9f1;
  font-weight: 400;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.model-page .secondary-button:hover,
.create-page:not(.admin-page) .secondary-button:hover {
  border-color: rgba(249, 229, 211, 0.76);
  background: rgba(255, 248, 240, 0.1);
  box-shadow: none;
}

.model-page .template-actions .button {
  padding-inline: 18px;
}

.section {
  margin-top: clamp(54px, 8vw, 100px);
}

.form-card {
  max-width: 780px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: #f3d8c8;
  font-size: 0.86rem;
}

label.wide {
  grid-column: 1 / -1;
}

.section-help {
  max-width: 760px;
  color: #f1d5c3;
  line-height: 1.65;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 235, 215, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 245, 0.08);
  color: #fffaf3;
  padding: 10px 12px;
  outline: none;
  backdrop-filter: blur(12px);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.create-page:not(.admin-page) input,
.create-page:not(.admin-page) select,
.create-page:not(.admin-page) textarea {
  border-color: rgba(241, 216, 196, 0.34);
  border-radius: 7px;
  padding: 12px 14px;
  background: rgba(255, 248, 239, 0.095);
  box-shadow: none;
  backdrop-filter: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.create-page:not(.admin-page) input:focus,
.create-page:not(.admin-page) select:focus,
.create-page:not(.admin-page) textarea:focus {
  border-color: rgba(239, 202, 166, 0.9);
  background: rgba(255, 251, 245, 0.14);
  box-shadow: 0 0 0 2px rgba(239, 207, 176, 0.13);
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 250, 243, 0.56);
}

option {
  color: #2a1715;
}

.create-page {
  background:
    radial-gradient(circle at 68% 10%, rgba(255, 229, 193, 0.28), transparent 28%),
    radial-gradient(circle at 16% 70%, rgba(169, 79, 86, 0.2), transparent 32%),
    linear-gradient(180deg, #321711 0%, #6f3731 48%, #f5d8c2 100%);
}

.create-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(48px, 7vw, 92px) 0 84px;
}

.create-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 70px);
}

.create-hero-copy {
  max-width: 860px;
}

.create-hero h1 {
  margin-top: 14px;
  max-width: 900px;
  margin-bottom: 1.25rem;
  font-size: clamp(2.45rem, 5.6vw, 4.9rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.create-hero .lead {
  margin-top: 0;
}

.comfort-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.comfort-row span,
.form-stepper button {
  border: 1px solid rgba(255, 235, 215, 0.14);
  border-radius: 8px;
  padding: 0.72rem 0.9rem;
  background: rgba(255, 250, 245, 0.08);
  color: #fff0e3;
  font-size: 0.84rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.form-stepper button {
  cursor: pointer;
}

.form-stepper button.is-active {
  border-color: rgba(255, 240, 189, 0.78);
  background: linear-gradient(135deg, rgba(255, 240, 189, 0.26), rgba(169, 79, 86, 0.22));
  color: #fffaf3;
}

.create-page:not(.admin-page) .form-stepper {
  gap: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid rgba(240, 216, 198, 0.25);
}

.create-page:not(.admin-page) .form-stepper button {
  min-height: 44px;
  position: relative;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 4px 2px 13px;
  background: transparent;
  color: rgba(255, 242, 233, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  box-shadow: none;
  backdrop-filter: none;
}

.create-page:not(.admin-page) .form-stepper button.is-active {
  background: transparent;
  color: #fff9f2;
}

.create-page:not(.admin-page) .form-stepper button.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #e5c39f;
  content: "";
}

.create-page:not(.admin-page) .builder-form,
.create-page:not(.admin-page) .summary-panel,
.create-page:not(.admin-page) .warm-note {
  border-color: rgba(238, 210, 188, 0.25);
  border-radius: 12px;
  background: rgba(71, 33, 35, 0.24);
  box-shadow: 0 18px 48px rgba(42, 20, 22, 0.12);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.warm-note,
.builder-form,
.summary-panel {
  border: 1px solid rgba(255, 235, 215, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.12), rgba(255, 250, 245, 0.04)),
    rgba(70, 28, 20, 0.2);
  box-shadow: 0 30px 90px rgba(70, 28, 20, 0.2);
  backdrop-filter: blur(20px);
}

.warm-note {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 4vw, 30px);
}

.warm-note span {
  color: #f3c18d;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.warm-note strong {
  color: #fffaf3;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.1;
}

.warm-note p {
  color: #f1d5c3;
  line-height: 1.65;
}

.builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(18px, 4vw, 32px);
  align-items: start;
}

.admin-page [hidden] { display: none !important; }

.admin-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(18px, 4vw, 32px);
  align-items: start;
}

.admin-page {
  background:
    radial-gradient(circle at 8% 2%, rgba(186, 114, 86, 0.22), transparent 30%),
    radial-gradient(circle at 92% 24%, rgba(111, 56, 62, 0.24), transparent 30%),
    linear-gradient(155deg, #180e0d 0%, #2a1715 48%, #1c1110 100%);
}

.admin-page .page-shell { width: min(1440px, calc(100% - 40px)); padding-top: 44px; }
.admin-page .site-nav { border-bottom: 1px solid rgba(255, 231, 205, 0.09); background: rgba(24, 14, 13, 0.82); }
.admin-page .admin-shell { min-height: calc(100vh - 80px); }

.admin-hero {
  max-width: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 231, 205, 0.12);
}

.admin-hero h1 { max-width: 800px; margin-top: 10px; font-size: clamp(2.8rem, 6vw, 6.5rem); }
.admin-hero .lead { margin-top: 18px; color: #d8bbae; }
.admin-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.admin-env-badge,
.nav-logout {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 231, 205, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 250, 245, 0.06);
  color: #d8bbae;
  font-size: 0.72rem;
  font-weight: 800;
}

.admin-env-badge i { width: 7px; height: 7px; border-radius: 50%; background: #8fd4a2; box-shadow: 0 0 0 4px rgba(143, 212, 162, 0.1); }
.nav-logout {
  min-height: 40px;
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 244, 232, 0.1);
  color: #fff4e9;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
}
.nav-logout:hover { background: rgba(255, 244, 232, 0.18); }

.business-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 26px;
}

.business-overview[hidden] { display: none; }
.business-overview article {
  display: grid;
  gap: 6px;
  min-height: 148px;
  align-content: end;
  border: 1px solid rgba(255, 231, 205, 0.12);
  border-radius: 16px;
  padding: 20px;
  background: linear-gradient(145deg, rgba(255, 250, 245, 0.09), rgba(255, 250, 245, 0.035));
  box-shadow: 0 24px 60px rgba(9, 4, 3, 0.14);
}

.business-overview article.is-accent { background: linear-gradient(145deg, rgba(227, 171, 111, 0.2), rgba(137, 62, 67, 0.14)); }
.business-overview span { color: #d6b5a5; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.business-overview strong { color: #fff8f0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1; }
.business-overview small { color: #a9877d; }

.admin-page .admin-card {
  overflow: hidden;
  border: 1px solid rgba(255, 231, 205, 0.11);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 250, 245, 0.085), rgba(255, 250, 245, 0.035));
  box-shadow: 0 26px 70px rgba(10, 4, 3, 0.16);
}

.admin-page .form-section legend { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.admin-page input,
.admin-page select,
.admin-page textarea { border-radius: 10px; background: rgba(18, 9, 8, 0.32); }
.admin-page .button { border-radius: 10px; }
.admin-page .summary-panel { position: sticky; top: 92px; }

.admin-page .order-filter-row { grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) auto; }
.admin-page .order-list { max-height: 420px; overflow: auto; padding-right: 4px; }
.admin-page .order-list-item { border-radius: 12px; background: rgba(15, 7, 6, 0.2); }

.section-heading-row { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.section-heading-row legend { margin-top: 6px; }
.activity-feed { display: grid; gap: 2px; }
.activity-feed article { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; padding: 13px 0; border-bottom: 1px solid rgba(255, 231, 205, 0.09); }
.activity-feed article:last-child { border-bottom: 0; }
.activity-feed div { display: grid; gap: 4px; }
.activity-feed strong { color: #fff6ed; font-size: 0.9rem; }
.activity-feed small { color: #a9877d; }
.activity-dot { width: 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: #e3ab6f; box-shadow: 0 0 0 5px rgba(227, 171, 111, 0.09); }

.admin-toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  max-width: min(380px, calc(100% - 48px));
  border: 1px solid rgba(255, 231, 205, 0.18);
  border-radius: 12px;
  padding: 14px 18px;
  background: #fff7ef;
  color: #321711;
  font-weight: 850;
  box-shadow: 0 24px 80px rgba(10, 4, 3, 0.34);
}

.admin-toast[data-tone="error"] { background: #9e4248; color: #fff; }

.invitation-admin-panel { display: grid; gap: 14px; }
.invitation-admin-panel > div { display: grid; gap: 6px; border-bottom: 1px solid rgba(255, 231, 205, 0.1); padding-bottom: 13px; }
.invitation-admin-panel span { color: #b99485; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.invitation-admin-panel code,
.invitation-admin-panel strong { color: #fff6ed; font-family: inherit; font-size: .92rem; overflow-wrap: anywhere; }
.invitation-admin-panel p { margin: 0; color: #c9a99d; line-height: 1.6; }
.admin-action-row { display: flex; flex-wrap: wrap; gap: 10px; }
.danger-button { border: 1px solid rgba(255, 168, 168, .26); background: rgba(142, 48, 55, .18); color: #ffd6d6; }
.status-pill[data-status="published"] { border-color: rgba(143, 212, 162, .35); background: rgba(91, 157, 108, .14); color: #bce5c7; }
.storage-safety-card { grid-column: 1 / -1; }
.storage-counts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.storage-counts article { display: grid; gap: 5px; border: 1px solid rgba(255,231,205,.11); border-radius: 10px; padding: 14px; background: rgba(15,7,6,.18); }
.storage-counts strong { color: #fff7ef; font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; }
.storage-counts span { color: #b99485; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.backup-list { display: grid; }
.backup-item { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; border-top: 1px solid rgba(255,231,205,.1); padding: 13px 0; }
.backup-item > div:first-child { display: grid; gap: 4px; }
.backup-item strong { color: #fff6ed; font-size: .84rem; }
.backup-item small { color: #a9877d; }
.backup-item > div:last-child { display: flex; gap: 7px; }
.backup-item button { border: 1px solid rgba(255,231,205,.18); border-radius: 8px; padding: 7px 9px; background: rgba(255,250,245,.06); color: #e4c9bc; font-size: .68rem; font-weight: 800; }

.admin-login-panel {
  width: min(720px, 100%);
  margin-bottom: clamp(24px, 4vw, 42px);
}

.admin-login-error {
  margin: 0;
  border: 1px solid rgba(255, 168, 168, 0.24);
  border-radius: 10px;
  padding: 11px 13px;
  background: rgba(142, 48, 55, 0.16);
  color: #ffd6d6;
  font-size: 0.82rem;
  line-height: 1.5;
}

.admin-login-error[hidden],
.owner-advanced-card[hidden] {
  display: none;
}

.admin-card {
  position: static;
}

.builder-form,
.summary-panel {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(18px, 4vw, 34px);
}

.form-stepper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.form-section {
  display: none;
  gap: 18px;
  border: 0;
  min-inline-size: 0;
}

.form-section.is-active {
  display: grid;
}

.form-section legend {
  margin-bottom: 16px;
  color: #fffaf3;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 850;
  letter-spacing: -0.02em;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.music-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.design-picker {
  display: grid;
  gap: 12px;
}

.design-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.selected-design-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  border: 1px solid rgba(255, 226, 196, 0.22);
  border-radius: 8px;
  padding: 16px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 240, 189, 0.16), transparent 34%),
    rgba(255, 250, 245, 0.08);
}

.selected-design-panel label {
  margin: 0;
}

.selected-design-panel .button {
  width: 100%;
  white-space: nowrap;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.choice-card,
.mood-chip,
.design-card,
.music-card,
.payment-card {
  position: relative;
  color: #fff8ef;
  cursor: pointer;
}

.choice-card input,
.mood-chip input,
.design-card input,
.music-card input,
.payment-card input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.choice-card span {
  display: grid;
  min-height: 86px;
  place-items: center;
  border: 1px solid rgba(255, 226, 196, 0.24);
  border-radius: 8px;
  background: rgba(255, 250, 245, 0.09);
  color: #fff0e3;
  font-weight: 850;
  text-align: center;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.choice-card input:checked + span,
.mood-chip input:checked + span,
.design-card input:checked + span,
.music-card input:checked + span,
.payment-card input:checked + span {
  border-color: rgba(255, 240, 189, 0.78);
  background: linear-gradient(135deg, rgba(255, 240, 189, 0.26), rgba(169, 79, 86, 0.22));
  color: #fffaf3;
}

.choice-card input:focus-visible + span,
.mood-chip input:focus-visible + span,
.design-card input:focus-visible + span,
.music-card input:focus-visible + span,
.payment-card input:focus-visible + span {
  outline: 3px solid #fff0bd;
  outline-offset: 4px;
}

.choice-card:hover span {
  transform: translateY(-2px);
}

.create-page:not(.admin-page) .choice-card span,
.create-page:not(.admin-page) .mood-chip span,
.create-page:not(.admin-page) .music-card span,
.create-page:not(.admin-page) .payment-card span {
  border-color: rgba(242, 216, 195, 0.3);
  border-radius: 7px;
  background: rgba(86, 44, 45, 0.12);
  box-shadow: none;
  color: rgba(255, 246, 238, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.create-page:not(.admin-page) .choice-card input:checked + span,
.create-page:not(.admin-page) .mood-chip input:checked + span,
.create-page:not(.admin-page) .music-card input:checked + span,
.create-page:not(.admin-page) .payment-card input:checked + span {
  border-color: rgba(205, 173, 142, 0.95);
  background: #fff8ee;
  box-shadow: 0 4px 12px rgba(54, 29, 29, 0.1), 0 1px 0 #fff inset;
  color: #4b3731;
  font-weight: 600;
}

.create-page:not(.admin-page) .choice-card:hover span,
.create-page:not(.admin-page) .mood-chip:hover span,
.create-page:not(.admin-page) .music-card:hover span,
.create-page:not(.admin-page) .payment-card:hover span {
  border-color: rgba(247, 224, 205, 0.5);
  background-color: rgba(255, 249, 243, 0.075);
  transform: none;
}

.create-page:not(.admin-page) .choice-card input:checked + span:hover,
.create-page:not(.admin-page) .mood-chip input:checked + span:hover,
.create-page:not(.admin-page) .music-card input:checked + span:hover,
.create-page:not(.admin-page) .payment-card input:checked + span:hover {
  background: #fcf6f0;
}

.mood-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mood-chip span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border: 1px solid rgba(255, 226, 196, 0.24);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(255, 250, 245, 0.09);
  color: #fff0e3;
  font-weight: 800;
}

.music-card span,
.design-card span,
.payment-card span {
  display: grid;
  min-height: 100px;
  align-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 226, 196, 0.24);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 245, 0.09);
  color: #fff0e3;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.music-card:hover span,
.design-card:hover span,
.payment-card:hover span {
  transform: translateY(-2px);
}

.music-card strong,
.design-card strong,
.payment-card strong {
  color: #fffaf3;
  font-size: 1rem;
}

.music-card small,
.design-card small,
.payment-card small {
  color: #f1d5c3;
  line-height: 1.45;
}

.design-card span {
  min-height: 210px;
  align-content: start;
  padding: 10px;
}

.design-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(24, 10, 8, 0.18);
}

.premium-music span {
  background:
    linear-gradient(135deg, rgba(255, 240, 189, 0.18), rgba(169, 79, 86, 0.22)),
    rgba(255, 250, 245, 0.09);
}

.custom-song-fields {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(255, 226, 196, 0.2);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 245, 0.08);
}

.payment-foundation,
.guest-message-fields {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 226, 196, 0.2);
  border-radius: 8px;
  padding: 16px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 240, 189, 0.12), transparent 34%),
    rgba(255, 250, 245, 0.08);
}

.payment-foundation p,
.guest-message-fields p {
  color: #f1d5c3;
  line-height: 1.6;
}

.create-page:not(.admin-page) [hidden] { display: none !important; }

.create-page:not(.admin-page) .payment-foundation,
.create-page:not(.admin-page) .guest-message-fields,
.create-page:not(.admin-page) .custom-song-fields,
.create-page:not(.admin-page) .summary-box,
.create-page:not(.admin-page) .checkbox-line {
  border-color: rgba(241, 214, 193, 0.26);
  border-radius: 8px;
  background: rgba(255, 248, 240, 0.07);
  box-shadow: none;
}

.create-page:not(.admin-page) .summary-panel #shopierPayment {
  opacity: 1;
}

.create-page:not(.admin-page) #shopierPaymentLink {
  width: 100%;
  padding-inline: 16px;
  letter-spacing: 0.02em;
}

.checkbox-line {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 250, 245, 0.07);
}

.checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: #d89a5c;
}

.checkbox-line span {
  color: #f1d5c3;
  line-height: 1.55;
}

.guest-message-fields legend {
  color: #fffaf3;
  font-size: 1rem;
  font-weight: 850;
}

.custom-song-fields[hidden] {
  display: none;
}

.custom-song-fields p {
  color: #f1d5c3;
  line-height: 1.6;
}

.payment-section {
  border-top: 1px solid rgba(255, 226, 196, 0.14);
  padding-top: clamp(18px, 3vw, 28px);
}

.total-card {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 240, 189, 0.32);
  border-radius: 8px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(255, 240, 189, 0.2), rgba(169, 79, 86, 0.14)),
    rgba(255, 250, 245, 0.09);
}

.total-card span,
.total-card small {
  color: #f1d5c3;
}

.total-card strong {
  color: #fff7ef;
  font-size: clamp(2.3rem, 6vw, 4rem);
  letter-spacing: -0.05em;
}

.step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.step-actions [hidden] {
  display: none;
}

.summary-panel {
  position: sticky;
  top: 92px;
  color: #fffaf3;
}

.summary-panel h2 {
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.summary-panel:not(.is-ready) .order-summary-eyebrow,
.summary-panel:not(.is-ready):not([data-summary-state]) #summaryTitle,
.summary-panel:not(.is-ready):not([data-summary-state]) #summaryBox,
.summary-panel:not(.is-ready) #adminPayload,
.summary-panel:not(.is-ready) #whatsappLink {
  display: none;
}

.live-preview {
  display: grid;
  gap: 14px;
}

.order-template-artwork {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.mini-invitation {
  position: relative;
  display: grid;
  min-height: 420px;
  align-content: end;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 230, 201, 0.28);
  border-radius: 8px;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 244, 216, 0.7), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 239, 211, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(246, 195, 168, 0.92), rgba(153, 76, 75, 0.88) 48%, rgba(53, 22, 18, 0.96));
  color: #fffaf3;
  box-shadow: inset 0 0 90px rgba(255, 240, 218, 0.08);
  transition: opacity 0.42s ease, filter 0.42s ease;
}

.mini-invitation.is-changing-example {
  opacity: 0.34;
  filter: saturate(0.8);
}

.mini-invitation::before {
  position: absolute;
  inset: 20px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 246, 232, 0.48);
  pointer-events: none;
}

.mini-invitation::after {
  position: absolute;
  right: -46px;
  top: -46px;
  z-index: 1;
  width: 160px;
  height: 160px;
  content: "";
  border: 28px solid rgba(255, 246, 232, 0.12);
  border-radius: 50%;
}

.mini-invitation span,
.mini-invitation strong,
.mini-invitation small,
.mini-invitation p,
.mini-invitation h2 {
  position: relative;
  z-index: 2;
}

.mini-invitation span,
.mini-invitation small {
  color: rgba(255, 248, 239, 0.82);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-invitation h2 {
  color: #fffaf3;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 0.02em;
}

.mini-invitation p {
  color: #ffe8d2;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
}

.mini-invitation strong {
  width: fit-content;
  border: 1px solid rgba(255, 246, 232, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(52, 22, 18, 0.22);
}

.mini-invitation[data-mood="Minimal"] {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 250, 243, 0.7), transparent 28%),
    linear-gradient(180deg, rgba(236, 217, 205, 0.92), rgba(128, 103, 94, 0.9) 52%, rgba(45, 32, 28, 0.96));
}

.mini-invitation[data-mood="Lüks"] {
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 235, 176, 0.64), transparent 24%),
    linear-gradient(180deg, rgba(115, 69, 42, 0.96), rgba(60, 26, 20, 0.98));
}

.mini-invitation[data-mood="Modern"] {
  background:
    radial-gradient(circle at 60% 20%, rgba(211, 237, 232, 0.56), transparent 25%),
    linear-gradient(180deg, rgba(76, 117, 118, 0.9), rgba(42, 45, 42, 0.98));
}

.mini-invitation[data-mood="Geleneksel"] {
  background:
    radial-gradient(circle at 48% 16%, rgba(255, 218, 176, 0.58), transparent 25%),
    linear-gradient(180deg, rgba(156, 58, 56, 0.95), rgba(74, 27, 24, 0.98));
}

.mini-invitation[data-mood="Neşeli"] {
  background:
    radial-gradient(circle at 38% 18%, rgba(255, 245, 184, 0.64), transparent 24%),
    radial-gradient(circle at 78% 34%, rgba(255, 153, 146, 0.35), transparent 28%),
    linear-gradient(180deg, rgba(216, 121, 98, 0.94), rgba(86, 44, 52, 0.98));
}

.mini-invitation[data-design="ivory"] {
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 252, 242, 0.78), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(209, 171, 148, 0.24), transparent 30%),
    linear-gradient(180deg, rgba(238, 224, 210, 0.96), rgba(157, 119, 99, 0.92) 52%, rgba(66, 40, 31, 0.98));
}

.mini-invitation[data-design="blush"] {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 234, 232, 0.78), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(222, 117, 145, 0.36), transparent 30%),
    linear-gradient(180deg, rgba(238, 192, 197, 0.94), rgba(154, 74, 89, 0.94) 54%, rgba(65, 31, 38, 0.98));
}

.mini-invitation[data-design="blue"] {
  background:
    radial-gradient(circle at 32% 18%, rgba(233, 245, 255, 0.76), transparent 28%),
    radial-gradient(circle at 86% 28%, rgba(58, 105, 172, 0.38), transparent 30%),
    linear-gradient(180deg, rgba(144, 178, 215, 0.95), rgba(43, 82, 137, 0.96) 54%, rgba(13, 34, 69, 0.98));
}

.mini-invitation[data-design="rose"] {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 229, 238, 0.76), transparent 28%),
    radial-gradient(circle at 84% 28%, rgba(191, 72, 132, 0.34), transparent 30%),
    linear-gradient(180deg, rgba(228, 175, 199, 0.94), rgba(138, 58, 100, 0.94) 54%, rgba(51, 27, 46, 0.98));
}

.mini-invitation[data-design="purple"] {
  background:
    radial-gradient(circle at 30% 18%, rgba(236, 219, 255, 0.76), transparent 28%),
    radial-gradient(circle at 86% 28%, rgba(132, 73, 184, 0.42), transparent 30%),
    linear-gradient(180deg, rgba(173, 132, 216, 0.96), rgba(88, 45, 128, 0.96) 54%, rgba(41, 23, 68, 0.98));
}

.summary-box {
  min-height: 220px;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 245, 0.1);
}

.summary-box p {
  color: #f1d5c3;
  line-height: 1.65;
}

.summary-box dl {
  display: grid;
  gap: 12px;
}

.summary-box div {
  display: grid;
  gap: 3px;
}

.summary-box dt {
  color: #f3c18d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.summary-box dd {
  color: #fffaf3;
  font-weight: 800;
}

.admin-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.admin-kpi-grid div {
  display: grid;
  gap: 4px;
  min-height: 92px;
  align-content: center;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 240, 189, 0.12), rgba(169, 79, 86, 0.1)),
    rgba(255, 250, 245, 0.08);
}

.admin-kpi-grid strong {
  color: #fffaf3;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.admin-kpi-grid span {
  color: #f3c18d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.order-list {
  display: grid;
  gap: 10px;
}

.order-list-item {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 250, 245, 0.08);
  color: #fffaf3;
  text-align: left;
}

.order-list-item:hover,
.order-list-item.is-selected {
  border-color: rgba(255, 240, 189, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 240, 189, 0.13), rgba(169, 79, 86, 0.12)),
    rgba(255, 250, 245, 0.08);
}

.order-list-item span {
  display: grid;
  gap: 4px;
}

.order-list-item strong,
.order-list-item b {
  color: #fffaf3;
}

.order-list-item small {
  color: #f1d5c3;
  line-height: 1.4;
}

.guest-admin-list {
  display: grid;
  gap: 10px;
}

.guest-admin-list article,
.admin-stat-row {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 250, 245, 0.08);
}

.guest-admin-list article {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.guest-admin-list strong,
.admin-stat-row strong {
  color: #fffaf3;
}

.guest-admin-list span,
.admin-stat-row span {
  color: #f1d5c3;
  font-size: 0.86rem;
  line-height: 1.45;
}

.guest-admin-list small {
  display: block;
  margin-top: 5px;
  color: #c8aa9e;
  font-size: 0.72rem;
  line-height: 1.45;
}

.guest-response-detail {
  margin: 8px 0 0;
  border-left: 2px solid rgba(255, 225, 183, 0.32);
  padding-left: 9px;
  color: #fff1e6;
  font-size: 0.82rem;
  line-height: 1.55;
}

.status-pill {
  border: 1px solid rgba(255, 240, 189, 0.3);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 240, 189, 0.12);
  color: #ffe1b7;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.launch-checklist {
  display: grid;
  gap: 10px;
}

.launch-checklist article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 250, 245, 0.08);
}

.launch-checklist article.is-done {
  border-color: rgba(255, 240, 189, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 240, 189, 0.13), rgba(103, 143, 111, 0.12)),
    rgba(255, 250, 245, 0.08);
}

.launch-checklist article > span {
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 250, 245, 0.12);
  color: #ffe1b7;
  font-size: 0.72rem;
  font-weight: 900;
}

.launch-checklist strong {
  display: block;
  color: #fffaf3;
}

.launch-checklist small {
  display: block;
  margin-top: 4px;
  color: #f1d5c3;
  line-height: 1.45;
}

.admin-payload {
  display: grid;
  gap: 8px;
}

.admin-payload[hidden] {
  display: none;
}

.admin-payload summary {
  cursor: pointer;
  color: #f3c18d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-payload pre {
  max-height: 260px;
  overflow: auto;
  border: 1px solid rgba(255, 226, 196, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(24, 10, 8, 0.28);
  color: #fff0e3;
  font-size: 0.75rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.whatsapp-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  background: #fff7ef;
  color: #321711;
  font-weight: 900;
  text-align: center;
}

.whatsapp-link.disabled {
  pointer-events: none;
  opacity: 0.55;
}

.create-page:not(.admin-page) .whatsapp-link {
  border: 1px solid rgba(213, 192, 174, 0.86);
  border-radius: 13px;
  background: #fbf7f1;
  box-shadow: 0 7px 16px rgba(68, 40, 38, 0.1), 0 1px 0 #fff inset;
  color: #493a36;
  font-weight: 650;
  letter-spacing: 0.03em;
}

.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 28px;
  color: rgba(255, 240, 227, 0.64);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (max-width: 820px) {
  .admin-page .page-shell { width: min(100% - 24px, 1440px); }
  .admin-hero { grid-template-columns: 1fr; align-items: start; }
  .business-overview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .storage-counts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .backup-item { grid-template-columns: 1fr; }
  .admin-page .order-filter-row { grid-template-columns: 1fr; }
  .admin-env-badge:not([data-authenticated]) { display: none; }
  .admin-page .nav-actions { flex-wrap: wrap; gap: 10px; }
  .admin-page .nav-logout { min-height: 44px; }
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .nav-actions {
    width: 100%;
    overflow-x: auto;
  }

  .three,
  .two,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .premium-model-gallery {
    gap: 26px;
  }

  .premium-template-card .template-image {
    aspect-ratio: 1060 / 1482;
    object-fit: cover;
  }

  .premium-preview-copy {
    width: 66%;
    gap: 10px;
    transform: translate(-50%, -48%);
  }

  .premium-preview-copy small,
  .premium-preview-copy b {
    font-size: clamp(0.56rem, 2.35vw, 0.69rem);
  }

  .premium-preview-copy strong {
    font-size: clamp(1.8rem, 9.3vw, 2.75rem);
  }

  .premium-preview-copy em {
    font-size: clamp(0.67rem, 2.65vw, 0.82rem);
  }

  .create-hero,
  .builder-layout,
  .admin-layout,
  .order-filter-row,
  .order-list-item,
  .choice-grid,
  .selected-design-panel,
  .design-grid,
  .music-grid,
  .payment-grid {
    grid-template-columns: 1fr;
  }

  .summary-panel {
    position: static;
    order: -1;
  }

  .choice-card span {
    min-height: 64px;
  }

  .mini-invitation {
    min-height: 340px;
  }

  .mini-invitation h2 {
    font-size: clamp(2.75rem, 15vw, 4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Pricing page — floral atelier composition */
.pricing-page {
  min-height: 100svh;
  background: #e8c5c1;
  color: #3f2b2a;
}

.pricing-page .page-bg {
  background:
    linear-gradient(180deg, rgba(255, 248, 244, 0.1), rgba(92, 49, 47, 0.07)),
    url("../assets/fiyatlar-floral-background.webp") center top / cover no-repeat;
}

.pricing-page .page-bg::before {
  width: 60vw;
  height: 60vw;
  right: -18vw;
  top: 12vh;
  background: rgba(255, 242, 234, 0.15);
  filter: blur(36px);
}

.pricing-page .page-bg::after {
  width: 50vw;
  height: 50vw;
  left: -15vw;
  bottom: -8vh;
  background: rgba(156, 76, 80, 0.08);
  filter: blur(34px);
}

.pricing-page .site-nav {
  border-bottom-color: rgba(119, 69, 61, 0.08);
  background: linear-gradient(180deg, rgba(255, 247, 241, 0.78), rgba(255, 247, 241, 0.3) 78%, transparent);
  color: #4b302d;
}

.pricing-page .nav-links a,
.pricing-page .nav-actions a {
  color: #6d4741;
}

.pricing-page .nav-links a[aria-current="page"],
.pricing-page .nav-links a:hover,
.pricing-page .nav-actions a:hover {
  color: #321d1b;
}

.pricing-page .nav-actions .pill {
  border-color: rgba(136, 80, 68, 0.14);
  background: rgba(255, 251, 246, 0.44);
  box-shadow: 0 10px 28px rgba(112, 62, 54, 0.08);
}

.pricing-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(38px, 5vw, 68px) 0 max(54px, env(safe-area-inset-bottom));
}

.pricing-hero {
  display: grid;
  justify-items: center;
  width: min(760px, 100%);
  margin: 0 auto clamp(38px, 5vw, 64px);
  color: #3f2a27;
  text-align: center;
}

.hero-flourish {
  margin-bottom: 5px;
  color: #a66e44;
  font-size: 1.1rem;
  text-shadow: 0 3px 14px rgba(255, 244, 219, 0.9);
}

.pricing-kicker {
  margin: 0;
  color: #79514b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.78rem, 1.5vw, 1rem);
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.pricing-hero h1 {
  margin: 8px 0 4px;
  color: #352321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 8.2vw, 7.2rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.62), 0 18px 40px rgba(93, 50, 45, 0.12);
}

.ornamental-rule {
  display: flex;
  width: min(320px, 72vw);
  align-items: center;
  gap: 10px;
  margin: 17px 0 12px;
  color: #b17846;
}

.ornamental-rule::before,
.ornamental-rule::after {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(167, 108, 58, 0.72));
  content: "";
}

.ornamental-rule::after {
  background: linear-gradient(90deg, rgba(167, 108, 58, 0.72), transparent);
}

.ornamental-rule span {
  font-size: 1.25rem;
  line-height: 1;
}

.pricing-hero > p:last-child {
  max-width: 660px;
  margin: 0;
  color: #654b47;
  font-size: clamp(0.95rem, 1.7vw, 1.12rem);
  line-height: 1.65;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 28px);
  align-items: stretch;
}

.package-card {
  position: relative;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(180, 122, 70, 0.58);
  border-radius: 46% 46% 24px 24px / 104px 104px 24px 24px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.72), rgba(255, 246, 238, 0.48)),
    rgba(255, 250, 245, 0.67);
  box-shadow:
    0 25px 58px rgba(104, 58, 54, 0.2),
    0 2px 0 rgba(255, 255, 255, 0.82) inset;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s ease, border-color 0.38s ease;
}

.package-card::before,
.package-card::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.package-card::before {
  inset: 4px;
  border: 1px solid rgba(208, 158, 103, 0.5);
  border-radius: inherit;
}

.package-card::after {
  left: 12%;
  right: 12%;
  bottom: -15px;
  height: 32px;
  border-radius: 50%;
  background: rgba(97, 51, 48, 0.22);
  filter: blur(17px);
  opacity: 0.7;
}

.package-card:hover,
.package-card:focus-within {
  z-index: 2;
  border-color: rgba(174, 105, 52, 0.88);
  box-shadow:
    0 34px 76px rgba(104, 58, 54, 0.27),
    0 2px 0 rgba(255, 255, 255, 0.9) inset,
    0 0 34px rgba(255, 223, 177, 0.34);
  transform: translateY(-7px);
}

.package-card--featured {
  border-color: rgba(176, 105, 48, 0.84);
  box-shadow:
    0 32px 76px rgba(104, 52, 50, 0.28),
    0 0 36px rgba(255, 219, 165, 0.42),
    0 2px 0 rgba(255, 255, 255, 0.84) inset;
  transform: translateY(-16px);
}

.package-card--featured:hover,
.package-card--featured:focus-within {
  transform: translateY(-23px);
}

.package-card__inner {
  display: flex;
  height: 100%;
  min-height: 590px;
  flex-direction: column;
  align-items: center;
  padding: 53px clamp(19px, 2.5vw, 30px) 24px;
  border: 1px solid rgba(181, 118, 64, 0.32);
  border-radius: 45% 45% 17px 17px / 94px 94px 17px 17px;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.86), transparent 31%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.54), rgba(255, 247, 241, 0.28));
  color: #49312e;
}

.package-botanical {
  height: 24px;
  color: #bd824c;
  font-size: 1.8rem;
  line-height: 1;
  transform: rotate(180deg);
}

.package-tier {
  margin: 10px 0 0;
  color: #996a50;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.package-card h2 {
  margin: 5px 0 3px;
  color: #332321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.package-subtitle {
  min-height: 2.6em;
  margin: 0;
  color: #765b55;
  font-size: 0.84rem;
  line-height: 1.45;
  text-align: center;
}

.package-divider {
  display: flex;
  width: 90%;
  align-items: center;
  gap: 8px;
  margin: 13px 0 8px;
  color: #ba7b43;
  font-size: 0.74rem;
}

.package-divider::before,
.package-divider::after {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 117, 59, 0.55));
  content: "";
}

.package-divider::after {
  background: linear-gradient(90deg, rgba(185, 117, 59, 0.55), transparent);
}

.package-price {
  margin: 0 0 15px;
  color: #342321;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.7vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.package-price small {
  color: #47312e;
  font-family: inherit;
  font-size: 0.34em;
  letter-spacing: 0.04em;
}

.package-features {
  display: grid;
  width: 100%;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.package-features li {
  position: relative;
  padding-left: 20px;
  color: #654d49;
  font-size: 0.82rem;
  line-height: 1.35;
}

.package-features li::before {
  position: absolute;
  left: 1px;
  top: 0.05em;
  color: #bb7a42;
  content: "◇";
  font-size: 0.9rem;
}

.package-button {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(184, 153, 138, 0.46);
  border-radius: 13px;
  background: #fbf4f0;
  box-shadow: 0 6px 14px rgba(94, 60, 56, 0.09), 0 1px 0 #fff inset;
  color: #402724;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.package-button:hover,
.package-button:focus-visible {
  border-color: rgba(170, 134, 120, 0.62);
  background: #fffaf6;
  box-shadow: 0 9px 18px rgba(94, 60, 56, 0.12), 0 1px 0 #fff inset;
  transform: translateY(-1px);
}

.popular-ribbon {
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 3;
  display: inline-flex;
  min-width: 160px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(165, 97, 54, 0.72);
  border-radius: 999px;
  padding: 0 16px;
  background: linear-gradient(180deg, rgba(250, 220, 216, 0.97), rgba(214, 140, 138, 0.94));
  box-shadow: 0 7px 18px rgba(112, 52, 48, 0.18), 0 0 0 3px rgba(255, 242, 229, 0.56);
  color: #54302c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86rem;
  transform: translateX(-50%);
}

.popular-ribbon span {
  color: #a36834;
  font-size: 1rem;
}

.pricing-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 4vw, 48px);
}

.pricing-note {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(129, 73, 67, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 248, 242, 0.47), rgba(184, 113, 109, 0.14)),
    rgba(255, 244, 238, 0.42);
  box-shadow: 0 16px 34px rgba(91, 48, 44, 0.12);
  backdrop-filter: blur(16px) saturate(1.06);
  -webkit-backdrop-filter: blur(16px) saturate(1.06);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease, box-shadow 0.3s ease;
}

.pricing-note:hover {
  background:
    linear-gradient(145deg, rgba(255, 250, 246, 0.61), rgba(184, 113, 109, 0.2)),
    rgba(255, 244, 238, 0.52);
  box-shadow: 0 23px 46px rgba(91, 48, 44, 0.17);
  transform: translateY(-5px);
}

.pricing-notes + .pricing-note {
  margin-top: 14px;
}

.pricing-note__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(166, 105, 66, 0.3);
  border-radius: 50%;
  background: rgba(255, 248, 239, 0.52);
  color: #a76c40;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  box-shadow: 0 8px 18px rgba(102, 52, 46, 0.1);
}

.pricing-note h2 {
  margin: 0 0 4px;
  color: #4c302d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  font-weight: 500;
  letter-spacing: 0;
}

.pricing-note p {
  margin: 0;
  color: #725651;
  font-size: 0.76rem;
  line-height: 1.5;
}

.pricing-page .site-footer {
  color: rgba(73, 42, 39, 0.72);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

@media (max-width: 900px) {
  .pricing-shell {
    width: min(720px, calc(100% - 28px));
  }

  .package-grid {
    grid-template-columns: minmax(0, 430px);
    justify-content: center;
    gap: 24px;
  }

  .package-card--featured,
  .package-card--featured:hover,
  .package-card--featured:focus-within {
    transform: none;
  }

  .package-card__inner {
    min-height: 560px;
  }

  .pricing-notes {
    grid-template-columns: 1fr;
    width: min(600px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 540px) {
  .template-actions {
    grid-template-columns: 1fr;
  }

  .pricing-page .page-bg {
    background-position: 46% top;
  }

  .pricing-shell {
    width: min(100% - 24px, 430px);
    padding-top: 30px;
  }

  .pricing-hero {
    margin-bottom: 32px;
  }

  .pricing-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.15rem);
  }

  .package-card {
    border-radius: 46% 46% 22px 22px / 88px 88px 22px 22px;
  }

  .package-card__inner {
    min-height: 0;
    padding: 48px 20px 21px;
    border-radius: 45% 45% 16px 16px / 80px 80px 16px 16px;
  }

  .package-card h2 {
    font-size: 3.65rem;
  }

  .package-features {
    margin-bottom: 20px;
  }

  .pricing-note {
    border-radius: 20px;
    padding: 16px;
  }
}
