:root{
  /* Divine Nectar palette */
  --saffron: #FABA58;
  --saffron-2: #F99C0C;
  --maroon: #972828;
  --maroon-2: #5F1515;

  --ink: #0b0b0c;
  --charcoal: #211F1E;

  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.72);
  --line: rgba(255,255,255,0.12);

  --shadow: 0 10px 30px rgba(0,0,0,0.45);
  --radius: 18px;

  --accent: var(--saffron);
  --accent-strong: var(--saffron-2);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(255,255,255,0.06), transparent 55%),
    radial-gradient(900px 700px at 80% 20%, rgba(255,255,255,0.05), transparent 60%),
    var(--ink);
  color:var(--text);
}

a{ color:inherit; text-decoration:none; }
code{ background: rgba(255,255,255,0.08); padding: 0.2rem 0.4rem; border-radius: 10px; }

.container{
  width:min(1100px, 92vw);
  margin:0 auto;
}

.section{ padding: 72px 0; }
h1{ font-size: clamp(2rem, 4vw, 3.05rem); line-height:1.08; margin: 10px 0 14px; }
h2{ font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin:0 0 10px; }
h3{ margin:0 0 8px; font-size:1.1rem; }
p{ line-height:1.7; margin:0.6rem 0; }

.lead{ color: var(--muted); max-width: 70ch; }
.muted{ color: var(--muted); }
.tiny{ font-size: 0.88rem; }
.mini{ font-size: 0.95rem; margin-top: 0.6rem; }

.header{
  position: sticky; top:0; z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(11,11,12,0.72);
  border-bottom: 1px solid var(--line);
  display:flex; align-items:center; justify-content:space-between;
  padding: 14px 4vw;
}

.brand{ display:flex; gap:10px; align-items:center; }
.brand-mark{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  flex-shrink: 0;
  overflow: hidden; /* important */
}

.brand-mark img.brand-icon{
  width:20px !important;
  height:20px !important;
  object-fit: contain;
  display:block;
}
.brand-text{ font-weight:600; letter-spacing:0.2px; }

.nav{ display:flex; gap: 18px; align-items:center; }
.nav a{ color: var(--muted); font-size: 0.95rem; }
.nav a:hover{ color: var(--text); }
.nav-cta{
  padding: 10px 14px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.06);
  color: var(--text) !important;
}

.menu-btn{
  display:none;
  width:44px; height:40px;
  border:1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  cursor:pointer;
}
.menu-btn span{
  display:block; height:2px; width:18px;
  margin:4px auto;
  background: rgba(255,255,255,0.8);
  border-radius: 2px;
}

/* Announcement strip */
.notice{
  position: sticky;
  top: 64px;
  z-index: 40;
  background: linear-gradient(90deg, rgba(250,186,88,0.96), rgba(249,156,12,0.92));
  border-bottom: 1px solid rgba(26,18,10,0.22);
}
.notice-inner{
  display:flex; gap: 12px; align-items:center;
  padding: 10px 0;
  color: #1a120a;
}
.notice-tag{
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26,18,10,0.12);
}
.notice-text{ flex: 1; font-weight: 600; }
.notice-link{
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26,18,10,0.14);
}
.notice-link:hover{ background: rgba(26,18,10,0.20); }

/* Hero */
.hero{ position: relative; overflow:hidden; padding-top: 44px; }
.hero-bg{
  position:absolute; inset:0;
  background:
    /* warm saffron tint */
    linear-gradient(0deg, rgba(250,186,88,0.10), rgba(250,186,88,0.10)),
    /* softer readability gradient (less black) */
    linear-gradient(90deg,
      rgba(11,11,12,0.58) 0%,
      rgba(11,11,12,0.28) 48%,
      rgba(11,11,12,0.58) 100%
    ),
    url("./assets/hero-home.png");
  background-size: cover;
  /* key change: bias the photo left so right side stays cleaner for text */
  background-position: left top;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.02);
  z-index: 0;
}
.hero .container{ position:relative; z-index:1; }

