/* =============================================
   SURYAPRATIMA DETAIL PAGE
   ============================================= */

/* ---- Hero ---- */
.sp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 140px 0 80px;
}
.sp-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a0500 0%, #3a1000 40%, #2a0800 70%, #120300 100%);
  z-index: 0;
}
.sp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 70% 50%, rgba(184,134,11,0.12) 0%, transparent 65%);
}
.sp-hero-overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23b8860b' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
}
.sp-hero-content {
  position: relative;
  z-index: 1;
}
.sp-hero-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f5c842;
  border: 1px solid rgba(245,200,66,0.4);
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 22px;
}
.sp-hero-title {
  font-family: 'Cinzel', serif;
  font-size: 72px;
  font-weight: 700;
  color: #f5c842;
  letter-spacing: 6px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.sp-hero-tagline {
  font-size: 17px;
  color: #c8a96e;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 36px;
}
.sp-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.sp-back-btn:hover {
  color: #f5c842;
  border-color: #f5c842;
  text-decoration: none;
}
.sp-hero-img-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(245,200,66,0.2);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(245,200,66,0.1);
}
.sp-hero-img-wrap img {
  width: 202px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.5));
}

/* ---- Section Base ---- */
.sp-section {
  padding: 100px 0;
}
.sp-section--light {
  background: #fffbf7;
}
.sp-section--warm {
  background: #fff8f0;
}

.sp-section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8b1a1a;
  margin-bottom: 12px;
}
.sp-section-title {
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
  color: #1a0800;
  letter-spacing: 1px;
  margin-bottom: 8px;
  line-height: 1.25;
}
.sp-section-intro {
  color: #777;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}
.sp-rule {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #8b1a1a, #c0392b);
  border-radius: 2px;
  margin: 20px 0 28px;
}
.sp-rule--center {
  margin-left: auto;
  margin-right: auto;
}

/* ---- Body text ---- */
.sp-section p {
  font-size: 18px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 16px;
}
.sp-section p strong {
  color: #3a0a00;
  font-weight: 600;
}
.sp-section p em {
  color: #8b5e14;
}

/* ---- Info card ---- */
.sp-info-card {
  background: #fff;
  border: 1px solid rgba(139,26,26,0.12);
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 6px 30px rgba(0,0,0,0.06);
  position: sticky;
  top: 120px;
}
.sp-info-card h5 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: #8b1a1a;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.sp-benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sp-benefit-list li:last-child {
  border-bottom: none;
}
.sp-benefit-list li i {
  color: #8b1a1a;
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* ---- Feature cards ---- */
.sp-feature-card {
  background: #fff;
  border-radius: 14px;
  padding: 36px 30px;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sp-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 40px rgba(139,26,26,0.1);
}
.sp-feature-icon {
  font-size: 32px;
  margin-bottom: 16px;
  line-height: 1;
}
.sp-feature-card h5 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: #8b1a1a;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.sp-feature-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* ---- Quote block ---- */
.sp-quote-block {
  background: linear-gradient(135deg, #2a0e00, #4a1800);
  border-radius: 12px;
  padding: 32px 40px;
  border-left: 4px solid #f5c842;
}
.sp-quote-block p {
  color: #d9cdb8 !important;
  font-size: 15px !important;
  font-style: italic;
  line-height: 1.9;
  margin: 0 !important;
}

/* ---- Installation steps ---- */
.sp-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 28px;
}
.sp-step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #8b1a1a;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-step-text h6 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a0800;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.sp-step-text p {
  font-size: 17px !important;
  color: #000000;
  line-height: 1.75;
  margin: 0 !important;
}
.sp-step-text strong {
  color: #8b1a1a;
}
.sp-install-img-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f0e8;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(139,26,26,0.1);
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.sp-install-img-wrap img {
  width: 202px;
  height: auto;
  display: block;
}

