/* =====================================================================
   Public website styles — Verma Aalu Company
   Builds on app.css (variables, base, buttons, badges).
   ===================================================================== */

/* top strip with mantra */
.topstrip {
  background: linear-gradient(90deg, var(--green-900), var(--green-700));
  color: var(--marigold); text-align: center; font-size: 13px; letter-spacing: 2px;
  padding: 6px 10px; font-family: var(--font-display);
}

/* header */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(251,247,239,.92);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
}
.site-header .bar { display: flex; align-items: center; gap: 16px; padding: 12px 0; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo:hover { text-decoration: none; }
.seal {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 30% 25%, var(--green-600), var(--green-900));
  color: #fff; display: grid; place-items: center; font-family: var(--font-display);
  font-size: 24px; box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--saffron);
}
.logo .lt { line-height: 1.1; }
.logo .lt b { font-family: var(--font-display); font-size: 20px; color: var(--green-900); display: block; }
.logo .lt span { font-size: 11.5px; color: var(--saffron); font-weight: 700; letter-spacing: .5px; }
.mainnav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.mainnav a { padding: 9px 13px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: 15px; }
.mainnav a:hover { background: var(--green-50); color: var(--green-800); text-decoration: none; }
.navtoggle { display: none; background: var(--green-700); color:#fff; border:none; border-radius:8px; padding:9px 12px; font-size:18px; }

/* hero */
.hero { position: relative; overflow: hidden; padding: 56px 0 64px; }
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--gold-100); color: #7a4a00;
  font-weight: 700; font-size: 13.5px; padding: 6px 14px; border-radius: 999px; border: 1px solid #f3d9a8; }
.hero h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.08; margin: 18px 0 12px; color: var(--green-900); }
.hero h1 .accent { color: var(--saffron); }
.hero p.lead { font-size: 18.5px; color: #43483f; max-width: 30em; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-trust { display: flex; gap: 26px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust .ht b { font-family: var(--font-display); font-size: 26px; color: var(--green-800); display: block; }
.hero-trust .ht span { font-size: 13px; color: var(--muted); font-weight: 600; }

/* hero visual: marigold garland + tilted bill */
.hero-visual { position: relative; }
.garland { display: flex; justify-content: space-between; padding: 0 10px 14px; }
.garland i { width: 16px; height: 16px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffd76a, var(--saffron)); box-shadow: 0 4px 8px -3px rgba(232,146,12,.6); }
.bill-card {
  background: #fffdf8; border: 1px solid var(--line-2); border-radius: 12px; padding: 22px 22px 18px;
  box-shadow: var(--shadow-lg); transform: rotate(-2deg); position: relative;
  background-image: repeating-linear-gradient(transparent, transparent 33px, #f3eddd 33px, #f3eddd 34px);
}
.bill-card::before { content: "॥ जय माता दी ॥"; display:block; text-align:center; color: var(--saffron);
  font-family: var(--font-display); font-size: 13px; letter-spacing: 1px; margin-bottom: 6px; }
.bill-card h4 { text-align: center; font-size: 20px; margin: 0; color: var(--green-900); }
.bill-card .addr { text-align: center; font-size: 11.5px; color: var(--muted); margin-bottom: 12px; }
.bill-card .line { display: flex; justify-content: space-between; font-size: 14px; padding: 5px 0; }
.bill-card .line.tot { border-top: 2px dashed var(--line-2); margin-top: 6px; padding-top: 9px; font-weight: 800; color: var(--green-800); font-size: 16px; }
.bill-card .stamp { position: absolute; right: -20px; bottom: -26px; width: 78px; height: 78px; border-radius: 50%;
  border: 2px dashed var(--saffron); color: var(--saffron); display: grid; place-items: center; text-align: center;
  font-family: var(--font-display); font-size: 11.5px; line-height:1.15; background: rgba(253,235,205,.9); transform: rotate(8deg); }
.chip-float { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px;
  font-weight: 700; font-size: 13.5px; box-shadow: var(--shadow); display:flex; gap:6px; align-items:center; }
.chip-float.c1 { top: 34px; left: -18px; color: var(--green-800); }
.chip-float.c2 { bottom: -12px; left: 18px; color: var(--saffron); }

/* section scaffolding */
.section { padding: 56px 0; }
.section.alt { background: var(--cream); border-block: 1px solid var(--line); }
.section-title { text-align: center; margin-bottom: 8px; }
.section-title .kicker { color: var(--saffron); font-weight: 700; font-size: 14px; letter-spacing: 1px; }
.section-title h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 6px 0; }
.section-title h2 .rule { display:block; width: 70px; height: 4px; background: var(--saffron); border-radius: 3px; margin: 12px auto 0; }
.section-sub { text-align: center; color: var(--muted); max-width: 40em; margin: 0 auto 34px; font-size: 16.5px; }

