/* Sri Lakshmi Varaha Moorthy — Unified Site Theme */
:root {
  --navy: #001C39;
  --navy-mid: #002B52;
  --navy-deep: #001428;
  --gold: #C5A059;
  --gold-light: #E8D5A3;
  --gold-dark: #9A7B3A;
  --cream: #FDFBF0;
  --cream-dark: #F5F0E0;
  --white: #FFFFFF;
  --text: #1A2B3C;
  --muted: #5A6478;
  --line: rgba(197, 160, 89, 0.35);
  --shadow-gold: 0 10px 40px -12px rgba(197, 160, 89, 0.35);
  --ease: cubic-bezier(0.22, 0.8, 0.28, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  background: var(--cream);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
}

p, li, span, label, td, th, dd, dt, blockquote, figcaption, .muted {
  font-weight: 600;
}

input, select, textarea, button {
  font-weight: 600;
}

/* Native <select> dropdown lists use a light OS background — keep option text dark */
select option,
select optgroup {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', 'Cinzel', serif;
  color: var(--navy);
  font-weight: 700;
}

strong, b {
  font-weight: 800;
}

img, svg { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

ul { list-style: none; margin: 0; padding: 0; }

.container, .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== SITE HEADER (all pages) ===== */
.site-header {
  background: var(--navy);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  min-height: 72px;
  flex-wrap: nowrap;
}

.site-header .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.site-header .brand-logo {
  width: 64px;
  height: 64px;
  max-width: none;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
  border: none;
  background: transparent;
  flex-shrink: 0;
}

.site-header .brand-text {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gold-light);
  line-height: 1.4;
  text-transform: uppercase;
  max-width: 220px;
}

.site-header .main-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.site-header .main-nav a {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  transition: color 0.25s;
  white-space: nowrap;
}

.site-header .main-nav a:hover,
.site-header .main-nav a.active {
  color: var(--gold);
}

/* Login/Register in nav are mobile-menu only; desktop uses .header-auth buttons */
.site-header .main-nav [data-nav-login],
.site-header .main-nav [data-nav-register],
.site-header .main-nav [data-nav-account] {
  display: none;
}

.site-header .header-auth {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-header .btn-login {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 14px;
  border: 1px solid rgba(197, 160, 89, 0.55);
  border-radius: 3px;
  color: var(--gold-light);
  background: transparent;
  white-space: nowrap;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.site-header .btn-login:hover {
  color: #fff;
  border-color: var(--gold);
  background: rgba(197, 160, 89, 0.12);
}

.site-header .btn-register {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(197, 160, 89, 0.35);
  transition: transform 0.25s, box-shadow 0.25s;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-header .btn-register:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(197, 160, 89, 0.45);
}

.site-header .menu-toggle {
  display: none;
  background: none;
  border: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  cursor: pointer;
}

.site-header .menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--gold);
  display: block;
}

/* ===== FOOTER BANNER ===== */
.footer-banner {
  background: linear-gradient(135deg, #001023 0%, #001C39 45%, #002B52 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(197,160,89,0.3);
}

.footer-banner-mandala {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='60' cy='60' r='55' fill='none' stroke='%23C5A059' stroke-width='0.3' stroke-opacity='.18'/%3E%3Ccircle cx='60' cy='60' r='40' fill='none' stroke='%23C5A059' stroke-width='0.3' stroke-opacity='.12'/%3E%3Ccircle cx='60' cy='60' r='24' fill='none' stroke='%23C5A059' stroke-width='0.3' stroke-opacity='.1'/%3E%3Cpath d='M60 5 L60 115 M5 60 L115 60 M18 18 L102 102 M102 18 L18 102' stroke='%23C5A059' stroke-width='0.25' stroke-opacity='.08'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  pointer-events: none;
  z-index: 0;
}

.footer-banner-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  min-height: 320px;
}

.footer-banner-text {
  padding: 56px 40px 52px 0;
  max-width: 560px;
}

.footer-banner-ornament {
  font-size: 0.75rem;
  letter-spacing: 0.5em;
  color: var(--gold);
  margin-bottom: 18px;
  opacity: 0.85;
}

.footer-banner-title {
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 2.9rem);
  font-weight: 700;
  font-style: italic;
  color: var(--gold-light);
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.footer-banner-sub {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
  margin-bottom: 24px;
  max-width: 440px;
}

.footer-banner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 30px;
}

