﻿:root {
  --ink: #201f1e;
  --muted: #756b62;
  --paper: #fffaf3;
  --cream: #f2e5d2;
  --green: #244a3b;
  --gold: #b87a32;
  --rose: #a86354;
  --line: #dfc4a0;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255,250,243,.88), rgba(255,250,243,.9)),
    url("assets/wedding-background.png") center / cover fixed,
    linear-gradient(180deg, #fffaf3, #f8ead8 48%, #fffaf3);
  color: var(--ink);
  font-family: Cairo, Arial, sans-serif;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  color: rgba(184, 122, 50, .18);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(90px, 10vw, 160px);
  pointer-events: none;
}

body::before {
  left: 18px;
  bottom: 16px;
  transform: rotate(-24deg);
}

body::after {
  top: 118px;
  right: 24px;
  transform: rotate(28deg);
}

::selection {
  background: rgba(184, 122, 50, .24);
  color: var(--green);
}

.floating-decor {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.float {
  position: absolute;
  color: rgba(184, 122, 50, .42);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  animation: drift 12s ease-in-out infinite;
}

.f1 { top: 18%; left: 6%; animation-delay: 0s; }
.f2 { top: 28%; right: 9%; animation-delay: -2s; }
.f3 { top: 48%; left: 3%; animation-delay: -4s; }
.f4 { top: 68%; right: 7%; animation-delay: -6s; }
.f5 { top: 82%; left: 18%; animation-delay: -8s; }
.f6 { top: 12%; right: 28%; animation-delay: -10s; }
.f7 { top: 58%; left: 48%; animation-delay: -5s; }
.f8 { top: 74%; right: 32%; animation-delay: -3s; }

@keyframes drift {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: .22;
  }
  45% {
    transform: translate3d(10px, -24px, 0) rotate(10deg);
    opacity: .56;
  }
  70% {
    transform: translate3d(-8px, 12px, 0) rotate(-8deg);
    opacity: .36;
  }
}

a, button, select, main, header, footer, .spin-modal {
  position: relative;
  z-index: 2;
}

.feature-intro,
.templates,
.pricing,
.occasion-pricing,
.scan,
.steps,
.faq {
  position: relative;
  overflow: hidden;
}

.section-flourish {
  position: absolute;
  z-index: 0;
  color: rgba(184, 122, 50, .18);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(72px, 9vw, 132px);
  line-height: 1;
  pointer-events: none;
}

.section-flourish.left {
  left: clamp(8px, 3vw, 42px);
  top: 32px;
  transform: rotate(-18deg);
}

.section-flourish.right {
  right: clamp(8px, 3vw, 42px);
  bottom: 24px;
  transform: rotate(18deg);
}

.feature-intro > :not(.section-flourish),
.templates > :not(.section-flourish),
.pricing > :not(.section-flourish),
.occasion-pricing > :not(.section-flourish),
.scan > :not(.section-flourish),
.steps > :not(.section-flourish),
.faq > :not(.section-flourish) {
  position: relative;
  z-index: 1;
}


a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(184, 122, 50, .18);
  background: rgba(255, 250, 243, .92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  line-height: 1;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 22px;
}

.brand-logo {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 2px solid rgba(184, 122, 50, .48);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 5px 16px rgba(70, 49, 31, .12);
}

.footer .brand-logo {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
}

.logo-word {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 38px;
  font-weight: 700;
}

.logo-word span {
  color: var(--gold);
  font-style: italic;
}

.brand small {
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

nav a {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: .01em;
}

.language {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
  background: var(--white);
  color: var(--green);
  font-weight: 800;
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 470px);
  gap: clamp(28px, 7vw, 88px);
  align-items: center;
  padding: clamp(36px, 8vw, 96px) clamp(18px, 6vw, 88px);
  position: relative;
  background:
    linear-gradient(90deg, rgba(255,250,243,.93), rgba(255,250,243,.72)),
    url("assets/wedding-background.png") center / cover;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(184, 122, 50, .18);
  border-radius: 18px;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-content::after {
  content: "Your Moment, Beautifully Invited";
  display: block;
  margin-top: 28px;
  color: rgba(184, 122, 50, .9);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 4vw, 48px);
  font-style: italic;
  line-height: 1;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: Cairo, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 850px;
  margin-bottom: 20px;
  color: var(--green);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 1.08;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  color: var(--green);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.18;
  font-weight: 800;
}

h3 {
  margin-bottom: 8px;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: .01em;
}

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

.primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.primary-btn {
  background: var(--gold);
  color: white;
  box-shadow: 0 14px 30px rgba(184, 122, 50, .25);
}

.secondary-btn {
  background: var(--white);
  color: var(--green);
}

.hero-logo-card {
  position: relative;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
}

.crafted-logo {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 34px 24px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255,250,243,.25), rgba(248,234,216,.1)),
    radial-gradient(circle at center, rgba(184,122,50,.12), transparent 55%);
  text-align: center;
}

