/* =======================================================
   EK SANATAN - SUPPORT & SEVA HELPDESK STYLESHEET
   Modern Vedic Aesthetics & Responsiveness
======================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--bg-gradient);
    background-attachment: fixed;
    color: var(--text-main);
    overflow-x: hidden;
    font-family: var(--font-sans);
}

.dashboard-wrapper {
    display: flex;
    min-height: 100vh;
}

/* Sacred Temple Atmosphere Backdrop */
.temple-backdrop-art {
    position: absolute;
    top: 0;
    right: 0;
    width: 680px;
    max-width: 55vw;
    height: 340px;
    background-image: url('../assets/home_background.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 100% 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 85%);
    mask-image: radial-gradient(ellipse at 100% 0%, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 85%);
}

.main-content {
    position: relative;
    background-color: transparent !important;
    background-image: none !important;
    flex: 1;
    margin-left: 235px;
    min-height: 100vh;
    padding: 24px 32px 60px 32px;
    width: calc(100% - 235px);
}

.top-header,
.support-hero-card,
.support-channels-grid,
.support-grid-two-col,
.support-legal-hub {
    position: relative;
    z-index: 1;
}

/* ================= HERO SUPPORT CARD ================= */
.support-hero-card {
    background: linear-gradient(135deg, #6B0A18 0%, #8B1324 50%, #5E0815 100%);
    border-radius: 22px;
    padding: 24px 28px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(107, 10, 24, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(229, 195, 101, 0.35);
    margin-bottom: 26px;
}

.support-hero-card::after {
    content: "ॐ";
    position: absolute;
    right: 20px;
    bottom: -30px;
    font-size: 160px;
    color: rgba(255, 255, 255, 0.05);
    font-family: var(--font-header);
    pointer-events: none;
    line-height: 1;
}

.support-hero-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.support-hero-pill {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    backdrop-filter: blur(8px);
}

.status-live-pill {
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.4);
    color: #D1FAE5;
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #10B981;
    animation: livePulse 2s infinite ease-in-out;
}

@keyframes livePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

.support-hero-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--font-header);
    letter-spacing: -0.01em;
    color: #FFFDF9;
}

.support-hero-sub {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    max-width: 780px;
    line-height: 1.6;
}

/* ================= PRIMARY CHANNELS GRID ================= */
.support-channels-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}

.support-channel-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid #EFE8DE;
    border-radius: 20px;
    padding: 22px 24px;
    box-shadow: 0 4px 20px rgba(141, 13, 31, 0.04);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
}

.support-channel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(141, 13, 31, 0.09);
    border-color: #E2D5C3;
}

.support-channel-card.featured-channel {
    border-color: rgba(229, 195, 101, 0.6);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 249, 238, 0.94) 100%);
    box-shadow: 0 6px 24px rgba(212, 175, 55, 0.12);
}

.channel-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.channel-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.icon-phone {
    background: #FFF0F2;
    color: #8B1324;
    border: 1px solid #FCD2D8;
}

.icon-whatsapp {
    background: #EDFBF4;
    color: #16A34A;
    border: 1px solid #B8EED2;
}

.icon-email {
    background: #FFF8EB;
    color: #D97706;
    border: 1px solid #FDE6B0;
}

.channel-tag {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 20px;
    background: #F5EFEB;
    color: #78716C;
}

.tag-whatsapp {
    background: #DCFCE7;
    color: #15803D;
}

.channel-title {
    font-size: 17px;
    font-weight: 700;
    color: #201A18;
    margin-bottom: 4px;
}

.channel-value {
    font-size: 15.5px;
    font-weight: 700;
    color: #8B1324;
    margin-bottom: 4px;
}

.channel-timing {
    font-size: 12.5px;
    color: #78716C;
    margin-bottom: 18px;
    flex-grow: 1;
}

.channel-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
}

.btn-call {
    background: #8B1324;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(139, 19, 36, 0.25);
}

.btn-call:hover {
    background: #6B0A18;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(139, 19, 36, 0.35);
}

.btn-whatsapp {
    background: #16A34A;
    color: #FFFFFF;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}

.btn-whatsapp:hover {
    background: #15803D;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
}

.btn-email {
    background: #FFF5E6;
    color: #92400E;
    border-color: #FCD89C;
}

.btn-email:hover {
    background: #FDE68A;
    color: #78350F;
    transform: translateY(-2px);
}

/* ================= TWO-COLUMN GRID: FORM & FAQ ================= */
.support-grid-two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
}

.support-faq-full-row {
    grid-template-columns: 1fr !important;
    width: 100%;
}

.support-section-card {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid #EFE8DE;
    border-radius: 22px;
    padding: 24px 26px;
    box-shadow: 0 4px 20px rgba(141, 13, 31, 0.04);
}

