/* OnlyMantra Child Theme - Base Styles */
/* Both v1 and v2 share these common styles */

/* ==========================================
   RESET & BASE
   ========================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Inter', 'Segoe UI', system-ui, sans-serif;
  line-height: 1.6;
  color: #0f172a;
  background: #f8fafc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s, background 0.2s;
}

ul {
  list-style: none;
}

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

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================
   CSS VARIABLES & DESIGN TOKENS
   ========================================== */
:root {
  --primary: #ea580c;
  --primary-light: #fff7ed;
  --primary-dark: #c2410c;
  --secondary: #881337;
  --accent: #f59e0b;
  --bg-main: #f8fafc;
  --bg-white: #ffffff;
  --bg-warm: #faf8f5;
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #64748b;
  --text-inverse: #ffffff;
  --border: #e2e8f0;
  --border-warm: #ede3d5;
  --radius-sm: 6px;
  --radius: 8px;
  --radius-lg: 12px;
  --container-max: 1280px;
}

/* ==========================================================================
   UNIFIED HERO SYSTEM (APPLIES IDENTICALLY ACROSS ALL HUBS & PAGES)
   ========================================================================== */
.om-chant-hero,
.om-scr-hero,
.om-cat-hero,
.om-deity-hero,
.om-coll-hero,
.om-learn-hero,
.om-blog-hero,
.om-more-hero,
.om-legal-hero,
.om-panchang-hero,
.hero-v2 {
  position: relative !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.48) 0%, rgba(20, 10, 5, 0.72) 100%),
              url('../images/om-hero-clean.webp') center center / cover no-repeat !important;
  color: #ffffff !important;
  padding: 56px 0 60px !important;
  overflow: hidden !important;
  border-bottom: 3px solid #ea580c !important;
  box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.3) !important;
  text-align: left !important;
}

.om-chant-hero-inner,
.om-scr-hero-inner,
.om-cat-hero-inner,
.om-deity-hero-inner,
.om-coll-hero-inner,
.om-learn-hero-inner,
.om-blog-hero-inner,
.om-more-hero-inner,
.om-panchang-hero-inner,
.hero-v2-inner {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  position: relative !important;
  z-index: 2 !important;
}

.om-cat-title-main,
.om-scr-title-main,
.om-deity-title,
.om-coll-title-main,
.om-learn-title-main,
.om-blog-title-main,
.om-more-title-main,
.om-panchang-hero-title,
.hero-v2 h1 {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Inter', 'Segoe UI', system-ui, sans-serif !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 0 8px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.03em !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85) !important;
}

.om-scr-title-subtitle,
.om-cat-title-telugu,
.om-deity-title-sub,
.om-coll-title-sub,
.om-learn-title-sub,
.om-panchang-hero-telugu {
  font-family: 'Ramabhadra', 'Mandali', 'Suranna', 'Noto Serif Telugu', sans-serif !important;
  font-size: 18.5px !important;
  color: #fef08a !important;
  margin: 0 0 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.3px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

.om-cat-description,
.om-scr-description,
.om-deity-desc,
.om-coll-desc,
.om-learn-desc,
.om-blog-desc,
.om-more-desc,
.om-panchang-hero-desc,
.hero-v2 p {
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  color: #f8fafc !important;
  max-width: 820px !important;
  margin: 0 0 24px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8) !important;
}

