@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

body.page-id-5742 {
  --rr-bg: #f8f2ef;
  --rr-surface: rgba(255, 255, 255, 0.9);
  --rr-surface-strong: #ffffff;
  --rr-border: rgba(222, 196, 186, 0.78);
  --rr-text: #2f1d19;
  --rr-muted: #6f4f47;
  --rr-brand: #8f5447;
  --rr-brand-deep: #733d33;
  --rr-shadow-soft: 0 16px 38px rgba(83, 48, 39, 0.11);
  --rr-shadow-card: 0 10px 24px rgba(84, 49, 40, 0.1);
}

body.page-id-5742 #wrapper {
  background:
    radial-gradient(1200px 620px at 10% -8%, rgba(255, 246, 241, 0.98) 0%, rgba(255, 246, 241, 0) 65%),
    radial-gradient(820px 420px at 96% 10%, rgba(245, 228, 222, 0.75) 0%, rgba(245, 228, 222, 0) 63%),
    linear-gradient(180deg, #fbf6f3 0%, var(--rr-bg) 100%);
}

body.page-id-5742 #single-page.section.pricing {
  padding-top: 0;
}

body.page-id-5742 .single-page-content {
  width: min(1120px, calc(100% - 20px));
  margin: 0 auto;
}

body.page-id-5742 .rr-pkg-hero,
body.page-id-5742 .rr-pkg-section {
  --rr-glow-shift: 0px;
  position: relative;
  margin: 0 auto 24px;
  border: 1px solid var(--rr-border);
  border-radius: 26px;
  padding: clamp(22px, 3vw, 38px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 250, 247, 0.89) 100%);
  box-shadow: var(--rr-shadow-soft);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

body.page-id-5742 .rr-pkg-hero::after,
body.page-id-5742 .rr-pkg-section::after {
  content: '';
  position: absolute;
  right: -120px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(223, 189, 177, 0.3) 0%, rgba(223, 189, 177, 0) 70%);
  pointer-events: none;
  transform: translate3d(0, var(--rr-glow-shift), 0);
  transition: transform .25s linear;
}

body.page-id-5742 .rr-pkg-hero h1,
body.page-id-5742 .rr-pkg-section h2,
body.page-id-5742 .rr-pkg-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

body.page-id-5742 .rr-pkg-hero h1 {
  margin: 0;
  color: var(--rr-text);
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.018em;
  max-width: 16ch;
}

body.page-id-5742 .rr-pkg-subhead {
  margin: 16px 0 0;
  font-family: 'Inter', Arial, sans-serif;
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 500;
  color: #6f4d46;
  max-width: 52ch;
}

body.page-id-5742 .rr-pkg-intro {
  margin-top: 16px;
  max-width: 68ch;
  color: #523a34;
  font: 500 20px/1.5 'Cormorant Garamond', Georgia, serif;
}

body.page-id-5742 .rr-pkg-note {
  margin: 12px 0 0;
  color: #7a5a52;
  font: 500 13px/1.6 'Inter', Arial, sans-serif;
}

body.page-id-5742 .rr-pkg-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

body.page-id-5742 .rr-pkg-cta-row br {
  display: none;
}

body.page-id-5742 .rr-pkg-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  border-radius: 999px;
  font: 700 14px/1 'Inter', Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 0.015em;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
  overflow: hidden;
}

body.page-id-5742 .rr-pkg-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.35) 45%, transparent 75%);
  transform: translateX(-120%);
  transition: transform .6s ease;
  pointer-events: none;
}

body.page-id-5742 .rr-pkg-btn:hover::after,
body.page-id-5742 .rr-pkg-btn:focus::after {
  transform: translateX(120%);
}

body.page-id-5742 .rr-pkg-btn:hover {
  transform: translateY(-1px);
}