.footer-banner-badges span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.footer-banner-badges svg {
  width: 16px;
  height: 16px;
  stroke: var(--gold);
  flex-shrink: 0;
}

.footer-banner-cta {
  display: inline-block;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  box-shadow: 0 6px 20px rgba(197,160,89,0.4);
  transition: transform 0.25s, box-shadow 0.25s;
}

.footer-banner-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(197,160,89,0.5);
  color: var(--navy);
}

.footer-banner-photo {
  position: relative;
  width: 280px;
  flex-shrink: 0;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-banner-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(ellipse at 50% 80%, rgba(197,160,89,0.22) 0%, rgba(197,160,89,0) 70%);
  pointer-events: none;
  z-index: 0;
}

.footer-banner-photo picture {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 0;
}

.footer-banner-photo img {
  width: 260px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 -8px 32px rgba(197,160,89,0.18));
}

.footer-banner-name {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(0,28,57,0.95), rgba(0,43,82,0.95));
  border: 1px solid rgba(197,160,89,0.4);
  border-radius: 4px;
  padding: 8px 14px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  backdrop-filter: blur(4px);
}

.footer-banner-name-main {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold-light);
  text-transform: uppercase;
  line-height: 1.4;
}

.footer-banner-name-sub {
  display: block;
  font-size: 0.6rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.04em;
  margin-top: 2px;
}

@media (max-width: 860px) {
  .footer-banner-inner {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .footer-banner-text {
    padding: 40px 0 24px;
    max-width: 100%;
  }
  .footer-banner-photo {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .footer-banner-photo img { width: 200px; }
  .footer-banner-name { position: relative; bottom: auto; left: auto; transform: none; margin-top: 10px; }
}

/* ===== SITE FOOTER (all pages) ===== */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
  padding: 56px 0 0;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.site-footer .footer-brand .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.site-footer .footer-brand .brand-logo {
  width: 72px;
  height: 72px;
  max-width: none;
  border-radius: 50%;
  border: none;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.site-footer .footer-brand .brand-text {
  display: none;
}

.site-footer .footer-brand p {
  font-size: 0.82rem;
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: 10px;
}

.site-footer .footer-brand .footer-address,
.site-footer .footer-brand .phone {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 300px;
}

.site-footer .footer-brand .footer-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  stroke: var(--gold);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .footer-brand .footer-address {
  font-size: 0.82rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}

.site-footer .footer-brand .footer-address a {
  color: inherit;
}

.site-footer .footer-brand .phone {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 700;
  align-items: center;
}

.site-footer .footer-brand .phone .footer-icon {
  margin-top: 0;
  width: 20px;
  height: 20px;
}

.site-footer .footer-col h5 {
  font-family: 'Cinzel', serif;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.site-footer .footer-col li {
  margin-bottom: 10px;
}

.site-footer .footer-col a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.25s;
}

.site-footer .footer-col a:hover {
  color: var(--gold);
}

.site-footer .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.site-footer .social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.25s, transform 0.25s;
}

.site-footer .social-icons a:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.site-footer .social-icons svg {
  width: 15px;
  height: 15px;
  fill: var(--gold-light);
}

.site-footer .social-icons img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
}

.site-footer .footer-temple-art {
  margin-top: 20px;
}

.site-footer .footer-temple-frame {
  width: min(100%, 260px);
  margin: 0;
  padding: 7px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 20%, rgba(197, 160, 89, 0.22), transparent 58%),
    linear-gradient(180deg, rgba(8, 36, 68, 0.95), rgba(0, 18, 40, 0.98));
  border: 1px solid rgba(197, 160, 89, 0.5);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(232, 213, 163, 0.14);
}

.site-footer .footer-temple-frame picture,
.site-footer .footer-temple-frame img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  border-radius: 9px;
  object-fit: cover;
}
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer .footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer .footer-legal a:hover {
  color: var(--gold);
}

/* ===== SHARED BUTTONS ===== */
.btn-gold-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.25s;
}

