/* Combined quotation styles: route shell + legacy quotation document */

:root {
  --brand: #0ea5e9;
  --brand-dark: #0369a1;
  --gold1: #F2D16B;
  --gold2: #C8A643;
}

body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.serif {
  font-family: 'Playfair Display', Georgia, serif;
}

body.quotation-route {
  background: #efe7da;
  color: #241a11;
}

body.quotation-route #siteShell {
  display: none;
}

.quotation-page {
  min-height: 100vh;
  padding: 2rem 1rem 3rem;
  background:
    radial-gradient(circle at top, rgba(242, 209, 107, 0.22), transparent 28%),
    linear-gradient(180deg, #f7f1e7 0%, #efe7da 100%);
}

.quotation-page.hidden {
  display: none;
}

.quotation-paper {
  max-width: 980px;
  margin: 0 auto;
  background: rgba(255,255,255,0.86);
  color: #2c2218;
  border: 1px solid rgba(110, 84, 48, 0.14);
  border-radius: 28px;
  box-shadow: 0 28px 90px rgba(54, 37, 18, 0.16);
  overflow: hidden;
  backdrop-filter: blur(12px);
}

.quotation-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.45);
  border-bottom: 1px solid rgba(110, 84, 48, 0.09);
}

.quotation-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.quotation-btn {
  border-radius: 999px;
  border: 1px solid rgba(110, 84, 48, 0.16);
  padding: 0.7rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.quotation-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(54, 37, 18, 0.1);
}

.quotation-btn.primary {
  background: linear-gradient(135deg, #1f1710, #3d2b1c);
  color: #f4e5c1;
}

.quotation-btn.secondary {
  background: rgba(255,255,255,0.72);
  color: #493526;
}

.quotation-hero {
  position: relative;
  padding: 2rem;
  background:
    linear-gradient(120deg, rgba(44, 28, 17, 0.96) 0%, rgba(71, 49, 30, 0.92) 48%, rgba(102, 72, 42, 0.88) 100%);
  color: #f7efde;
}

.quotation-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(242, 209, 107, 0.2), transparent 26%);
  pointer-events: none;
}

.quotation-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: end;
}

.quotation-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.quotation-brand-mark {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(242, 209, 107, 0.22);
  background: rgba(255,255,255,0.1);
  padding: 0.35rem;
}

.quotation-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  color: rgba(247, 239, 222, 0.62);
  margin-bottom: 0.55rem;
}

.quotation-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 0.95;
  margin: 0;
}

.quotation-subtitle {
  margin-top: 0.9rem;
  max-width: 34rem;
  color: rgba(247, 239, 222, 0.82);
  line-height: 1.7;
  font-size: 0.96rem;
}

.quotation-summary-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(242, 209, 107, 0.18);
  border-radius: 22px;
  padding: 1.25rem;
  backdrop-filter: blur(8px);
}

.quotation-summary-card p {
  margin: 0;
}

.quotation-summary-label {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 239, 222, 0.58);
}

.quotation-summary-value {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #f2d16b;
}

.quotation-body {
  padding: 1.6rem 2rem 2rem;
}

.quotation-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -2.25rem;
  position: relative;
  z-index: 2;
}

.quotation-meta-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(110, 84, 48, 0.1);
  border-radius: 22px;
  padding: 1rem 1.05rem;
  box-shadow: 0 14px 35px rgba(60, 42, 25, 0.08);
}

.quotation-meta-card dt {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(73, 53, 38, 0.55);
  margin-bottom: 0.45rem;
}

.quotation-meta-card dd {
  margin: 0;
  font-weight: 600;
  color: #362517;
  line-height: 1.5;
  word-break: break-word;
}

.quotation-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  margin-top: 1.75rem;
}

.quotation-card {
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(110, 84, 48, 0.1);
  border-radius: 24px;
  padding: 1.35rem;
}

.quotation-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
  color: #2c2218;
  margin: 0 0 0.25rem;
}

.quotation-card-copy {
  color: rgba(73, 53, 38, 0.72);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.quotation-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.quotation-table thead th {
  text-align: left;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(73, 53, 38, 0.6);
  padding: 0 0 0.85rem;
  border-bottom: 1px solid rgba(110, 84, 48, 0.12);
}

.quotation-table td {
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(110, 84, 48, 0.08);
  vertical-align: top;
  color: #362517;
}

.quotation-table td:nth-child(2),
.quotation-table td:nth-child(3),
.quotation-table td:nth-child(4),
.quotation-table th:nth-child(2),
.quotation-table th:nth-child(3),
.quotation-table th:nth-child(4) {
  text-align: right;
  white-space: nowrap;
}

.quotation-item-title {
  font-weight: 700;
  color: #241a11;
}

.quotation-item-meta {
  display: block;
  margin-top: 0.35rem;
  color: rgba(73, 53, 38, 0.62);
  font-size: 0.84rem;
  line-height: 1.5;
}

.quotation-total-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.quotation-total-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: #493526;
}

.quotation-total-row.grand {
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(110, 84, 48, 0.12);
  font-size: 1.2rem;
  font-weight: 700;
  color: #241a11;
}

