/* Production enhancements shared by the original Surya Lights pages. */
.home-seo-intro,
.home-faq,
.about-proof {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.home-seo-intro {
  padding: clamp(48px, 7vw, 92px) 0;
  text-align: center;
}

.home-seo-intro h1,
.home-faq h2,
.about-proof h2 {
  margin: 10px auto 18px;
  max-width: 980px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 5.6vw, 5rem);
  line-height: .96;
  color: #24170c;
}

.home-seo-intro > p:last-child,
.about-proof > p {
  max-width: 800px;
  margin-inline: auto;
  font-size: 1.05rem;
  line-height: 1.8;
}

.home-faq {
  padding-top: clamp(64px, 8vw, 110px);
  padding-bottom: clamp(64px, 8vw, 110px);
}

.home-faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 34px auto 0;
}

.home-faq-list details {
  border: 1px solid rgba(164, 105, 19, .25);
  border-radius: 14px;
  background: #fffaf1;
  padding: 0 22px;
}

.home-faq-list summary {
  cursor: pointer;
  padding: 20px 0;
  color: #2a1b0c;
  font-weight: 600;
}

.home-faq-list details p {
  margin: 0 0 20px;
  color: #5f5143;
  line-height: 1.75;
}

.about-proof {
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.about-proof h2,
.about-proof > p {
  margin-left: 0;
  text-align: left;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 38px 0;
}

.trust-grid article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(164, 105, 19, .28);
  border-radius: 18px;
  background: linear-gradient(145deg, #fffdf8, #f6ead6);
  padding: 25px;
}

.trust-grid strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #a46913;
  font-size: 3.4rem;
  line-height: 1;
}

.trust-grid span,
.proof-list {
  color: #5d4b38;
  line-height: 1.7;
}

.proof-list {
  display: grid;
  gap: 10px;
  margin: 0 0 30px;
  padding-left: 22px;
}

.enquiry-form {
  display: grid;
  gap: 16px;
}

.enquiry-form label {
  display: grid;
  gap: 8px;
  color: #342417;
  font-weight: 600;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid #d9c5a8;
  border-radius: 10px;
  background: #fff;
  color: #23170d;
  padding: 14px 15px;
  font: inherit;
}

.enquiry-form textarea { resize: vertical; }

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  outline: 3px solid rgba(223, 167, 65, .22);
  border-color: #b87915;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-note {
  margin: 0;
  color: #6d5a47;
  font-size: .9rem;
  line-height: 1.6;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  font-size: .83rem;
}

.footer-policy-links a {
  color: inherit;
  text-decoration: none;
}

.footer-policy-links a:hover,
.footer-policy-links a:focus { text-decoration: underline; }

@media (max-width: 900px) {
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { gap: 14px; }
  .footer-policy-links { order: 3; width: 100%; }
}

@media (max-width: 560px) {
  .home-seo-intro,
  .home-faq,
  .about-proof { width: min(100% - 28px, 1180px); }
  .trust-grid { grid-template-columns: 1fr; }
  .form-actions > * { width: 100%; text-align: center; }
}

.seo-policy-date {
  color: #7d633e;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0.5rem 0 2rem;
}

.seo-policy-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0;
}

.seo-policy-grid a {
  background: #fffaf0;
  border: 1px solid #e3c996;
  border-radius: 14px;
  display: block;
  font-weight: 700;
  padding: 1.1rem;
}

.seo-legal ul,
.seo-legal ol {
  color: #4d4035;
  padding-left: 1.4rem;
}

.seo-legal li { margin: 0.5rem 0; }

.seo-thank-you {
  min-height: 58vh;
  text-align: center;
}

.seo-thank-you .seo-detail-actions { justify-content: center; }

.seo-thank-you > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

@media (max-width: 640px) {
  .seo-policy-grid { grid-template-columns: 1fr; }
}