.ornament-line {
  width: min(310px, 80%);
  height: 130px;
  border-top: 2px solid rgba(184, 122, 50, .52);
  border-radius: 50%;
  margin-bottom: -94px;
}

.crafted-logo .rings {
  color: var(--gold);
  font-size: 34px;
  letter-spacing: .2em;
}

.crafted-logo strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(74px, 9vw, 118px);
  line-height: .9;
  font-weight: 700;
}

.crafted-logo strong span {
  color: var(--gold);
  font-style: italic;
}

.crafted-logo small {
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.crafted-logo em {
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: italic;
}

.hero-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.hero-services span {
  padding: 12px 10px;
  border: 1px solid rgba(184, 122, 50, .24);
  border-radius: 999px;
  background: var(--paper);
  color: var(--green);
  text-align: center;
  font-weight: 900;
}

.mini-scene {
  position: relative;
  min-height: 116px;
  margin-top: 16px;
  border: 1px solid rgba(184, 122, 50, .22);
  border-radius: 12px;
  background: rgba(255, 250, 243, .52);
  overflow: hidden;
}

.paper-card {
  position: absolute;
  left: 22%;
  top: 16px;
  width: 96px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 122, 50, .42);
  background: rgba(255,255,255,.76);
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.05;
  transform: rotate(-8deg);
  box-shadow: 0 12px 28px rgba(61, 42, 24, .12);
}

.wax-seal {
  position: absolute;
  left: calc(22% + 70px);
  top: 48px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: white;
}

.flower-sprig {
  position: absolute;
  right: 20%;
  top: 8px;
  color: rgba(184, 122, 50, .48);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 82px;
  transform: rotate(28deg);
}

.qr-scene {
  min-height: 138px;
  background: rgba(255,255,255,.4);
}

.table-stand {
  position: absolute;
  left: 18%;
  top: 18px;
  width: 96px;
  height: 102px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(184, 122, 50, .45);
  background: rgba(255, 250, 243, .86);
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: italic;
  box-shadow: 0 16px 30px rgba(61, 42, 24, .13);
}

.phone-card {
  position: absolute;
  right: 20%;
  bottom: 14px;
  width: 58px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 5px solid #242424;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffaf3, #ead7bf);
  color: var(--green);
  font-size: 10px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.candle-dot {
  position: absolute;
  right: 12%;
  top: 28px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 221, 158, .9);
  box-shadow: 0 0 22px rgba(255, 199, 104, .82);
}

.preview-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-intro, .templates, .pricing, .occasion-pricing, .steps, .faq, .scan {
  padding: clamp(44px, 8vw, 96px) clamp(18px, 6vw, 88px);
}

.feature-intro {
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,250,243,.9)),
    url("assets/invite-section-bg.png") center / cover;
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
  text-align: start;
}

.feature-grid article, .pricing article, .occasion-grid article, .step-list article {
  position: relative;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.feature-grid article::after,
.pricing article::after,
.occasion-grid article::after,
.step-list article::after,
.template-card::after,
.qr-prices article::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: rgba(184, 122, 50, .22);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  pointer-events: none;
}

.feature-grid span, .step-list span {
  color: var(--gold);
  font-weight: 900;
}

.feature-grid p, .pricing p, .occasion-grid p, .step-list p, .faq p, .scan p, .footer p {
  color: var(--muted);
  line-height: 1.75;
}

.included {
  padding: 28px clamp(18px, 6vw, 88px);
  background: var(--green);
  color: white;
  text-align: center;
}