.quotation-note-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  color: rgba(73, 53, 38, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}

.quotation-loading,
.quotation-error {
  padding: 4rem 1.5rem;
  text-align: center;
  color: #493526;
}

.quotation-footer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(110, 84, 48, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(73, 53, 38, 0.74);
  font-size: 0.88rem;
}

@media print {
  body {
    background: white !important;
  }

  .quotation-page {
    padding: 0;
    background: white;
  }

  .quotation-topbar {
    display: none !important;
  }

  .quotation-paper {
    max-width: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
}

@media (max-width: 900px) {
  .quotation-hero-grid,
  .quotation-grid,
  .quotation-meta-grid {
    grid-template-columns: 1fr;
  }

  .quotation-body {
    padding: 1.2rem;
  }

  .quotation-hero {
    padding: 1.35rem;
  }
}

.team-selections {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  padding: 1.25rem !important;
  margin-top: 0 !important;
}

.team-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 120px !important;
  min-width: 120px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.09) !important;
  border-radius: 1.1rem !important;
  padding: 1rem 0.75rem 0.875rem !important;
  position: relative !important;
  cursor: pointer !important;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease !important;
  text-align: center !important;
  gap: 0 !important;
}

.team-row:hover {
  border-color: rgba(242,209,107,0.3) !important;
  background: rgba(242,209,107,0.05) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35) !important;
}

.team-row.is-selected {
  border-color: rgba(242,209,107,0.5) !important;
  background: linear-gradient(160deg, rgba(242,209,107,0.1) 0%, rgba(242,209,107,0.04) 100%) !important;
  box-shadow: 0 0 0 1px rgba(242,209,107,0.2), 0 8px 24px rgba(0,0,0,0.3) !important;
}

.tc-icon {
  width: 64px !important;
  height: 64px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.4rem !important;
  margin-bottom: 0.625rem !important;
  position: relative !important;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4)) !important;
}

.tc-qty-badge {
  position: absolute !important;
  top: -6px !important;
  left: -6px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #1a1a2e, #16213e) !important;
  border: 2px solid rgba(242,209,107,0.6) !important;
  color: #F2D16B !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  z-index: 2 !important;
}

.team-row.is-selected .tc-qty-badge {
  display: flex !important;
}

.tc-check {
  position: absolute !important;
  bottom: -4px !important;
  right: -4px !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #F2D16B, #C8A643) !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.6rem !important;
  color: #111 !important;
  font-weight: 900 !important;
  box-shadow: 0 2px 8px rgba(242,209,107,0.5) !important;
  z-index: 2 !important;
}

.team-row.is-selected .tc-check {
  display: flex !important;
}

.tc-label {
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 0.25rem !important;
  line-height: 1.3 !important;
}

.tc-price {
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  color: rgba(242,209,107,0.75) !important;
  margin-bottom: 0.75rem !important;
}

.tc-controls {
  display: flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 999px !important;
  padding: 0.2rem 0.4rem !important;
}

.tc-btn {
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  border: none !important;
  background: rgba(242,209,107,0.15) !important;
  color: rgba(255,255,255,0.8) !important;
  cursor: pointer !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: background 0.2s, color 0.2s, transform 0.15s !important;
  flex-shrink: 0 !important;
}

.tc-btn:hover {
  background: linear-gradient(135deg, #F2D16B, #C8A643) !important;
  color: #111 !important;
  transform: scale(1.15) !important;
}

.tc-btn:active {
  transform: scale(0.9) !important;
}

.tc-qty {
  min-width: 18px !important;
  text-align: center !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.tc-subtotal {
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  color: #F2D16B !important;
  margin-top: 0.4rem !important;
  min-height: 1em !important;
  letter-spacing: 0.02em !important;
}

.event-card {
  background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 1.25rem !important;
  padding: 0 !important;
  margin-bottom: 1.25rem !important;
  overflow: hidden !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2) !important;
}

.event-card:hover {
  border-color: rgba(242,209,107,0.25) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35), 0 0 20px rgba(242,209,107,0.05) !important;
}

.event-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 1rem 1.25rem !important;
  background: linear-gradient(90deg, rgba(242,209,107,0.12) 0%, rgba(242,209,107,0.04) 60%, transparent 100%) !important;
  border-bottom: 1px solid rgba(242,209,107,0.15) !important;
  margin-bottom: 0 !important;
}

.event-title {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: rgba(255,255,255,0.95) !important;
}

.event-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #F2D16B, #C8A643) !important;
  box-shadow: 0 3px 10px rgba(242,209,107,0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
}

.remove-event {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  background: rgba(255,255,255,0.05) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.75rem !important;
  color: rgba(255,255,255,0.45) !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s !important;
}

.remove-event:hover {
  background: rgba(239,68,68,0.18) !important;
  border-color: rgba(239,68,68,0.4) !important;
  color: rgb(248,113,113) !important;
}

.event-toggle {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 7px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  background: rgba(255,255,255,0.05) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.65) !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s !important;
}

