/* ============================================================
   A Slice of G — gifting.css
   Corporate Gifting page styles
   ============================================================ */

/* ── Gifting Hero ─────────────────────────────────────────── */

.gifting-hero {
  position: relative;
  background: var(--forest-deep);
  overflow: hidden;
  padding: 100px 80px 72px;
  text-align: center;
}

.gifting-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,169,110,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,169,110,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.gifting-hero-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
}

.gifting-hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px; display: block;
}

.gifting-hero h1 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(44px, 7vw, 84px);
  font-weight: 300;
  color: var(--warm-white);
  line-height: 1;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.gifting-hero h1 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
}

.gifting-hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: rgba(255,255,255,0.55);
  max-width: 580px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.gifting-hero-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}

.btn-gifting-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--forest-deep);
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none;
  padding: 16px 44px;
  border: none; cursor: pointer;
  transition: background 0.2s;
}
.btn-gifting-primary:hover { background: var(--gold-light); }

.btn-gifting-ghost {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none;
  padding: 15px 44px;
  border: 1px solid rgba(201,169,110,0.4);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-gifting-ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ── How It Works ────────────────────────────────────────── */

.how-it-works {
  padding: 52px 80px;
  background: var(--cream);
}

.how-it-works-inner {
  max-width: 1100px; margin: 0 auto;
}

.section-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px; display: block;
}

.how-it-works h2 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  color: var(--forest-deep);
  margin-bottom: 32px;
  line-height: 1.1;
}

.how-it-works h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.step-card {
  border-top: 1px solid rgba(4,13,10,0.1);
  padding-top: 32px;
}

.step-num {
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--gold);
  display: block; margin-bottom: 16px;
}

.step-card h3 {
  font-family: 'Cormorant SC', serif;
  font-size: 22px; font-weight: 500;
  color: var(--forest-deep);
  margin-bottom: 12px;
}

.step-card p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: rgba(4,13,10,0.65);
  line-height: 1.6;
}

/* ── Subscription Packages ───────────────────────────────── */

.gifting-packages {
  padding: 64px 80px;
  background: var(--forest-deep);
}

.gifting-packages-inner {
  max-width: 1100px; margin: 0 auto;
}

.gifting-packages-header {
  text-align: center;
  margin-bottom: 64px;
}

.gifting-packages h2 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--warm-white);
  margin-bottom: 14px;
  line-height: 1.1;
}

.gifting-packages h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
}

.gifting-packages-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  max-width: 560px; margin: 0 auto;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.gift-package-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,110,0.15);
  padding: 40px 36px;
  position: relative;
  display: flex; flex-direction: column;
  transition: border-color 0.2s;
}

.gift-package-card:hover { border-color: rgba(201,169,110,0.35); }

.gift-package-card.featured {
  border-color: rgba(201,169,110,0.45);
  background: rgba(201,169,110,0.06);
}

.pkg-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--gold);
  color: var(--forest-deep);
  font-family: 'Jost', sans-serif;
  font-size: 8px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 5px 18px;
}

.pkg-badge-alt {
  background: rgba(201,169,110,0.18);
  color: var(--gold);
  border: 1px solid rgba(201,169,110,0.35);
}

.pkg-type-label {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: block; margin-bottom: 8px; margin-top: 10px;
}

.pkg-price-block {
  padding: 20px 0 18px;
  border-top: 1px solid rgba(201,169,110,0.12);
  border-bottom: 1px solid rgba(201,169,110,0.12);
  margin-bottom: 16px;
  display: flex; flex-direction: column; gap: 6px;
}

.pkg-price-main {
  font-family: 'Cormorant SC', serif;
  font-size: 44px; font-weight: 300;
  color: var(--warm-white);
  line-height: 1;
}

.pkg-price-period {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: rgba(255,255,255,0.5);
}

.pkg-per-gift {
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 500;
  color: rgba(255,255,255,0.4);
  display: block;
}