.included p {
  margin-bottom: 18px;
  color: var(--cream);
  font-weight: 900;
}

.included div {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.included span {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-left: 3px solid rgba(220,177,104,.9);
  border-radius: 4px;
  background: rgba(255,255,255,.055);
  text-align: left;
  font-weight: 800;
  cursor: default;
  user-select: none;
}

.included span::before {
  content: "✓";
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(220,177,104,.72);
  border-radius: 50%;
  color: #f0c77f;
  font-size: 13px;
  line-height: 1;
}

.section-head {
  max-width: 850px;
  margin-bottom: 28px;
}

.templates {
  background:
    linear-gradient(180deg, rgba(255,250,243,.9), rgba(248,234,216,.84)),
    url("assets/invite-section-bg.png") center / cover;
}

.style-helper {
  max-width: 760px;
  color: var(--green);
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.7;
}

.template-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 22px;
}

.template-cards {
  display: grid;
  gap: 12px;
}

.template-card {
  position: relative;
  display: grid;
  gap: 4px;
  width: 100%;
  min-height: 104px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  text-align: start;
  cursor: pointer;
}

.template-card small {
  color: var(--gold);
  font-weight: 900;
}

.template-card strong {
  color: var(--green);
  font-size: 20px;
}

.template-card span {
  color: var(--muted);
  font-weight: 800;
}

.template-card.active {
  background: var(--green);
  border-color: var(--green);
}

.template-card.active small, .template-card.active strong, .template-card.active span {
  color: white;
}

.preview-panel {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(260px, 1fr);
  gap: 22px;
  align-items: stretch;
}

.preview-panel video {
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: black;
}

.preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.badge {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--cream);
  color: var(--gold);
  font-weight: 900;
}

.preview-copy p {
  color: var(--muted);
  font-size: 19px;
  font-style: italic;
  line-height: 1.8;
}

.pricing {
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,250,243,.92)),
    url("assets/invite-section-bg.png") center / cover;
  text-align: center;
}

.occasion-pricing {
  background:
    linear-gradient(180deg, rgba(255,250,243,.9), rgba(242,229,210,.78)),
    url("assets/wedding-background.png") center / cover,
    radial-gradient(circle at 16% 18%, rgba(184,122,50,.14), transparent 30%);
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  text-align: start;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  text-align: start;
}

.pricing article {
  background: var(--paper);
}

.occasion-grid article {
  background: rgba(255,255,255,.72);
}

.pricing .main-price {
  background: var(--green);
  color: white;
}

.pricing .main-price p, .pricing .main-price small {
  color: var(--cream);
}

.pricing small, .occasion-grid small {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.pricing strong, .occasion-grid strong {
  display: block;
  margin: 10px 0;
  color: var(--green);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 900;
}

.occasion-grid strong {
  font-style: italic;
}

.pricing .main-price strong {
  color: white;
}

.discounted-price {
  display: flex !important;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.old-price {
  color: currentColor;
  opacity: .58;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.new-price {
  color: #d22b2b;
  font-weight: 900;
}

.pricing .main-price .new-price {
  color: #ff4a4a;
}

.discount-label {
  color: #d22b2b !important;
  font-family: Cairo, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: lowercase;
}

.pricing .main-price .discount-label {
  color: #ffb3b3 !important;
}

.scan {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.poster-style {
  border-top: 1px solid rgba(184, 122, 50, .18);
  border-bottom: 1px solid rgba(184, 122, 50, .18);
  background:
    linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,250,243,.72)),
    url("assets/qr-section-bg.png") center / cover,
    radial-gradient(circle at 85% 30%, rgba(184,122,50,.16), transparent 28%);
}

.poster-steps {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.poster-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(184, 122, 50, .24);
  border-radius: 8px;
  background: rgba(255,255,255,.7);
}

.poster-steps b {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: white;
}

.poster-steps strong {
  color: var(--green);
  font-size: 18px;
}

.poster-steps span {
  color: var(--muted);
}

.scan > div:first-child {
  max-width: 780px;
}

.scan > div:first-child p {
  font-size: 20px;
}

.qr-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.qr-package-price {
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  place-items: center;
  text-align: center;
}

.qr-package-price strong.discounted-price {
  justify-content: center;
}

.qr-prices article {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(184, 122, 50, .24);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
}

.qr-package-price small,
.qr-prices small {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.qr-package-price strong,
.qr-prices strong {
  display: block;
  margin: 8px 0;
  color: var(--green);
  font-size: 26px;
  font-weight: 900;
}

.storage-line {
  margin: 12px 0 4px;
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
}

.price-details {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}

.price-details li {
  margin-top: 4px;
}

.qr-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, white, var(--cream));
  text-align: center;
  box-shadow: 0 18px 50px rgba(61, 42, 24, .12);
}

.fake-qr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  width: min(260px, 100%);
  aspect-ratio: 1;
  margin: 0 auto 22px;
  padding: 14px;
  border: 8px solid var(--green);
  background: white;
}