.btn-gold-theme:hover {
  transform: translateY(-1px);
}

.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
}

.wa-float svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

/* Service / inner pages: offset for sticky header */
.has-site-header .svc-hero,
.has-site-header .page-hero {
  padding-top: 100px !important;
}

@media (max-width: 1100px) {
  .site-header .main-nav { gap: 14px; }
  .site-header .main-nav a { font-size: 0.62rem; }
}

@media (max-width: 960px) {
  .site-header .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px 24px;
    gap: 14px;
    border-top: 1px solid var(--line);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  }

  .site-header .main-nav.open { display: flex; }

  .site-header .main-nav [data-nav-login],
  .site-header .main-nav [data-nav-register],
  .site-header .main-nav [data-nav-account] {
    display: block;
  }

  .site-header .menu-toggle { display: flex; }

  .site-header .header-auth { display: none; }

  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; }
  .site-header .brand-logo { height: 56px; width: 56px; }
  .site-header .brand-text { font-size: 0.58rem; max-width: 160px; display: block; }
}

/* ===== SHOP / REPORTS / CHECKOUT PAGES ===== */
.page-hero,
.shop-hero,
.checkout-hero {
  background: var(--navy);
  padding: 100px 0 56px;
  text-align: center;
}

.page-hero h1,
.shop-hero h1,
.checkout-hero h1 {
  font-family: 'Playfair Display', serif;
  color: var(--gold-light);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 12px;
}

.page-hero p,
.shop-hero p,
.checkout-hero p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 620px;
  margin: 0 auto;
  font-size: 0.92rem;
  line-height: 1.7;
}

.shop-section {
  padding: 50px 0 70px;
}

.shop-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.shop-tab {
  padding: 10px 22px;
  border: 1px solid #D8D0C0;
  background: var(--white);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
}

.shop-tab.active {
  background: var(--navy);
  color: var(--gold-light);
  border-color: var(--navy);
}

.shop-grid,
.reports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.shop-card,
.report-card {
  background: var(--white);
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.shop-card:hover,
.report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 28, 57, 0.08);
}

.shop-card h3,
.report-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.35;
}

.shop-card .type {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.shop-card .price,
.report-card .price {
  font-family: 'Cinzel', serif;
  font-size: 1.35rem;
  color: var(--gold);
  margin: 12px 0 18px;
}

.report-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
}

.shop-card .actions {
  margin-top: auto;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-buy {
  flex: 1;
  text-align: center;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
}

.btn-info {
  padding: 12px 16px;
  border: 1px solid #D8D0C0;
  font-size: 0.72rem;
  font-weight: 600;
  border-radius: 4px;
}

.report-card a,
.report-card .btn-buy-inline {
  display: inline-block;
  background: var(--navy);
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 3px;
}

.report-card a:hover {
  background: var(--navy-mid);
}

.cta-box {
  text-align: center;
  margin-top: 48px;
  padding: 40px;
  background: var(--navy);
  border-radius: 8px;
}

.cta-box h2 {
  font-family: 'Playfair Display', serif;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.cta-box a {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 3px;
  display: inline-block;
}

/* Checkout */
.checkout-page {
  padding: 48px 0 70px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: start;
}

.checkout-panel {
  background: var(--white);
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 28, 57, 0.06);
}

.checkout-panel-head {
  background: var(--navy);
  padding: 16px 22px;
  color: var(--gold-light);
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.checkout-panel-body {
  padding: 24px;
}

.checkout-page h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.checkout-sub {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 28px;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.field input,
.field select,
.field textarea {
  border: 1px solid #D8D0C0;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 0.85rem;
  background: var(--cream);
  outline: none;
  font-family: inherit;
}

.field input[type="file"] {
  padding: 8px 10px;
  font-size: 0.8rem;
  cursor: pointer;
}

.field textarea {
  min-height: 90px;
  resize: vertical;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #EEE3C8;
  font-size: 0.88rem;
}

.summary-row.total {
  border-bottom: none;
  font-weight: 700;
  font-size: 1rem;
  color: var(--navy);
  padding-top: 16px;
}

.price-big {
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  color: var(--gold);
  margin: 12px 0 20px;
}

.btn-pay {
  width: 100%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
}

.btn-pay:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.checkout-msg {
  margin-top: 14px;
  font-size: 0.84rem;
  display: none;
}

.checkout-msg.show {
  display: block;
}

.checkout-msg.error {
  color: #DC2626;
}

.checkout-msg.success {
  color: #059669;
}

.secure-note {
  font-size: 0.72rem;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
}

.secure-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.72rem;
  color: var(--muted);
}

/* Payment result pages */
.payment-wrap {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 80px;
}

.payment-card {
  max-width: 520px;
  width: 100%;
  background: var(--white);
  border: 1px solid #E8E0D0;
  border-radius: 10px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 28, 57, 0.08);
}

.payment-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
}