.pkg-save-badge {
  font-family: 'Jost', sans-serif;
  font-size: 11px; font-weight: 700;
  color: #7eba7e;
  background: rgba(126,186,126,0.1);
  border: 1px solid rgba(126,186,126,0.25);
  padding: 8px 14px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.03em;
}

.pkg-feature-shipping {
  color: var(--gold) !important;
  border-top: 1px solid rgba(201,169,110,0.15) !important;
  padding-top: 10px !important;
  margin-top: 4px;
}

.pkg-feature-shipping::before {
  content: '◆' !important;
  color: var(--gold) !important;
}

.pkg-setup-note {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  padding: 24px;
  border-top: 1px solid rgba(201,169,110,0.1);
  margin-top: 40px;
  letter-spacing: 0.04em;
}

.pkg-setup-note strong {
  color: rgba(255,255,255,0.55);
  font-weight: 600;
}

.btn-subscribe-active {
  background: var(--gold) !important;
  color: var(--forest-deep) !important;
  cursor: pointer !important;
  text-decoration: none;
  display: block; text-align: center;
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 14px;
  transition: background 0.2s;
  margin-bottom: 14px;
}
.btn-subscribe-active:hover { background: var(--gold-light) !important; }

.gift-package-card h3 {
  font-family: 'Cormorant SC', serif;
  font-size: 28px; font-weight: 400;
  color: var(--warm-white);
  margin-bottom: 8px; margin-top: 12px;
}

.pkg-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 28px;
  line-height: 1.5;
}

.pkg-pricing {
  display: flex; flex-direction: column; gap: 14px;
  padding: 24px 0;
  border-top: 1px solid rgba(201,169,110,0.12);
  border-bottom: 1px solid rgba(201,169,110,0.12);
  margin-bottom: 24px;
}

.price-option {
  display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
}

.price-label {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  min-width: 70px;
}

.price-amount {
  font-family: 'Cormorant SC', serif;
  font-size: 22px; font-weight: 400;
  color: var(--warm-white);
}

.price-detail {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
}

.pkg-features {
  list-style: none; padding: 0; margin: 0 0 28px;
  flex: 1;
}

.pkg-features li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: rgba(255,255,255,0.6);
  padding: 8px 0;
  border-bottom: 1px solid rgba(201,169,110,0.08);
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}

.pkg-features li::before {
  content: '◆';
  font-size: 5px;
  color: var(--gold);
  position: absolute; left: 0; top: 12px;
}

.btn-subscribe {
  width: 100%; padding: 14px;
  background: var(--gold); color: var(--forest-deep);
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 14px;
}
.btn-subscribe:hover:not(:disabled) { background: var(--gold-light); }
.btn-subscribe:disabled {
  background: rgba(201,169,110,0.18);
  color: rgba(255,255,255,0.3);
  cursor: not-allowed;
}

.pkg-note {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  text-align: center;
  line-height: 1.5;
}

.pkg-note a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── On-Demand ────────────────────────────────────────────── */

.on-demand-section {
  padding: 0 80px 64px;
  background: var(--forest-deep);
}

.on-demand-inner {
  max-width: 1100px; margin: 0 auto;
}

.on-demand-section .on-demand-header {
  text-align: center;
  padding: 48px 0 32px;
}

.on-demand-section h2 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 300;
  color: var(--warm-white);
  margin-bottom: 10px;
}

.on-demand-section .on-demand-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  max-width: 560px; margin: 0 auto;
}

.on-demand-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,110,0.15);
  padding: 36px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap;
}

.on-demand-card-left { text-align: left; }

.on-demand-card-label {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 8px; display: block;
}

.on-demand-price {
  font-family: 'Cormorant SC', serif;
  font-size: 40px; font-weight: 300;
  color: var(--warm-white);
  line-height: 1;
  margin-bottom: 6px;
}

.on-demand-price em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
}

.on-demand-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: rgba(255,255,255,0.4);
}

/* ── Brochure CTA ─────────────────────────────────────────── */