.fake-qr i {
  min-height: 16px;
  background: var(--ink);
}

.fake-qr i:nth-child(4n) { background: var(--gold); }
.fake-qr i:nth-child(7n) { opacity: .22; }

.qr-card strong {
  display: block;
  color: var(--green);
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 900;
}

.qr-card span {
  color: var(--muted);
  font-weight: 800;
}

.steps {
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,250,243,.9)),
    url("assets/wedding-background.png") center / cover;
  text-align: center;
}

.step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
  text-align: start;
}

.faq {
  max-width: 980px;
  margin: 0 auto;
}

details {
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

summary {
  color: var(--green);
  font-size: 19px;
  font-weight: 900;
  cursor: pointer;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 42px clamp(18px, 6vw, 88px);
  background: var(--green);
  color: white;
}

.footer h3 {
  color: white;
}

.footer .logo-word,
.footer h3 {
  color: white;
}

.footer .logo-mark {
  border-color: var(--cream);
  color: var(--cream);
}

.footer .brand small {
  color: var(--cream);
}

.footer a {
  color: var(--cream);
}

.footer a {
  display: block;
  margin-top: 8px;
  text-decoration: none;
  font-weight: 800;
}

.spin-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 10px;
  background: rgba(32, 31, 30, .6);
  overflow: hidden;
}

.spin-modal.hidden { display: none; }

.hidden { display: none !important; }

.spin-card {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100svh - 20px);
  overflow: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  text-align: center;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
}

.spin-card h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 4vw, 34px);
}

.spin-card p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.45;
}

.spin-card .eyebrow {
  margin-bottom: 6px;
  font-size: 10px;
}

.spin-form {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  text-align: start;
}

.spin-form label {
  display: grid;
  gap: 5px;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.spin-form input,
.spin-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 10px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
}

.spin-form input:focus,
.spin-form select:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(184, 122, 50, .18);
}

.phone-row {
  display: grid;
  grid-template-columns: minmax(130px, 42%) minmax(0, 1fr);
  gap: 8px;
}

.spin-card .primary-btn {
  min-height: 38px;
  padding: 8px 16px;
  font-size: 13px;
}

.spin-card .secondary-btn {
  min-height: 38px;
  padding: 8px 14px;
  font-size: 13px;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--green);
  font-size: 24px;
  cursor: pointer;
}

.wheel-wrap {
  position: relative;
  width: 235px;
  height: 235px;
  margin: 12px auto;
}

.wheel-pointer {
  position: absolute;
  top: -3px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 28px solid var(--green);
}

.wheel {
  position: relative;
  width: 100%;
  height: 100%;
  border: 10px solid white;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 60deg, #f5d9b5 60deg 120deg, var(--gold) 120deg 180deg, #fff 180deg 240deg, #e8c693 240deg 300deg, var(--rose) 300deg 360deg);
  box-shadow: inset 0 0 0 2px var(--line), 0 16px 32px rgba(0,0,0,.16);
  transition: transform 4s cubic-bezier(.18,.82,.2,1);
}

.slot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -12px 0 0 -35px;
  color: var(--ink);
  font-weight: 900;
  font-size: 13px;
  text-align: center;
}