/* Universal Glassmorphic Stats Strip */
.om-scr-stats-strip {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.om-scr-stat-box {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 10px 18px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.om-scr-stat-icon {
  font-size: 22px !important;
  line-height: 1 !important;
}

.om-scr-stat-value {
  font-size: 14.5px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
}

.om-scr-stat-label {
  font-size: 11px !important;
  color: #fed7aa !important;
  font-weight: 500 !important;
}

.om-hero-ambient-wrap,
.om-cat-ambient-bg {
  display: none !important;
}

/* ==========================================
   UTILITY BAR
   ========================================== */
.utility-bar {
  background: #1a1a2e;
  color: #e0e0e0;
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.utility-bar-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.utility-bar a {
  color: #ccc;
  font-size: 12px;
  transition: color 0.2s;
}

.utility-bar a:hover {
  color: #ff6b00;
}

.utility-langs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}

.utility-langs a.active {
  color: #ff6b00;
  font-weight: 700;
}

/* ==========================================
   SITE HEADER
   ========================================== */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #ede3d5;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.header-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  font-size: 28px;
  line-height: 1;
}

.logo-text {
  font-family: 'Philosopher', 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #ff6b00;
}

.search-box {
  flex: 1;
  max-width: 460px;
}

.search-box form {
  width: 100%;
}

.search-box input {
  width: 100%;
  padding: 9px 18px;
  border: 1px solid #e0d8cc;
  border-radius: 24px;
  font-size: 14px;
  background: #fbf9f6;
  color: #1a1a2e;
  outline: none;
  transition: all 0.2s;
}

.search-box input:focus {
  background: #ffffff;
  border-color: #ff6b00;
  box-shadow: 0 0 0 3px rgba(255,107,0,0.12);
}

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

.lang-btn {
  background: #fdfaf6;
  border: 1px solid #e2d8cb;
  padding: 7px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: all 0.2s;
}

.lang-btn:hover {
  border-color: #ff6b00;
  color: #ff6b00;
}

.signin-btn {
  background: #ff6b00;
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.2s;
  box-shadow: 0 2px 6px rgba(255,107,0,0.25);
}

.signin-btn:hover {
  background: #e55a00;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(255,107,0,0.35);
}

/* ==========================================
   MAIN NAVIGATION BAR
   ========================================== */
.main-nav {
  background: #ffffff;
  border-bottom: 1px solid #ede3d5;
  position: relative;
  z-index: 999;
}

.main-nav-inner {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  height: 46px;
  position: relative;
}

.main-nav .nav-item {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: #555566;
  text-decoration: none;
  padding: 14px 0;
  position: relative;
  white-space: nowrap;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}

.main-nav .nav-item:hover,
.main-nav .nav-item.active {
  color: #ff6b00;
}

.main-nav .nav-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #ff6b00;
  border-radius: 3px 3px 0 0;
}

/* Mega-Menu Dropdowns */
.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.nav-arrow {
  font-size: 10px;
  margin-left: 4px;
  transition: transform 0.2s;
  color: #888;
}

.nav-dropdown:hover .nav-arrow {
  transform: rotate(180deg);
  color: #ff6b00;
}

/* Natural Left Alignment under hovered item */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0 !important;
  right: auto !important;
  background: #ffffff;
  border: 1px solid #ede3d5;
  border-top: 3px solid #ff6b00;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 12px 36px rgba(0,0,0,0.14);
  padding: 22px 24px;
  min-width: 660px !important;
  z-index: 10000;
  white-space: normal;
  text-align: left;
}

.nav-dropdown:hover .mega-menu {
  display: block;
  animation: fadeInMega 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Align rightmost dropdown (MALIKAS) to right edge */
.nav-dropdown:last-of-type .mega-menu {
  left: auto !important;
  right: 0 !important;
}

.mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  width: 100%;
}

.mega-grid-3 {
  grid-template-columns: repeat(3, 1fr);
  min-width: 780px !important;
}

.mega-col {
  min-width: 0;
}

.mega-col-title {
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ea580c;
  margin: 0 0 12px 0;
  padding-bottom: 6px;
  border-bottom: 1.5px solid #ffedd5;
  white-space: nowrap;
}

.mega-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mega-list li {
  margin: 0;
  padding: 0;
}

.mega-list li a {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 7px 10px !important;
  border-radius: 6px !important;
  transition: all 0.15s ease !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.mega-list li a:hover {
  background: #fff7ed !important;
  color: #ea580c !important;
  padding-left: 10px !important;
}

.mega-count {
  font-size: 11px !important;
  color: #64748b !important;
  font-weight: 700 !important;
  margin-left: auto !important;
  background: #f1f5f9 !important;
  padding: 2px 6px !important;
  border-radius: 10px !important;
  flex-shrink: 0 !important;
}

/* ==========================================
   FOOTER
   ========================================== */
.site-footer {
  background: #1a1a2e;
  color: #fff;
  padding: 48px 24px 24px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  color: #c2185b;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: #aaa;
  padding: 4px 0;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #888;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  font-size: 18px;
  color: #888;
}

.footer-social a:hover {
  color: #c2185b;
}

/* ==========================================
   SECTION HEADERS
   ========================================== */
.section-header,
.section-header-v2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.section-header h2,
.section-header-v2 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
}

.view-all,
.view-all-v2 {
  font-size: 14px;
  font-weight: 500;
  color: #c2185b;
}

.view-all:hover,
.view-all-v2:hover {
  color: #ad1457;
}

/* ==========================================
   PLAY BUTTONS
   ========================================== */
.play-btn,
.play-btn-v2 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c2185b;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

.play-btn:hover,
.play-btn-v2:hover {
  background: #ad1457;
}

.play-btn-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3e5f5;
  color: #c2185b;
  border: none;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.play-btn-small:hover {
  background: #e1bee7;
}

.play-btn-v2.small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  background: #f3e5f5;
  color: #c2185b;
}