.gifting-cta-section {
  padding: 100px 80px;
  background: var(--forest-deep);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gifting-cta-bg-text {
  position: absolute;
  font-family: 'Cormorant SC', serif;
  font-size: 220px;
  font-weight: 700;
  color: rgba(201,169,110,0.04);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.gifting-cta-inner {
  position: relative;
  max-width: 600px; margin: 0 auto;
}

.gifting-cta-section h2 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--warm-white);
  margin-bottom: 16px;
}

.gifting-cta-section h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
}

.gifting-cta-section p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin-bottom: 36px;
}

/* ── Brochure Modal ──────────────────────────────────────── */

.gifting-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(4,13,10,0.85);
  z-index: 1000;
  display: none;
  align-items: center; justify-content: center;
}
.gifting-modal-overlay.open { display: flex; }

.gifting-modal-box {
  background: var(--forest-deep);
  border: 1px solid rgba(201,169,110,0.2);
  padding: 56px 48px;
  max-width: 480px; width: calc(100% - 48px);
  position: relative;
  text-align: center;
}

.gifting-modal-close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none;
  color: rgba(255,255,255,0.3); cursor: pointer;
  font-size: 18px;
  transition: color 0.2s;
}
.gifting-modal-close:hover { color: var(--gold); }

.gifting-modal-box h3 {
  font-family: 'Cormorant SC', serif;
  font-size: 32px; font-weight: 300;
  color: var(--warm-white);
  margin-bottom: 10px;
}

.gifting-modal-box p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 28px;
  line-height: 1.6;
}

.gifting-modal-input {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,169,110,0.2);
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  color: var(--warm-white);
  margin-bottom: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.gifting-modal-input::placeholder { color: rgba(255,255,255,0.2); }
.gifting-modal-input:focus { outline: none; border-color: var(--gold); }

.gifting-modal-status {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  min-height: 22px;
  margin-top: 12px;
  line-height: 1.5;
}
.gifting-modal-status.success { color: var(--gold); }
.gifting-modal-status.error   { color: #e07070; }

/* ── Hero anchor buttons ────────────────────────────────────── */

.gifting-hero-btns {
  display: flex; gap: 10px; justify-content: center; flex-wrap: nowrap;
}

.gifting-hero-btns .btn-gifting-ghost {
  padding: 12px 18px;
  white-space: nowrap;
}

/* ── Open House Section ──────────────────────────────────────── */

.open-house-section {
  padding: 80px 80px 48px;
  background: var(--cream);
}

.open-house-inner {
  max-width: 1100px; margin: 0 auto;
}

.open-house-intro {
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  color: rgba(4,13,10,0.6);
  line-height: 1.6;
  max-width: 640px;
  margin-bottom: 56px;
}

.open-house-section h2 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--forest-deep);
  margin-bottom: 14px;
  line-height: 1.1;
}

.open-house-section h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}

.open-house-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.open-house-card {
  background: var(--forest-deep);
  border: 1px solid rgba(201,169,110,0.15);
  padding: 40px 36px;
  display: flex; flex-direction: column;
  position: relative;
  transition: border-color 0.2s;
}
.open-house-card:hover { border-color: rgba(201,169,110,0.35); }

.open-house-card-featured {
  border-color: rgba(201,169,110,0.4);
}

.open-house-featured-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--gold);
  color: var(--forest-deep);
  font-family: 'Jost', sans-serif;
  font-size: 8px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  padding: 5px 18px; white-space: nowrap;
}

.open-house-card-header { margin-bottom: 16px; margin-top: 10px; }

.open-house-card-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: block; margin-bottom: 8px;
}

.open-house-card h3 {
  font-family: 'Cormorant SC', serif;
  font-size: 30px; font-weight: 400;
  color: var(--warm-white);
  line-height: 1;
}

.open-house-card-desc {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin-bottom: 24px; flex: 1;
}

.open-house-card-includes {
  display: flex; flex-direction: column; gap: 10px;
  padding: 20px 0;
  border-top: 1px solid rgba(201,169,110,0.12);
  border-bottom: 1px solid rgba(201,169,110,0.12);
  margin-bottom: 20px;
}