.section-badge-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.badge-icon-box {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #8B1324;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(139, 19, 36, 0.25);
}

.badge-heading {
    font-size: 18px;
    font-weight: 700;
    color: #8B1324;
    margin: 0;
    font-family: var(--font-header);
    letter-spacing: -0.01em;
}

.badge-subtext {
    font-size: 12.5px;
    color: #78716C;
}

.support-field-label {
    font-size: 13px;
    font-weight: 600;
    color: #44403C;
    margin-bottom: 6px;
}

.required-star {
    color: #8B1324;
    font-weight: bold;
}

.custom-input {
    border: 1.5px solid #E5DCD1;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 14px;
    color: #201A18;
    background: #FFFFFF;
    transition: all 0.2s ease;
}

.custom-input:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
    outline: none;
}

.support-submit-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #8B1324 0%, #6B0A18 100%);
    color: #FFFFFF;
    border: none;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(139, 19, 36, 0.28);
    transition: all 0.25s ease;
}

.support-submit-btn:hover {
    background: linear-gradient(135deg, #A0172C 0%, #7E0C1D 100%);
    box-shadow: 0 6px 20px rgba(139, 19, 36, 0.38);
    transform: translateY(-2px);
}

.support-submit-btn:active {
    transform: translateY(0);
}

/* ================= FAQ ACCORDION ================= */
.support-faq-accordion .faq-item {
    background: #FFFDF9;
    border: 1px solid #EFE4D6;
    border-radius: 14px !important;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color 0.2s;
}

.support-faq-accordion .faq-item:hover {
    border-color: #E2D5C3;
}

.support-faq-accordion .faq-btn {
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #201A18;
    padding: 14px 18px;
    box-shadow: none !important;
}

.support-faq-accordion .faq-btn:not(.collapsed) {
    background: #FFF7ED;
    color: #8B1324;
    border-bottom: 1px solid #F7E5CF;
}

.support-faq-accordion .faq-btn::after {
    background-size: 14px;
}

.support-faq-accordion .faq-body {
    padding: 14px 18px;
    font-size: 13.5px;
    color: #57534E;
    line-height: 1.65;
    background: #FFFDF9;
}

/* ================= POLICIES & LEGAL HUB ================= */
.legal-hub-title {
    font-size: 19px;
    font-weight: 700;
    color: #8B1324;
    font-family: var(--font-header);
    margin-bottom: 4px;
}

.legal-hub-sub {
    font-size: 13px;
    margin: 0;
}

.legal-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    max-width: 820px;
    margin: 0 auto;
}

.legal-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1.5px solid #EFE8DE;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(141, 13, 31, 0.03);
    transition: all 0.25s ease;
}

.legal-card:hover {
    border-color: #D4AF37;
    background: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(141, 13, 31, 0.08);
}

.legal-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #FFF5EC;
    border: 1px solid #FCE4D0;
    color: #8B1324;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.legal-card:hover .legal-icon-box {
    background: #8B1324;
    color: #FFFFFF;
    border-color: #8B1324;
}

.legal-card-info {
    flex-grow: 1;
}

.legal-card-name {
    font-size: 15px;
    font-weight: 700;
    color: #201A18;
    margin: 0 0 2px 0;
}

.legal-card-desc {
    font-size: 12px;
    color: #78716C;
    margin: 0;
}

.legal-arrow {
    font-size: 18px;
    color: #A8A29E;
    transition: transform 0.2s, color 0.2s;
}

.legal-card:hover .legal-arrow {
    transform: translateX(4px);
    color: #8B1324;
}

/* ================= RESPONSIVE DESIGN ================= */
@media (max-width: 991px) {
    .main-content {
        margin-left: 0;
        padding: 16px 16px 40px 16px;
    }

    .temple-backdrop-art {
        width: 480px;
        max-width: 70vw;
        height: 250px;
    }

    .support-channels-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .support-grid-two-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .legal-cards-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .main-content {
        padding: 14px 12px 30px 12px;
    }

    .temple-backdrop-art {
        width: 320px;
        max-width: 85vw;
        height: 180px;
    }

    .support-hero-card {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .support-hero-title {
        font-size: 20px;
    }

    .support-hero-sub {
        font-size: 13px;
    }

    .support-section-card {
        padding: 18px 16px;
        border-radius: 18px;
    }
}

/* =======================================================
   PRIVACY POLICY & TERMS OF SERVICE LEGAL STYLES
   ======================================================= */

.privacy-policy-hero {
  padding: 60px 0 50px;
  background: linear-gradient(135deg, #700918 0%, #8d0d1f 50%, #520510 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(141, 13, 31, 0.2);
}

.privacy-policy-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/home_background.svg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}

.back-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.back-link-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffe099;
  transform: translateX(-3px);
}