.s1 { transform: rotate(30deg) translateY(-92px) rotate(-30deg); color: white; }
.s2 { transform: rotate(90deg) translateY(-92px) rotate(-90deg); }
.s3 { transform: rotate(150deg) translateY(-92px) rotate(-150deg); color: white; }
.s4 { transform: rotate(210deg) translateY(-92px) rotate(-210deg); }
.s5 { transform: rotate(270deg) translateY(-92px) rotate(-270deg); }
.s6 { transform: rotate(330deg) translateY(-92px) rotate(-330deg); color: white; }

.spin-result {
  display: block;
  min-height: 30px;
  margin-top: 10px;
  color: var(--green);
  font-size: 13px;
}

.spin-result.already-spun {
  font-size: 15px;
  font-weight: 900;
}

.spin-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.style-helper a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.won-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #1f8f4d;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(31, 143, 77, .32);
}

.won-whatsapp:hover {
  background: #16743d;
}

@media (max-width: 1060px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero, .template-layout, .preview-panel, .scan, .footer {
    grid-template-columns: 1fr;
  }

  .hero-logo-card {
    width: min(460px, 100%);
    margin: 0 auto;
  }

  .feature-grid, .pricing-grid, .occasion-grid, .step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  nav {
    justify-content: flex-start;
    gap: 12px;
  }

  h1 { font-size: 38px; }
  .lead { font-size: 18px; }

  .feature-grid, .pricing-grid, .occasion-grid, .step-list, .qr-prices {
    grid-template-columns: 1fr;
  }

  .spin-card {
    width: min(390px, 100%);
    padding: 14px;
  }

  .spin-card h2 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .spin-card p {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.3;
  }

  .spin-form {
    gap: 6px;
    margin: 8px 0;
  }

  .spin-form label {
    gap: 3px;
    font-size: 11px;
  }

  .spin-form input,
  .spin-form select {
    min-height: 34px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .wheel-wrap {
    width: 178px;
    height: 178px;
    margin: 7px auto;
  }

  .phone-row {
    grid-template-columns: minmax(118px, 42%) minmax(0, 1fr);
    gap: 6px;
  }

  .slot {
    width: 58px;
    margin: -10px 0 0 -29px;
    font-size: 11px;
  }

  .s1 { transform: rotate(30deg) translateY(-68px) rotate(-30deg); }
  .s2 { transform: rotate(90deg) translateY(-68px) rotate(-90deg); }
  .s3 { transform: rotate(150deg) translateY(-68px) rotate(-150deg); }
  .s4 { transform: rotate(210deg) translateY(-68px) rotate(-210deg); }
  .s5 { transform: rotate(270deg) translateY(-68px) rotate(-270deg); }
  .s6 { transform: rotate(330deg) translateY(-68px) rotate(-330deg); }

  .spin-card .primary-btn {
    min-height: 34px;
    padding: 6px 14px;
    font-size: 12px;
  }

  .spin-card .secondary-btn {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .spin-result {
    min-height: 22px;
    margin-top: 6px;
    font-size: 12px;
  }
}








.pricing-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  max-width: 1100px;
  margin: 40px auto;
}

.digital-prices .theme-1 {
  grid-column: 1 / 3;
}

.digital-prices .theme-2 {
  grid-column: 3 / 5;
}

.digital-prices .custom {
  grid-column: 5 / 7;
}

.digital-prices .extra-language {
  grid-column: 2 / 4;
}

.digital-prices .table-management {
  grid-column: 4 / 6;
}

.digital-prices .extra-language,
.digital-prices .table-management {
  width: 100%;
}

.price-card {
  padding: 28px 22px;
  text-align: center;
  background: #fffdf9;
  border: 1px solid #eadfce;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(80, 55, 30, 0.08);
}

.price-card small {
  display: inline-block;
  padding: 7px 25px;
  margin-bottom: 15px;
  color: white;
  background: #c9902e;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 5px 0 12px;
  color: #26221e;
  font-family: Georgia, serif;
  font-size: 24px;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 12px 0 20px;
  color: #b57b1d;
  font-family: Georgia, serif;
  font-size: 52px;
  font-weight: 500;
}

.price-card p {
  color: #5d554c;
  font-size: 15px;
  line-height: 1.7;
}

.price-card ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.price-card li {
  padding: 8px 0;
  color: #3f3933;
  border-bottom: 1px solid #eee4d6;
}

.theme-1 small {
  background: #ed4264;
}

.theme-1 strong {
  color: #ed4264;
}

.theme-2 small {
  background: #159ba2;
}

.theme-2 strong {
  color: #159ba2;
}

.custom small {
  background: #7042b7;
}

.custom strong {
  color: #7042b7;
}

.languages {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.languages span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #a87522;
  border: 1px solid #c99948;
  border-radius: 50%;
  font-weight: 600;
}

.table-management strong {
  font-size: 36px;
}

/* Tablet */
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }

  .digital-prices .theme-1,
  .digital-prices .theme-2,
  .digital-prices .custom,
  .digital-prices .extra-language,
  .digital-prices .table-management,
  .price-card:nth-child(1),
  .price-card:nth-child(2),
  .price-card:nth-child(3),
  .price-card:nth-child(4),
  .price-card:nth-child(5) {
    grid-column: auto;
  }

  .digital-prices .table-management {
    grid-column: 1 / -1;
    width: calc(50% - 11px);
    justify-self: center;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .price-card:nth-child(1),
  .price-card:nth-child(2),
  .price-card:nth-child(3),
  .price-card:nth-child(4),
  .price-card:nth-child(5) {
    grid-column: auto;
    width: auto;
  }

  .digital-prices .table-management {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }
}










