/* AstroSadhna — Premium Services pages */

/* ========== Shared hero ========== */
.svc-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
  overflow: hidden;
  background:
    radial-gradient(60% 80% at 85% 0%, rgba(232, 93, 28, 0.2), transparent 55%),
    radial-gradient(40% 60% at 10% 100%, rgba(176, 31, 31, 0.12), transparent 50%),
    var(--ink, #0e0708);
  color: var(--text-on-dark, #fff6ee);
}
.svc-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: center;
}
.svc-hero-copy .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.1rem;
  font-size: 0.82rem;
  color: rgba(255, 246, 238, 0.55);
}
.svc-hero-copy .breadcrumb a { color: inherit; }
.svc-hero-copy .breadcrumb a:hover { color: #f0d9a0; }
.svc-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 160, 0.28);
  background: rgba(240, 217, 160, 0.08);
  color: #f0d9a0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.svc-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.12;
  max-width: 14ch;
  background: linear-gradient(180deg, #fff6ee 10%, #f0d9a0 55%, #ff8a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-hero .lead {
  margin: 0 0 1.4rem;
  max-width: 38rem;
  color: rgba(255, 246, 238, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  line-height: 1.65;
}
.svc-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.svc-hero-stats li strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  color: #f0d9a0;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.svc-hero-stats li span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 246, 238, 0.55);
  font-weight: 600;
}
.svc-hero-media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(240, 217, 160, 0.18);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
  aspect-ratio: 4 / 3;
}
.svc-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.svc-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(14, 7, 8, 0.45));
  pointer-events: none;
}
.svc-hero-caption {
  position: absolute;
  left: 1.1rem;
  bottom: 1rem;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: #fff6ee;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

/* Centered page hero (overview / shop / about / blog / contact) */
.svc-page-hero {
  text-align: center;
  padding: clamp(2.75rem, 6vw, 4.25rem) 0 clamp(1.75rem, 3.5vw, 2.5rem);
  background:
    radial-gradient(55% 80% at 50% 0%, rgba(232, 93, 28, 0.16), transparent 55%),
    var(--ink, #0e0708);
}
.svc-page-hero .title-block { margin-inline: auto; }
.svc-page-hero .title-main {
  background: linear-gradient(180deg, #fff6ee 10%, #f0d9a0 55%, #ff8a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-page-hero .title-sub { color: rgba(255, 246, 238, 0.7); }
.svc-page-hero .breadcrumb {
  justify-content: center;
  margin-bottom: 1rem;
  color: rgba(255, 246, 238, 0.55);
}

/* Dark section titles on about */
body[data-page="about"] .section.dark .title-sub {
  color: rgba(255, 246, 238, 0.7);
}
body[data-page="about"] .section.dark .title-main {
  color: #fff6ee;
}
body[data-page="about"] .section.dark .title-main em {
  color: #ff8a3d;
}

/* Light theme page heroes */
html[data-theme="light"] .svc-page-hero {
  background:
    radial-gradient(55% 80% at 50% 0%, rgba(232, 93, 28, 0.1), transparent 55%),
    #faf6f1;
}
html[data-theme="light"] .svc-page-hero .title-main {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  color: var(--text);
}
html[data-theme="light"] .svc-page-hero .title-sub {
  color: var(--text-soft);
}

/* ========== Detail layout ========== */
.svc-detail-wrap {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}
.svc-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: start;
}
.svc-main { display: grid; gap: clamp(1.25rem, 2.5vw, 1.75rem); }

.svc-panel {
  position: relative;
  padding: clamp(1.4rem, 2.8vw, 2rem);
  border-radius: 22px;
  border: 1px solid rgba(240, 217, 160, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(20, 9, 11, 0.55);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
html[data-theme="light"] .svc-panel {
  background: #fff;
  border-color: rgba(14, 7, 8, 0.08);
}
.svc-panel h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  line-height: 1.2;
}
html[data-theme="dark"] .svc-panel h2 { color: #fff6ee; }
.svc-panel > p {
  margin: 0 0 0.9rem;
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.98rem;
}
.svc-panel-kicker {
  display: block;
  margin-bottom: 0.45rem;
  color: #e85d1c;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.svc-checklist {
  display: grid;
  gap: 0.65rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}
.svc-checklist li {
  position: relative;
  padding: 0.7rem 0.85rem 0.7rem 2.4rem;
  border-radius: 12px;
  background: rgba(232, 93, 28, 0.06);
  border: 1px solid rgba(232, 93, 28, 0.12);
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}
.svc-checklist li::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #e85d1c;
  box-shadow: 0 0 0 4px rgba(232, 93, 28, 0.18);
}

/* Offer / type cards */
.svc-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin-top: 0.35rem;
}
.svc-offer {
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(240, 217, 160, 0.14);
  background: rgba(14, 7, 8, 0.35);
  transition: border-color 0.3s, transform 0.3s;
}
html[data-theme="light"] .svc-offer {
  background: #faf6f1;
  border-color: rgba(14, 7, 8, 0.08);
}
.svc-offer:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 93, 28, 0.4);
}
.svc-offer .svc-offer-num {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: #f0d9a0;
  letter-spacing: 0.08em;
}
.svc-offer strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: #fff6ee;
  font-weight: 600;
}
html[data-theme="light"] .svc-offer strong { color: var(--text); }
.svc-offer p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-soft);
  line-height: 1.55;
}