.event-toggle:hover {
  background: rgba(242,209,107,0.12) !important;
  border-color: rgba(242,209,107,0.3) !important;
  color: rgba(242,209,107,0.95) !important;
}

.team-selections {
  padding: 1rem 1.25rem 1.25rem !important;
}

#selectedEvents > p {
  padding: 2.5rem 1rem !important;
  text-align: center !important;
  color: rgba(255,255,255,0.3) !important;
  font-size: 0.9rem !important;
  border: 1px dashed rgba(255,255,255,0.1) !important;
  border-radius: 1rem !important;
  background: rgba(255,255,255,0.02) !important;
}

@media (max-width: 640px) {
  .team-selections {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.5rem !important;
  }

  .team-row {
    padding: 0.75rem !important;
  }

  .team-row .team-category span {
    font-size: 0.78rem !important;
  }

  .deliverable-quantity-panel {
    margin: 0 1rem 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .deliverable-quantity-summary {
    flex-wrap: wrap;
  }

  .deliverable-quantity-input {
    width: 72px;
  }
}

@media (max-width: 380px) {
  .team-selections {
    grid-template-columns: 1fr !important;
  }
}

#extrasContainer {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

#summaryDetails {
  overflow: visible !important;
  max-height: none !important;
}

.extras-section {
  max-width: 56rem;
  margin: 0 auto 1.5rem;
  background: linear-gradient(160deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1.25rem;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
  animation: quoteReveal 0.4s ease both;
}

@keyframes quoteReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.extras-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(90deg, rgba(242,209,107,0.1) 0%, rgba(242,209,107,0.03) 60%, transparent 100%);
  border-bottom: 1px solid rgba(242,209,107,0.15);
}

.extras-step-badge {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F2D16B, #C8A643);
  box-shadow: 0 3px 10px rgba(242,209,107,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111;
}

.extras-step-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 0.15rem;
}

.extras-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}

.extras-subtitle {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  padding: 0.75rem 1.25rem 0;
  line-height: 1.6;
}

.extras-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  padding: 1rem 1.25rem 1.25rem;
}

.extra-option-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 120px;
  padding: 1rem 0.75rem 0.875rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 1.1rem;
  cursor: pointer;
  position: relative;
  transition: border-color 0.25s, background 0.25s, transform 0.2s, box-shadow 0.2s;
}

.extra-option-card:hover {
  border-color: rgba(242,209,107,0.3);
  background: rgba(242,209,107,0.05);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.extra-option-card.extra-selected {
  border-color: rgba(242,209,107,0.55);
  background: linear-gradient(160deg, rgba(242,209,107,0.12) 0%, rgba(242,209,107,0.05) 100%);
  box-shadow: 0 0 0 1px rgba(242,209,107,0.2), 0 8px 24px rgba(0,0,0,0.3);
}

.extra-option-icon {
  margin-bottom: 0.625rem;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
}

.extra-option-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  margin-bottom: 0.2rem;
}

.extra-option-sublabel {
  font-size: 0.68rem;
  font-weight: 500;
  color: rgba(242,209,107,0.7);
  line-height: 1.4;
}

.extra-check-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F2D16B, #C8A643);
  color: #111;
  font-size: 0.6rem;
  font-weight: 900;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(242,209,107,0.45);
  z-index: 1;
}

.extra-option-card.extra-selected .extra-check-badge {
  display: flex;
}

.postprod-coin {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #3a3a3a, #1a1a1a);
  border: 3px solid rgba(242,209,107,0.5);
  box-shadow: 0 4px 14px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.extra-option-card.extra-selected .postprod-coin {
  border-color: #F2D16B;
  box-shadow: 0 4px 16px rgba(242,209,107,0.4), inset 0 1px 0 rgba(255,255,255,0.15);
}

.long-video-option-card {
  align-items: center;
  text-align: center;
  width: 120px;
  min-height: 0;
}

.long-video-all-card {
  width: 220px;
  align-items: flex-start;
  text-align: left;
}

.long-video-all-card .extra-option-label,
.long-video-all-card .extra-option-sublabel,
.long-video-all-card .long-video-price-wrap {
  width: 100%;
}

.long-video-all-card .extra-option-sublabel {
  white-space: normal;
  word-break: break-word;
}

.long-video-tag {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(74, 222, 128);
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.28);
  border-radius: 999px;
  padding: 0.16rem 0.45rem;
  margin: 0.15rem 0 0.35rem;
}

.long-video-price-wrap {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 0.75rem;
  font-size: 0.82rem;
}

.deliverable-quantity-panel {
  margin: 0 1.25rem 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.deliverable-quantity-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.deliverable-quantity-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.deliverable-quantity-summary {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  color: rgba(255,255,255,0.78);
  font-size: 0.95rem;
}

.deliverable-quantity-total {
  color: rgba(242,209,107,0.92);
  font-size: 1.05rem;
  font-weight: 700;
}

.deliverable-quantity-input {
  width: 82px;
  margin-top: 0 !important;
  text-align: center;
  padding: 0.45rem 0.35rem !important;
}

.postprod-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  line-height: 1;
}