@media (max-width: 680px) and (max-height: 720px) {
  .spin-card {
    padding: 10px 12px;
  }

  .spin-card h2 {
    font-size: 22px;
  }

  .spin-card .eyebrow {
    margin-bottom: 3px;
    font-size: 9px;
  }

  .spin-card p {
    font-size: 11px;
  }

  .wheel-wrap {
    width: 148px;
    height: 148px;
    margin: 5px auto;
  }

  .wheel {
    border-width: 7px;
  }

  .wheel-pointer {
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 22px;
  }

  .slot {
    font-size: 10px;
  }

  .s1 { transform: rotate(30deg) translateY(-55px) rotate(-30deg); }
  .s2 { transform: rotate(90deg) translateY(-55px) rotate(-90deg); }
  .s3 { transform: rotate(150deg) translateY(-55px) rotate(-150deg); }
  .s4 { transform: rotate(210deg) translateY(-55px) rotate(-210deg); }
  .s5 { transform: rotate(270deg) translateY(-55px) rotate(-270deg); }
  .s6 { transform: rotate(330deg) translateY(-55px) rotate(-330deg); }
}

/* Wedding collection entry and QR video example */
.removed-templates {
  display: none !important;
}

.collection-link-wrap {
  grid-column: 1 / -1;
  margin: 18px auto 0;
  text-align: center;
}

.collection-link-wrap p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
}

.collection-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 24px;
  border: 1px solid rgba(111, 47, 60, .28);
  color: #6f2f3c;
  background: rgba(255, 255, 255, .55);
  text-decoration: none;
  font-weight: 800;
  transition: .2s ease;
}

.collection-link:hover {
  color: #fff;
  background: #6f2f3c;
  transform: translateY(-2px);
}

.qr-example-btn {
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .12);
  color: inherit;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: .03em;
  display: inline-block;
  text-decoration: none;
}

.price-action, .occasion-action {
  display: inline-flex;
  justify-content: center;
  margin-top: 18px;
  padding: 11px 16px;
  border: 1px solid rgba(184,122,50,.42);
  color: #7a5522;
  background: rgba(255,255,255,.64);
  text-decoration: none;
  font-size: 11px;
  font-weight: 800;
}
.price-action:hover, .occasion-action:hover { background: #8b632c; color: #fff; }
.occasion-action { margin: 28px auto 0; }

.qr-video-modal {
  width: min(92vw, 560px);
  padding: 28px;
  border: 0;
  background: #fffaf4;
  color: #29201d;
  box-shadow: 0 35px 100px rgba(25, 17, 14, .4);
}

.qr-video-modal::backdrop {
  background: rgba(26, 18, 16, .82);
  backdrop-filter: blur(7px);
}

.qr-video-modal h2 { margin: 4px 0 20px; }

.qr-video-modal video {
  display: block;
  width: 100%;
  max-height: 70vh;
  background: #000;
}

.qr-video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #6f2f3c;
  color: white;
  cursor: pointer;
  font-size: 25px;
}