.payment-icon.success {
  background: #D1FAE5;
  color: #059669;
}

.payment-icon.failed {
  background: #FEE2E2;
  color: #DC2626;
}

.payment-card h1 {
  font-family: 'Playfair Display', serif;
  color: var(--navy);
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.payment-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.order-box {
  background: var(--cream);
  border-radius: 6px;
  padding: 16px;
  margin: 22px 0;
  text-align: left;
  font-size: 0.85rem;
}

.order-box b {
  color: var(--navy);
}

.payment-btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.payment-btns a {
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.payment-btns .primary {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
}

.payment-btns .ghost {
  border: 1px solid #D8D0C0;
  color: var(--navy);
}

@media (max-width: 900px) {
  .shop-grid,
  .reports-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .shop-grid,
  .reports-grid,
  .services-page-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== INQUIRY / REGISTER FORMS ===== */
.forms-section {
  padding: 70px 0;
  background: var(--cream-dark);
}

.forms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.form-panel {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 28, 57, 0.08);
}

.form-header {
  background: var(--navy);
  padding: 16px 24px;
}

.form-header h3 {
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold-light);
  text-transform: uppercase;
}

.form-body {
  padding: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.form-field input,
.form-field select,
.form-field textarea {
  border: 1px solid #D8D0C0;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 0.85rem;
  color: var(--text);
  outline: none;
  background: var(--cream);
  font-family: inherit;
}

.form-field textarea {
  min-height: 96px;
  resize: vertical;
  line-height: 1.55;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);
}

.btn-submit-navy {
  width: 100%;
  background: var(--navy);
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  border: none;
  border-radius: 4px;
  margin-top: 8px;
  cursor: pointer;
  font-family: inherit;
}

.btn-submit-navy:hover {
  background: var(--navy-mid);
}

.btn-submit-gold {
  width: 100%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px;
  border: none;
  border-radius: 4px;
  margin-top: 8px;
  cursor: pointer;
  font-family: inherit;
}

.form-note {
  font-size: 0.72rem;
  color: var(--muted);
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.form-note svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  stroke: var(--muted);
  fill: none;
}

.form-msg {
  margin-top: 12px;
  font-size: 0.82rem;
  text-align: center;
  display: none;
}

.form-msg.show,
.form-msg.success,
.form-msg.error {
  display: block;
}

.form-msg.success {
  color: #059669;
}

.form-msg.error {
  color: #DC2626;
}

.inquiry-intro {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 18px;
}

/* ===== SERVICES PAGE ===== */
.services-page-section {
  padding: 60px 0 70px;
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-page-card {
  background: var(--white);
  border: 1px solid #E8E0D0;
  border-radius: 8px;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.service-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 28, 57, 0.08);
}

.service-page-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.35;
}

.service-page-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 16px;
  flex: 1;
}

.service-page-card .price {
  font-family: 'Cinzel', serif;
  font-size: 1.2rem;
  color: var(--gold);
  margin-bottom: 14px;
}

.service-page-card .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.service-page-card .actions a {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 4px;
}

.service-page-card .btn-details {
  background: var(--navy);
  color: var(--gold-light);
}

.service-page-card .btn-buy-sm {
  background: linear-gradient(180deg, var(--gold-light), var(--gold));
  color: var(--navy);
}

@media (max-width: 900px) {
  .forms-grid {
    grid-template-columns: 1fr;
  }

  .services-page-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Phone tap targets */
.site-footer .footer-brand .phone a,
.contact-box a[href^="tel:"],
.info-card a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
}
.site-footer .footer-brand .phone a:hover { color: var(--gold-light); }