.play-btn-v2.small:hover {
  background: #e1bee7;
}

/* ==========================================
   SECTION BACKGROUNDS
   ========================================== */
.today-section,
.today-v2 {
  padding: 40px 24px;
  background: #f8f9fa;
}

.seek-section,
.seek-v2 {
  padding: 40px 24px;
  background: #fff;
}

.deities-section,
.deities-v2 {
  padding: 40px 24px;
  background: #f8f9fa;
}

.popular-section,
.popular-v2 {
  padding: 40px 24px;
  background: #fff;
}

.meaning-section,
.meaning-v2 {
  padding: 40px 24px;
  background: #f8f9fa;
}

.three-col-section,
.three-col-v2 {
  padding: 40px 24px;
  background: #fff;
}

.trust-section,
.trust-v2 {
  padding: 40px 24px;
  background: #f8f9fa;
  border-top: 1px solid #e5e5e5;
}

/* ==========================================
   V1 STYLES
   ========================================== */

/* Hero V1 */
.hero {
  background: linear-gradient(135deg, #fce4ec 0%, #f3e5f5 50%, #e8eaf6 100%);
  padding: 48px 24px;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.hero-content {
  flex: 1;
}

.hero h1 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 8px;
}

.hero p {
  font-size: 16px;
  color: #4a4a68;
  margin-bottom: 24px;
}

.hero-search {
  margin-bottom: 16px;
}

.search-box-hero,
.search-box-v2 {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.search-icon,
.search-icon-v2 {
  padding: 0 12px;
  font-size: 18px;
  color: #999;
}

.search-input-hero,
.search-input-v2 {
  flex: 1;
  border: none;
  padding: 12px 8px;
  font-size: 15px;
  outline: none;
  background: transparent;
}

.search-btn-hero,
.search-btn-v2 {
  background: #c2185b;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.search-btn-hero:hover,
.search-btn-v2:hover {
  background: #ad1457;
}

.popular-searches {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.popular-label {
  font-size: 13px;
  color: #888;
}

.popular-searches a {
  font-size: 13px;
  color: #c2185b;
  background: #fce4ec;
  padding: 4px 12px;
  border-radius: 16px;
}

.popular-searches a:hover {
  background: #f8bbd0;
}

.hero-illustration {
  flex: 0 0 200px;
}

.hero-temple {
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #c2185b 0%, #9c27b0 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(194, 24, 91, 0.3);
}

/* Quick Actions V1 */
.actions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 40px 0;
}

.action-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  transition: all 0.2s;
}

.action-card:hover {
  border-color: #c2185b;
  box-shadow: 0 4px 16px rgba(194, 24, 91, 0.1);
  transform: translateY(-2px);
}

.action-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.action-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.action-card p {
  font-size: 13px;
  color: #888;
}

/* Today's Journey V1 */
.today-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.today-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  transition: all 0.2s;
}

.today-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.today-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}

.today-card.morning .today-badge {
  background: #fff3e0;
  color: #e65100;
}

.today-card.prayer .today-badge {
  background: #fce4ec;
  color: #c2185b;
}

.today-card.evening .today-badge {
  background: #e8eaf6;
  color: #3f51b5;
}

.today-card.learn .today-badge {
  background: #e8f5e9;
  color: #2e7d32;
}

.today-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.today-card p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.today-meta {
  font-size: 12px;
  color: #999;
  display: flex;
  gap: 8px;
  align-items: center;
}

.explore-link {
  font-size: 14px;
  font-weight: 500;
  color: #c2185b;
}

/* Seek Section V1 */
.seek-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.seek-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-align: center;
  transition: all 0.2s;
}

.seek-item:hover {
  border-color: #c2185b;
  box-shadow: 0 4px 16px rgba(194, 24, 91, 0.1);
}

.seek-icon {
  font-size: 28px;
}

.seek-item span {
  font-size: 13px;
  font-weight: 500;
  color: #4a4a68;
}

/* Deities V1 */
.deities-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.deity-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-align: center;
  transition: all 0.2s;
}

.deity-item:hover {
  border-color: #c2185b;
  background: #fce4ec;
}

.deity-icon {
  font-size: 32px;
}

.deity-item span {
  font-size: 14px;
  font-weight: 500;
}

.deity-item.more {
  border-style: dashed;
}

/* Popular V1 */
.popular-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.popular-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  transition: all 0.2s;
}

.popular-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.popular-img {
  width: 60px;
  height: 60px;
  background: #f3e5f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.popular-info {
  flex: 1;
}

.popular-info h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.popular-info p {
  font-size: 13px;
  color: #666;
}

/* Meaning V1 */
.meaning-card {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 100%);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
}

