/* ============================================================
   LOHAR STUDIO — PRODUCT PHOTOGRAPHY COST (PRICING) PAGE CSS
   File: public/frontend_assets/css/pricing-page.css
   Scope: .ls-pricing-content only (product-photography-cost page)

   The page body (short_description) is CMS-authored HTML that ships
   with its own inline styles (light card backgrounds, red table
   theme). This file re-skins that content to match the site's dark
   gold theme without touching the stored HTML. !important is used
   deliberately to win over the inline style="" attributes baked
   into that content.
============================================================ */

.ls-pricing-content {
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.75;
}

/* ===== Generic typography ===== */
.ls-pricing-content p { color: #cfcfcf !important; margin-bottom: 14px; }
.ls-pricing-content strong { color: #fff; }
.ls-pricing-content a { color: var(--ls-gold, #FFB800) !important; text-decoration: none !important; transition: color .2s ease; }
.ls-pricing-content a:hover { color: #fff !important; text-decoration: underline !important; }

.ls-pricing-content [style*="color: #000000"],
.ls-pricing-content [style*="color:#000000"],
.ls-pricing-content [style*="color: #444"],
.ls-pricing-content [style*="color: #555"] {
  color: #e6e6e6 !important;
}

.ls-pricing-content > h2,
.ls-pricing-content > h3 {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: 800;
  letter-spacing: .2px;
}
.ls-pricing-content > h2 { font-size: clamp(24px, 3.2vw, 34px); margin: 55px 0 16px; }
.ls-pricing-content > h3 { font-size: clamp(19px, 2.2vw, 24px); margin: 34px 0 14px; }
.ls-pricing-content > h2:first-child,
.ls-pricing-content > h2:nth-of-type(1) { margin-top: 10px; }

/* Section eyebrow — main pricing table title */
.ls-pricing-content > h2:first-of-type {
  text-align: center !important;
  margin: 55px 0 10px;
}
.ls-pricing-content > h2:first-of-type span {
  text-decoration: none !important;
  font-size: inherit !important;
  color: var(--ls-gold, #FFB800) !important;
}
.ls-pricing-content > h2:first-of-type::after {
  content: '';
  display: block;
  width: 70px; height: 3px;
  background: var(--ls-gold, #FFB800);
  margin: 16px auto 0;
  border-radius: 2px;
}

/* ===== Quick-link highlight cards (Portfolio / Offer / Referral) ===== */
.ls-pricing-content > div:nth-of-type(1) {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 22px !important;
  margin: 28px 0 34px;
}
.ls-pricing-content > div:nth-of-type(1) > div {
  flex: 1 1 260px !important;
  max-width: 320px !important;
  background: linear-gradient(180deg, #181818, #131313) !important;
  border: 1px solid rgba(255,184,0,.18) !important;
  border-top: 3px solid var(--ls-gold, #FFB800) !important;
  border-radius: var(--ls-radius, 14px) !important;
  padding: 30px 22px !important;
  text-align: center !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ls-pricing-content > div:nth-of-type(1) > div:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.5);
  border-color: var(--ls-gold, #FFB800) !important;
}
.ls-pricing-content > div:nth-of-type(1) h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px !important;
  font-weight: 800;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.ls-pricing-content > div:nth-of-type(1) p {
  font-size: 14px !important;
  color: #aaa !important;
  margin-bottom: 16px !important;
}
.ls-pricing-content > div:nth-of-type(1) a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700 !important;
  font-size: 14px;
  color: var(--ls-gold, #FFB800) !important;
}
.ls-pricing-content > div:nth-of-type(1) a:hover { color: #fff !important; }

/* Trust line right under the cards */
.ls-pricing-content > div:nth-of-type(1) + p {
  text-align: center !important;
  color: #9a9a9a !important;
  font-size: 13.5px !important;
  letter-spacing: .2px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}

/* ===== Pricing table ===== */
.ls-pricing-content > div:nth-of-type(2) {
  margin: 20px 0 40px !important;
  max-width: 100% !important;
  border-radius: var(--ls-radius, 14px) !important;
  border: 1px solid rgba(255,184,0,.22) !important;
  box-shadow: 0 24px 50px rgba(0,0,0,.4);
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  background: #131313 !important;
  position: relative;
}
.ls-pricing-content > div:nth-of-type(2) table {
  width: 100% !important;
  min-width: 720px !important;
  height: auto !important;
  border: none !important;
  border-collapse: collapse !important;
  background: transparent !important;
  color: #ddd !important;
  font-family: inherit !important;
}
.ls-pricing-content > div:nth-of-type(2) thead tr {
  background: linear-gradient(120deg, var(--ls-gold-dark, #D49A00), var(--ls-gold, #FFB800)) !important;
  height: auto !important;
}
.ls-pricing-content > div:nth-of-type(2) thead th {
  color: #171310 !important;
  border: none !important;
  border-right: 1px solid rgba(0,0,0,.12) !important;
  padding: 16px 14px !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  width: auto !important;
}
.ls-pricing-content > div:nth-of-type(2) thead th:last-child { border-right: none !important; }

.ls-pricing-content > div:nth-of-type(2) tbody tr {
  height: auto !important;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .2s ease;
}
.ls-pricing-content > div:nth-of-type(2) tbody tr:nth-child(odd)  { background: #161616 !important; }
.ls-pricing-content > div:nth-of-type(2) tbody tr:nth-child(even) { background: #101010 !important; }
.ls-pricing-content > div:nth-of-type(2) tbody tr:hover { background: rgba(255,184,0,.08) !important; }

.ls-pricing-content > div:nth-of-type(2) td {
  border: none !important;
  border-right: 1px solid rgba(255,255,255,.06) !important;
  padding: 14px !important;
  text-align: center !important;
  font-size: 13.5px;
  color: #d8d8d8 !important;
  width: auto !important;
  vertical-align: middle !important;
}
.ls-pricing-content > div:nth-of-type(2) td:last-child { border-right: none !important; }

/* Category cell (rowspan) */
.ls-pricing-content > div:nth-of-type(2) td[rowspan] {
  background: rgba(255,184,0,.05) !important;
  font-weight: 700;
}
.ls-pricing-content > div:nth-of-type(2) td[rowspan] a,
.ls-pricing-content > div:nth-of-type(2) td[rowspan] strong,
.ls-pricing-content > div:nth-of-type(2) td[rowspan] span {
  color: var(--ls-gold, #FFB800) !important;
  font-size: 13.5px;
}

/* Price column */
.ls-pricing-content > div:nth-of-type(2) td:last-child {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 14px;
}

/* Mobile swipe hint */
.ls-pricing-content > div:nth-of-type(2)::before {
  content: 'Swipe to see full pricing \2192';
  display: none;
  text-align: center;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #171310;
  background: var(--ls-gold, #FFB800);
  padding: 6px 0;
}

/* ===== USP checklist ===== */
.ls-pricing-content > ul:first-of-type {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 18px 0 32px !important;
}
.ls-pricing-content > ul:first-of-type li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  color: #ccc;
}
.ls-pricing-content > ul:first-of-type li p { margin-bottom: 0 !important; }
.ls-pricing-content > ul:first-of-type li::before {
  content: '\2713';
  position: absolute;
  left: 0; top: 1px;
  width: 20px; height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #171310;
  background: var(--ls-gold, #FFB800);
  border-radius: 50%;
}

/* ===== Social / contact block ===== */
.ls-pricing-content > ul:last-of-type {
  list-style: none !important;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px !important;
}
.ls-pricing-content > ul:last-of-type li { margin: 0; }
.ls-pricing-content > ul:last-of-type a {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(255,184,0,.3);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700 !important;
}
.ls-pricing-content > ul:last-of-type a:hover {
  background: var(--ls-gold, #FFB800);
  color: #171310 !important;
  border-color: var(--ls-gold, #FFB800);
}

/* Contact heading block */
.ls-pricing-content > h3 + p {
  background: #161616;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--ls-radius-sm, 8px);
  padding: 18px 20px;
  margin-bottom: 26px;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  .ls-pricing-content { font-size: 14px; }
  .ls-pricing-content > div:nth-of-type(1) { gap: 16px !important; }
  .ls-pricing-content > div:nth-of-type(1) > div { padding: 24px 18px !important; }
  .ls-pricing-content > div:nth-of-type(2)::before { display: block; }
  .ls-pricing-content > div:nth-of-type(2) td,
  .ls-pricing-content > div:nth-of-type(2) thead th { padding: 11px !important; font-size: 12.5px; }
}