.open-house-include-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

.oi-icon {
  font-size: 5px; color: rgba(255,255,255,0.3);
  flex-shrink: 0; margin-top: 4px;
}
.oi-icon-gold { color: var(--gold) !important; }

.open-house-card-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px;
}

.open-house-notice {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}

.open-house-price {
  font-family: 'Cormorant SC', serif;
  font-size: 36px; font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.btn-open-house-book {
  width: 100%; padding: 14px;
  background: var(--gold); color: var(--forest-deep);
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: background 0.2s;
}
.btn-open-house-book:hover { background: var(--gold-light); }

.open-house-footnote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  color: rgba(4,13,10,0.5);
  line-height: 1.65;
  text-align: center;
  max-width: 720px; margin: 0 auto;
}

/* ── New Agent Section ───────────────────────────────────────── */

.new-agent-section {
  padding: 56px 80px;
  background: #ffffff;
}

.new-agent-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.new-agent-header {
  text-align: left;
  position: sticky;
  top: 32px;
}

.new-agent-tag {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--forest-deep);
  background: var(--gold);
  padding: 6px 18px;
  margin-bottom: 20px;
}

.new-agent-header h2 {
  font-family: 'Cormorant SC', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 300;
  color: var(--forest-deep);
  margin-bottom: 14px;
  line-height: 1.1;
}

.new-agent-header h2 em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--gold);
}

.new-agent-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: rgba(4,13,10,0.6);
  line-height: 1.65;
  max-width: 100%;
}

.new-agent-card {
  border: 1px solid rgba(201,169,110,0.3);
  background: var(--forest-deep);
}

.new-agent-card-top {
  padding: 36px 40px 28px;
  border-bottom: 1px solid rgba(201,169,110,0.12);
}

.new-agent-highlights {
  display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px;
}

.new-agent-highlight-pill {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,169,110,0.3);
  padding: 6px 14px;
}

.new-agent-price-row {
  display: flex; align-items: flex-start; gap: 24px; flex-wrap: wrap;
}

.new-agent-price {
  font-family: 'Cormorant SC', serif;
  font-size: 52px; font-weight: 300;
  color: var(--warm-white);
  line-height: 1; display: block;
}

.new-agent-price-sub {
  font-family: 'Jost', sans-serif;
  font-size: 12px; color: rgba(255,255,255,0.4);
  display: block; margin-top: 6px;
}

.new-agent-payment-section {
  padding: 28px 40px;
  border-bottom: 1px solid rgba(201,169,110,0.12);
}

.new-agent-payment-label {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 16px;
}

.new-agent-payment-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  margin-bottom: 14px;
}

.new-agent-payment-option {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,169,110,0.12);
  padding: 18px 16px;
  text-align: center;
}

.nap-type {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-bottom: 8px;
}

.nap-amount {
  font-family: 'Cormorant SC', serif;
  font-size: 28px; font-weight: 300;
  color: var(--warm-white); line-height: 1;
  margin-bottom: 6px;
}

.nap-when {
  font-family: 'Jost', sans-serif;
  font-size: 10px; color: rgba(255,255,255,0.3);
}

.new-agent-payment-note {
  font-family: 'Jost', sans-serif;
  font-size: 11px; color: rgba(255,255,255,0.3);
  line-height: 1.5;
}

.new-agent-details-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border-bottom: 1px solid rgba(201,169,110,0.12);
}

.new-agent-details-grid > div {
  padding: 28px 40px;
}

.new-agent-details-grid > div:first-child {
  border-right: 1px solid rgba(201,169,110,0.12);
}

.new-agent-detail-label {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 16px;
}

.new-agent-includes {
  list-style: none; padding: 0; margin: 0;
}

.new-agent-includes li {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  padding: 7px 0 7px 22px;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  line-height: 1.4;
}

.new-agent-includes li:last-child { border-bottom: none; }