@media (max-width: 680px) {
  .collection-link-wrap { margin-top: 5px; }
  .qr-video-modal { padding: 20px; }
}

/* 2026 luxury ivory, floral and gold refinement */
:root {
  --ink: #2d2923;
  --muted: #71695f;
  --paper: #fbf7ef;
  --cream: #efe5d5;
  --green: #294236;
  --gold: #bc8737;
  --rose: #9a705e;
  --line: rgba(171,124,55,.32);
}

body {
  font-family: "Manrope", Cairo, Arial, sans-serif;
  background: linear-gradient(rgba(255,252,246,.91), rgba(249,244,234,.94)), url("assets/design/gold-satin.png") center / cover fixed;
}

.site-header {
  background: rgba(255,253,248,.9);
  border-bottom-color: rgba(188,135,55,.25);
  backdrop-filter: blur(16px);
}
.logo-word, .crafted-logo strong, h1, h2, h3 { font-family: "Italiana", "Cormorant Garamond", Georgia, serif; }
.logo-word span, .crafted-logo strong span { color: var(--gold); }
.brand .logo-mark { color: var(--gold); border-color: var(--gold); }
.language { border-color: rgba(188,135,55,.42); background-color: rgba(255,255,255,.7); }

.hero {
  background:
    linear-gradient(90deg, rgba(255,253,248,.96) 0%, rgba(255,253,248,.75) 48%, rgba(255,253,248,.93) 100%),
    url("assets/design/ivory-roses.jpg") center / cover;
  border-bottom: 1px solid rgba(188,135,55,.23);
}
.hero::before { opacity: .2; }
.hero-content h1 { color: #2e392f; text-shadow: 0 2px 20px rgba(255,255,255,.7); }
.hero-logo-card {
  background: linear-gradient(rgba(255,253,248,.78),rgba(255,253,248,.84)), url("assets/design/pearl-green.jpg") center / cover;
  border-color: rgba(188,135,55,.38);
  box-shadow: 0 30px 80px rgba(75,56,31,.18);
}
.primary-btn { background: linear-gradient(135deg, #c49247, #7c541f); border-color: #a8752c; }
.primary-btn:hover { background: linear-gradient(135deg, #aa7832, #5f3d16); }
.secondary-btn, .collection-link { border-color: rgba(188,135,55,.45); color: #7b5724; }

.feature-intro, .pricing, .how, .faq { background: rgba(255,253,248,.86); }
.feature-intro { position: relative; overflow: hidden; }
.feature-intro::after { content: ""; position: absolute; inset: 0 0 0 auto; width: min(34vw, 430px); background: url("assets/design/blush-flowers.png") center / cover; opacity: .08; pointer-events: none; }
.included { background: linear-gradient(rgba(39,55,45,.92),rgba(39,55,45,.94)), url("assets/design/pearl-green.jpg") center / cover; }
.pricing {
  background: linear-gradient(rgba(255,253,248,.93),rgba(255,253,248,.93)), url("assets/design/blush-botanical.png") center / cover;
}
.price-card, .feature-grid article, .how-grid article, .faq details { border-color: rgba(188,135,55,.27); box-shadow: 0 18px 45px rgba(80,58,28,.08); }
.qr-section { background: linear-gradient(rgba(43,53,45,.88),rgba(43,53,45,.92)), url("assets/design/gold-satin.png") center / cover; }
.site-footer { background: linear-gradient(rgba(35,29,22,.94),rgba(35,29,22,.96)), url("assets/design/gold-satin.png") center / cover; }

[dir="rtl"] body { font-family: Cairo, Arial, sans-serif; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] .logo-word, [dir="rtl"] .crafted-logo strong { font-family: Cairo, sans-serif; letter-spacing: 0; }
[dir="rtl"] .hero-content, [dir="rtl"] .section-head, [dir="rtl"] .feature-grid article, [dir="rtl"] .price-card, [dir="rtl"] .how-grid article { text-align: right; }

@media (max-width: 760px) {
  .hero { background-position: 54% center; }
  .hero-logo-card { background-position: center top; }
  .included div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .included span { min-height: 58px; padding: 11px 12px; font-size: 13px; }
}

@media (max-width: 390px) {
  .included div { grid-template-columns: 1fr; }
}