/* Trust badges */
.trust-badges {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px 8px;
  margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(197,160,89,.25);
}
.trust-badges .tb-item {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .55rem; font-weight: 700; letter-spacing: .03em;
  text-transform: uppercase; color: var(--muted);
  line-height: 1.2;
}
.trust-badges .tb-pill {
  border: 1px solid rgba(197,160,89,.45); border-radius: 3px;
  padding: 2px 6px; background: #fff; color: var(--navy);
  font-size: .52rem;
}
.trust-badges .tb-secure { color: var(--gold-dark); font-size: .55rem; }

/* Sample modal */
.sample-modal-backdrop {
  position: fixed; inset: 0; background: rgba(0,28,57,.72); z-index: 400;
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.sample-modal-backdrop.open { display: flex; }
.sample-modal {
  background: var(--cream); max-width: 720px; width: 100%; max-height: 90vh;
  overflow: auto; border-radius: 8px; border: 1px solid rgba(197,160,89,.35); padding: 20px;
}
.sample-modal img, .sample-modal iframe { width: 100%; height: auto; display: block; }
.sample-modal .close-sample {
  float: right; background: none; border: none; font-size: 1.4rem; color: var(--navy);
}

/* Lang toggle */
.lang-toggle {
  display: inline-flex; align-items: center; gap: 0; margin-left: 8px;
  border: 1px solid rgba(197,160,89,.55); border-radius: 3px; overflow: hidden;
  flex-shrink: 0; z-index: 5;
}
.lang-toggle button {
  background: transparent; border: none; color: rgba(255,255,255,.85);
  font-size: .68rem; font-weight: 700; letter-spacing: .06em; padding: 7px 11px;
  cursor: pointer; font-family: inherit; line-height: 1;
}
.lang-toggle button.active { background: var(--gold); color: var(--navy); }
.lang-toggle button:not(.active):hover { background: rgba(255,255,255,.08); }

/* Tamil readability */
html.lang-ta body,
body.lang-ta {
  font-family: 'Noto Sans Tamil', 'Montserrat', sans-serif;
}
html.lang-ta h1, html.lang-ta h2, html.lang-ta h3, html.lang-ta h4, html.lang-ta h5,
body.lang-ta h1, body.lang-ta h2, body.lang-ta h3, body.lang-ta h4, body.lang-ta h5 {
  font-family: 'Noto Sans Tamil', 'Playfair Display', serif;
  letter-spacing: 0.02em;
  text-transform: none;
}
@media (max-width: 960px) {
  .lang-toggle { margin-left: auto; margin-right: 8px; }
  .lang-toggle button { padding: 8px 12px; font-size: .72rem; }
}

/* Freebie widget */
.freebie-widget {
  background: var(--navy); color: #fff; padding: 48px 0; margin-top: 0;
}
.freebie-widget h2 { color: var(--gold-light); font-family: Cinzel, serif; letter-spacing: .12em; text-transform: uppercase; font-size: 1rem; text-align: center; margin-bottom: 8px; }
.freebie-widget .freebie-sub { text-align: center; color: rgba(255,255,255,.7); font-size: .9rem; margin-bottom: 28px; }
.freebie-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: start; max-width: 960px; margin: 0 auto; }
@media (max-width: 800px) { .freebie-grid { grid-template-columns: 1fr; } }
.freebie-result {
  background: rgba(255,255,255,.06); border: 1px solid rgba(197,160,89,.35);
  border-radius: 10px; padding: 20px;
}
.freebie-result h3 { color: var(--gold); font-size: 1rem; margin-bottom: 12px; }
.freebie-result .slot { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .88rem; }
.freebie-form label { display: block; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 6px; }
.freebie-form input,
.freebie-form select {
  width: 100%; padding: 12px 14px; border-radius: 4px; border: 1px solid rgba(197,160,89,.35);
  background: #fff; color: var(--navy); margin-bottom: 12px; font-weight: 600; font-family: inherit;
}
.freebie-form select option,
.freebie-form select optgroup {
  color: #1a1a1a !important;
  background-color: #ffffff !important;
}
.freebie-form button {
  width: 100%; background: linear-gradient(180deg,var(--gold-light),var(--gold));
  color: var(--navy); border: none; padding: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-radius: 3px; cursor: pointer;
}
.freebie-msg { margin-top: 10px; font-size: .85rem; }
.freebie-msg.ok { color: #b8f0c4; }
.freebie-msg.err { color: #ffb4b4; }

/* Reviews section */
.reviews-section { padding: 56px 0; background: var(--cream-dark); }
.reviews-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  margin-top: 22px;
  align-items: start;
}
@media (max-width: 900px) {
  .reviews-layout { grid-template-columns: 1fr; }
}
.reviews-list-wrap { min-width: 0; }
.reviews-list {
  display: grid;
  gap: 14px;
  max-height: 640px;
  overflow-y: auto;
  padding-right: 4px;
}
.reviews-empty {
  background: #fff;
  border: 1px solid #E0D8C8;
  border-radius: 10px;
  padding: 22px;
  color: #5A6478;
  font-size: .92rem;
  text-align: center;
}
.review-card {
  background: #fff;
  border: 1px solid #E0D8C8;
  border-radius: 10px;
  padding: 18px 18px 16px;
  box-shadow: 0 2px 8px rgba(0,28,57,.04);
}
.review-card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 8px;
}
.review-card-name {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: var(--navy);
  font-size: .98rem;
  margin: 0;
}
.review-card-meta {
  font-size: .78rem;
  color: #5A6478;
  margin-top: 4px;
  line-height: 1.45;
}
.review-card-meta a { color: var(--navy); font-weight: 600; text-decoration: underline; }
.review-card-stars {
  color: #C5A059;
  letter-spacing: 2px;
  font-size: 1.05rem;
  line-height: 1;
  white-space: nowrap;
}
.review-card-service {
  display: inline-block;
  margin-top: 8px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--navy);
  background: rgba(197,160,89,.14);
  border: 1px solid rgba(197,160,89,.35);
  border-radius: 999px;
  padding: 4px 10px;
}
.review-card-message {
  margin-top: 10px;
  color: #334155;
  font-size: .9rem;
  line-height: 1.55;
}
.reviews-embed { margin-top: 18px; }
.review-form-card {
  background: #fff;
  border: 1px solid #E0D8C8;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 2px 8px rgba(0,28,57,.04);
  position: sticky;
  top: 88px;
}
.review-form-card h3 {
  font-family: Playfair Display, serif;
  color: var(--navy);
  font-size: 1.35rem;
  margin: 0 0 6px;
}
.review-form-sub {
  font-size: .88rem;
  color: #5A6478;
  margin-bottom: 14px;
  line-height: 1.5;
}
.review-form-card label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 10px 0 5px;
  color: var(--muted);
}
.review-form-card input,
.review-form-card select,
.review-form-card textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #E0D8C8;
  border-radius: 4px;
  font-weight: 600;
  background: #fff;
  font-family: inherit;
}
.star-rating {
  display: flex;
  gap: 4px;
  margin: 4px 0 2px;
}
.star-btn {
  border: none;
  background: transparent;
  color: #D1D5DB;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
  transition: color .15s ease, transform .15s ease;
}
.star-btn:hover,
.star-btn.is-active { color: #C5A059; }
.star-btn:hover { transform: scale(1.08); }
.review-submit {
  width: 100%;
  margin-top: 14px;
  background: var(--navy);
  color: var(--gold-light);
  border: none;
  padding: 12px 16px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .78rem;
  cursor: pointer;
}
.review-msg { margin-top: 10px; font-size: .85rem; min-height: 1.2em; }
.review-msg.ok { color: #059669; }
.review-msg.err { color: #DC2626; }

/* Booking page */
.book-page { padding: 48px 0 70px; }
.book-layout {
  display: grid;
  grid-template-columns: .85fr 1.4fr;
  gap: 22px;
  align-items: start;
}
@media (max-width: 960px) {
  .book-layout { grid-template-columns: 1fr; }
}
.book-aside { display: grid; gap: 12px; }
.book-info-card {
  background: #fff;
  border: 1px solid #E0D8C8;
  border-radius: 10px;
  padding: 16px 18px;
}
.book-info-card h4 {
  font-family: Montserrat, sans-serif;
  font-size: .72rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 6px;
}
.book-info-card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.55;
  color: var(--navy);
  font-weight: 600;
}
.book-info-card a { color: var(--navy); text-decoration: underline; }
.book-card {
  background: #fff;
  border: 1px solid #E0D8C8;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 2px 8px rgba(0,28,57,.04);
}
.book-card h2 {
  font-family: Playfair Display, serif;
  color: var(--navy);
  font-size: 1.35rem;
  margin: 0 0 14px;
}
.book-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}
@media (max-width: 700px) {
  .book-form-grid { grid-template-columns: 1fr; }
}
.book-field-full { grid-column: 1 / -1; }
.book-field label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: var(--muted);
}
.book-field input,
.book-field select,
.book-field textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #E0D8C8;
  border-radius: 4px;
  font-weight: 600;
  background: #fff;
  font-family: inherit;
}
.book-slot-section {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #E8E0D0;
}
.book-slot-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 14px;
}
.book-slot-head h3 {
  font-family: Playfair Display, serif;
  color: var(--navy);
  font-size: 1.15rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.book-slot-head p {
  margin: 0;
  font-size: .78rem;
  color: #5A6478;
  font-weight: 600;
}
.book-slot-grid {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) 1.1fr;
  gap: 16px;
}
@media (max-width: 700px) {
  .book-slot-grid { grid-template-columns: 1fr; }
}
.book-calendar {
  border: 1px solid #E0D8C8;
  border-radius: 10px;
  padding: 14px;
  background: #FDFBF0;
}
.cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cal-month {
  font-weight: 800;
  color: var(--navy);
  font-size: .92rem;
}
.cal-nav-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid rgba(197,160,89,.45);
  background: #fff;
  color: var(--navy);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}
