/* Enhanced one-screen landing from SNP Landing.dc.html */
html, body { margin: 0; height: 100%; background: #FDF8F0; }
body {
  font-family: "Outfit", "Noto Sans Devanagari", "Noto Sans Gujarati", sans-serif;
  color: #1C0E06; -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
@media (max-width: 1099px) {
  html, body { height: auto; overflow-x: hidden; overflow-y: auto; }
}
a { color: #E8541A; text-decoration: none; }
a:hover { color: #C43D0A; }
img { max-width: 100%; }
:focus-visible { outline: 2px solid #E8541A; outline-offset: 3px; }

html[data-lang="en"] { --d-en: inline; --d-en-b: block; --d-hi: none; --d-hi-b: none; --d-gu: none; --d-gu-b: none;
  --en-bg: #E8541A; --en-fg: #fff; --hi-bg: transparent; --hi-fg: rgba(28,14,6,0.58); --gu-bg: transparent; --gu-fg: rgba(28,14,6,0.58); }
html[data-lang="hi"] { --d-en: none; --d-en-b: none; --d-hi: inline; --d-hi-b: block; --d-gu: none; --d-gu-b: none;
  --en-bg: transparent; --en-fg: rgba(28,14,6,0.58); --hi-bg: #E8541A; --hi-fg: #fff; --gu-bg: transparent; --gu-fg: rgba(28,14,6,0.58); }
html[data-lang="gu"] { --d-en: none; --d-en-b: none; --d-hi: none; --d-hi-b: none; --d-gu: inline; --d-gu-b: block;
  --en-bg: transparent; --en-fg: rgba(28,14,6,0.58); --hi-bg: transparent; --hi-fg: rgba(28,14,6,0.58); --gu-bg: #E8541A; --gu-fg: #fff; }

.shell { height: 100dvh; display: flex; flex-direction: column; overflow: hidden; background: #FDF8F0; }
.site-header { flex-shrink: 0; border-bottom: 1px solid rgba(44,24,16,0.10); background: rgba(253,248,240,0.86);
  -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); position: relative; z-index: 50; }
.header-inner { max-width: none; margin: 0; padding: 13px 40px; display: flex; align-items: center; gap: 14px; }
.logo { width: 34px; height: 34px; border-radius: 17px; object-fit: cover; flex-shrink: 0; }
.brand { display: flex; flex-direction: column; gap: 1px; margin-right: 10px; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.lang-switch { display: flex; align-items: center; gap: 2px; background: rgba(44,24,16,0.05); border: 1px solid rgba(44,24,16,0.10); border-radius: 100px; padding: 3px; }
.lang-switch button { border: none; cursor: pointer; border-radius: 100px; padding: 6px 13px; font-family: inherit; font-size: 12px; font-weight: 700; }
html[data-lang="en"] .lang-switch [data-set-lang="en"],
html[data-lang="hi"] .lang-switch [data-set-lang="hi"],
html[data-lang="gu"] .lang-switch [data-set-lang="gu"] { background: var(--en-bg); color: var(--en-fg); }
html[data-lang="hi"] .lang-switch [data-set-lang="hi"] { background: var(--hi-bg); color: var(--hi-fg); }
html[data-lang="gu"] .lang-switch [data-set-lang="gu"] { background: var(--gu-bg); color: var(--gu-fg); }
html[data-lang="en"] .lang-switch [data-set-lang="hi"],
html[data-lang="en"] .lang-switch [data-set-lang="gu"],
html[data-lang="hi"] .lang-switch [data-set-lang="en"],
html[data-lang="hi"] .lang-switch [data-set-lang="gu"],
html[data-lang="gu"] .lang-switch [data-set-lang="en"],
html[data-lang="gu"] .lang-switch [data-set-lang="hi"] { background: transparent; color: rgba(28,14,6,0.58); }
.nav-cta { display: flex; align-items: center; gap: 7px; background: #E8541A; color: #fff; border-radius: 100px; padding: 10px 18px; font-size: 13px; font-weight: 700; box-shadow: 0 6px 18px rgba(232,84,26,0.32); }
.nav-toggle { display: none; }

.main-grid {
  flex: 1; min-height: 0; display: grid; grid-template-columns: minmax(0,30%) minmax(0,70%);
  gap: 34px; padding: 28px 40px 22px; box-sizing: border-box;
}
.hero-col { display: flex; flex-direction: column; gap: 15px; min-width: 0; min-height: 0; overflow-y: auto; overflow-x: hidden; }
.badge { align-self: flex-start; display: flex; align-items: center; gap: 8px; background: rgba(240,201,106,0.22); border: 1px solid rgba(201,146,26,0.28); border-radius: 100px; padding: 6px 13px; }
.badge img { width: 16px; height: 16px; border-radius: 8px; object-fit: cover; }
.badge .dot { width: 3px; height: 3px; border-radius: 2px; background: rgba(184,122,16,0.5); }
.hero-stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.store-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: auto; }
.store { display: flex; align-items: center; gap: 9px; background: #1B0D05; color: #FCF6ED; border-radius: 14px; padding: 12px 18px; }
.store svg { width: 20px; height: 20px; flex-shrink: 0; }
.store-kicker { display: block; font-size: 10px; font-weight: 500; opacity: 0.7; line-height: 1.15; }
.store-name { display: block; font-size: 14px; font-weight: 700; line-height: 1.15; }
.trust-row { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.join-link { border: none; background: transparent; cursor: pointer; padding: 0; font-family: inherit; font-size: 14px; font-weight: 700; color: #E8541A; text-decoration: underline; text-underline-offset: 3px; }
.join-link:hover { color: #C43D0A; }

.panel-col {
  display: flex; flex-direction: column; gap: 16px; background: #FFF9F2; border: 1px solid rgba(44,24,16,0.10);
  border-radius: 28px; padding: 24px 26px; min-width: 0; min-height: 0; box-shadow: 0 4px 16px rgba(44,24,16,0.05);
}
.panel-sticky { display: flex; flex-direction: column; gap: 16px; }
.panel-tabs { display: flex; gap: 7px; flex-wrap: wrap; }
.panel-rule { height: 1px; background: rgba(44,24,16,0.10); }
.panel-body { display: flex; flex-direction: column; gap: 12px; min-height: 0; flex: 1; overflow-y: auto; overflow-x: hidden; }
[data-panel][hidden] { display: none !important; }
[data-panel-tab][aria-selected="true"] { background: #E8541A !important; color: #fff !important; border-color: transparent !important; }
[data-panel-tab][aria-selected="false"] { background: #FDF8F0 !important; color: rgba(28,14,6,0.58) !important; border-color: rgba(44,24,16,0.10) !important; }
.nav-link.is-active { font-weight: 700 !important; color: #1C0E06 !important; }

.site-footer {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding: 12px 40px; background: #0D0806;
  color: rgba(253,248,240,0.60); font-size: 12px; flex-shrink: 0;
}
.site-footer a { color: rgba(253,248,240,0.85); }
.footer-addr { margin-left: auto; }
.mobile-bar { display: none; }

.field:focus { border-color: #E8541A !important; outline: none; }
.hv0:hover { color: #1C0E06 !important; }
.hv1:hover { background: #C43D0A !important; color: #fff !important; }
.hv2:hover { opacity: 0.88; }
.hv19:hover { color: #F0C96A; }
.hv-card:hover { border-color: #E8541A; box-shadow: 0 12px 30px rgba(232,84,26,0.14); }
.card-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #E8541A;
}

@media (max-width: 1099px) {
  *, *::before, *::after { box-sizing: border-box; }
  body { overflow: auto; }
  .shell { height: auto; min-height: 100dvh; overflow: visible; }
  .header-inner { padding: 11px 18px; }
  .site-nav { gap: 10px; }
  .nav-cta { padding: 8px 12px; font-size: 12px; }
  .main-grid { grid-template-columns: 1fr; gap: 14px; padding: 16px 18px 0; }
  .hero-col { overflow: visible; }
  .hero-stats { display: flex; gap: 8px; overflow-x: auto; }
  .hero-stats > span { flex: 0 0 auto; }
  .store-row { display: none; }
  .site-header { position: sticky; top: 0; }
  .panel-col { border-radius: 24px; padding: 14px 16px 16px; margin-bottom: 14px; }
  .panel-sticky {
    position: sticky; top: var(--header-h, 56px); z-index: 35; gap: 12px;
    background: #FFF9F2; margin: -14px -16px 0; padding: 12px 16px 0;
    border-bottom: 1px solid rgba(44,24,16,0.08);
    box-shadow: 0 8px 18px rgba(253,248,240,0.92);
  }
  .panel-tabs {
    display: flex; flex-wrap: wrap; gap: 6px; overflow: visible; justify-content: flex-start;
  }
  .panel-tabs [data-panel-tab] {
    flex: 0 0 auto; padding: 8px 12px; font-size: 12px; text-align: center;
    white-space: nowrap; line-height: 1.2;
  }
  .panel-rule { display: none; }
  .panel-body { overflow: visible; padding-top: 4px; }
  .card-grid { display: flex !important; gap: 10px; overflow-x: auto; }
  .card-grid > span { flex: 0 0 180px; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .join-form { grid-template-columns: 1fr !important; }
  .site-footer { padding: 12px 18px; }
  .footer-addr { margin-left: 0; }
  .mobile-bar {
    display: flex; gap: 9px; padding: 12px 18px 14px; border-top: 1px solid rgba(44,24,16,0.10);
    background: rgba(253,248,240,0.96); position: sticky; bottom: 0; z-index: 40;
  }
  .mobile-bar a {
    flex: 1; display: flex; align-items: center; justify-content: center; background: #E8541A; color: #fff;
    border-radius: 14px; padding: 14px; font-size: 14px; font-weight: 700; box-shadow: 0 8px 20px rgba(232,84,26,0.3);
  }
  .mobile-bar button {
    flex: 0 0 auto; border: 1px solid rgba(232,84,26,0.28); cursor: pointer; background: rgba(232,84,26,0.10);
    color: #E8541A; border-radius: 14px; padding: 14px 16px; font-size: 14px; font-weight: 700; font-family: inherit;
  }
}