.postprod-save-badge {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(34,197,94,0.15);
  border: 1px solid rgba(34,197,94,0.3);
  color: rgb(74,222,128);
  border-radius: 999px;
  padding: 0.15rem 0.45rem;
  margin-top: 0.35rem;
}

.summary-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}

.summary-table thead tr {
  background: rgba(242,209,107,0.08);
  border-bottom: 1px solid rgba(242,209,107,0.2);
}

.summary-table thead th {
  padding: 0.6rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242,209,107,0.7);
  text-align: left;
}

.summary-table thead th.text-center {
  text-align: center;
}

.summary-table thead th.text-right {
  text-align: right;
}

.summary-group-row td {
  padding: 0.6rem 0.75rem 0.3rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242,209,107,0.8);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.summary-item-row td {
  padding: 0.5rem 0.75rem;
  color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.summary-item-row td.text-center {
  text-align: center;
}

.summary-item-row td.text-right {
  text-align: right;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}

.summary-item-row:hover td {
  background: rgba(255,255,255,0.02);
}

.summary-extra-row td {
  color: rgba(242,209,107,0.8);
}

.summary-subtotal-row td {
  padding: 0.45rem 0.75rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.summary-subtotal-row td:last-child {
  text-align: right;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}

.summary-grand-row td {
  padding: 0.75rem;
  font-weight: 700;
  font-size: 1rem;
  color: #F2D16B;
  border-top: 1px solid rgba(242,209,107,0.25);
  background: rgba(242,209,107,0.06);
}

.summary-grand-row td:last-child {
  text-align: right;
  font-size: 1.15rem;
}

.event-subtotal-pill {
  font-size: 0.72rem;
  font-weight: 700;
  color: #F2D16B;
  background: rgba(242,209,107,0.1);
  border: 1px solid rgba(242,209,107,0.25);
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  letter-spacing: 0.02em;
}


/* Legacy quotation document styles */

/* =========================================================
   KNOTY WEDDINGS – PREMIUM V2 (Luxury Wedding Theme)
========================================================= */

/* ---------- Brand Variables ---------- */
:root {
  /* --bg-main: #0b2a33; */
  --bg-main: #1a1a1a;
  /* Deep teal */
  --bg-card: #113d49;
  /* Card teal */
  --bg-soft: rgba(255, 255, 255, 0.03);

  --gold: #d8b56a;
  /* Champagne gold */
  --gold-soft: rgba(216, 181, 106, 0.35);

  --text-main: #f4f5ef;
  --text-muted: #c7d2ce;

  --border-soft: rgba(255, 255, 255, 0.08);
}

/* ---------- Global ---------- */
* {
  box-sizing: border-box;
}

body.quotation-page {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, #000000, var(--bg-main));
  color: var(--text-main);
  line-height: 1.7;
}

/* ---------- Typography ---------- */
body.quotation-page h1,
body.quotation-page h2,
body.quotation-page h3 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.6px;
  margin-top: 0;
  text-align: center;
}

body.quotation-page h1 {
  font-size: 25px;
}

body.quotation-page h2 {
  font-size: 34px;
  margin-bottom: 16px;
  font-weight: 600;
}

body.quotation-page p {
  margin: 8px 0;
  color: var(--text-muted);
}

/* ---------- Layout ---------- */
body.quotation-page .container {
  max-width: 960px;
  margin: auto;
  padding: 70px 22px;
}
/* ===============================
   RESPONSIVE CONTAINER
=============================== */

@media (max-width: 600px) {
  body.quotation-page .container {
    padding: 48px 16px;
  }
}

@media (min-width: 1200px) {
  body.quotation-page .container {
    max-width: 1100px;
  }
}

/* ---------- Cards ---------- */
body.quotation-page .card {
  /* background: linear-gradient(180deg, var(--bg-card), #0f333d); */
  border-radius: 26px;
  padding: 36px;
  margin-bottom: 70px;
  text-align: center;
  /* border: 1px solid var(--border-soft); */
  /* box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.04); */
}

/* ---------- Events ---------- */
body.quotation-page .events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

body.quotation-page .quotation-event-card {
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 38%, rgba(0,0,0,0.18) 100%);
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.quotation-page .quotation-event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.35);
}

body.quotation-page .quotation-event-card strong {
  color: var(--gold);
  font-size: 18px;
}

/* ---------- Deliverables ---------- */
/* ===============================
   DELIVERABLES – LUXURY LIST
=============================== */

.deliverable {
  position: relative;
  padding: 26px 28px 26px 56px;
  margin-bottom: 22px;

  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.045),
    rgba(255,255,255,0.015)
  );

  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);

  font-size: 15.5px;
  line-height: 1.75;
  color: var(--text-main);

  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease,
    background 0.4s ease;
}

/* Gold vertical accent */
.deliverable::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--gold),
    transparent
  );
  opacity: 0.9;
}

/* Decorative icon */
.deliverable::after {
  content: "✦";
  position: absolute;
  left: 15px;
  top: 24px;
  font-size: 14px;
  color: var(--gold);
}

/* Hover = quiet confidence */
.deliverable:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );
}

/* Typography polish */
.deliverable strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.3px;
}