.meaning-left {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.om-symbol {
  font-size: 64px;
  color: #c2185b;
  flex-shrink: 0;
}

.meaning-text h3 {
  font-size: 24px;
  margin-bottom: 4px;
}

.meaning-transliteration {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 8px;
  display: block;
}

.meaning-text p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 12px;
}

.meaning-btn {
  display: inline-block;
  background: #c2185b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.meaning-btn:hover {
  background: #ad1457;
}

.meaning-features {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.meaning-features span {
  font-size: 13px;
  color: #ccc;
  background: rgba(255,255,255,0.1);
  padding: 6px 12px;
  border-radius: 16px;
}

/* Three Column V1 */
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.col-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.col-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.col-header h3 {
  font-size: 16px;
  font-weight: 600;
}

.view-all-sm {
  font-size: 13px;
  color: #c2185b;
}

.col-list {
  padding: 8px 0;
}

.col-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  transition: background 0.2s;
}

.col-item:hover {
  background: #f8f9fa;
}

.col-item-icon {
  font-size: 24px;
}

.col-item-text {
  flex: 1;
}

.col-item-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.col-item-text p {
  font-size: 12px;
  color: #888;
}

.col-arrow {
  font-size: 18px;
  color: #ccc;
}

/* Festival Card V1 */
.festival-card {
  padding: 20px;
}

.festival-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #fff3e0;
  color: #e65100;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.festival-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.festival-date {
  font-size: 14px;
  color: #c2185b;
  margin-bottom: 12px;
}

.festival-list {
  margin-bottom: 16px;
}

.festival-list li {
  font-size: 14px;
  color: #666;
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}

.festival-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #c2185b;
}

.festival-link {
  font-size: 14px;
  font-weight: 500;
  color: #c2185b;
}

/* Journey V1 */
.journey-list {
  padding: 8px 0;
}

.journey-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}

.journey-item.saved {
  border-top: 1px solid #e5e5e5;
}

.journey-icon {
  font-size: 24px;
}

.journey-text {
  flex: 1;
}

.journey-text h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.journey-text p {
  font-size: 12px;
  color: #888;
}

.journey-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
}

.progress-bar {
  width: 80px;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background: #c2185b;
  border-radius: 3px;
}

.completed {
  color: #2e7d32;
  font-weight: 500;
}

/* Trust V1 */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.trust-item {
  text-align: center;
}

.trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fce4ec;
  color: #c2185b;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.trust-item h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.trust-item p {
  font-size: 13px;
  color: #888;
}

/* ==========================================
   V2 STYLES (Enhanced)
   ========================================== */

/* Hero V2 (Homepage) */
.hero-v2 {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(20, 10, 5, 0.7) 100%),
              url('../images/om-hero-clean.webp') center center / cover no-repeat;
  color: #ffffff;
  padding: 56px 24px;
  border-bottom: 3px solid #ea580c;
  box-shadow: inset 0 -20px 40px rgba(0, 0, 0, 0.3);
}

.hero-v2 h1 {
  color: #ffffff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.85);
  font-family: 'Marcellus', 'Rozha One', 'Playfair Display', serif;
}

.hero-v2 p {
  color: #f8fafc !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-v2-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 48px;
}

.hero-v2-content {
  flex: 1;
}

.hero-v2 h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
  margin-bottom: 12px;
}

.hero-v2 p {
  font-size: 17px;
  color: #4a4a68;
  margin-bottom: 24px;
  max-width: 500px;
}

.hero-search-v2 {
  margin-bottom: 16px;
}