body.page-id-5742 .rr-pkg-btn-primary {
  background: linear-gradient(145deg, #a06557 0%, var(--rr-brand-deep) 100%);
  border: 1px solid var(--rr-brand-deep);
  color: #fff;
  box-shadow: 0 10px 22px rgba(115, 61, 51, 0.3);
}

body.page-id-5742 .rr-pkg-btn-primary:hover,
body.page-id-5742 .rr-pkg-btn-primary:focus {
  color: #fff;
  background: linear-gradient(145deg, #91574a 0%, #68352c 100%);
}

body.page-id-5742 .rr-pkg-btn-ghost {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d9b8ae;
  color: #5c332c;
}

body.page-id-5742 .rr-pkg-btn-ghost:hover,
body.page-id-5742 .rr-pkg-btn-ghost:focus {
  background: #fff;
  border-color: #b98d83;
  color: #4a2721;
}

body.page-id-5742 .rr-pkg-section h2 {
  margin: 0 0 14px;
  color: var(--rr-text);
  font-size: clamp(34px, 3.7vw, 48px);
  line-height: 0.96;
}

body.page-id-5742 .rr-pkg-section > p {
  margin-top: 0;
  color: var(--rr-muted);
  font: 500 16px/1.65 'Inter', Arial, sans-serif;
}

body.page-id-5742 .rr-pkg-tiers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.page-id-5742 .rr-pkg-tiers > h2,
body.page-id-5742 .rr-pkg-tiers > .rr-pkg-cta-row {
  grid-column: 1 / -1;
}

body.page-id-5742 .rr-pkg-tiers > .rr-pkg-cta-row {
  justify-content: center;
  padding-top: 4px;
}

body.page-id-5742 .rr-pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ead6cf;
  border-radius: 18px;
  padding: 22px;
  background: linear-gradient(180deg, var(--rr-surface-strong) 0%, #fef8f5 100%);
  box-shadow: var(--rr-shadow-card);
}

body.page-id-5742 .rr-pkg-card > *:last-child {
  margin-bottom: 0;
}

body.page-id-5742 .rr-pkg-card::before {
  content: '';
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #e7c4b8 0%, #d5a89b 100%);
}

body.page-id-5742 .rr-pkg-card-featured {
  border-color: #cfa79c;
  transform: translateY(-5px);
  background: linear-gradient(180deg, #fffdfc 0%, #fff6f1 100%);
  box-shadow: 0 22px 36px rgba(114, 64, 52, 0.2);
}

body.page-id-5742 .rr-pkg-card-featured::before {
  background: linear-gradient(90deg, #d79c8c 0%, #b86c5a 100%);
}

body.page-id-5742 .rr-pkg-card-featured::after {
  content: 'Most Requested';
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d4aa9e;
  background: linear-gradient(130deg, #f7e4dc 0%, #ecd0c5 100%);
  color: #6f3026;
  font: 700 11px/1 'Inter', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.page-id-5742 .rr-pkg-card-featured h3 {
  padding-right: 122px;
}

body.page-id-5742 .rr-pkg-card h3 {
  margin: 0;
  color: #341f1a;
  font-size: 36px;
  line-height: 0.95;
}

body.page-id-5742 .rr-pkg-meta {
  margin: 9px 0 15px;
  color: #854136;
  font: 700 13px/1.3 'Inter', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.page-id-5742 .rr-pkg-card p {
  margin-top: 0;
  color: #523934;
  font: 500 15px/1.58 'Inter', Arial, sans-serif;
}

body.page-id-5742 .rr-pkg-plus {
  margin: 0 0 10px;
  border: 1px solid #edd9d2;
  border-radius: 12px;
  padding: 11px 12px;
  background: var(--rr-surface);
}

body.page-id-5742 .rr-pkg-plus strong {
  color: #6b3a30;
  font-weight: 700;
}

body.page-id-5742 .rr-pkg-price {
  margin: 12px 0 4px;
  color: #442821;
  font: 800 19px/1.3 'Inter', Arial, sans-serif;
}

body.page-id-5742 .rr-pkg-corporate .rr-pkg-plus {
  max-width: 920px;
}

.rr-pkg-js body.page-id-5742 .rr-pkg-hero,
.rr-pkg-js body.page-id-5742 .rr-pkg-section,
.rr-pkg-js body.page-id-5742 .rr-pkg-card {
  opacity: 0;
  transform: translateY(22px) scale(0.992);
}

.rr-pkg-js body.page-id-5742 .rr-pkg-hero.is-visible,
.rr-pkg-js body.page-id-5742 .rr-pkg-section.is-visible,
.rr-pkg-js body.page-id-5742 .rr-pkg-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: transform .68s cubic-bezier(.2, .7, .2, 1), opacity .68s ease;
}

.rr-pkg-js body.page-id-5742 .rr-pkg-hero.is-visible h1 {
  animation: rrPkgTitleIn .9s .06s cubic-bezier(.16, 1, .3, 1) both;
}

.rr-pkg-js body.page-id-5742 .rr-pkg-hero.is-visible .rr-pkg-subhead,
.rr-pkg-js body.page-id-5742 .rr-pkg-hero.is-visible .rr-pkg-intro,
.rr-pkg-js body.page-id-5742 .rr-pkg-hero.is-visible .rr-pkg-note,
.rr-pkg-js body.page-id-5742 .rr-pkg-hero.is-visible .rr-pkg-cta-row {
  animation: rrPkgFadeUp .72s .2s ease both;
}

.rr-pkg-js body.page-id-5742 .rr-pkg-tiers .rr-pkg-card:nth-of-type(2) {
  transition-delay: .08s;
}

.rr-pkg-js body.page-id-5742 .rr-pkg-tiers .rr-pkg-card:nth-of-type(3) {
  transition-delay: .16s;
}

@keyframes rrPkgTitleIn {
  0% { opacity: 0; transform: translateY(18px) scale(.99); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes rrPkgFadeUp {
  0% { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}

.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-hero,
.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-section,
.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-card,
.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-hero::after,
.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-section::after,
.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-btn,
.rr-pkg-reduce-motion body.page-id-5742 .rr-pkg-btn::after {
  animation: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}

@media (max-width: 1080px) {
  body.page-id-5742 #single-page.section.pricing {
  padding-top: 0;
}

  body.page-id-5742 .rr-pkg-tiers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-id-5742 .rr-pkg-card-featured {
    transform: none;
  }
}

@media (max-width: 760px) {
  body.page-id-5742 #single-page.section.pricing {
  padding-top: 0;
}

  body.page-id-5742 .single-page-content {
    width: calc(100% - 16px);
  }

  body.page-id-5742 .rr-pkg-hero,
  body.page-id-5742 .rr-pkg-section {
    margin-bottom: 14px;
    border-radius: 18px;
    padding: 18px;
  }

  body.page-id-5742 .rr-pkg-hero h1 {
    font-size: clamp(34px, 13vw, 48px);
    line-height: 0.97;
  }

  body.page-id-5742 .rr-pkg-section h2,
  body.page-id-5742 .rr-pkg-card h3 {
    font-size: clamp(28px, 10.6vw, 38px);
    line-height: 1;
  }

  body.page-id-5742 .rr-pkg-subhead {
    font-size: 17px;
  }

  body.page-id-5742 .rr-pkg-intro {
    font-size: 18px;
  }

  body.page-id-5742 .rr-pkg-tiers {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.page-id-5742 .rr-pkg-card {
    padding: 18px;
  }

  body.page-id-5742 .rr-pkg-card-featured::after {
    position: static;
    display: inline-flex;
    margin-bottom: 8px;
  }

  body.page-id-5742 .rr-pkg-card-featured h3 {
    padding-right: 0;
  }

  body.page-id-5742 .rr-pkg-cta-row,
  body.page-id-5742 .rr-pkg-tiers > .rr-pkg-cta-row {
    justify-content: stretch;
  }

  body.page-id-5742 .rr-pkg-btn {
    width: 100%;
  }
}

/* Package reveal interaction */
body.page-id-5742 .rr-pkg-tiers .rr-pkg-card {
  cursor: pointer;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card header {
  position: relative;
  padding-right: 118px;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card .rr-pkg-toggle {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #d8b9ae;
  background: rgba(255, 255, 255, 0.88);
  color: #6b3c33;
  font: 600 11px/1 'Inter', Arial, sans-serif;
  letter-spacing: .03em;
  text-transform: uppercase;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card .rr-pkg-card-body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: max-height .42s ease, opacity .28s ease, transform .35s ease;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card .rr-pkg-meta {
  margin-bottom: 2px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .25s ease, max-height .25s ease, margin .25s ease;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open {
  border-color: #cfaa9e;
  box-shadow: 0 18px 32px rgba(104, 58, 47, 0.16);
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open .rr-pkg-card-body {
  max-height: 700px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 12px;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open .rr-pkg-meta {
  opacity: 1;
  max-height: 40px;
  margin-bottom: 14px;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open .rr-pkg-toggle {
  border-color: #bd8e82;
  color: #562f27;
  background: #fff;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open .rr-pkg-toggle::before {
  content: 'Opened';
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open .rr-pkg-toggle {
  font-size: 0;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open .rr-pkg-toggle::before {
  font-size: 11px;
}

@media (hover: hover) {
  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card:hover {
    border-color: #cfaa9e;
    box-shadow: 0 18px 32px rgba(104, 58, 47, 0.16);
  }

  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card:hover .rr-pkg-card-body {
    max-height: 700px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px;
  }

  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card:hover .rr-pkg-meta {
    opacity: 1;
    max-height: 40px;
    margin-bottom: 14px;
  }
}

@media (max-width: 760px) {
  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card header {
    padding-right: 96px;
  }

  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card .rr-pkg-toggle {
    font-size: 10px;
    padding: 6px 8px;
  }
}

/* Packages: additional top breathing room below fixed header */
body.page-id-5742 #single-page.section.pricing {
  padding-top: 36px !important;
}

@media (max-width: 760px) {
  body.page-id-5742 #single-page.section.pricing {
    padding-top: 24px !important;
  }
}

/* Packages: very small screens overflow safety */
@media (max-width: 420px) {
  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card header {
    padding-right: 0;
  }

  body.page-id-5742 .rr-pkg-tiers .rr-pkg-card .rr-pkg-toggle {
    position: static;
    display: inline-flex;
    margin-top: 8px;
  }

  body.page-id-5742 .rr-pkg-card h3 {
    word-break: break-word;
  }
}

/* RR logo palette override: white/gray base + red accents */
body.page-id-5742 {
  --rr-bg: #f5f7f9;
  --rr-surface: rgba(255, 255, 255, 0.95);
  --rr-surface-strong: #ffffff;
  --rr-border: rgba(210, 217, 224, 0.85);
  --rr-text: #2f3438;
  --rr-muted: #5f666d;
  --rr-brand: #d12b35;
  --rr-brand-deep: #ab1f28;
}

body.page-id-5742 #wrapper {
  background:
    radial-gradient(1200px 620px at 10% -8%, rgba(249, 250, 251, 0.98) 0%, rgba(249, 250, 251, 0) 65%),
    radial-gradient(820px 420px at 96% 10%, rgba(238, 242, 245, 0.85) 0%, rgba(238, 242, 245, 0) 63%),
    linear-gradient(180deg, #fbfcfd 0%, var(--rr-bg) 100%);
}

body.page-id-5742 .rr-pkg-subhead,
body.page-id-5742 .rr-pkg-intro,
body.page-id-5742 .rr-pkg-note,
body.page-id-5742 .rr-pkg-section > p {
  color: #5f666d;
}

body.page-id-5742 .rr-pkg-btn-primary {
  background: linear-gradient(145deg, #d12b35 0%, #ab1f28 100%);
  border-color: #ab1f28;
  box-shadow: 0 10px 22px rgba(171, 31, 40, 0.28);
}

body.page-id-5742 .rr-pkg-btn-primary:hover,
body.page-id-5742 .rr-pkg-btn-primary:focus {
  background: linear-gradient(145deg, #bf2530 0%, #8f1820 100%);
}

body.page-id-5742 .rr-pkg-btn-ghost {
  background: #fff;
  border-color: #d2d9df;
  color: #3f464c;
}

body.page-id-5742 .rr-pkg-btn-ghost:hover,
body.page-id-5742 .rr-pkg-btn-ghost:focus {
  border-color: #d12b35;
  color: #8f1820;
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card,
body.page-id-5742 .rr-pkg-hero,
body.page-id-5742 .rr-pkg-section {
  border-color: #d2d9df;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 249, 251, 0.92) 100%);
}

body.page-id-5742 .rr-pkg-tiers .rr-pkg-card.is-open,
body.page-id-5742 .rr-pkg-tiers .rr-pkg-card:hover {
  border-color: #d12b35;
  box-shadow: 0 18px 32px rgba(171, 31, 40, 0.16);
}