/* Process steps */
.svc-steps {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 0;
  counter-reset: step;
}
.svc-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(240, 217, 160, 0.12);
  background: rgba(255, 255, 255, 0.02);
}
.svc-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: #ff8a3d;
  line-height: 1;
  padding-top: 0.15rem;
}
.svc-step h3 {
  margin: 0 0 0.3rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: #fff6ee;
}
html[data-theme="light"] .svc-step h3 { color: var(--text); }
.svc-step p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.55;
}

/* Ideal-for chips */
.svc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}
.svc-tags span {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 160, 0.22);
  background: rgba(240, 217, 160, 0.06);
  color: rgba(255, 246, 238, 0.85);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
html[data-theme="light"] .svc-tags span {
  color: var(--text);
  background: rgba(14, 7, 8, 0.04);
}

/* Sidebar CTA */
.svc-cta-card {
  position: sticky;
  top: 6.25rem;
  padding: clamp(1.4rem, 2.6vw, 1.85rem);
  border-radius: 22px;
  border: 1px solid rgba(240, 217, 160, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 93, 28, 0.22), transparent 45%),
    linear-gradient(160deg, #2a1218 0%, #120809 70%);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.svc-cta-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -4rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(240, 217, 160, 0.1);
  border-radius: 50%;
  pointer-events: none;
}
.svc-cta-card > * { position: relative; z-index: 1; }
.svc-cta-card .svc-panel-kicker { color: #f0d9a0; }
.svc-cta-card h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  color: #fff6ee;
  line-height: 1.2;
}
.svc-cta-card .price-note {
  margin: 0 0 1.15rem;
  color: rgba(255, 246, 238, 0.68);
  font-size: 0.9rem;
  line-height: 1.6;
}
.svc-cta-list {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.svc-cta-list li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 246, 238, 0.8);
  font-size: 0.84rem;
}
.svc-cta-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e85d1c;
}
.svc-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.svc-cta-actions .btn { width: 100%; justify-content: center; }
.svc-related {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(240, 217, 160, 0.14);
}
@media (min-width: 700px) {
  .svc-panel .svc-related[style*="grid-template-columns"] {
    display: grid;
  }
}
.svc-related a {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(240, 217, 160, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff6ee;
  text-decoration: none;
  transition: border-color 0.25s, background 0.25s;
}
.svc-related a:hover {
  border-color: rgba(232, 93, 28, 0.4);
  background: rgba(232, 93, 28, 0.08);
}
.svc-related a small {
  color: rgba(255, 246, 238, 0.5);
  font-size: 0.75rem;
}

/* Overview extras */
.svc-how {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 24px;
  border: 1px solid rgba(240, 217, 160, 0.16);
  background:
    radial-gradient(circle at 0% 50%, rgba(232, 93, 28, 0.12), transparent 40%),
    linear-gradient(145deg, rgba(36, 17, 22, 0.9), rgba(14, 7, 8, 0.95));
}
.svc-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.svc-how-item h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: #fff6ee;
}
.svc-how-item p {
  margin: 0;
  color: rgba(255, 246, 238, 0.65);
  font-size: 0.9rem;
  line-height: 1.55;
}
.svc-how-item .n {
  display: block;
  margin-bottom: 0.5rem;
  color: #ff8a3d;
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

.svc-note {
  margin-top: 1.75rem;
  padding: 1.15rem 1.35rem;
  border-radius: 16px;
  border: 1px solid rgba(240, 217, 160, 0.16);
  background: rgba(232, 93, 28, 0.08);
  color: rgba(255, 246, 238, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
}

/* Shop hero banner */
.shop-hero-banner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(240, 217, 160, 0.18);
  background: linear-gradient(145deg, #241116, #100809);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
}
.shop-hero-banner-media {
  min-height: 220px;
  overflow: hidden;
}
.shop-hero-banner-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.shop-hero-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 3vw, 2rem);
}
.shop-hero-banner-copy h2 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: #fff6ee;
}
.shop-hero-banner-copy p {
  margin: 0;
  color: rgba(255, 246, 238, 0.7);
  font-size: 0.92rem;
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 980px) {
  .svc-hero-grid,
  .svc-detail-grid,
  .shop-hero-banner {
    grid-template-columns: 1fr;
  }
  .svc-hero h1 { max-width: none; }
  .svc-hero-media { aspect-ratio: 16 / 10; max-height: 380px; }
  .svc-cta-card { position: static; }
  .svc-how-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .svc-offer-grid { grid-template-columns: 1fr; }
  .svc-hero-stats { gap: 1rem 1.25rem; }
}