.popular-tags-v2 {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag-v2 {
  font-size: 13px;
  color: #c2185b;
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #f8bbd0;
}

.tag-v2:hover {
  background: #fce4ec;
}

.hero-typing-title {
  font-family: 'Marcellus', Georgia, serif;
  font-size: 40px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 16px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
}

.typing-highlight {
  background: linear-gradient(135deg, #fef08a 0%, #f59e0b 50%, #ea580c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
  min-width: 260px;
}

.typing-cursor {
  display: inline-block;
  color: #f59e0b;
  font-weight: 300;
  animation: blinkCursor 0.8s infinite;
  margin-left: 2px;
}

@keyframes blinkCursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.hero-v2-visual {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.om-aura-glow {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254, 215, 170, 0.3) 0%, rgba(234, 88, 12, 0.08) 50%, transparent 70%);
  filter: blur(12px);
  animation: auraPulse 4s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 1;
}

@keyframes auraPulse {
  0% { transform: translateX(-50%) scale(0.9); opacity: 0.5; }
  100% { transform: translateX(-50%) scale(1.35); opacity: 0.9; }
}

.om-watermark {
  font-size: 130px;
  color: rgba(254, 240, 138, 0.3);
  text-shadow: 0 0 40px rgba(254, 215, 170, 0.55);
  line-height: 1;
  font-family: 'Noto Serif Devanagari', serif;
  user-select: none;
  position: relative;
  z-index: 2;
  animation: floatGentle 5s ease-in-out infinite alternate;
}

@keyframes floatGentle {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(1deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.shanti-text {
  text-align: center;
}

.shanti-text .sanskrit {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fef08a;
  margin-bottom: 4px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  font-family: 'Noto Serif Devanagari', serif;
}

.shanti-text .transliteration {
  font-size: 13.5px;
  font-weight: 600;
  color: #fed7aa;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.5px;
}

/* Actions V2 - Clean Spacing Below Hero */
.actions-v2 {
  padding: 0 24px;
  margin-top: 32px;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
}

.actions-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.action-card-v2 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.action-card-v2:hover {
  border-color: #c2185b;
  box-shadow: 0 4px 16px rgba(194, 24, 91, 0.1);
}

.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.chant-bg { background: #fce4ec; }
.pray-bg { background: #f3e5f5; }
.learn-bg { background: #e8eaf6; }
.explore-bg { background: #e0f2f1; }

.action-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}

.action-text p {
  font-size: 13px;
  color: #888;
}

/* Today V2 */
.today-grid-v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.today-card-v2 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.2s;
}

.today-card-v2:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.today-badge-v2 {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  padding: 4px 8px;
  border-radius: 4px;
}

.morning-v2 { background: #fff3e0; color: #e65100; }
.prayer-v2 { background: #fce4ec; color: #c2185b; }
.evening-v2 { background: #e8eaf6; color: #3f51b5; }
.learn-v2 { background: #e8f5e9; color: #2e7d32; }

.today-card-v2 h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.today-card-v2 p {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}

.today-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.today-meta-v2 {
  font-size: 12px;
  color: #999;
}

.explore-link-v2 {
  font-size: 14px;
  font-weight: 500;
  color: #c2185b;
}

/* Seek V2 */
.seek-grid-v2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.seek-item-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-align: center;
  transition: all 0.2s;
}

.seek-item-v2:hover {
  border-color: #c2185b;
  box-shadow: 0 4px 16px rgba(194, 24, 91, 0.1);
}

.seek-icon-v2 {
  font-size: 32px;
}

.seek-item-v2 span {
  font-size: 13px;
  font-weight: 500;
  color: #4a4a68;
}

/* Deities V2 */
.deities-grid-v2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.deity-item-v2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-align: center;
  transition: all 0.2s;
}

.deity-item-v2:hover {
  border-color: #c2185b;
  background: #fce4ec;
}

.deity-icon-v2 {
  font-size: 36px;
}

.deity-item-v2 span {
  font-size: 14px;
  font-weight: 500;
}

.deity-item-v2.more-v2 {
  border-style: dashed;
}

/* Popular V2 */
.popular-grid-v2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.popular-card-v2 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  transition: all 0.2s;
}

.popular-card-v2:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.popular-icon-v2 {
  width: 64px;
  height: 64px;
  background: #f3e5f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}

.popular-info-v2 {
  flex: 1;
}

.popular-info-v2 h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.popular-info-v2 p {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.popular-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.action-link {
  font-size: 13px;
  color: #c2185b;
  font-weight: 500;
}

.popular-actions span {
  color: #ccc;
}

/* Meaning V2 */
.meaning-card-v2 {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1b69 100%);
  border-radius: 16px;
  padding: 32px;
  color: #fff;
}

.meaning-main-v2 {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.om-large-v2 {
  font-size: 72px;
  color: #c2185b;
  flex-shrink: 0;
}

.meaning-content-v2 {
  flex: 1;
}

.meaning-content-v2 h3 {
  font-size: 28px;
  margin-bottom: 4px;
}

.meaning-english-v2 {
  font-size: 15px;
  color: #aaa;
  margin-bottom: 8px;
  display: block;
}

.meaning-content-v2 p {
  font-size: 14px;
  color: #ccc;
}

.explore-btn-v2 {
  display: inline-block;
  background: #c2185b;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}

.explore-btn-v2:hover {
  background: #ad1457;
}

.meaning-tags-v2 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.meaning-tag {
  font-size: 13px;
  color: #ccc;
  background: rgba(255,255,255,0.1);
  padding: 8px 16px;
  border-radius: 20px;
}

/* Three Column V2 */
.three-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.col-card-v2 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.col-header-v2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e5e5e5;
}

.col-header-v2 h3 {
  font-size: 16px;
  font-weight: 600;
}

.view-all-sm-v2 {
  font-size: 13px;
  color: #c2185b;
}

.col-list-v2 {
  padding: 8px 0;
}

.col-item-v2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  transition: background 0.2s;
}

.col-item-v2:hover {
  background: #f8f9fa;
}

.col-icon-v2 {
  font-size: 24px;
}

.col-text-v2 {
  flex: 1;
}

.col-text-v2 h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.col-text-v2 p {
  font-size: 12px;
  color: #888;
}

.col-arrow-v2 {
  font-size: 20px;
  color: #ccc;
}

/* Festival V2 */
.festival-col {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3e0 100%);
  border-color: #ffe0b2;
}

.festival-content-v2 {
  padding: 20px;
}

.festival-badge-v2 {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: #fff;
  color: #e65100;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.festival-content-v2 h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.festival-date-v2 {
  font-size: 14px;
  color: #c2185b;
  margin-bottom: 12px;
}

.festival-points-v2 {
  margin-bottom: 16px;
}

.festival-points-v2 li {
  font-size: 14px;
  color: #666;
  padding: 4px 0;
  padding-left: 16px;
  position: relative;
}

.festival-points-v2 li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #c2185b;
}

.festival-link-v2 {
  font-size: 14px;
  font-weight: 500;
  color: #c2185b;
}

/* Journey V2 */
.journey-list-v2 {
  padding: 8px 0;
}

.journey-item-v2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
}

.journey-item-v2.saved-v2 {
  border-top: 1px solid #e5e5e5;
}

.journey-icon-v2 {
  font-size: 24px;
}

.journey-info-v2 {
  flex: 1;
}

.journey-info-v2 h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.journey-info-v2 p {
  font-size: 12px;
  color: #888;
}

.journey-progress-v2 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #888;
}

.progress-bar-v2 {
  width: 80px;
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.progress-fill-v2 {
  height: 100%;
  background: #c2185b;
  border-radius: 3px;
}

.completed-v2 {
  color: #2e7d32;
  font-weight: 500;
}

/* Trust V2 */
.trust-grid-v2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.trust-item-v2 {
  text-align: center;
}

.trust-icon-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fce4ec;
  color: #c2185b;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.trust-item-v2 h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.trust-item-v2 p {
  font-size: 13px;
  color: #888;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 1024px) {
  .three-grid,
  .three-grid-v2 {
    grid-template-columns: 1fr;
  }

  .seek-grid,
  .seek-grid-v2,
  .deities-grid,
  .deities-grid-v2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .hero-inner,
  .hero-v2-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero h1,
  .hero-v2 h1 {
    font-size: 28px;
  }

  .popular-searches,
  .popular-tags-v2 {
    justify-content: center;
  }

  .hero-illustration,
  .hero-v2-visual {
    display: none;
  }

  .actions-grid,
  .actions-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .today-grid,
  .today-grid-v2 {
    grid-template-columns: 1fr;
  }

  .seek-grid,
  .seek-grid-v2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .deities-grid,
  .deities-grid-v2 {
    grid-template-columns: repeat(3, 1fr);
  }

  .popular-grid,
  .popular-grid-v2 {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .trust-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .main-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .actions-grid,
  .actions-grid-v2 {
    grid-template-columns: 1fr;
  }

  .seek-grid,
  .seek-grid-v2,
  .deities-grid,
  .deities-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-grid,
  .trust-grid-v2 {
    grid-template-columns: 1fr;
  }
}

/* ==========================================
   HEADER SEARCH FIX (CENTERED BESIDE LOGO)
   ========================================== */
.site-header {
  position: relative;
  z-index: 1100;
  background: #ffffff;
  border-bottom: 1px solid #ede3d5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 24px;
  flex-wrap: nowrap;
}

.logo {
  flex-shrink: 0;
  margin-right: 8px;
}

.search-box {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  flex: 1 !important;
  max-width: 520px !important;
  min-width: 220px !important;
  margin: 0 20px !important;
  display: block !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}

.search-box form {
  width: 100%;
  display: flex;
  position: relative;
}

.search-box input {
  width: 100%;
  height: 42px;
  padding: 0 20px;
  border: 1.5px solid #e0d8cc;
  border-radius: 24px;
  font-size: 14px;
  background: #fbf9f6;
  color: #1a1a2e;
  outline: none;
  transition: all 0.2s;
}

.search-box input:focus {
  background: #ffffff;
  border-color: #ff6b00;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.12);
}

@media (max-width: 860px) {
  .header-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 16px;
  }
  
  .search-box {
    order: 3;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    margin: 4px 0 0 !important;
  }
}

/* ==========================================
   SEARCH RESULTS PAGE STYLES
   ========================================== */
.om-search-results-page {
  padding: 32px 0 60px;
  min-height: 70vh;
}

.search-results-header {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 28px;
  border: 1px solid #ede3d5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.search-badge {
  display: inline-block;
  background: #fff7ed;
  color: #c2410c;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid #ffedd5;
  margin-bottom: 10px;
}

.search-heading {
  font-family: 'Philosopher', 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.search-term {
  color: #ea580c;
}

.search-meta-count {
  color: #64748b;
  font-size: 15px;
  margin: 0 0 20px;
}

.search-refine-form {
  display: flex;
  gap: 10px;
  max-width: 600px;
}

.search-refine-input {
  flex: 1;
  padding: 12px 18px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  font-size: 15px;
  background: #f8fafc;
  outline: none;
}

.search-refine-input:focus {
  border-color: #ea580c;
  background: #ffffff;
}

.search-refine-btn {
  background: #ea580c;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.search-refine-btn:hover {
  background: #c2410c;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

.om-search-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.om-search-card:hover {
  transform: translateY(-2px);
  border-color: #fdba74;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.08);
}

.sc-badges {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.sc-badge {
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
}

.badge-deity { background: #fef3c7; color: #92400e; }
.badge-type { background: #fee2e2; color: #991b1b; }

.sc-title {
  font-family: 'Philosopher', 'Cormorant Garamond', Georgia, serif;
  font-size: 19px;
  margin: 0 0 10px;
}

.sc-title a {
  color: #1e293b;
  text-decoration: none;
  transition: color 0.2s;
}

.sc-title a:hover {
  color: #ea580c;
}

.sc-verse-preview {
  font-family: 'Noto Sans Telugu', serif;
  font-size: 13.5px;
  color: #7c2d12;
  background: #fffbf5;
  border-left: 3px solid #f97316;
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  margin: 0 0 16px;
  line-height: 1.5;
}

.sc-desc {
  font-size: 13.5px;
  color: #64748b;
  margin: 0 0 16px;
  line-height: 1.5;
}

.sc-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ea580c;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: gap 0.2s;
}

.sc-read-btn:hover {
  gap: 10px;
  color: #c2410c;
}

/* Empty State */
.search-empty-state {
  background: #ffffff;
  border-radius: 16px;
  padding: 48px 32px;
  text-align: center;
  border: 1px solid #ede3d5;
}

.search-empty-state .empty-icon {
  font-size: 48px;
  margin-bottom: 14px;
}

.search-empty-state h2 {
  font-size: 24px;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.search-empty-state p {
  color: #64748b;
  font-size: 15px;
  margin: 0 auto 28px;
  max-width: 500px;
}

.popular-suggestions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  max-width: 800px;
  margin: 0 auto;
}

.pop-sugg-card {
  background: #fffbf5;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: all 0.2s;
}

.pop-sugg-card:hover {
  background: #ffedd5;
  transform: translateY(-2px);
  border-color: #ea580c;
}

.pop-sugg-card .ps-icon { font-size: 24px; }
.pop-sugg-card strong { font-size: 14px; color: #9a3412; }
.pop-sugg-card span { font-size: 12px; color: #78716c; }

/* ==========================================
   DIVINE OM SOUND ENGINE STYLES
   ========================================== */
.om-divine-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid #fdba74;
  color: #c2410c;
  font-weight: 700;
  font-size: 13.5px;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.08);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.om-divine-btn:hover {
  background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
  border-color: #ea580c;
  color: #9a3412;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.18);
}

.om-divine-btn:active {
  transform: scale(0.96);
}

/* Pulsating golden aura when OM is chanting */
@keyframes omCosmicAura {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(234, 88, 12, 0.5);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 16px rgba(234, 88, 12, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(234, 88, 12, 0);
  }
}

.om-vibrating {
  animation: omCosmicAura 2s infinite ease-in-out !important;
  color: #ea580c !important;
}

.logo-icon {
  cursor: pointer;
  transition: transform 0.2s;
}

.logo-icon:hover {
  transform: scale(1.15);
}

/* Animated Equalizer Wave inside button */
.om-equalizer-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 12px;
  margin-left: 4px;
}

.om-equalizer-bars span {
  width: 2.5px;
  background: #ea580c;
  border-radius: 1px;
  animation: omEqBounce 0.8s ease-in-out infinite alternate;
}

.om-equalizer-bars span:nth-child(1) { height: 4px; animation-delay: 0.1s; }
.om-equalizer-bars span:nth-child(2) { height: 10px; animation-delay: 0.3s; }
.om-equalizer-bars span:nth-child(3) { height: 6px; animation-delay: 0.2s; }

@keyframes omEqBounce {
  0% { height: 3px; }
  100% { height: 12px; }
}

.om-divine-btn.active {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%) !important;
  color: #ffffff !important;
  border-color: #9a3412 !important;
  box-shadow: 0 0 16px rgba(234, 88, 12, 0.4) !important;
}

.om-divine-btn.active .om-equalizer-bars span {
  background: #ffffff !important;
}

/* ==========================================
   OMPANCHANG FLOATING CONTROLS (SPEAKER + SCROLL ARROWS)
   ========================================== */
.om-floating-controls-wrap {
  position: fixed;
  bottom: 84px;
  right: max(14px, calc((100vw - 1280px) / 2 - 50px));
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  user-select: none;
}

.om-float-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #e2d8cb;
  background: #ffffff;
  color: #475569;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  outline: none;
  padding: 0;
}

.om-float-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.2);
}

.om-float-btn:active {
  transform: scale(0.92);
}

/* Speaker Sound ON */
.om-speaker-btn.sound-on {
  background: #fff7ed;
  border-color: #f97316;
  color: #ea580c;
  box-shadow: 0 4px 16px rgba(234, 88, 12, 0.25);
}

.om-speaker-btn.sound-on:hover {
  background: #ffedd5;
  border-color: #c2410c;
}

/* Pulsating green/amber dot when sound is playing */
.om-pulse-dot {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 2px #ffffff;
  animation: omDotPulse 1.5s infinite;
}

@keyframes omDotPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Speaker Muted */
.om-speaker-btn.sound-muted {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #94a3b8;
}

.om-speaker-btn.sound-muted:hover {
  background: #f1f5f9;
  color: #64748b;
  border-color: #94a3b8;
}

/* Scroll Buttons */
.om-scroll-btn {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #64748b;
}

.om-scroll-btn:hover {
  background: #ea580c;
  border-color: #ea580c;
  color: #ffffff;
}

/* Ephemeral Toast Alert (Om Sound On / Om Sound Muted) */
.om-audio-toast {
  position: fixed;
  bottom: 180px;
  right: max(56px, calc((100vw - 1280px) / 2));
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.92);
  color: #fed7aa;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(251, 146, 60, 0.3);
  backdrop-filter: blur(8px);
  pointer-events: none;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.25s, transform 0.25s;
}

.om-audio-toast.show {
  opacity: 1;
  transform: translateX(0);
}

.om-toast-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fb923c;
  animation: omDotPulse 1.2s infinite;
}

@media (max-width: 640px) {
  .om-floating-controls-wrap {
    bottom: 72px;
    right: 12px;
    gap: 6px;
  }

  .om-float-btn {
    width: 35px;
    height: 35px;
  }
}

/* ==========================================
   HIGH-VALUE EDITORIAL MEANING & COMMENTARY CARDS
   ========================================== */
.om-meaning-rich-card,
.om-commentary-rich-card {
  background: #ffffff;
  border: 1px solid #f1e6da;
  border-radius: 14px;
  padding: 26px;
  margin-top: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.om-meaning-lead {
  font-size: 15.5px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 20px;
}

.om-meaning-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.om-mp-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fffbf5;
  border-left: 3px solid #f97316;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
}

.om-mp-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.om-mp-item strong {
  display: block;
  font-size: 14.5px;
  color: #9a3412;
  margin-bottom: 3px;
}

.om-mp-item span {
  font-size: 13.5px;
  line-height: 1.55;
  color: #475569;
}

.om-comm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.om-comm-box {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px;
}

.om-comm-box h4 {
  font-family: 'Philosopher', serif;
  font-size: 16px;
  color: #9a3412;
  margin: 0 0 8px;
}

.om-comm-box p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #475569;
  margin: 0;
}

.om-scholarly-note {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #64748b;
}

.om-scholarly-note strong {
  color: #334155;
}

/* Panchang Guide Box */
.om-panchang-guide-box {
  background: #ffffff;
  border: 1px solid #f0e6d6;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.om-pg-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.om-pg-icon { font-size: 24px; }

.om-pg-header h3 {
  font-family: 'Philosopher', serif;
  font-size: 20px;
  color: #1e293b;
  margin: 0;
}

.om-pg-body p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 18px;
}

.om-pg-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.om-pgh-item {
  background: #fffbf5;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  padding: 14px;
}

.om-pgh-item strong {
  display: block;
  font-size: 14px;
  color: #9a3412;
  margin-bottom: 4px;
}

.om-pgh-item span {
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}