.nai-yes { color: rgba(255,255,255,0.65); }
.nai-yes::before { content: '✓'; position: absolute; left: 0; color: #7eba7e; font-size: 11px; }

.nai-no { color: rgba(255,255,255,0.25); }
.nai-no::before { content: '✕'; position: absolute; left: 0; color: rgba(255,255,255,0.2); font-size: 11px; }

.new-agent-shipping-grid {
  display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px;
}

.nas-row {
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid rgba(201,169,110,0.1);
  padding: 12px 0; gap: 16px;
}
.nas-row:last-child { border-bottom: none; }

.nas-name {
  font-family: 'Jost', sans-serif;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.6);
  margin-bottom: 3px;
}

.nas-sub {
  font-family: 'Jost', sans-serif;
  font-size: 10px; color: rgba(255,255,255,0.3);
}

.nas-price {
  font-family: 'Cormorant SC', serif;
  font-size: 20px; font-weight: 300;
  color: var(--gold);
  white-space: nowrap; flex-shrink: 0;
}

.nas-included {
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #7eba7e;
  background: rgba(126,186,126,0.1);
  border: 1px solid rgba(126,186,126,0.25);
  padding: 5px 10px;
  font-size: 9px;
}

.new-agent-upgrade-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: rgba(4,13,10,0.5);
  line-height: 1.6;
  padding: 16px;
  background: rgba(201,169,110,0.04);
  border: 1px solid rgba(201,169,110,0.1);
}

.new-agent-upgrade-note strong { color: rgba(4,13,10,0.75); }

.new-agent-upgrade-pill {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(201,169,110,0.3);
  padding: 4px 12px; margin-top: 8px;
}

.btn-new-agent-apply {
  display: block; width: 100%; padding: 18px;
  background: var(--gold); color: var(--forest-deep);
  font-family: 'Jost', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  border: none; cursor: pointer;
  transition: background 0.2s;
}
.btn-new-agent-apply:hover { background: var(--gold-light); }

/* ── Wide Modal ─────────────────────────────────────────────── */

.gifting-modal-box-wide {
  max-width: 680px;
}

.gifting-modal-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}

.gifting-modal-field {
  margin-bottom: 14px;
}

.gifting-modal-label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.3); margin-bottom: 6px;
}

.gifting-modal-checkbox-group {
  display: flex; align-items: flex-start; gap: 12px;
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(201,169,110,0.05);
  border: 1px solid rgba(201,169,110,0.15);
}

.gifting-modal-checkbox-group input[type="checkbox"] {
  flex-shrink: 0; margin-top: 3px; accent-color: var(--gold);
  width: 16px; height: 16px;
}

.gifting-modal-checkbox-group label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
  cursor: pointer;
}

/* ── Responsive ────────────────────────────────────────────── */

@media (max-width: 900px) {
  .steps-grid { grid-template-columns: 1fr; gap: 32px; }
  .packages-grid { grid-template-columns: 1fr; }
  .open-house-grid { grid-template-columns: 1fr; }
  .new-agent-details-grid { grid-template-columns: 1fr; }
  .new-agent-details-grid > div:first-child { border-right: none; border-bottom: 1px solid rgba(201,169,110,0.12); }
  .new-agent-payment-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .gifting-hero { padding: 90px 24px 56px; }
  .how-it-works { padding: 72px 24px; }
  .gifting-packages { padding: 72px 24px; }
  .open-house-section { padding: 72px 24px; }
  .new-agent-section { padding: 72px 24px; }
  .on-demand-section { padding: 72px 24px; }
  .gifting-cta-section { padding: 72px 24px; }
  .on-demand-card { flex-direction: column; text-align: center; padding: 36px 24px; }
  .on-demand-card-left { text-align: center; }
  .gifting-modal-box { padding: 40px 24px; }
  .gifting-modal-row { grid-template-columns: 1fr; }
  .new-agent-card-top { padding: 24px; }
  .new-agent-payment-section { padding: 24px; }
  .new-agent-details-grid > div { padding: 24px; }
  .new-agent-inner { grid-template-columns: 1fr; }
}