/* ---- Surya Namaskar ---- */
.sp-namaskar-section {
  position: relative;
  background: linear-gradient(160deg, #1a0500 0%, #3a1200 50%, #1a0500 100%);
  padding: 100px 0;
}
.sp-namaskar-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 50% 50%, rgba(245,200,66,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.sp-namaskar-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(245,200,66,0.2);
  border-radius: 24px;
  padding: 60px 56px;
  position: relative;
}
.sp-namaskar-card::before {
  content: "";
  position: absolute;
  top: 0; left: 80px; right: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245,200,66,0.5), transparent);
}
.sp-namaskar-title {
  font-family: 'Cinzel', serif;
  font-size: 40px;
  color: #f5c842;
  letter-spacing: 4px;
  margin-bottom: 4px;
}
.sp-namaskar-subtitle {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 36px;
}
.sp-namaskar-dhyan {
  background: rgba(245,200,66,0.06);
  border-left: 3px solid #b8860b;
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 32px;
}
.sp-namaskar-dhyan p {
  color: #c8b99a !important;
  font-size: 15px !important;
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 4px !important;
}
.sp-namaskar-mantras {
  margin-bottom: 32px;
}
.sp-mantra-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.sp-mantra-row span {
  color: #e8dcc8;
  font-size: 15px;
  line-height: 1.8;
  min-width: 200px;
  text-align: center;
}
.sp-mantra-full {
  text-align: center;
  color: #f5c842;
  font-size: 15px;
  padding: 12px 0 4px;
  font-weight: 600;
}
.sp-namaskar-shloka {
  margin-bottom: 16px;
}
.sp-namaskar-shloka p {
  color: #c8b99a !important;
  font-size: 15px !important;
  line-height: 2 !important;
  margin-bottom: 0 !important;
}
.sp-namaskar-mahamantra {
  margin-top: 28px;
  font-size: 20px;
  color: #f5c842;
  font-weight: 700;
  letter-spacing: 2px;
  border-top: 1px solid rgba(245,200,66,0.2);
  padding-top: 24px;
}

/* ---- Nakshatras Table ---- */
.sp-nakshatra-table-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08);
  border: 1px solid rgba(139,26,26,0.1);
}
.sp-nakshatra-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.sp-nakshatra-table thead tr {
  background: linear-gradient(135deg, #8b1a1a, #a52020);
}
.sp-nakshatra-table thead th {
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 24px;
  text-align: left;
}
.sp-nakshatra-table tbody tr {
  border-bottom: 1px solid rgba(0,0,0,0.05);
  transition: background 0.2s ease;
}
.sp-nakshatra-table tbody tr:nth-child(even) {
  background: #fff8f0;
}
.sp-nakshatra-table tbody tr:hover {
  background: rgba(139,26,26,0.05);
}
.sp-nakshatra-table tbody td {
  padding: 14px 24px;
  font-size: 17px;
  color: #000000;
  line-height: 1.5;
}
.sp-nakshatra-table tbody td:first-child {
  font-weight: 700;
  color: #8b1a1a;
  font-size: 16px;
  width: 60px;
}
.sp-nakshatra-table tbody td:nth-child(2) {
  color: #000000;
  font-size: 17px;
}

/* ---- Manufacturer card ---- */
.sp-manufacturer-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 36px;
  border: 1px solid rgba(139,26,26,0.1);
  box-shadow: 0 6px 30px rgba(0,0,0,0.06);
}
.sp-manufacturer-logo {
  margin-bottom: 16px;
}
.sp-manufacturer-logo img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sp-manufacturer-card h5 {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 6px;
}
.sp-manufacturer-card h4 {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  color: #8b1a1a;
  margin-bottom: 6px;
}
.sp-manufacturer-card > p {
  color: #555;
  font-size: 17px;
  margin-bottom: 20px;
}
.sp-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #333;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.sp-contact-list li:last-child {
  border-bottom: none;
}
.sp-contact-list li i {
  color: #8b1a1a;
  width: 14px;
  flex-shrink: 0;
}

/* ---- Hero subtitle & badges (new) ---- */
.sp-hero-subtitle {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 20px;
  margin-top: -8px;
}
.sp-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.sp-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245,200,66,0.08);
  border: 1px solid rgba(245,200,66,0.25);
  backdrop-filter: blur(6px);
  color: #f5e8a0;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 30px;
  letter-spacing: 0.3px;
}

