:root {
  color-scheme: light;
  --ink: #2f271f;
  --muted: #6f675c;
  --paper: #fffaf1;
  --paper-soft: #fffdf8;
  --ivory: #f8efe1;
  --champagne: #e5d2ad;
  --gold: #a98548;
  --gold-deep: #6f542d;
  --sage: #6f7d67;
  --rose: #b17a70;
  --line: rgba(92, 70, 37, 0.16);
  --shadow: 0 18px 40px rgba(67, 50, 26, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(246, 238, 225, 0.86)),
    url("assets/textures/paper-premium.webp");
  background-size: auto, 720px auto;
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
}

.topbar {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 20;
  width: min(calc(100% - 24px), 1060px);
  min-height: 52px;
  padding: 8px 8px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(126, 99, 55, 0.16);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.88);
  box-shadow: 0 12px 28px rgba(67, 50, 26, 0.1);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.brand {
  flex: 0 0 auto;
  font-size: 1.14rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.topbar__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.topbar__nav a {
  min-height: 36px;
  padding: 0 12px;
  display: none;
  align-items: center;
  border-radius: 999px;
  color: var(--gold-deep);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.topbar__nav .topbar__button {
  display: inline-flex;
  border: 1px solid rgba(126, 99, 55, 0.22);
  background: var(--paper-soft);
}

.hero {
  min-height: 92svh;
  padding: 106px 18px 34px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(47, 39, 31, 0.08), rgba(47, 39, 31, 0.52)),
    url("assets/hero/hero-atmosphere-01.webp") center / cover;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  background: linear-gradient(180deg, transparent, rgba(255, 250, 241, 0.96));
  content: "";
}

.hero__content {
  width: min(100%, 780px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #fffdf8;
  text-align: center;
  text-shadow: 0 3px 18px rgba(47, 39, 31, 0.34);
}

.eyebrow,
.section__kicker {
  margin: 0 0 10px;
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 250, 242, 0.86);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: 2.68rem;
  font-weight: 400;
  line-height: 0.98;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.08rem;
  font-weight: 400;
  line-height: 1.06;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero__lead {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.16rem;
  line-height: 1.42;
}

.hero__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.button {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(126, 99, 55, 0.28);
  border-radius: 999px;
  background: var(--paper-soft);
  box-shadow: 0 10px 22px rgba(67, 50, 26, 0.12);
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 13px 26px rgba(67, 50, 26, 0.16);
}

.button--primary {
  background: linear-gradient(180deg, #f3dfb8, #d9bd83);
}

.button--secondary {
  background: linear-gradient(180deg, #f8ebd3, #e6d1a8);
}

.button--ghost {
  color: #fffdf8;
  background: rgba(255, 253, 248, 0.14);
  border-color: rgba(255, 253, 248, 0.42);
}

.price-note,
.trust-note {
  margin: 12px auto 0;
  max-width: 520px;
  font-size: 0.98rem;
  line-height: 1.42;
}

.price-note {
  font-weight: 700;
}

.price-note--inline {
  margin: 16px 0 0;
  color: var(--gold-deep);
}

.trust-note {
  color: rgba(255, 253, 248, 0.86);
}

.section {
  padding: 58px 18px 0;
}

.section__inner {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.section__inner > .section__kicker,
.section__inner > h2 {
  text-align: center;
}

.steps,
.features,
.event-types,
.faq {
  display: grid;
  gap: 12px;
}

.step,
.features li,
.event-types article,
.trust-card,
.preview-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(246, 237, 220, 0.5)),
    url("assets/textures/paper-premium.webp");
  background-size: auto, 680px auto;
  box-shadow: var(--shadow);
}

.step {
  padding: 22px 18px;
}

.step span {
  display: block;
  margin-bottom: 10px;
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.step p,
.event-types p,
.trust-copy p,
.preview p,
.faq p,
.final-cta p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.section--trust {
  padding-top: 64px;
}

.trust-grid,
.preview {
  display: grid;
  gap: 18px;
  align-items: center;
}

.trust-copy {
  text-align: left;
}

.trust-copy .section__kicker,
.trust-copy h2 {
  text-align: left;
}

.trust-card {
  min-height: 230px;
  padding: 24px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
}

.trust-card::before,
.preview-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.2), rgba(47, 39, 31, 0.14)),
    url("assets/ornaments/circle1.webp") right -74px top -74px / 220px auto no-repeat;
  content: "";
}

.trust-card > *,
.preview-card > * {
  position: relative;
}

.trust-card__label,
.preview-card span,
.preview-card small {
  color: var(--sage);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trust-card strong,
.preview-card strong {
  margin: 8px 0;
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

.features {
  padding: 0;
  list-style: none;
}

.features li {
  min-height: 58px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.35;
}

.features li::before {
  width: 8px;
  height: 8px;
  margin-right: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.section--events {
  background: linear-gradient(180deg, transparent, rgba(239, 229, 211, 0.54), transparent);
}

.event-types article {
  padding: 22px 18px;
}

.event-types span {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.28rem;
  font-weight: 700;
}

.preview {
  text-align: left;
}

.preview .section__kicker,
.preview h2 {
  text-align: left;
}

.preview .button {
  margin-top: 18px;
}

.preview-card {
  min-height: 220px;
  padding: 24px;
  display: grid;
  align-content: end;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.faq details {
  padding: 0 18px;
}

.faq summary {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.faq summary::after {
  color: var(--gold-deep);
  content: "+";
}

.faq details[open] {
  padding-bottom: 16px;
}

.faq details[open] summary::after {
  content: "-";
}

.final-cta {
  width: min(calc(100% - 36px), 760px);
  margin: 60px auto 0;
  padding: 38px 18px 44px;
  text-align: center;
}

.final-cta img {
  width: min(190px, 60%);
  margin-bottom: 18px;
  opacity: 0.72;
}

.final-cta h2 {
  margin-bottom: 14px;
}

.final-cta .button {
  margin-top: 22px;
}

.footer {
  width: min(calc(100% - 36px), 1040px);
  margin: 0 auto;
  padding: 20px 0 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer a {
  color: var(--gold-deep);
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 680px) {
  .topbar__nav a {
    display: inline-flex;
  }

  .hero {
    min-height: 88svh;
    padding-bottom: 54px;
  }

  h1 {
    font-size: 4.4rem;
  }

  h2 {
    font-size: 3rem;
  }

  .section {
    padding-top: 78px;
  }

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

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

  .event-types,
  .trust-grid,
  .preview {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  h1 {
    font-size: 5.2rem;
  }

  .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 420px) {
  .topbar {
    width: calc(100% - 18px);
  }

  .brand {
    font-size: 1.04rem;
  }

  .topbar__nav .topbar__button {
    padding: 0 10px;
    font-size: 0.84rem;
  }

  h1 {
    font-size: 2.32rem;
  }

  h2 {
    font-size: 1.86rem;
  }

  .button {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
  }
}
