/* ============================================================
   RUDRAA RATNA — page styles II (shop, pdp, consult, lp, contact)
   ============================================================ */

/* ---- breadcrumb ---- */
.crumb{ display:flex; align-items:center; gap:8px; padding-top:20px; font-size:13px; color:var(--ink-3); flex-wrap:wrap; }
.crumb__item{ display:flex; align-items:center; gap:8px; }
.crumb__item a{ cursor:pointer; transition:color .2s; }
.crumb__item a:hover{ color:var(--maroon); }
.crumb svg{ color:var(--ink-4); }
.crumb__item:last-child{ color:var(--maroon-ink); font-weight:600; }

/* ============================================================ SHOP */
.shop{ padding-top:18px; }
.shop__head{ padding-block:8px 24px; }
.shop__bar{ display:flex; align-items:center; gap:16px; padding:14px 0; border-block:1px solid var(--line); position:sticky; top:var(--nav-h); background:var(--ivory); z-index:30; }
.shop__count{ font-size:14px; color:var(--ink-2); }
.shop__count b{ color:var(--maroon-ink); }
.shop__sort{ margin-left:auto; display:flex; align-items:center; gap:10px; }
.shop__sort label{ font-size:13px; color:var(--ink-3); }
.shop__sort .select{ width:auto; padding:9px 34px 9px 13px; font-size:14px; }
.shop__filterbtn{ display:none; }
.shop__fcount{ background:var(--maroon); color:#fff; font-size:11px; width:18px; height:18px; border-radius:50%; display:grid; place-items:center; }
.shop__active{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; padding:16px 0 0; }
.shop__clear{ font-size:13px; color:var(--maroon); font-weight:600; text-decoration:underline; }
.shop__layout{ display:grid; grid-template-columns:248px 1fr; gap:36px; padding:24px 0 64px; align-items:start; }
.shop__aside{ position:sticky; top:calc(var(--nav-h) + 64px); }
.shop__empty{ padding:48px; text-align:center; display:flex; flex-direction:column; align-items:center; gap:14px; }

.filters{ display:flex; flex-direction:column; gap:26px; }
.filters__group h4{ font-family:var(--body); font-weight:700; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-3); margin:0 0 12px; }
.fcheck{ display:flex; align-items:center; gap:10px; padding:7px 0; cursor:pointer; font-size:14.5px; color:var(--ink-2); }
.fcheck input{ position:absolute; opacity:0; }
.fcheck__box{ width:20px; height:20px; border-radius:5px; border:1.5px solid var(--line-2); display:grid; place-items:center; color:transparent; flex-shrink:0; transition:all .18s; }
.fcheck input:checked + .fcheck__box{ background:var(--maroon); border-color:var(--maroon); color:#fff; }
.fcheck__lbl{ flex:1; }
.fcheck__count{ font-size:12px; color:var(--ink-4); }
.fcheck:hover .fcheck__lbl{ color:var(--maroon-ink); }
.frange{ -webkit-appearance:none; width:100%; height:4px; border-radius:4px; background:var(--ivory-3); outline:none; }
.frange::-webkit-slider-thumb{ -webkit-appearance:none; width:20px; height:20px; border-radius:50%; background:var(--gold); border:3px solid #fff; box-shadow:var(--sh1); cursor:pointer; }
.frange::-moz-range-thumb{ width:20px; height:20px; border-radius:50%; background:var(--gold); border:3px solid #fff; cursor:pointer; }
.frange__val{ font-size:13.5px; color:var(--ink-2); margin-top:10px; }
.filters__help{ padding:18px; }

/* mobile filter sheet */
.fsheet{ position:fixed; inset:0; z-index:95; pointer-events:none; }
.fsheet__bg{ position:absolute; inset:0; background:rgba(30,15,12,.45); opacity:0; transition:opacity .3s; }
.fsheet__panel{ position:absolute; left:0; right:0; bottom:0; max-height:86vh; background:var(--ivory); border-radius:20px 20px 0 0; transform:translateY(100%); transition:transform .4s var(--ease-out); display:flex; flex-direction:column; }
.fsheet.is-open{ pointer-events:auto; }
.fsheet.is-open .fsheet__bg{ opacity:1; }
.fsheet.is-open .fsheet__panel{ transform:none; }
.fsheet__top{ display:flex; align-items:center; justify-content:space-between; padding:18px 20px; border-bottom:1px solid var(--line); }
.fsheet__body{ padding:20px; overflow-y:auto; }
.fsheet__foot{ display:flex; gap:12px; padding:16px 20px; border-top:1px solid var(--line); }

@media(max-width:900px){
  .shop__layout{ grid-template-columns:1fr; }
  .shop__aside{ display:none; }
  .shop__filterbtn{ display:inline-flex; }
  .shop__sort label{ display:none; }
}

/* ============================================================ PDP */
.pdp__top{ display:grid; grid-template-columns:1fr 1fr; gap:48px; padding:24px 0 56px; align-items:start; }
.pdp__gallery{ position:sticky; top:calc(var(--nav-h) + 16px); display:flex; flex-direction:column; gap:14px; }
.pdp__stage{ position:relative; aspect-ratio:1/1; border-radius:var(--r4); overflow:hidden; border:1px solid var(--line); box-shadow:var(--sh2);
  background:radial-gradient(120% 120% at 50% 18%, var(--paper), var(--ivory-2) 60%, var(--ivory-3)); display:grid; place-items:center; }
.pdp__plinth{ width:74%; aspect-ratio:1; border-radius:50%; display:grid; place-items:center;
  background:radial-gradient(circle at 50% 38%, #fff, var(--ivory-2) 72%); box-shadow:var(--sh2), inset 0 2px 10px rgba(255,255,255,.6); border:1px solid var(--gold-line); }
.pdp__plinth .gemart{ animation:floaty 6s var(--ease-in-out) infinite; }
.pdp__plinth--zoom{ width:88%; }
.pdp__certview{ width:84%; }
.pdp__stage-badges{ position:absolute; top:16px; left:16px; display:flex; gap:8px; }
.pdp__thumbs{ display:flex; gap:12px; }
.pdp__thumb{ flex:1; aspect-ratio:1.5/1; border-radius:var(--r2); border:1px solid var(--line); background:var(--paper); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; transition:all .25s; overflow:hidden; }
.pdp__thumb span:last-child{ font-size:10.5px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-3); }
.pdp__thumb.is-active{ border-color:var(--gold); box-shadow:0 0 0 2px var(--gold-ghost); }
.pdp__thumb-cert{ color:var(--gold); display:grid; place-items:center; }

.pdp__info{ padding-top:4px; }
.pdp__cat{ font-size:12px; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); }
.pdp__name{ margin:8px 0 12px; }
.pdp__rate{ display:flex; align-items:center; gap:10px; font-size:14px; color:var(--ink-3); }
.pdp__rate b{ color:var(--maroon-ink); }
.pdp__tag{ margin:16px 0; color:var(--ink-2); font-family:var(--display); font-style:italic; }
.pdp__price{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; padding:16px 0; border-block:1px solid var(--line); }
.pdp__now{ font-family:var(--display); font-size:38px; font-weight:600; color:var(--maroon-ink); line-height:1; }
.pdp__was{ font-size:18px; color:var(--ink-4); text-decoration:line-through; }
.pdp__purposes{ display:flex; flex-wrap:wrap; gap:9px; margin:20px 0; }
.pdp__ptag{ display:inline-flex; align-items:center; gap:7px; font-size:13px; font-weight:600; color:var(--ink-2); padding:8px 14px; border-radius:var(--pill); background:var(--ivory-2); border:1px solid var(--line); transition:all .2s; }
.pdp__ptag:hover{ border-color:var(--gold-line); color:var(--maroon); }
.pdp__ptag svg{ color:var(--gold); }
.pdp__consult-note{ display:flex; gap:12px; padding:14px 16px; border-radius:var(--r2); background:var(--gold-ghost); border:1px solid var(--gold-line); margin:6px 0 18px; font-size:14px; color:var(--ink-2); }
.pdp__consult-note svg{ color:var(--gold); flex-shrink:0; }
.pdp__consult-note b{ color:var(--maroon-ink); }
.pdp__meta{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:18px 0; }
.pdp__meta > div{ padding:12px 14px; border-radius:var(--r2); background:var(--ivory-2); }
.pdp__meta span{ display:block; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink-3); margin-bottom:3px; }
.pdp__meta b{ font-size:13.5px; color:var(--maroon-ink); }
.pdp__buy{ display:flex; gap:12px; margin:8px 0 12px; }
.pdp__qty{ display:flex; align-items:center; border:1px solid var(--line-2); border-radius:var(--pill); overflow:hidden; flex-shrink:0; }
.pdp__qty button{ width:46px; height:52px; font-size:20px; color:var(--ink-2); transition:background .2s; }
.pdp__qty button:hover{ background:var(--ivory-2); }
.pdp__qty span{ width:40px; text-align:center; font-weight:600; }
.pdp__buybtn{ flex:1; }
.pdp__assure{ display:flex; flex-wrap:wrap; gap:18px; margin-top:18px; padding-top:18px; border-top:1px solid var(--line); }
.pdp__assure > div{ display:flex; align-items:center; gap:8px; font-size:13px; color:var(--ink-2); }
.pdp__assure svg{ color:var(--gold); }

@media(max-width:860px){
  .pdp__top{ grid-template-columns:1fr; gap:28px; }
  .pdp__gallery{ position:static; }
  .pdp__now{ font-size:32px; }
}

/* decision grid */
.decision-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.decision{ padding:24px; display:flex; flex-direction:column; gap:8px; }
.decision__ic{ width:46px; height:46px; border-radius:12px; background:var(--ivory-2); color:var(--gold); display:grid; place-items:center; margin-bottom:6px; }
.decision h3{ font-size:20px; }
.decision p{ font-size:14px; margin:0; }
@media(max-width:900px){ .decision-grid{ grid-template-columns:1fr 1fr; } }
@media(max-width:480px){ .decision-grid{ grid-template-columns:1fr; } }

/* authenticity section */
.auth-sec{ }
.auth-sec__grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:start; }
.auth-sec__side{ display:flex; flex-direction:column; gap:18px; }
.auth-markers{ list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:14px; }
.auth-markers li{ display:flex; gap:14px; font-size:14.5px; color:var(--ink-2); }
.auth-markers b{ color:var(--maroon-ink); }
.am-num{ font-family:var(--display); font-size:18px; font-weight:600; color:var(--gold); flex-shrink:0; width:24px; }
@media(max-width:860px){ .auth-sec__grid{ grid-template-columns:1fr; gap:28px; } }

/* certificate flip */
.cert{ width:100%; aspect-ratio:1.5/1; perspective:1400px; cursor:pointer; background:none; }
.cert__inner{ position:relative; width:100%; height:100%; transition:transform .8s var(--ease-out); transform-style:preserve-3d; }
.cert.is-flip .cert__inner{ transform:rotateY(180deg); }
.cert__face{ position:absolute; inset:0; backface-visibility:hidden; border-radius:var(--r3); overflow:hidden; }
.cert__front{ background:linear-gradient(150deg,var(--maroon),var(--maroon-ink)); color:var(--gold-soft); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; border:1px solid var(--gold-line); }
.cert__front b{ font-family:var(--display); font-size:22px; color:#fff; }
.cert__seal{ width:58px; height:58px; border-radius:50%; border:1.5px solid var(--gold); display:grid; place-items:center; color:var(--gold); }
.cert__hint{ font-size:12px; letter-spacing:.1em; text-transform:uppercase; opacity:.8; }
.cert__back{ transform:rotateY(180deg); background:var(--paper); border:1px solid var(--gold-line); }
.cert__doc{ height:100%; padding:18px 20px; display:flex; flex-direction:column; background:
  repeating-linear-gradient(0deg, transparent, transparent 22px, rgba(176,130,58,.05) 23px),
  radial-gradient(circle at 50% 40%, rgba(176,130,58,.05), transparent 60%); position:relative; }
.cert__doc::before{ content:''; position:absolute; inset:8px; border:1px solid var(--gold-line); border-radius:8px; pointer-events:none; }
.cert__doc-top{ display:flex; align-items:center; justify-content:space-between; }
.cert__doc-title{ font-family:var(--deva); font-size:15px; color:var(--gold); margin-top:10px; }
.cert__doc-title2{ font-family:var(--display); font-size:17px; font-weight:600; color:var(--maroon-ink); margin-bottom:8px; }
.cert__rows{ display:flex; flex-direction:column; gap:5px; font-size:12px; flex:1; }
.cert__rows > div{ display:flex; justify-content:space-between; border-bottom:1px dotted var(--line-2); padding-bottom:3px; }
.cert__rows span{ color:var(--ink-3); }
.cert__rows b{ color:var(--maroon-ink); }
.cert__sign{ display:flex; align-items:flex-end; justify-content:space-between; margin-top:8px; }
.cert__signline{ font-family:var(--display); font-style:italic; font-size:13px; color:var(--ink-2); border-top:1px solid var(--ink-3); padding-top:3px; }
.cert__stamp{ font-family:var(--deva); font-size:26px; color:var(--garnet); opacity:.5; border:2px solid var(--garnet); border-radius:50%; width:42px; height:42px; display:grid; place-items:center; transform:rotate(-12deg); opacity:.4; }

/* accordion */
.acc{ border-top:1px solid var(--line); }
.acc__item{ border-bottom:1px solid var(--line); }
.acc__head{ width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px; padding:20px 4px; text-align:left; font-family:var(--display); font-size:20px; font-weight:600; color:var(--maroon-ink); }
.acc__sign{ width:32px; height:32px; border-radius:50%; border:1px solid var(--line-2); display:grid; place-items:center; color:var(--gold); flex-shrink:0; transition:transform .3s, background .3s; }
.acc__item.is-open .acc__sign{ transform:rotate(180deg); background:var(--gold-ghost); }
.acc__panel{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .3s var(--ease-out); }
.acc__item.is-open .acc__panel{ grid-template-rows:1fr; }
.acc__inner{ overflow:hidden; }
.acc__inner > *{ padding:0 4px 22px; color:var(--ink-2); font-size:15px; line-height:1.7; max-width:760px; }
.pdp__faq{ max-width:840px; }

/* sticky mobile buy bar */
.pdp__sticky{ position:fixed; bottom:0; left:0; right:0; z-index:50; display:none; align-items:center; gap:10px; padding:12px 16px; background:rgba(252,248,241,.95); backdrop-filter:blur(10px); border-top:1px solid var(--line); box-shadow:0 -6px 24px rgba(48,30,12,.08); }
.pdp__sticky-price{ display:flex; flex-direction:column; line-height:1.1; margin-right:auto; }
.pdp__sticky-price b{ font-family:var(--display); font-size:22px; color:var(--maroon-ink); }
.pdp__sticky-price span{ font-size:12px; color:var(--ink-4); text-decoration:line-through; }
@media(max-width:760px){ .pdp__sticky{ display:flex; } main.pdp{ padding-bottom:76px; } }

/* ============================================================ CONSULTATION */
.consult-hero{ background:radial-gradient(120% 90% at 85% 0%, rgba(176,130,58,.1), transparent 55%); }
.consult-hero__in{ display:grid; grid-template-columns:1.2fr .8fr; gap:40px; align-items:center; padding-block:clamp(32px,5vw,64px); }
.consult-hero__stats{ display:flex; gap:30px; }
.consult-hero__stats b{ font-family:var(--display); font-size:30px; color:var(--maroon-ink); display:block; line-height:1; }
.consult-hero__stats span{ font-size:13px; color:var(--ink-3); }
.consult-hero__art{ display:grid; place-items:center; }
.consult-orb--light{ background:radial-gradient(circle at 50% 35%, rgba(176,130,58,.12), transparent 65%); border:1px solid var(--gold-line); }
@media(max-width:860px){ .consult-hero__in{ grid-template-columns:1fr; } .consult-hero__art{ display:none; } }

.cw-wrap{ padding:clamp(24px,4vw,44px); max-width:920px; margin-inline:auto; }
.cw__progress{ display:flex; align-items:center; gap:8px; margin-bottom:28px; }
.cw__dot{ width:34px; height:5px; border-radius:4px; background:var(--ivory-3); transition:background .3s; }
.cw__dot.is-done{ background:var(--gold); }
.cw__dot.is-now{ background:var(--maroon); }
.cw__progress-txt{ margin-left:auto; font-size:12.5px; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-3); }
.cw__q{ animation:fadeUp .4s var(--ease-out) both; }
.cw__q h3{ font-size:clamp(24px,3vw,34px); }
.cw__q > p{ margin-top:6px; }
.cw__opts{ display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.cw__opts--grid{ display:grid; grid-template-columns:repeat(3,1fr); }
.cw__opt{ position:relative; display:flex; flex-direction:column; align-items:flex-start; gap:6px; padding:18px 20px; border-radius:var(--r3); border:1.5px solid var(--line); background:var(--paper); font-size:16px; font-weight:600; color:var(--ink-2); transition:all .22s var(--ease); text-align:left; }
.cw__opt:hover{ border-color:var(--gold-line); transform:translateY(-2px); }
.cw__opt.is-active{ border-color:var(--maroon); background:rgba(87,22,27,.04); color:var(--maroon-ink); box-shadow:0 0 0 1px var(--maroon); }
.cw__opt-ic{ width:42px; height:42px; border-radius:50%; background:var(--ivory-2); color:var(--gold); display:grid; place-items:center; }
.cw__opt.is-active .cw__opt-ic{ background:var(--maroon); color:var(--gold-soft); }
.cw__opt-deva{ font-size:12px; color:var(--ink-4); font-weight:400; }
.cw__opt-check{ position:absolute; top:12px; right:12px; width:22px; height:22px; border-radius:50%; background:var(--maroon); color:#fff; display:grid; place-items:center; }
.cw__nav{ display:flex; justify-content:space-between; gap:12px; margin-top:28px; }
.cw__nav .btn:disabled{ opacity:.4; pointer-events:none; }
@media(max-width:620px){ .cw__opts--grid{ grid-template-columns:1fr 1fr; } }

.cw--result{ text-align:center; }
.cw__check{ width:60px; height:60px; border-radius:50%; background:var(--leaf-bg); color:var(--leaf); display:grid; place-items:center; margin:0 auto 14px; }
.cw__resulthead p{ max-width:540px; margin:8px auto 0; }
.cw__recs{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:30px 0; text-align:left; }
.cw__resultcta{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.cw__note{ font-size:13px; margin-top:14px; }
@media(max-width:760px){ .cw__recs{ grid-template-columns:1fr; } }

/* how grid */
.how-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.how-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r3); padding:30px 26px; position:relative; }
.how-num{ position:absolute; top:22px; right:24px; font-family:var(--display); font-size:46px; font-weight:600; color:var(--ivory-3); line-height:1; }
.how-ic{ width:54px; height:54px; border-radius:14px; background:var(--maroon); color:var(--gold-soft); display:grid; place-items:center; margin-bottom:16px; }
.how-card h3{ font-size:21px; margin-bottom:8px; }
.how-card p{ font-size:14.5px; margin:0; }
@media(max-width:760px){ .how-grid{ grid-template-columns:1fr; } }

/* ============================================================ LANDING (Pyrite) */
.lp-hero{ background:radial-gradient(120% 100% at 80% 0%, rgba(176,130,58,.16), transparent 55%), var(--ivory); overflow:hidden; }
.lp-hero__in{ display:grid; grid-template-columns:1.05fr .95fr; gap:40px; align-items:center; padding-block:clamp(36px,5vw,76px); }
.lp-badge{ display:inline-flex; align-items:center; gap:8px; font-size:12.5px; font-weight:700; letter-spacing:.04em; color:var(--maroon); background:var(--gold-ghost); border:1px solid var(--gold-line); padding:8px 15px; border-radius:var(--pill); }
.lp-badge svg{ color:var(--gold); }
.lp-hero__h{ margin-top:18px; font-size:clamp(40px,6vw,74px); line-height:1.05; }
.lp-hero__lead{ margin-top:24px; max-width:480px; position:relative; }
.lp-hero__pricerow{ display:flex; align-items:center; gap:24px; margin-top:26px; flex-wrap:wrap; }
.lp-price{ display:flex; align-items:center; gap:12px; }
.lp-price__now{ font-family:var(--display); font-size:40px; font-weight:600; color:var(--maroon-ink); line-height:1; }
.lp-price__was{ font-size:18px; color:var(--ink-4); text-decoration:line-through; }
.lp-rate{ display:flex; align-items:center; gap:8px; font-size:13px; color:var(--ink-3); }
.lp-hero__cta{ display:flex; gap:14px; margin-top:26px; flex-wrap:wrap; }
.lp-hero__trust{ display:flex; gap:20px; margin-top:26px; flex-wrap:wrap; }
.lp-hero__trust span{ display:flex; align-items:center; gap:7px; font-size:13px; color:var(--ink-2); }
.lp-hero__trust svg{ color:var(--gold); }
.lp-hero__art{ position:relative; display:grid; place-items:center; min-height:420px; }
.lp-hero__glow{ position:absolute; width:380px; height:380px; max-width:92%; border-radius:50%; background:radial-gradient(circle, rgba(176,130,58,.28), transparent 65%); filter:blur(10px); }
.lp-plinth{ position:relative; }
.lp-float{ position:absolute; bottom:8%; right:-2%; display:flex; flex-direction:column; padding:12px 18px; border-radius:var(--r3); background:rgba(255,255,255,.92); backdrop-filter:blur(8px); box-shadow:var(--sh2); animation:floaty 6.5s var(--ease-in-out) infinite; }
.lp-float b{ font-family:var(--display); font-size:22px; letter-spacing:.04em; }
.lp-float span{ font-size:11.5px; color:var(--ink-3); }
@media(max-width:920px){ .lp-hero__in{ grid-template-columns:1fr; text-align:center; } .lp-hero__art{ order:-1; min-height:340px; } .lp-hero__lead,.lp-hero__cta,.lp-hero__pricerow,.lp-hero__trust{ justify-content:center; margin-inline:auto; } .lp-badge{ } }

.lp-marquee{ background:var(--maroon-ink); color:var(--gold-soft); overflow:hidden; padding:13px 0; }
.lp-marquee__track{ display:flex; gap:42px; white-space:nowrap; width:max-content; animation:marquee 26s linear infinite; font-size:13px; letter-spacing:.1em; text-transform:uppercase; font-weight:600; }
.lp-marquee__track span{ display:inline-flex; gap:42px; }
@keyframes marquee{ to{ transform:translateX(-50%); } }

.lp-benefits{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.lp-benefit{ text-align:center; padding:28px 20px; border-radius:var(--r3); background:var(--paper); border:1px solid var(--line); transition:all .35s var(--ease-out); }
.lp-benefit:hover{ transform:translateY(-4px); box-shadow:var(--sh2); border-color:var(--gold-line); }
.lp-benefit__ic{ width:60px; height:60px; border-radius:50%; background:var(--ivory-2); color:var(--gold); display:grid; place-items:center; margin:0 auto 14px; }
.lp-benefit h3{ font-size:20px; margin-bottom:6px; }
.lp-benefit p{ font-size:14px; margin:0; }
@media(max-width:900px){ .lp-benefits{ grid-template-columns:1fr 1fr; } }

.lp-split{ display:grid; grid-template-columns:.85fr 1.15fr; gap:44px; align-items:center; }
.lp-split__art{ display:grid; place-items:center; }
.lp-orb{ width:300px; height:300px; max-width:100%; border-radius:50%; display:grid; place-items:center; background:radial-gradient(circle at 50% 35%, #fff, var(--ivory-2) 72%); box-shadow:var(--sh2); border:1px solid var(--gold-line); }
@media(max-width:820px){ .lp-split{ grid-template-columns:1fr; } .lp-split__art{ display:none; } }

.lp-final{ background:radial-gradient(120% 120% at 50% 0%, var(--maroon-2), var(--maroon-ink) 65%); color:#fff; text-align:center; padding-block:clamp(56px,7vw,96px); position:relative; overflow:hidden; }
.lp-final::before{ content:'॥'; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-family:var(--deva); font-size:300px; color:rgba(228,205,146,.05); }
.lp-final__in{ position:relative; }

@media(max-width:560px){ .prod-grid[style]{ grid-template-columns:1fr !important; } }

/* ============================================================ CONTACT */
.contact-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:36px; align-items:start; }
.contact-info{ display:flex; flex-direction:column; gap:14px; }
.cinfo{ display:flex; gap:16px; padding:20px; align-items:flex-start; }
.cinfo__ic{ width:46px; height:46px; border-radius:12px; background:var(--ivory-2); color:var(--gold); display:grid; place-items:center; flex-shrink:0; }
.cinfo h4{ font-family:var(--display); font-size:19px; font-weight:600; color:var(--maroon-ink); margin:0 0 4px; }
.cinfo p{ font-size:14px; margin:0; line-height:1.6; }
.cinfo--wa{ display:flex; align-items:center; gap:16px; padding:20px; border-radius:var(--r3); background:var(--paper); border:1px solid var(--line); transition:all .3s; }
.cinfo--wa:hover{ border-color:var(--wa); transform:translateY(-2px); box-shadow:var(--sh1); }
.cinfo--wa svg:last-child{ margin-left:auto; color:var(--wa); }

.contact-main{ display:flex; flex-direction:column; gap:20px; }
.contact-map{ position:relative; aspect-ratio:16/8; border-radius:var(--r3); overflow:hidden; border:1px solid var(--line); box-shadow:var(--sh1);
  background:linear-gradient(135deg,#eef1ec,#e6e9e2); }
.contact-map__grid{ position:absolute; inset:0; background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size:38px 38px; opacity:.7; }
.contact-map__road{ position:absolute; background:#fff; box-shadow:0 0 0 1px rgba(0,0,0,.04); }
.contact-map__road--1{ top:0; bottom:0; left:38%; width:14px; transform:rotate(8deg); }
.contact-map__road--2{ left:0; right:0; top:54%; height:12px; }
.contact-map__pin{ position:absolute; top:50%; left:42%; transform:translate(-50%,-100%); color:var(--maroon); z-index:2; }
.contact-map__dot{ position:absolute; bottom:-6px; left:50%; transform:translateX(-50%); width:34px; height:12px; border-radius:50%; background:rgba(87,22,27,.18); filter:blur(2px); }
.contact-map__label{ position:absolute; top:50%; left:42%; transform:translate(10px,-130%); padding:8px 12px; border-radius:var(--r2); font-size:12px; z-index:3; }
.contact-map__label b{ display:block; color:var(--maroon-ink); font-size:13px; }
.contact-map__label span{ color:var(--ink-3); }

.contact-form{ padding:28px; }
.contact-form__rows{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form__cta{ display:flex; gap:12px; flex-wrap:wrap; }
.contact-form__done{ text-align:center; padding:20px 0; }
.contact-form__done .cw__check{ margin-bottom:14px; }
@media(max-width:860px){ .contact-grid{ grid-template-columns:1fr; } }
@media(max-width:480px){ .contact-form__rows{ grid-template-columns:1fr; } }

/* local trust */
.local-trust{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.local-trust__item{ display:flex; gap:14px; align-items:flex-start; }
.lt-ic{ width:46px; height:46px; border-radius:12px; background:var(--paper); border:1px solid var(--line); color:var(--gold); display:grid; place-items:center; flex-shrink:0; }
.local-trust__item b{ display:block; font-size:15px; color:var(--maroon-ink); }
.local-trust__item span{ font-size:13px; color:var(--ink-3); }
@media(max-width:760px){ .local-trust{ grid-template-columns:1fr 1fr; } }
@media(max-width:440px){ .local-trust{ grid-template-columns:1fr; } }

/* ============================================================ AEO ANSWERS / TRUST */
.answer-sec{ padding-block:clamp(44px,6vw,78px); background:var(--ivory); border-top:1px solid var(--line); }
.answer-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.answer-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r2); padding:22px; box-shadow:var(--sh1); }
.answer-card h3{ font-size:20px; line-height:1.16; margin-bottom:10px; }
.answer-card p{ font-size:14.5px; line-height:1.65; margin:0; }
.trust-disclaimer{ background:var(--ivory-2); border-block:1px solid var(--line); padding-block:20px; }
.trust-disclaimer__in{ display:flex; align-items:flex-start; gap:14px; }
.trust-disclaimer__mark{ width:42px; height:42px; border-radius:var(--r2); display:grid; place-items:center; flex-shrink:0; background:var(--paper); color:var(--gold); border:1px solid var(--gold-line); }
.trust-disclaimer p{ margin:0; font-size:14px; line-height:1.7; color:var(--ink-2); }
.trust-disclaimer b{ color:var(--maroon-ink); }

@media(max-width:1000px){ .answer-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .answer-grid{ grid-template-columns:1fr; } .trust-disclaimer__in{ align-items:flex-start; } }

.crystal-guide-sec{ padding-block:clamp(52px,7vw,92px); background:var(--ivory-2); border-block:1px solid var(--line); }
.crystal-guide-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.crystal-guide-card{ background:var(--paper); border:1px solid var(--line); border-radius:var(--r2); overflow:hidden; box-shadow:var(--sh1); display:flex; flex-direction:column; }
.crystal-guide-card__media{ aspect-ratio:4/3; display:grid; place-items:center; background:radial-gradient(120% 120% at 50% 20%, var(--ivory), var(--ivory-3)); overflow:hidden; }
.guide-img{ width:100%; height:100%; object-fit:cover; display:block; }
.crystal-guide-card__body{ padding:22px; display:flex; flex-direction:column; gap:13px; }
.crystal-guide-card h3{ font-size:23px; }
.guide-direct{ font-family:var(--display); color:var(--maroon-ink); font-size:18px; line-height:1.35; margin:0; }
.guide-facts{ margin:0; display:flex; flex-direction:column; gap:10px; }
.guide-facts div{ display:grid; gap:3px; }
.guide-facts dt{ font-size:10.5px; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); font-weight:700; }
.guide-facts dd{ margin:0; color:var(--ink-2); font-size:14px; line-height:1.55; }

.why-rudraa-sec{ padding-block:clamp(50px,7vw,90px); background:var(--maroon-ink); color:#fff; }
.why-rudraa{ display:grid; grid-template-columns:.85fr 1.15fr; gap:42px; align-items:start; }
.why-rudraa .section-head .h2{ color:#fff; }
.why-rudraa .section-head p{ color:rgba(245,233,204,.76); }
.why-rudraa__grid{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.why-rudraa__item{ display:flex; gap:13px; padding:18px; border:1px solid var(--line-on-dark); border-radius:var(--r2); background:rgba(255,255,255,.04); }
.why-rudraa__num{ font-family:var(--display); color:var(--gold-soft); font-size:22px; line-height:1; flex-shrink:0; }
.why-rudraa__item h3{ font-family:var(--body); font-size:15px; font-weight:700; color:#fff; margin:0 0 5px; line-height:1.25; }
.why-rudraa__item p{ color:rgba(245,233,204,.72); font-size:13.5px; line-height:1.55; margin:0; }

@media(max-width:980px){
  .crystal-guide-grid{ grid-template-columns:repeat(2,1fr); }
  .why-rudraa{ grid-template-columns:1fr; }
}
@media(max-width:620px){
  .crystal-guide-grid,.why-rudraa__grid{ grid-template-columns:1fr; }
}
