/* Packages page */
.packages-hero { padding: 80px 0 64px; border-bottom: 1px solid var(--border); }
.packages-hero-inner { max-width: 720px; margin: 0 auto; padding: 0 32px; text-align: center; }
.packages-eyebrow { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 16px; }
.packages-headline { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; color: var(--cream); margin-bottom: 20px; }
.packages-sub { font-size: 1rem; color: var(--text-secondary); line-height: 1.7; font-weight: 300; }

.tiers-section { padding: 80px 0; border-bottom: 1px solid var(--border); }
.tiers-inner { max-width: 1160px; margin: 0 auto; padding: 0 32px; }
.tiers-header { text-align: center; margin-bottom: 48px; }
.tiers-label { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 12px; }
.tiers-title { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; letter-spacing: -0.02em; color: var(--cream); }

.tiers-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }
.tier-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 20px; padding: 36px 32px; display: flex; flex-direction: column; transition: border-color 0.2s; }
.tier-card:hover { border-color: rgba(234,88,11,0.4); }
.tier-card--featured { border-color: rgba(234,88,11,0.4); background: linear-gradient(135deg, rgba(234,88,11,0.07) 0%, var(--bg-card) 60%); }
.tier-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--orange); color: white; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 20px; align-self: flex-start; }
.tier-name { font-size: 1rem; font-weight: 600; color: var(--cream); margin-bottom: 6px; letter-spacing: -0.01em; }
.tier-tagline { font-size: 0.82rem; color: var(--text-secondary); margin-bottom: 28px; line-height: 1.5; }
.tier-price { margin-bottom: 28px; }
.tier-amount { font-family: var(--serif); font-size: 2.8rem; font-weight: 700; color: var(--cream); letter-spacing: -0.04em; line-height: 1; }
.tier-amount sup { font-size: 1.4rem; font-weight: 400; vertical-align: top; margin-top: 8px; display: inline-block; }
.tier-period { font-size: 0.82rem; color: var(--text-secondary); margin-top: 4px; }
.tier-divider { height: 1px; background: var(--border); margin-bottom: 24px; }
.tier-features { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tier-features li { font-size: 0.82rem; color: var(--text-secondary); padding-left: 20px; position: relative; line-height: 1.5; }
.tier-features li::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.tier-features li.included { color: var(--cream); }
.tier-features li.included::before { background: var(--orange-light); }
.tier-cta { margin-top: 32px; }
.tier-cta a { display: block; width: 100%; text-align: center; padding: 14px 24px; background: var(--bg-card-alt); border: 1px solid var(--border); border-radius: 12px; color: var(--cream); font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: background 0.2s, border-color 0.2s; cursor: pointer; }
.tier-cta a:hover { background: rgba(234,88,11,0.15); border-color: var(--orange); }
.tier-cta--featured a { background: var(--orange); border-color: var(--orange); }
.tier-cta--featured a:hover { background: var(--orange-light); border-color: var(--orange-light); }

/* Lead form */
.inquire-section { padding: 80px 0 96px; }
.inquire-inner { max-width: 640px; margin: 0 auto; padding: 0 32px; }
.inquire-header { text-align: center; margin-bottom: 40px; }
.inquire-label { font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange); font-weight: 600; margin-bottom: 12px; }
.inquire-title { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; letter-spacing: -0.02em; color: var(--cream); margin-bottom: 12px; }
.inquire-sub { font-size: 0.9rem; color: var(--text-secondary); font-weight: 300; line-height: 1.6; }

.inquire-form { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-size: 0.78rem; font-weight: 500; color: var(--cream-muted); letter-spacing: 0.02em; }
.form-field input, .form-field select { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 12px 16px; color: var(--cream); font-family: var(--sans); font-size: 0.9rem; outline: none; transition: border-color 0.2s; width: 100%; }
.form-field input::placeholder { color: var(--text-muted); }
.form-field input:focus, .form-field select:focus { border-color: var(--orange); }
.form-field select { cursor: pointer; appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e6560' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.form-field select option { background: var(--bg-card-alt); color: var(--cream); }
.submit-btn { margin-top: 8px; padding: 16px 32px; background: var(--orange); color: white; border: none; border-radius: 12px; font-family: var(--sans); font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: background 0.2s; letter-spacing: -0.01em; }
.submit-btn:hover { background: var(--orange-light); }
.submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.form-success { display: none; text-align: center; padding: 48px 32px; }
.form-success.show { display: block; }
.form-success-icon { width: 56px; height: 56px; background: rgba(234,88,11,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: var(--orange); }
.form-success h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--cream); margin-bottom: 12px; }
.form-success p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.6; }

.form-error-msg { font-size: 0.8rem; color: #ff6b6b; margin-top: 4px; display: none; }
.form-error-msg.show { display: block; }

.calendly-cta { margin-top: 12px; padding: 16px 32px; display: block; width: 100%; text-align: center; background: transparent; border: 1px solid var(--border); border-radius: 12px; color: var(--cream); font-family: var(--sans); font-size: 0.95rem; font-weight: 500; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.calendly-cta:hover { background: var(--bg-card); border-color: var(--cream-muted); }

@media (max-width: 900px) {
  .tiers-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .form-row { grid-template-columns: 1fr; }
}