/* ---------- Pricing ---------- */
.price-box {
  text-align: center;
  padding: 48px 36px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top,
      rgba(246, 240, 227, 0.18),
      #000000);
  border: 1px solid var(--gold-soft);
}

.price-box .amount {
  font-size: 60px;
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold);
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.price-box p {
  color: #e7ece9;
}

/* ===============================
   PRICING – SCROLL REVEAL
   Scale + Fade
=============================== */

.price-box {
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Activated on scroll */
.price-box.visible {
  opacity: 1;
  transform: scale(1);
}

/* Optional: gentle emphasis on amount */
.price-box.visible .amount {
  transition: transform 0.6s ease;
  transform: scale(1.02);
}

/* ===============================
   RESPONSIVE TYPOGRAPHY
=============================== */

@media (max-width: 600px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }

  .greeting-line.primary {
    font-size: 18px;
  }

  .greeting-line.secondary {
    font-size: 15px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
}
/* ===============================
   CARD SPACING – MOBILE
=============================== */

@media (max-width: 600px) {
  .card {
    padding: 22px;
    margin-bottom: 46px;
    border-radius: 22px;
  }
}
/* ===============================
   EVENTS TIMELINE – MOBILE
=============================== */

@media (max-width: 600px) {
  .timeline-dot {
    left: 0;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 4px rgba(216,181,106,0.18);
  }

  .quotation-event-card {
    padding: 18px;
    border-radius: 18px;
  }

  .event-meta-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* ===============================
   DELIVERABLES – RESPONSIVE
=============================== */

@media (max-width: 600px) {
  .journey-timeline {
    padding-left: 32px !important;
  }

  .journey-marker {
    width: 24px;
    height: 24px;
    font-size: 11px;
    box-shadow: 0 0 0 4px rgba(216,181,106,0.18);
  }

  .journey-content {
    padding: 18px 20px;
  }

  .journey-text {
    font-size: 14.5px;
  }

  .journey-meta {
    font-size: 12.5px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .journey-content {
    padding: 22px 24px;
  }
}
/* ===============================
   PRICING – RESPONSIVE
=============================== */

@media (max-width: 600px) {
  .price-box {
    padding: 36px 24px;
  }

  .price-box .amount {
    font-size: 42px;
  }
}

@media (min-width: 601px) and (max-width: 900px) {
  .price-box .amount {
    font-size: 52px;
  }
}
/* ===============================
   ADDITIONAL SERVICES – MOBILE
=============================== */

@media (max-width: 600px) {
  .additional-service {
    margin-bottom: 26px;
  }

  .service-price {
    font-size: 22px;
  }

  .service-title {
    font-size: 18px;
  }
}
/* ===============================
   TERMS & DATA DELIVERY – MOBILE
=============================== */

@media (max-width: 600px) {
  .data-delivery {
    margin: 70px auto 50px;
  }

  .data-delivery-title {
    font-size: 26px;
  }

  .data-delivery-text {
    font-size: 14px;
  }
}
/* ===============================
   FOOTER – MOBILE
=============================== */

@media (max-width: 600px) {
  .footer {
    margin-top: 50px;
  }

  .footer p:first-child {
    font-size: 20px;
  }
}



/* ---------- Buttons ---------- */
button {
  background:
    linear-gradient(135deg, var(--gold), #b99854);
  color: #1a1a1a;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(216, 181, 106, 0.45);
}

/* ---------- Footer ---------- */
body.quotation-page .footer {
  text-align: center;
  margin-top: 70px;
}

body.quotation-page .footer p {
  font-size: 13px;
  opacity: 0.75;
}
body.quotation-page .footer p:first-child {
  font-family: 'Italiana', 'Cormorant Garamond', serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--gold);
}

body.quotation-page .footer::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin: 0 auto 24px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(216,181,106,0.6),
    transparent
  );
}


/* ---------- Icons ---------- */
.fa {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.fa:hover {
  transform: scale(1.08);
  opacity: 0.9;
}

/* ---------- Mobile ---------- */
@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  .card {
    padding: 26px;
  }

  .price-box .amount {
    font-size: 46px;
  }
}

/* ===============================
   EVENT ICON GRID
=============================== */

.event-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  margin-top: 14px;
}

.event-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  color: var(--text-main);
  min-width: 0;  
  align-items: flex-start;
}

.event-meta span {
  opacity: 0.9;
  white-space: normal;       /* allow wrapping */
  word-break: break-word;    /* break long words if needed */
  line-height: 1.4;
}

.event-meta i {
  color: var(--gold);
  font-size: 16px;
  width: 18px;
  text-align: center;
  margin-top: 2px;
}
@media (max-width: 600px) {
  .event-meta-grid {
    grid-template-columns: 1fr; /* one item per row */
  }
}


/* ===============================
   EVENT TIMELINE
=============================== */

.events-timeline {
  position: relative;
  margin-top: 34px;
  padding-left: 18px;
}

/* Vertical line */
.events-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom,
      transparent,
      rgba(216, 181, 106, 0.75),
      transparent);
}