.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 26px;
  align-items: stretch;
}

/* ===== HERO: right-side text + pills near bottom (DESKTOP/TABLET) ===== */
/* This targets your left column without requiring HTML changes */
.hero-grid > :first-child{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;   /* pushes content lower */
  align-items:flex-end;        /* pushes content to the right */
  text-align:right;
  min-height: 560px;           /* creates room so pills can live at bottom */
  padding-right: 4px;
}

/* keep text a bit narrower so it sits in the “empty” right area */
.hero-grid > :first-child .subhead,
.hero-grid > :first-child .lead,
.hero-grid > :first-child p{
  max-width: 60ch;
}

/* right-align the buttons and pills */
.cta-row{ display:flex; flex-wrap:wrap; gap: 12px; margin-top: 16px; justify-content:flex-end; }
.trust-row{
  display:flex; flex-wrap:wrap; gap: 10px;
  margin-top: auto;            /* pins pills toward the bottom of the hero column */
  justify-content:flex-end;
  padding-top: 14px;
}

.kicker{
  color: rgba(255,255,255,0.76);
  letter-spacing: 0.2px;
  font-size: 0.95rem;
  margin:0;
}

.subhead{ color: rgba(255,255,255,0.78); max-width: 72ch; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.05);
  color: var(--text);
  font-weight: 600;
}
.btn:hover{ background: rgba(255,255,255,0.08); }
.btn.primary{
  background: var(--accent);
  color:#1a120a;
  border-color: transparent;
}
.btn.primary:hover{ background: var(--accent-strong); }
.btn.ghost{ background: rgba(255,255,255,0.04); }
.btn.small{ padding: 10px 12px; font-size: 0.92rem; }

.trust-pill{
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.20);
  color: rgba(255,255,255,0.78);
  font-size: 0.9rem;
}

/* Hero right panel */
.hero-panel{
  border: 1px solid rgba(255,255,255,0.16);
  background: linear-gradient(135deg, rgba(0,0,0,0.34), rgba(0,0,0,0.10));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-panel-inner{
  padding: 18px 18px 20px;
  height: 100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap: 14px;
}
.hero-cutout{
  width: 100%;
  height: auto;
  display:block;
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.45));
}
.hero-quote{
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 12px;
}
.quote{ font-size: 1.02rem; color: rgba(255,255,255,0.88); }
.quote-by{ margin-top: 10px; color: rgba(255,255,255,0.70); }

/* Section bands (experiential feel) */
.section.band-saffron{
  background:
    radial-gradient(900px 700px at 20% 0%, rgba(255,255,255,0.20), transparent 55%),
    linear-gradient(180deg, rgba(250,186,88,0.94), rgba(250,186,88,0.74));
  color: #1a120a;
}
.section.band-saffron .muted,
.section.band-saffron .lead { color: rgba(26,18,10,0.74); }
.section.band-saffron code{ background: rgba(26,18,10,0.10); }
.section.band-saffron .btn{ border-color: rgba(26,18,10,0.18); }
.section.band-saffron .btn.ghost{ background: rgba(26,18,10,0.06); color:#1a120a; }
.section.band-saffron .card{
  background: rgba(255,255,255,0.20);
  border-color: rgba(26,18,10,0.14);
}

.section.band-maroon{
  background:
    radial-gradient(900px 700px at 20% 0%, rgba(255,255,255,0.08), transparent 55%),
    linear-gradient(180deg, rgba(151,40,40,0.98), rgba(95,21,21,0.94));
}
.section.band-deep{
  background: linear-gradient(180deg, rgba(11,11,12,1), rgba(33,31,30,1));
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Cards */
.cards{ display:grid; gap: 14px; margin-top: 18px; }
.cards.three{ grid-template-columns: repeat(3, 1fr); }
.card{
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
  padding: 18px;
}
.card p{ color: var(--muted); }

/* Section head */
.section-head{
  display:flex; justify-content:space-between; gap: 16px; align-items:flex-end;
  margin-bottom: 14px;
}
.text-link{ color: var(--muted); }
.text-link:hover{ color: var(--text); }

/* Videos */
.video-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 10px;
}
.video{
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,0.03);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.video:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.22);
}
.video img{
  width:100%;
  display:block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video .vbody{ padding: 12px 14px; }
.video .title{
  font-size: 0.98rem;
  margin: 0;
  color: rgba(255,255,255,0.92);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video .meta{ margin: 8px 0 0; color: var(--muted); font-size: 0.9rem; }

.embed-wrap{
  margin-top: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,0.02);
}
.embed-wrap iframe{ width:100%; height: 360px; display:block; }
.sep{ border:0; border-top: 1px solid rgba(255,255,255,0.14); margin: 16px 0; }

/* Support */
.support-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}
.upi-row{
  display:flex; gap: 10px; align-items:center; justify-content:space-between;
  margin-top: 10px;
}
.qr-wrap{ margin-top: 14px; }
.qr{
  width: 100%;
  max-width: 260px;
  border-radius: 14px;
  border: 1px solid rgba(26,18,10,0.18);
  background: rgba(255,255,255,0.14);
}