/* products */
.products { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 18px; }
.product-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; position: relative; overflow: hidden; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.product-card .pic { width: 60px; height: 60px; border-radius: 14px; display: grid; place-items: center; font-size: 30px;
  background: var(--green-50); border: 1px solid var(--green-100); margin-bottom: 14px; }
.product-card h3 { font-size: 21px; margin: 0 0 6px; }
.product-card p { color: var(--muted); font-size: 14.5px; margin: 0; }
.product-card.gold .pic { background: var(--gold-100); border-color: #f3d9a8; }

/* flow steps */
.flow { display: flex; align-items: stretch; gap: 0; flex-wrap: wrap; justify-content: center; }
.flow-step { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px;
  text-align: center; flex: 1 1 200px; max-width: 240px; box-shadow: var(--shadow); }
.flow-step .n { width: 42px; height: 42px; border-radius: 50%; background: var(--green-700); color: #fff;
  display: grid; place-items: center; font-family: var(--font-display); font-size: 20px; margin: 0 auto 12px; }
.flow-step h4 { margin: 0 0 4px; font-size: 18px; }
.flow-step p { margin: 0; color: var(--muted); font-size: 13.5px; }
.flow-arrow { display: grid; place-items: center; color: var(--saffron); font-size: 28px; padding: 0 10px; font-weight: 700; }

/* services list */
.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 16px; }
.service { display: flex; gap: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.service .si { width: 44px; height: 44px; border-radius: 11px; background: var(--green-50); display: grid; place-items: center; font-size: 22px; flex-shrink: 0; border: 1px solid var(--green-100); }
.service h4 { margin: 2px 0 4px; font-size: 17px; }
.service p { margin: 0; color: var(--muted); font-size: 14px; }

/* stats band */
.stats-band { background: linear-gradient(120deg, var(--green-900), var(--green-700)); color: #eaf3ee; }
.stats-band .container { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 24px; padding: 44px 0; text-align: center; }
.stat b { font-family: var(--font-display); font-size: 40px; color: #fff; display: block; }
.stat span { color: #b6d3c2; font-weight: 600; }

/* contact */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.contact-card { background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.contact-row { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px dashed var(--line); }
.contact-row:last-child { border-bottom: none; }
.contact-row .ci { width: 40px; height: 40px; border-radius: 10px; background: var(--green-50); display: grid; place-items: center; font-size: 19px; flex-shrink: 0; border: 1px solid var(--green-100); }
.contact-row .ct b { display:block; color: var(--green-900); }
.contact-row .ct a { font-weight: 600; }
.map-embed { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; min-height: 320px; box-shadow: var(--shadow); }
.map-embed iframe { width: 100%; height: 100%; min-height: 320px; border: 0; display: block; }

/* footer */
.site-footer { background: var(--green-900); color: #cfe2d6; padding: 40px 0 20px; border-top: 4px solid var(--saffron); }
.site-footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 28px; }
.site-footer h5 { color: #fff; font-family: var(--font-display); font-size: 18px; margin: 0 0 12px; }
.site-footer a { color: #cfe2d6; display: block; padding: 4px 0; font-size: 14.5px; }
.site-footer a:hover { color: var(--marigold); text-decoration: none; }
.site-footer .copy { border-top: 1px solid rgba(255,255,255,.12); margin-top: 26px; padding-top: 16px; font-size: 13px; color: #9fc0ac; text-align: center; }

/* responsive */
@media (max-width: 860px) {
  .hero .container { grid-template-columns: 1fr; gap: 36px; }
  .hero-visual { max-width: 380px; margin: 0 auto; }
  .contact { grid-template-columns: 1fr; }
  .site-footer .cols { grid-template-columns: 1fr; gap: 18px; }
  .mainnav { position: fixed; inset: 0 0 auto auto; top: 64px; right: 12px; flex-direction: column; align-items: stretch;
    background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 8px; box-shadow: var(--shadow-lg);
    width: 210px; display: none; }
  .mainnav.open { display: flex; }
  .navtoggle { display: inline-flex; margin-left: auto; }
  .flow-arrow { transform: rotate(90deg); }
}