/* Timeline dot */
.timeline-dot {
  position: absolute;
  left: 2px;
  top: 28px;
  width: 18px;
  height: 18px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(246, 240, 227, 0.18);
}

/* Day badge */
.event-day-badge {
  display: inline-block;
  background: rgba(246, 240, 227, 0.18);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Timeline event wrapper */
.timeline-event {
  position: relative;
  margin-bottom: 40px;
}

/* ===============================
   TIMELINE SCROLL ANIMATION
=============================== */

.timeline-event {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease;
}

.timeline-event.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===============================
   EXPIRED QUOTATION UI
=============================== */

.expired-wrapper {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expired-card {
  max-width: 520px;
  text-align: center;
  padding: 48px 40px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top,
      rgba(246, 240, 227, 0.18),
      #000000);
  border: 1px solid var(--gold-soft);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.expired-icon {
  font-size: 48px;
  color: var(--gold);
  margin-bottom: 16px;
}

.expired-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  color: var(--text-main);
  margin-bottom: 12px;
}

.expired-text {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 26px;
}

.expired-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

body.quotation-page.quotation-expired {
  background:
    radial-gradient(circle at top, #0a2027, #081a20);
}

body.quotation-page .event-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

body.quotation-page .event-location {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 14px;
}

.terms p {
  font-size: 13px;
  opacity: 0.65;
}


/* ===============================
   GREETING LOAD ANIMATION
=============================== */

.greeting-hero {
  opacity: 0;
  transform: translateY(12px);
  animation: greetingFade 1.2s ease forwards;
  transition: opacity 0.6s ease;
}

.greeting-eyebrow {
  opacity: 0;
  animation: greetingFade 1s ease forwards;
  animation-delay: 0.1s;
}

.greeting-title {
  opacity: 0;
  transform: translateY(8px);
  animation: greetingFade 1s ease forwards;
  animation-delay: 0.25s;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  letter-spacing: 0.04em;
}

.greeting-title span {
  font-style: italic;
  position: relative;
  color: var(--gold);
}

/* soft underline accent */
.greeting-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right,
      transparent,
      rgba(216, 181, 106, 0.6),
      transparent);
}

/* ===============================
   GREETING BODY – PREMIUM TYPE
=============================== */

.greeting-line {
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.2px;
}

/* Emotional first line */
.greeting-line.primary {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 20px;
  opacity: 0.95;
  letter-spacing: 0.015em;
}

/* Guiding second line */
.greeting-line.secondary {
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  line-height: 1.75;
  max-width: 540px;
  margin: 0 auto 24px;
  /* 👈 centers the block */
  opacity: 0.7;
  letter-spacing: 0.012em;
}

body.quotation-page.scrolled .greeting-hero {
  opacity: 0.85;
}

/* Keyframes */
@keyframes greetingFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   EVENTS – MATCH PREMIUM SECTIONS
=============================== */

.events-section {
  background:
    radial-gradient(
      circle at top,
      rgba(246, 240, 227, 0.18),
      #000000
    );

  border: 1px solid var(--gold-soft);
}

.quotation-event-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.quotation-event-card {
  padding: 28px 24px 24px;
  text-align: left;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(35, 34, 31, 0.98), rgba(10, 10, 10, 0.99));
  border: 1px solid rgba(216, 181, 106, 0.12);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.42);
  position: relative;
  overflow: hidden;
}

.quotation-event-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.08), transparent 55%),
    linear-gradient(135deg, rgba(216,181,106,0.08), transparent 40%);
  pointer-events: none;
}

.quotation-event-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.quotation-event-top-centered {
  justify-content: center;
  margin-bottom: 18px;
}

.quotation-event-copy-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.quotation-event-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.quotation-event-name {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.15;
  color: var(--gold);
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.quotation-event-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.08);
  color: #efc96c;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quotation-event-date-centered {
  margin-top: 12px;
  margin-bottom: 0;
}

.quotation-event-location-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border-radius: 16px;
  margin-bottom: 14px;
}

.quotation-event-location-row-centered {
  justify-content: center;
  text-align: center;
}

.quotation-event-location-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  flex-shrink: 0;
}

.quotation-event-location-text {
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 600;
  font-family: 'Libre Baskerville', serif;
}

.quotation-event-note {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.74);
  font-size: 14px;
  line-height: 1.7;
  font-family: 'Libre Baskerville', serif;
  text-align: center;
}

.quotation-event-meta-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quotation-event-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.88);
  min-height: 52px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.quotation-event-meta i {
  color: var(--gold);
}

.quotation-event-empty {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.58);
  font-size: 14px;
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  .quotation-event-meta-grid {
    grid-template-columns: 1fr;
  }
}

.events-section h2::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(216,181,106,0.6),
    transparent
  );
}

.events-section h2,
.complimentary-section h2,
.deliverables-section h2,
.additional-services-section h2,
.data-delivery-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 36px;
  letter-spacing: 0.04em;
  font-weight: 600;
}


/* ===============================
   COMPLIMENTARY – PREMIUM HIGHLIGHT
   Matches Pricing Section
=============================== */