.cal-weekdays,
.cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.cal-weekdays span {
  text-align: center;
  font-size: .68rem;
  font-weight: 800;
  color: #5A6478;
  padding: 4px 0;
  text-transform: uppercase;
}
.cal-day {
  aspect-ratio: 1;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-weight: 700;
  font-size: .82rem;
  cursor: pointer;
}
.cal-day.is-empty { visibility: hidden; }
.cal-day.is-disabled {
  opacity: .35;
  cursor: not-allowed;
  background: transparent;
}
.cal-day.is-today { border-color: rgba(197,160,89,.55); }
.cal-day.is-selected,
.cal-day:not(:disabled):hover {
  background: var(--navy);
  color: var(--gold-light);
}
.book-times-title {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}
.book-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
@media (max-width: 500px) {
  .book-time-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.book-time-btn {
  border: 1px solid rgba(197,160,89,.45);
  background: #fff;
  color: var(--navy);
  border-radius: 6px;
  padding: 12px 8px;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.book-time-btn:hover:not(:disabled) {
  border-color: var(--navy);
}
.book-time-btn.is-selected {
  background: var(--navy);
  color: var(--gold-light);
  border-color: var(--navy);
}
.book-time-btn.is-unavailable,
.book-time-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}
.book-times-empty {
  font-size: .88rem;
  color: #5A6478;
  margin: 0;
}
.book-submit {
  width: 100%;
  margin-top: 18px;
  background: var(--navy);
  color: var(--gold-light);
  border: none;
  padding: 13px 16px;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .8rem;
  cursor: pointer;
}
.book-submit:disabled { opacity: .55; cursor: wait; }
.book-msg { margin-top: 10px; font-size: .88rem; min-height: 1.2em; }
.book-msg.ok { color: #059669; }
.book-msg.err { color: #DC2626; }

/* Legacy booking helpers kept for compatibility */
.slot-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.slot-btn {
  border: 1px solid rgba(197,160,89,.45); background: #fff; padding: 8px 12px; border-radius: 4px;
  font-size: .78rem; font-weight: 700; color: var(--navy);
}
.slot-btn.active { background: var(--navy); color: var(--gold-light); border-color: var(--navy); }
.slot-btn:disabled { opacity: .4; }

/* Mandatory field marker */
label .req, .req { color: #b45309; font-weight: 800; margin-left: 2px; }
