:root {
  --navy: #14305c;
  --navy-deep: #0f2749;
  --gold: #c9a24b;
  --gold-bright: #d9b153;
  --cream: #fdfcf8;
  --ink: #1c2b45;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 85% -5%, #eef4f9 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--cream) 40%, #faf6ed 100%);
}

.page {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 32px 24px 56px;
  overflow-x: clip;
}

/* Palm decoration, faded into the page */
.palm {
  position: absolute;
  top: 0;
  right: 0;
  width: min(42%, 420px);
  -webkit-mask-image: radial-gradient(120% 115% at 100% 0%, #000 45%, transparent 78%);
  mask-image: radial-gradient(120% 115% at 100% 0%, #000 45%, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

/* ===== Hero ===== */
.hero { position: relative; z-index: 1; }

.logo {
  display: block;
  width: min(400px, 78%);
  height: auto;
  border-radius: 8px;
  mix-blend-mode: multiply;
  filter: brightness(1.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}

.script-lead {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: clamp(2.1rem, 4.5vw, 3.2rem);
  color: var(--navy);
  line-height: 1;
}

.hero-text h1 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  line-height: 1.02;
  color: var(--gold);
  margin-top: 6px;
}

.hero-text h1 span { color: var(--navy); }

.gold-swash { width: min(220px, 70%); margin-top: 14px; }
.gold-swash svg { width: 100%; height: auto; display: block; }

.hero-collage img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

/* ===== We arrange it card ===== */
.arrange-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  border: 2px solid var(--gold);
  border-radius: 22px;
  color: #fff;
  padding: 28px 30px 26px;
  margin-top: 28px;
  max-width: 560px;
  box-shadow: 0 18px 40px rgba(15, 39, 73, 0.25);
}

.arrange-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

.arrange-icon {
  flex: none;
  width: 62px;
  height: 62px;
  border-radius: 14px;
  background: var(--gold);
  display: grid;
  place-items: center;
}
.arrange-icon svg { width: 36px; height: 36px; }

.arrange-top p {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  font-weight: 500;
  line-height: 1.35;
}
.arrange-top strong { color: var(--gold-bright); font-weight: 600; }

.arrange-services {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 500;
}

.arrange-services li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  line-height: 1.15;
  min-width: 70px;
}

.ring {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold-bright);
  display: grid;
  place-items: center;
}
.ring svg { width: 28px; height: 28px; }

/* ===== Packages ===== */
.packages { position: relative; z-index: 1; margin-top: 52px; }

.rule-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}
.rule-heading::before,
.rule-heading::after {
  content: "";
  flex: 1;
  height: 2px;
  background: var(--navy);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 56px;
}

.package {
  position: relative;
  border-radius: 20px;
  padding: 48px 18px 30px;
  text-align: center;
  color: #fff;
  box-shadow: 0 16px 34px rgba(15, 39, 73, 0.18);
}
.package.navy { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%); }
.package.gold { background: linear-gradient(165deg, var(--gold-bright) 0%, #b8923c 100%); }

.badge {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  box-shadow: 0 8px 18px rgba(15, 39, 73, 0.2);
}
.package.navy .badge { background: var(--navy); color: #fff; }
.package.gold .badge { background: var(--gold-bright); color: #fff; }
.badge svg { width: 34px; height: 34px; }

.package h3 {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.25;
}

.package .starting { margin-top: 10px; font-size: 0.95rem; font-weight: 500; }

.package .price {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: clamp(2.3rem, 4.5vw, 3rem);
  margin-top: 2px;
}
.package.navy .price { color: var(--gold-bright); }
.package.gold .price { color: var(--navy); }

/* ===== Trust bar ===== */
.trust {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(15, 39, 73, 0.1);
  margin-top: 34px;
  padding: 20px 12px;
}

.trust ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--navy);
  line-height: 1.3;
  padding: 6px 10px;
}
.trust li + li { border-left: 1px solid #dfe3ea; }

.trust-icon { flex: none; width: 40px; height: 40px; color: var(--navy); }
.trust-icon svg { width: 100%; height: 100%; }

/* ===== Footer ===== */
footer {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-top: 6px solid var(--gold);
  color: #fff;
  margin-top: 26px;
}

.footer-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px 24px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px 34px;
}

.footer-item { display: flex; align-items: center; gap: 14px; }

.footer-badge {
  flex: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
}
.footer-badge svg { width: 26px; height: 26px; }

address { font-style: normal; font-size: 0.92rem; line-height: 1.45; }
address strong { font-size: 1rem; }

.phone {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.03em;
}

.footer-script {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: var(--gold-bright);
  line-height: 1.1;
  text-align: center;
}
.footer-swash { display: block; width: 150px; margin: 4px auto 0; }
.footer-swash svg { width: 100%; height: auto; display: block; }

.credit {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  padding: 10px 16px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* ===== Responsive ===== */
@media (max-width: 760px) {
  .page { padding-top: 24px; }
  .logo { width: min(320px, 88%); }
  .hero-grid { grid-template-columns: 1fr; gap: 8px; }
  .hero-collage { margin-top: 6px; }
  .arrange-card { max-width: none; }
  .package-grid { grid-template-columns: 1fr; gap: 54px; }
  .trust ul { grid-template-columns: 1fr 1fr; gap: 10px 0; }
  .trust li:nth-child(3) { border-left: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-script { align-self: center; }
}

@media (max-width: 440px) {
  .arrange-services { flex-wrap: wrap; justify-content: center; gap: 14px 18px; }
  .trust ul { grid-template-columns: 1fr; }
  .trust li { justify-content: flex-start; }
  .trust li + li { border-left: none; border-top: 1px solid #dfe3ea; }
}