.complimentary-section {
  text-align: center;

  /* same visual weight as price-box */
  background:
    radial-gradient(circle at top,
      rgba(246, 240, 227, 0.18),
      #000000);

  border: 1px solid var(--gold-soft);
}

/* Center content inside */
.complimentary-list {
  margin: 32px auto 0;
  max-width: 600px;
}

/* Individual items */
.complimentary-item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.complimentary-item-featured {
  margin: 10px 0 0;
  padding: 42px 28px 34px;
  border: 1px solid rgba(216,181,106,0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.08), rgba(255,255,255,0.02) 38%, rgba(0,0,0,0.18) 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.complimentary-item:last-child {
  border-bottom: none;
}

/* Title line */
.complimentary-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--gold);
  margin-bottom: 6px;
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

/* Sub text */
.complimentary-sub {
  font-size: 15px;
  opacity: 0.85;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.8;
  font-family: 'Libre Baskerville', serif;
}

.complimentary-note {
  margin: 24px auto 0;
  padding-top: 22px;
  max-width: 620px;
  border-top: 1px solid rgba(255,255,255,0.12);
  font-size: 14px;
  opacity: 0.72;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
}

/* ===============================
   COMPLIMENTARY – SCROLL ANIMATION
=============================== */

.complimentary-section {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Activated on scroll */
.complimentary-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger items */
.complimentary-item {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease,
    transform 0.6s ease;
}

.complimentary-section.visible .complimentary-item {
  opacity: 1;
  transform: translateY(0);
}

/* Small stagger */
.complimentary-section.visible .complimentary-item:nth-child(1) {
  transition-delay: 0.1s;
}

.complimentary-section.visible .complimentary-item:nth-child(2) {
  transition-delay: 0.2s;
}

.complimentary-section.visible .complimentary-item:nth-child(3) {
  transition-delay: 0.3s;
}

.complimentary-section.visible .complimentary-item:nth-child(4) {
  transition-delay: 0.4s;
}

.complimentary-section h2::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(216,181,106,0.6),
    transparent
  );
}

/* ===============================
   DELIVERABLES – SCROLL ANIMATION
   Left → Right
=============================== */


.deliverables-section {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.9s ease,
    transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  position: relative;
   background:
    radial-gradient(
      circle at top,
      rgba(246, 240, 227, 0.18),
      #000000
    );

  border: 1px solid var(--gold-soft);
}

/* Activated on scroll */
.deliverables-section.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Individual items */
/* Individual items */
.deliverables-section .deliverable {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Stagger */
.deliverables-section.visible .deliverable {
  opacity: 1;
  transform: translateX(0);
}

.deliverables-section.visible .deliverable:nth-child(1) {
  transition-delay: 0.1s;
}

.deliverables-section.visible .deliverable:nth-child(2) {
  transition-delay: 0.2s;
}

.deliverables-section.visible .deliverable:nth-child(3) {
  transition-delay: 0.3s;
}

.deliverables-section.visible .deliverable:nth-child(4) {
  transition-delay: 0.4s;
}

.deliverables-section.visible .deliverable:nth-child(5) {
  transition-delay: 0.5s;
}

.deliverables-section h2 {
  position: relative;
  display: inline-block;
}

.deliverables-section h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(216,181,106,0.6),
    transparent
  );
}
/* ===============================
   DELIVERABLE JOURNEY FLOW
=============================== */

.journey-timeline {
  position: relative;
  margin-top: 40px;
  padding-left: 18px;
}

/* Vertical journey line */
.journey-timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--gold),
    transparent
  );
  opacity: 0.7;
}

/* Each step */
.journey-step {
  position: relative;
  gap: 26px;
  margin-bottom: 46px;

  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Marker */
.journey-marker {
  position: absolute;
  left: -1px;
  width: 34px;
  height: 34px;
  background: rgba(216,181,106,0.12);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(216,181,106,0.14);
  box-shadow: 0 0 0 8px rgba(216,181,106,0.06);
}

/* Content */
.journey-content {
  background: rgba(255,255,255,0.035);
  padding: 24px 26px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}

/* Text */
.journey-text {
  font-size: 15.5px;
  line-height: 1.75;
  opacity: 0.95;
  color: var(--gold);
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  letter-spacing: 0.01em;
}
.journey-meta::before {
  content: "⏳ ";
}

/* ===============================
   DELIVERABLE META (SECOND LINE)
=============================== */

.journey-meta {
  margin-top: 6px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-style: italic;
  color: var(--text-muted);
  opacity: 0.75;
  font-family: 'Inter', sans-serif;
}

.journey-meta-line {
  display: block;
  margin-top: 4px;
}


/* Reveal */
.deliverables-section.visible .journey-step {
  opacity: 1;
  transform: translateY(0);
}

.deliverables-section.visible .journey-step:nth-child(1) { transition-delay: 0.1s; }
.deliverables-section.visible .journey-step:nth-child(2) { transition-delay: 0.2s; }
.deliverables-section.visible .journey-step:nth-child(3) { transition-delay: 0.3s; }
.deliverables-section.visible .journey-step:nth-child(4) { transition-delay: 0.4s; }
.deliverables-section.visible .journey-step:nth-child(5) { transition-delay: 0.5s; }

/* ===============================
   DATA DELIVERY – PREMIUM NOTE
=============================== */

.data-delivery {
  max-width: 760px;
  margin: 100px auto 80px; /* 👈 top | sides | bottom */
  text-align: center;
  position: relative;
}

/* Soft top accent (editorial cue) */
.data-delivery::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 0 auto 26px;

  background: linear-gradient(
    to right,
    transparent,
    rgba(216,181,106,0.65),
    transparent
  );
}