/* Form */
.form{ margin-top: 14px; display:grid; gap: 12px; max-width: 520px; }
label span{ display:block; color: var(--muted); font-size: 0.92rem; margin-bottom: 6px; }
input, textarea{
  width:100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 12px 12px;
  outline: none;
}
input:focus, textarea:focus{ border-color: rgba(255,255,255,0.30); }

/* Footer */
.footer{ border-top:1px solid rgba(255,255,255,0.10); padding: 22px 0; background: rgba(255,255,255,0.02); }
.footer-row{
  display:flex; justify-content:space-between; gap: 14px; align-items:center;
}
.footer-links{ display:flex; gap: 12px; color: var(--muted); }
.footer-links a:hover{ color: var(--text); }

/* Responsive */
@media (max-width: 920px){
  .hero-grid{ grid-template-columns: 1fr; }
  /* when stacked, don't force right alignment */
  .hero-grid > :first-child{
    min-height: 0;
    align-items:flex-start;
    text-align:left;
  }
  .cta-row{ justify-content:flex-start; }
  .trust-row{ justify-content:flex-start; margin-top: 18px; padding-top: 0; }

  .cards.three{ grid-template-columns: 1fr; }
  .video-grid{ grid-template-columns: 1fr 1fr; }
  .support-grid{ grid-template-columns: 1fr; }
  .embed-wrap iframe{ height: 300px; }
  .notice{ top: 64px; }
/* =========================================================
   HERO FIX: actually move text block to the RIGHT on desktop
   and push it DOWN on mobile
   (paste at END of styles.css)
   ========================================================= */

/* DESKTOP/TABLET: swap grid columns so hero-copy is on the RIGHT */
@media (min-width: 741px) {
  .hero-grid {
    display: grid; /* ensure it is a grid */
    grid-template-columns: 0.95fr 1.05fr; /* left = panel, right = text */
    align-items: stretch;
  }

  .hero-copy {
    grid-column: 2;                 /* <-- key fix */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;      /* keep content lower */
    align-items: flex-end;          /* right aligned */
    text-align: right;
    min-height: 560px;
  }

  .hero-panel {
    grid-column: 1;                 /* panel on the left */
  }

  .cta-row,
  .trust-row {
    justify-content: flex-end;
  }
}

/* MOBILE: push the text block toward the bottom of the hero image */
@media (max-width: 740px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;     /* stack */
  }

  /* keep text below the top faces: push it down */
  .hero-copy {
    min-height: 72vh;               /* creates room so content sits lower */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
  }

  /* tighten spacing between CTA row and pills */
  .cta-row { margin-top: 12px; }
  .trust-row { margin-top: 12px; padding-top: 0; gap: 10px; }
}
  @media (max-width: 740px){
  .hero-bg{ background-position: 35% 0%; }
}