.privacy-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #fff3d1;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.privacy-hero-title {
  font-family: var(--font-header, 'Cinzel Decorative', Georgia, serif);
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.privacy-meta-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.privacy-meta-pill {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 215, 0, 0.35);
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 13px;
  color: #ffe099;
  font-weight: 500;
}

/* Page Section & Layout */
.privacy-page-section {
  padding: 50px 0 80px;
  background: transparent;
}

/* Sticky TOC Sidebar */
.privacy-sidebar-wrapper {
  position: sticky;
  top: 90px;
  z-index: 10;
}

.privacy-toc-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  border: 1.5px solid #efe4d4;
  box-shadow: 0 4px 20px rgba(141, 13, 31, 0.05);
}

.privacy-toc-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-header, 'Cinzel Decorative', Georgia, serif);
  font-size: 17px;
  font-weight: 700;
  color: #8d0d1f;
  padding-bottom: 14px;
  border-bottom: 2px solid #f6eada;
  margin-bottom: 14px;
}

.privacy-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.privacy-toc-list::-webkit-scrollbar {
  width: 4px;
}

.privacy-toc-list::-webkit-scrollbar-thumb {
  background: #e4d5c1;
  border-radius: 4px;
}

.privacy-toc-item {
  margin-bottom: 4px;
}

.privacy-toc-link {
  display: block;
  padding: 8px 12px;
  color: #555555;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
  border-left: 3px solid transparent;
}

.privacy-toc-link:hover,
.privacy-toc-link.active {
  color: #8d0d1f;
  background: #fdf5e9;
  border-left-color: #8d0d1f;
  font-weight: 600;
}

/* Main Content Card */
.privacy-content-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 48px;
  border: 1.5px solid #efe4d4;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
  .privacy-content-card {
    padding: 24px 18px;
    border-radius: 16px;
  }
  .privacy-hero-title {
    font-size: 28px;
  }
}

/* Typography & Blocks */
.privacy-block {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #e9decb;
  scroll-margin-top: 100px;
}

.privacy-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.privacy-section-title {
  font-family: var(--font-header, 'Cinzel Decorative', Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  color: #8d0d1f;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.privacy-section-title i {
  font-size: 20px;
  color: #c5a059;
}

.privacy-sub-heading {
  font-size: 17px;
  font-weight: 700;
  color: #222222;
  margin-top: 24px;
  margin-bottom: 12px;
}

.privacy-sub-subheading {
  font-size: 15px;
  font-weight: 700;
  color: #8d0d1f;
  margin-top: 18px;
  margin-bottom: 8px;
}

.privacy-paragraph {
  font-size: 14.5px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 16px;
}

.privacy-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.privacy-list li {
  font-size: 14.5px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 8px;
}

/* Tables in Legal Pages */
.privacy-content-card table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #efe4d4;
  font-size: 14px;
}

.privacy-content-card th {
  background: #FFF8E8;
  color: #8d0d1f;
  font-weight: 700;
  padding: 12px 16px;
  border-bottom: 2px solid #e8d9c5;
  text-align: left;
}

.privacy-content-card td {
  padding: 12px 16px;
  border-bottom: 1px solid #f3ece2;
  color: #444444;
}

.privacy-content-card tr:last-child td {
  border-bottom: none;
}

/* Callout & Info Boxes */
.privacy-info-box {
  background: #fffbf4;
  border: 1px solid #f0e1c6;
  border-left: 4px solid #8d0d1f;
  border-radius: 12px;
  padding: 22px 26px;
  margin: 24px 0;
}

.privacy-info-box h5 {
  color: #8d0d1f;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
}

.privacy-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin-top: 15px;
}

.privacy-contact-card {
  background: #ffffff;
  border: 1px solid #e8d9c5;
  border-radius: 12px;
  padding: 16px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.privacy-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(141, 13, 31, 0.08);
}

.privacy-contact-card .title {
  font-weight: 700;
  color: #8d0d1f;
  font-size: 14px;
  margin-bottom: 4px;
}

.privacy-contact-card .email {
  font-weight: 500;
  color: #111;
  font-size: 14px;
  text-decoration: none;
  word-break: break-all;
}

.privacy-contact-card .email:hover {
  color: #b81426;
  text-decoration: underline;
}

.privacy-dpo-card {
  background: linear-gradient(135deg, #fdf6ec 0%, #fffbf5 100%);
  border: 1px solid #edd9bf;
  border-left: 5px solid #d4b04e;
  border-radius: 14px;
  padding: 24px 28px;
  margin: 25px 0;
}

.privacy-dpo-card h5 {
  color: #8d0d1f;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}

.privacy-dpo-item {
  font-size: 14.5px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 6px;
}

.privacy-dpo-item strong {
  color: #8d0d1f;
  width: 140px;
  display: inline-block;
}