/* Heading */
.data-delivery-title {
  font-family: 'Playfair Display', 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  color: var(--text-main);
}

/* Message text */
.data-delivery-text {
  max-width: 620px;
  margin: 0 auto !important;

  font-size: 15.5px;
  line-height: 1.85;
  opacity: 0.78;

  font-family: 'Inter', sans-serif;
}

@media (max-width: 600px) {
  .data-delivery {
    margin: 70px auto 60px;
  }
}
/* ===============================
   ADDITIONAL SERVICES – PREMIUM
=============================== */

.additional-services-section {
  text-align: center;
}

.additional-intro {
  max-width: 520px;
  margin: 0 auto 40px !important;
  font-size: 15px;
  opacity: 0.75;
}

.additional-service {
  margin-bottom: 36px;
}

.service-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.service-price {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
}

.service-price span {
  font-size: 14px;
  opacity: 0.65;
  font-weight: 400;
}

/* ===============================
   ADDITIONAL SERVICES – MATCH PRICING
=============================== */

.additional-services-section {
  color: #e7ece9; /* same as pricing text */
  background:
    radial-gradient(circle at top,
      rgba(246, 240, 227, 0.18),
      #000000);
  border: 1px solid var(--gold-soft);
}

/* Heading */
.additional-services-section h2 {
  color: var(--text-main);
}

/* Intro text */
.additional-services-section .additional-intro {
  color: #e7ece9;
  opacity: 0.85;
}

/* Individual service title */
.additional-services-section .service-title {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 0.4px;
}

/* Price line */
.additional-services-section .service-price {
  color: var(--gold);
  font-size: 24px;
  font-weight: 600;
}

/* Sub text */
.additional-services-section .service-price span {
  color: #e7ece9;
  opacity: 0.75;
}
.additional-services-section .additional-service {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(216,181,106,0.25);
}

.additional-services-section .additional-service:last-child {
  border-bottom: none;
}

.additional-services-section h2::after {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  margin: 10px auto 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(216,181,106,0.6),
    transparent
  );
}

/* ===============================
   MAIN WEDDING DAY HIGHLIGHT
=============================== */

.main-wedding-badge {
  display: inline-block;
  margin: 10px 0 12px;
  padding: 6px 14px;
  font-size: 11px;
  letter-spacing: 1.2px;
  font-weight: 600;
  text-transform: uppercase;

  color: #1a1a1a;
  background: linear-gradient(135deg, #e7c97a, #b99854);
  border-radius: 999px;

  box-shadow:
    0 8px 18px rgba(216,181,106,0.45);
}

/* Extra emphasis on the card */
.timeline-event .quotation-event-card:has(.main-wedding-badge) {
  border: 1px solid rgba(216,181,106,0.45);
  box-shadow:
    0 0 0 1px rgba(216,181,106,0.25),
    0 30px 60px rgba(0,0,0,0.45);
}

/* ===============================
   TERMS – MATCH DATA DELIVERY
=============================== */

.terms-section {
  margin-top: 120px;
}

/* Slightly tighter line spacing for terms */
.terms-section .data-delivery-text {
  margin-bottom: 14px;
  font-size: 14.5px;
  opacity: 0.75;
  line-height: 1.8;
}

/* Numbered list feel without bullets */
.terms-section .data-delivery-text::before {
  content: "";
}

/* ===============================
   TERMS – LEFT ALIGN TEXT
=============================== */

.terms-section {
  text-align: left;
}

/* Keep heading centered */
.terms-section .data-delivery-title {
  text-align: center;
}

/* Terms paragraphs left aligned */
.terms-section .data-delivery-text {
  text-align: left;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* ===============================
   CHARGES – HIERARCHY STYLING
=============================== */

/* Title line (e.g. + GST 18%) */
.charge-title {
  margin-top: 12px;
  margin-bottom: 18px;

  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;

  color: var(--gold);
}

/* ===============================
   CHARGES – NUMBERED STEPS
=============================== */

.charge-sub {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(216,181,106,0.25);
}

/* Step row */
.charge-sub p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.75;
  opacity: 0.75;

  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* Number */
.charge-step {
  font-weight: 600;
  color: var(--gold);
  min-width: 18px;
}
@media (max-width: 600px) {
  .charge-sub p {
    font-size: 13.5px;
  }

  .charge-step {
    min-width: 16px;
  }
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--gold);
  letter-spacing: 0.4px;
}
body.quotation-page .footer a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.quotation-greeting-hero {
  max-width: 760px;
  margin: 0 auto 42px;
  padding: 8px 16px 0;
  text-align: center;
}
