/* Generated by scripts/generate-marketing-css.mjs; edit pages.css. */
*, *::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; }
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;
}
input::placeholder,
textarea::placeholder {
  color: rgba(255, 250, 243, 0.56);
}
option {
  color: #2a1715;
}
.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;
}
.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;
}
.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;
}
.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); }
.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); }
.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; }
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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) {
.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;
  }
}
.hero-flourish {
  margin-bottom: 5px;
  color: #a66e44;
  font-size: 1.1rem;
  text-shadow: 0 3px 14px rgba(255, 244, 219, 0.9);
}
.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;
}
.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;
}
@media (max-width: 900px) {
.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;
  }
}
@media (max-width: 540px) {
.template-actions {
    grid-template-columns: 1fr;
  }
.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;
  }
}