/* ---- Hero background enhancement ---- */
.sp-hero-bg {
  background: linear-gradient(135deg, #0e0200 0%, #2a0800 30%, #3d1200 55%, #1a0500 80%, #0a0100 100%) !important;
}
.sp-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 20% 60%, rgba(245,200,66,0.10) 0%, transparent 55%),
                    radial-gradient(ellipse at 80% 20%, rgba(200,100,0,0.08) 0%, transparent 50%);
}
.sp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse at 70% 50%, rgba(184,134,11,0.14) 0%, transparent 65%);
}

/* Decorative sun ring behind image */
.sp-hero-img-wrap {
  position: relative;
}
.sp-hero-img-wrap::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,200,66,0.12) 0%, transparent 70%);
  pointer-events: none;
}

/* ---- Section design enhancements ---- */

/* Info card accent */
.sp-info-card {
  border-top: 3px solid #8b1a1a;
  background: linear-gradient(160deg, #fffdf9, #fff8f0);
}
.sp-info-card h5 {
  border-bottom: 1px solid rgba(139,26,26,0.12);
  padding-bottom: 14px;
}

/* Feature cards enhanced */
.sp-feature-card {
  border-top: 3px solid #8b1a1a;
  background: linear-gradient(160deg, #fffdf9, #fff8f0);
}
.sp-feature-icon {
  width: 60px; height: 60px;
  background: rgba(139,26,26,0.07);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

/* Quote block gold left border glow */
.sp-quote-block {
  border-left: 4px solid #f5c842;
  box-shadow: -4px 0 20px rgba(245,200,66,0.15), 0 8px 40px rgba(0,0,0,0.2);
}

/* Step numbers */
.sp-step-num {
  box-shadow: 0 4px 16px rgba(139,26,26,0.35);
}

/* Installation image wrap */
.sp-install-img-wrap {
  box-shadow: 0 16px 60px rgba(0,0,0,0.12);
}
.sp-install-img-wrap img {
  width: 260px;
}

/* Manufacturer card */
.sp-manufacturer-card {
  border-top: 3px solid #8b1a1a;
  background: linear-gradient(160deg, #fffdf9, #fff8f0);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .sp-hero { padding: 120px 0 60px; }
  .sp-hero-title { font-size: 48px; }
  .sp-hero-subtitle { font-size: 14px; letter-spacing: 2px; }
  .sp-hero-badges span { font-size: 11px; padding: 6px 12px; }
  .sp-section-title { font-size: 28px; }
  .sp-namaskar-card { padding: 40px 32px; }
  .sp-namaskar-title { font-size: 30px; }
  .sp-install-img-wrap img { width: 200px; }
}
@media (max-width: 767px) {
  .sp-hero { padding: 110px 0 50px; }
  .sp-hero-title { font-size: 32px; letter-spacing: 2px; }
  .sp-hero-subtitle { font-size: 12px; letter-spacing: 2px; }
  .sp-hero-tagline { font-size: 14px; }
  .sp-hero-badges { gap: 8px; }
  .sp-hero-badges span { font-size: 11px; padding: 6px 11px; }
  .sp-hero-img-wrap img { width: 150px; }
  .sp-hero-img-wrap::before { width: 200px; height: 200px; }
  .sp-section { padding: 60px 0; }
  .sp-section-title { font-size: 22px; }
  .sp-namaskar-card { padding: 28px 18px; }
  .sp-mantra-row { flex-direction: column; gap: 0; }
  .sp-mantra-row span { min-width: unset; }
  .sp-namaskar-title { font-size: 24px; }
  .sp-nakshatra-table tbody td { padding: 10px 12px; font-size: 13px; }
  .sp-nakshatra-table thead th { padding: 14px 12px; font-size: 12px; }
  .sp-info-card { padding: 24px 20px; }
  .sp-step { gap: 14px; margin-bottom: 20px; }
  .sp-install-img-wrap { padding: 20px; }
  .sp-install-img-wrap img { width: 160px; }
  .sp-manufacturer-card { padding: 28px 20px; }
}
@media (max-width: 480px) {
  .sp-hero-title { font-size: 26px; letter-spacing: 1px; }
  .sp-hero-subtitle { display: none; }
  .sp-hero-img-wrap img { width: 130px; }
  .sp-section { padding: 50px 0; }
  .sp-namaskar-mahamantra { font-size: 16px; }
  .sp-step-num { width: 40px; height: 40px; font-size: 12px; }
}
